
/*!**********************************************************************!*\
  !*** ./src/components/ThemeConfigProvider/hrmax-teno/css/index.less ***!
  \**********************************************************************/
[class^="ant-hrmax-"]::-ms-clear, [class*="ant-hrmax-"]::-ms-clear, [class^="ant-hrmax-"] input::-ms-clear, [class*="ant-hrmax-"] input::-ms-clear, [class^="ant-hrmax-"] input::-ms-reveal, [class*="ant-hrmax-"] input::-ms-reveal {
  display: none;
}

html, body {
  width: 100%;
  height: 100%;
}

input::-ms-clear, input::-ms-reveal {
  display: none;
}

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

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: #0000;
  font-family: sans-serif;
  line-height: 1.15;
}

@-ms-viewport {
  width: device-width;
}

body {
  color: #000;
  font-variant: tabular-nums;
  font-feature-settings: "tnum";
  background-color: #f2f6fb;
  margin: 0;
  font-family: Hiragino Sans, ヒラギノ角ゴ ProN, Hiragino Kaku Gothic ProN, ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, Yu Gothic, 游ゴシック, YuGothic, Meiryo, メイリオ, Hiragino Sans GB, Microsoft YaHei, -apple-system, BlinkMacSystemFont, Noto Sans CJK JP, Noto Sans CJK SC, Source Han Sans JP, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif;
  font-size: 14px;
  line-height: 1.5715;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  color: #000000d9;
  margin-top: 0;
  margin-bottom: .5em;
  font-weight: 500;
}

p {
  margin-top: 0;
  margin-bottom: 1em;
}

abbr[title], abbr[data-original-title] {
  cursor: help;
  border-bottom: 0;
  text-decoration: underline dotted;
}

address {
  font-style: normal;
  line-height: inherit;
  margin-bottom: 1em;
}

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: .5em;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1em;
}

dfn {
  font-style: italic;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub, sup {
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #268a92;
  cursor: pointer;
  -webkit-text-decoration-skip: objects;
  background-color: #0000;
  outline: none;
  text-decoration: none;
  transition: color .3s;
}

a:hover {
  color: #429b9e;
}

a:active {
  color: #16636b;
}

a:active, a:hover, a:focus {
  outline: 0;
  text-decoration: none;
}

a[disabled] {
  color: #cdd0d4;
  cursor: not-allowed;
}

pre, code, kbd, samp {
  font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, Courier, monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1em;
  overflow: auto;
}

figure {
  margin: 0 0 1em;
}

img {
  vertical-align: middle;
  border-style: none;
}

a, area, button, [role="button"], input:not([type="range"]), label, select, summary, textarea {
  touch-action: manipulation;
}

table {
  border-collapse: collapse;
}

caption {
  color: #535b64;
  text-align: left;
  caption-side: bottom;
  padding-top: .75em;
  padding-bottom: .3em;
}

input, button, select, optgroup, textarea {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  margin: 0;
}

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 {
  border-style: none;
  padding: 0;
}

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 {
  resize: vertical;
  overflow: auto;
}

fieldset {
  border: 0;
  min-width: 0;
  margin: 0;
  padding: 0;
}

legend {
  width: 100%;
  max-width: 100%;
  color: inherit;
  font-size: 1.5em;
  line-height: inherit;
  white-space: normal;
  margin-bottom: .5em;
  padding: 0;
  display: block;
}

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 {
  background-color: #ffffe6;
  padding: .2em;
}

::selection {
  color: #fff;
  background: #268a92;
}

.clearfix:before {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
  content: "";
  display: table;
}

.anthrmaxicon {
  color: inherit;
  text-align: center;
  text-transform: none;
  vertical-align: -.125em;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  align-items: center;
  font-style: normal;
  line-height: 0;
  display: inline-flex;
}

.anthrmaxicon > * {
  line-height: 1;
}

.anthrmaxicon svg {
  display: inline-block;
}

.anthrmaxicon:before {
  display: none;
}

.anthrmaxicon .anthrmaxicon-icon {
  display: block;
}

.anthrmaxicon > .anthrmaxicon {
  vertical-align: 0;
  line-height: 0;
}

.anthrmaxicon[tabindex] {
  cursor: pointer;
}

.anthrmaxicon-spin, .anthrmaxicon-spin:before {
  animation: 1s linear infinite loadingCircle;
  display: inline-block;
}

.ant-hrmax-fade-enter, .ant-hrmax-fade-appear, .ant-hrmax-fade-leave {
  animation-duration: .2s;
  animation-play-state: paused;
  animation-fill-mode: both;
}

.ant-hrmax-fade-enter.ant-hrmax-fade-enter-active, .ant-hrmax-fade-appear.ant-hrmax-fade-appear-active {
  animation-name: antFadeIn;
  animation-play-state: running;
}

.ant-hrmax-fade-leave.ant-hrmax-fade-leave-active {
  pointer-events: none;
  animation-name: antFadeOut;
  animation-play-state: running;
}

.ant-hrmax-fade-enter, .ant-hrmax-fade-appear {
  opacity: 0;
  animation-timing-function: linear;
}

.ant-hrmax-fade-leave {
  animation-timing-function: linear;
}

@keyframes antFadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes antFadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.ant-hrmax-move-up-enter, .ant-hrmax-move-up-appear, .ant-hrmax-move-up-leave {
  animation-duration: .2s;
  animation-play-state: paused;
  animation-fill-mode: both;
}

.ant-hrmax-move-up-enter.ant-hrmax-move-up-enter-active, .ant-hrmax-move-up-appear.ant-hrmax-move-up-appear-active {
  animation-name: antMoveUpIn;
  animation-play-state: running;
}

.ant-hrmax-move-up-leave.ant-hrmax-move-up-leave-active {
  pointer-events: none;
  animation-name: antMoveUpOut;
  animation-play-state: running;
}

.ant-hrmax-move-up-enter, .ant-hrmax-move-up-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(.08, .82, .17, 1);
}

.ant-hrmax-move-up-leave {
  animation-timing-function: cubic-bezier(.6, .04, .98, .34);
}

.ant-hrmax-move-down-enter, .ant-hrmax-move-down-appear, .ant-hrmax-move-down-leave {
  animation-duration: .2s;
  animation-play-state: paused;
  animation-fill-mode: both;
}

.ant-hrmax-move-down-enter.ant-hrmax-move-down-enter-active, .ant-hrmax-move-down-appear.ant-hrmax-move-down-appear-active {
  animation-name: antMoveDownIn;
  animation-play-state: running;
}

.ant-hrmax-move-down-leave.ant-hrmax-move-down-leave-active {
  pointer-events: none;
  animation-name: antMoveDownOut;
  animation-play-state: running;
}

.ant-hrmax-move-down-enter, .ant-hrmax-move-down-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(.08, .82, .17, 1);
}

.ant-hrmax-move-down-leave {
  animation-timing-function: cubic-bezier(.6, .04, .98, .34);
}

.ant-hrmax-move-left-enter, .ant-hrmax-move-left-appear, .ant-hrmax-move-left-leave {
  animation-duration: .2s;
  animation-play-state: paused;
  animation-fill-mode: both;
}

.ant-hrmax-move-left-enter.ant-hrmax-move-left-enter-active, .ant-hrmax-move-left-appear.ant-hrmax-move-left-appear-active {
  animation-name: antMoveLeftIn;
  animation-play-state: running;
}

.ant-hrmax-move-left-leave.ant-hrmax-move-left-leave-active {
  pointer-events: none;
  animation-name: antMoveLeftOut;
  animation-play-state: running;
}

.ant-hrmax-move-left-enter, .ant-hrmax-move-left-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(.08, .82, .17, 1);
}

.ant-hrmax-move-left-leave {
  animation-timing-function: cubic-bezier(.6, .04, .98, .34);
}

.ant-hrmax-move-right-enter, .ant-hrmax-move-right-appear, .ant-hrmax-move-right-leave {
  animation-duration: .2s;
  animation-play-state: paused;
  animation-fill-mode: both;
}

.ant-hrmax-move-right-enter.ant-hrmax-move-right-enter-active, .ant-hrmax-move-right-appear.ant-hrmax-move-right-appear-active {
  animation-name: antMoveRightIn;
  animation-play-state: running;
}

.ant-hrmax-move-right-leave.ant-hrmax-move-right-leave-active {
  pointer-events: none;
  animation-name: antMoveRightOut;
  animation-play-state: running;
}

.ant-hrmax-move-right-enter, .ant-hrmax-move-right-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(.08, .82, .17, 1);
}

.ant-hrmax-move-right-leave {
  animation-timing-function: cubic-bezier(.6, .04, .98, .34);
}

@keyframes antMoveDownIn {
  0% {
    transform-origin: 0 0;
    opacity: 0;
    transform: translateY(100%);
  }

  100% {
    transform-origin: 0 0;
    opacity: 1;
    transform: translateY(0%);
  }
}

@keyframes antMoveDownOut {
  0% {
    transform-origin: 0 0;
    opacity: 1;
    transform: translateY(0%);
  }

  100% {
    transform-origin: 0 0;
    opacity: 0;
    transform: translateY(100%);
  }
}

@keyframes antMoveLeftIn {
  0% {
    transform-origin: 0 0;
    opacity: 0;
    transform: translateX(-100%);
  }

  100% {
    transform-origin: 0 0;
    opacity: 1;
    transform: translateX(0%);
  }
}

@keyframes antMoveLeftOut {
  0% {
    transform-origin: 0 0;
    opacity: 1;
    transform: translateX(0%);
  }

  100% {
    transform-origin: 0 0;
    opacity: 0;
    transform: translateX(-100%);
  }
}

@keyframes antMoveRightIn {
  0% {
    transform-origin: 0 0;
    opacity: 0;
    transform: translateX(100%);
  }

  100% {
    transform-origin: 0 0;
    opacity: 1;
    transform: translateX(0%);
  }
}

@keyframes antMoveRightOut {
  0% {
    transform-origin: 0 0;
    opacity: 1;
    transform: translateX(0%);
  }

  100% {
    transform-origin: 0 0;
    opacity: 0;
    transform: translateX(100%);
  }
}

@keyframes antMoveUpIn {
  0% {
    transform-origin: 0 0;
    opacity: 0;
    transform: translateY(-100%);
  }

  100% {
    transform-origin: 0 0;
    opacity: 1;
    transform: translateY(0%);
  }
}

@keyframes antMoveUpOut {
  0% {
    transform-origin: 0 0;
    opacity: 1;
    transform: translateY(0%);
  }

  100% {
    transform-origin: 0 0;
    opacity: 0;
    transform: translateY(-100%);
  }
}

@keyframes loadingCircle {
  100% {
    transform: rotate(360deg);
  }
}

[ant-hrmax-click-animating="true"], [ant-hrmax-click-animating-without-extra-node="true"] {
  position: relative;
}

html {
  --antd-wave-shadow-color: #268a92;
  --scroll-bar: 0;
}

[ant-hrmax-click-animating-without-extra-node="true"]:after, .ant-hrmax-click-animating-node {
  border-radius: inherit;
  box-shadow: 0 0 #268a92;
  box-shadow: 0 0 0 0 var(--antd-wave-shadow-color);
  opacity: .2;
  content: "";
  pointer-events: none;
  animation-name: fadeEffect, waveEffect;
  animation-duration: 2s, .4s;
  animation-timing-function: cubic-bezier(.08, .82, .17, 1), cubic-bezier(.08, .82, .17, 1);
  animation-iteration-count: 1, 1;
  animation-direction: normal, normal;
  animation-play-state: running, running;
  animation-delay: 0s, 0s;
  animation-fill-mode: forwards;
  animation-timeline: auto, auto;
  display: block;
  position: absolute;
  inset: 0;
}

@keyframes waveEffect {
  100% {
    box-shadow: 0 0 #268a92;
    box-shadow: 0 0 0 6px var(--antd-wave-shadow-color);
  }
}

@keyframes fadeEffect {
  100% {
    opacity: 0;
  }
}

.ant-hrmax-slide-up-enter, .ant-hrmax-slide-up-appear, .ant-hrmax-slide-up-leave {
  animation-duration: .2s;
  animation-play-state: paused;
  animation-fill-mode: both;
}

.ant-hrmax-slide-up-enter.ant-hrmax-slide-up-enter-active, .ant-hrmax-slide-up-appear.ant-hrmax-slide-up-appear-active {
  animation-name: antSlideUpIn;
  animation-play-state: running;
}

.ant-hrmax-slide-up-leave.ant-hrmax-slide-up-leave-active {
  pointer-events: none;
  animation-name: antSlideUpOut;
  animation-play-state: running;
}

.ant-hrmax-slide-up-enter, .ant-hrmax-slide-up-appear {
  transform-origin: 0 0;
  opacity: 0;
  animation-timing-function: cubic-bezier(.23, 1, .32, 1);
  transform: scale(0);
}

.ant-hrmax-slide-up-leave {
  animation-timing-function: cubic-bezier(.755, .05, .855, .06);
}

.ant-hrmax-slide-down-enter, .ant-hrmax-slide-down-appear, .ant-hrmax-slide-down-leave {
  animation-duration: .2s;
  animation-play-state: paused;
  animation-fill-mode: both;
}

.ant-hrmax-slide-down-enter.ant-hrmax-slide-down-enter-active, .ant-hrmax-slide-down-appear.ant-hrmax-slide-down-appear-active {
  animation-name: antSlideDownIn;
  animation-play-state: running;
}

.ant-hrmax-slide-down-leave.ant-hrmax-slide-down-leave-active {
  pointer-events: none;
  animation-name: antSlideDownOut;
  animation-play-state: running;
}

.ant-hrmax-slide-down-enter, .ant-hrmax-slide-down-appear {
  transform-origin: 0 0;
  opacity: 0;
  animation-timing-function: cubic-bezier(.23, 1, .32, 1);
  transform: scale(0);
}

.ant-hrmax-slide-down-leave {
  animation-timing-function: cubic-bezier(.755, .05, .855, .06);
}

.ant-hrmax-slide-left-enter, .ant-hrmax-slide-left-appear, .ant-hrmax-slide-left-leave {
  animation-duration: .2s;
  animation-play-state: paused;
  animation-fill-mode: both;
}

.ant-hrmax-slide-left-enter.ant-hrmax-slide-left-enter-active, .ant-hrmax-slide-left-appear.ant-hrmax-slide-left-appear-active {
  animation-name: antSlideLeftIn;
  animation-play-state: running;
}

.ant-hrmax-slide-left-leave.ant-hrmax-slide-left-leave-active {
  pointer-events: none;
  animation-name: antSlideLeftOut;
  animation-play-state: running;
}

.ant-hrmax-slide-left-enter, .ant-hrmax-slide-left-appear {
  transform-origin: 0 0;
  opacity: 0;
  animation-timing-function: cubic-bezier(.23, 1, .32, 1);
  transform: scale(0);
}

.ant-hrmax-slide-left-leave {
  animation-timing-function: cubic-bezier(.755, .05, .855, .06);
}

.ant-hrmax-slide-right-enter, .ant-hrmax-slide-right-appear, .ant-hrmax-slide-right-leave {
  animation-duration: .2s;
  animation-play-state: paused;
  animation-fill-mode: both;
}

.ant-hrmax-slide-right-enter.ant-hrmax-slide-right-enter-active, .ant-hrmax-slide-right-appear.ant-hrmax-slide-right-appear-active {
  animation-name: antSlideRightIn;
  animation-play-state: running;
}

.ant-hrmax-slide-right-leave.ant-hrmax-slide-right-leave-active {
  pointer-events: none;
  animation-name: antSlideRightOut;
  animation-play-state: running;
}

.ant-hrmax-slide-right-enter, .ant-hrmax-slide-right-appear {
  transform-origin: 0 0;
  opacity: 0;
  animation-timing-function: cubic-bezier(.23, 1, .32, 1);
  transform: scale(0);
}

.ant-hrmax-slide-right-leave {
  animation-timing-function: cubic-bezier(.755, .05, .855, .06);
}

@keyframes antSlideUpIn {
  0% {
    transform-origin: 0 0;
    opacity: 0;
    transform: scaleY(.8);
  }

  100% {
    transform-origin: 0 0;
    opacity: 1;
    transform: scaleY(1);
  }
}

@keyframes antSlideUpOut {
  0% {
    transform-origin: 0 0;
    opacity: 1;
    transform: scaleY(1);
  }

  100% {
    transform-origin: 0 0;
    opacity: 0;
    transform: scaleY(.8);
  }
}

@keyframes antSlideDownIn {
  0% {
    transform-origin: 100% 100%;
    opacity: 0;
    transform: scaleY(.8);
  }

  100% {
    transform-origin: 100% 100%;
    opacity: 1;
    transform: scaleY(1);
  }
}

@keyframes antSlideDownOut {
  0% {
    transform-origin: 100% 100%;
    opacity: 1;
    transform: scaleY(1);
  }

  100% {
    transform-origin: 100% 100%;
    opacity: 0;
    transform: scaleY(.8);
  }
}

@keyframes antSlideLeftIn {
  0% {
    transform-origin: 0 0;
    opacity: 0;
    transform: scaleX(.8);
  }

  100% {
    transform-origin: 0 0;
    opacity: 1;
    transform: scaleX(1);
  }
}

@keyframes antSlideLeftOut {
  0% {
    transform-origin: 0 0;
    opacity: 1;
    transform: scaleX(1);
  }

  100% {
    transform-origin: 0 0;
    opacity: 0;
    transform: scaleX(.8);
  }
}

@keyframes antSlideRightIn {
  0% {
    transform-origin: 100% 0;
    opacity: 0;
    transform: scaleX(.8);
  }

  100% {
    transform-origin: 100% 0;
    opacity: 1;
    transform: scaleX(1);
  }
}

@keyframes antSlideRightOut {
  0% {
    transform-origin: 100% 0;
    opacity: 1;
    transform: scaleX(1);
  }

  100% {
    transform-origin: 100% 0;
    opacity: 0;
    transform: scaleX(.8);
  }
}

.ant-hrmax-zoom-enter, .ant-hrmax-zoom-appear, .ant-hrmax-zoom-leave {
  animation-duration: .2s;
  animation-play-state: paused;
  animation-fill-mode: both;
}

.ant-hrmax-zoom-enter.ant-hrmax-zoom-enter-active, .ant-hrmax-zoom-appear.ant-hrmax-zoom-appear-active {
  animation-name: antZoomIn;
  animation-play-state: running;
}

.ant-hrmax-zoom-leave.ant-hrmax-zoom-leave-active {
  pointer-events: none;
  animation-name: antZoomOut;
  animation-play-state: running;
}

.ant-hrmax-zoom-enter, .ant-hrmax-zoom-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(.08, .82, .17, 1);
  transform: scale(0);
}

.ant-hrmax-zoom-enter-prepare, .ant-hrmax-zoom-appear-prepare {
  transform: none;
}

.ant-hrmax-zoom-leave {
  animation-timing-function: cubic-bezier(.78, .14, .15, .86);
}

.ant-hrmax-zoom-big-enter, .ant-hrmax-zoom-big-appear, .ant-hrmax-zoom-big-leave {
  animation-duration: .2s;
  animation-play-state: paused;
  animation-fill-mode: both;
}

.ant-hrmax-zoom-big-enter.ant-hrmax-zoom-big-enter-active, .ant-hrmax-zoom-big-appear.ant-hrmax-zoom-big-appear-active {
  animation-name: antZoomBigIn;
  animation-play-state: running;
}

.ant-hrmax-zoom-big-leave.ant-hrmax-zoom-big-leave-active {
  pointer-events: none;
  animation-name: antZoomBigOut;
  animation-play-state: running;
}

.ant-hrmax-zoom-big-enter, .ant-hrmax-zoom-big-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(.08, .82, .17, 1);
  transform: scale(0);
}

.ant-hrmax-zoom-big-enter-prepare, .ant-hrmax-zoom-big-appear-prepare {
  transform: none;
}

.ant-hrmax-zoom-big-leave {
  animation-timing-function: cubic-bezier(.78, .14, .15, .86);
}

.ant-hrmax-zoom-big-fast-enter, .ant-hrmax-zoom-big-fast-appear, .ant-hrmax-zoom-big-fast-leave {
  animation-duration: .1s;
  animation-play-state: paused;
  animation-fill-mode: both;
}

.ant-hrmax-zoom-big-fast-enter.ant-hrmax-zoom-big-fast-enter-active, .ant-hrmax-zoom-big-fast-appear.ant-hrmax-zoom-big-fast-appear-active {
  animation-name: antZoomBigIn;
  animation-play-state: running;
}

.ant-hrmax-zoom-big-fast-leave.ant-hrmax-zoom-big-fast-leave-active {
  pointer-events: none;
  animation-name: antZoomBigOut;
  animation-play-state: running;
}

.ant-hrmax-zoom-big-fast-enter, .ant-hrmax-zoom-big-fast-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(.08, .82, .17, 1);
  transform: scale(0);
}

.ant-hrmax-zoom-big-fast-enter-prepare, .ant-hrmax-zoom-big-fast-appear-prepare {
  transform: none;
}

.ant-hrmax-zoom-big-fast-leave {
  animation-timing-function: cubic-bezier(.78, .14, .15, .86);
}

.ant-hrmax-zoom-up-enter, .ant-hrmax-zoom-up-appear, .ant-hrmax-zoom-up-leave {
  animation-duration: .2s;
  animation-play-state: paused;
  animation-fill-mode: both;
}

.ant-hrmax-zoom-up-enter.ant-hrmax-zoom-up-enter-active, .ant-hrmax-zoom-up-appear.ant-hrmax-zoom-up-appear-active {
  animation-name: antZoomUpIn;
  animation-play-state: running;
}

.ant-hrmax-zoom-up-leave.ant-hrmax-zoom-up-leave-active {
  pointer-events: none;
  animation-name: antZoomUpOut;
  animation-play-state: running;
}

.ant-hrmax-zoom-up-enter, .ant-hrmax-zoom-up-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(.08, .82, .17, 1);
  transform: scale(0);
}

.ant-hrmax-zoom-up-enter-prepare, .ant-hrmax-zoom-up-appear-prepare {
  transform: none;
}

.ant-hrmax-zoom-up-leave {
  animation-timing-function: cubic-bezier(.78, .14, .15, .86);
}

.ant-hrmax-zoom-down-enter, .ant-hrmax-zoom-down-appear, .ant-hrmax-zoom-down-leave {
  animation-duration: .2s;
  animation-play-state: paused;
  animation-fill-mode: both;
}

.ant-hrmax-zoom-down-enter.ant-hrmax-zoom-down-enter-active, .ant-hrmax-zoom-down-appear.ant-hrmax-zoom-down-appear-active {
  animation-name: antZoomDownIn;
  animation-play-state: running;
}

.ant-hrmax-zoom-down-leave.ant-hrmax-zoom-down-leave-active {
  pointer-events: none;
  animation-name: antZoomDownOut;
  animation-play-state: running;
}

.ant-hrmax-zoom-down-enter, .ant-hrmax-zoom-down-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(.08, .82, .17, 1);
  transform: scale(0);
}

.ant-hrmax-zoom-down-enter-prepare, .ant-hrmax-zoom-down-appear-prepare {
  transform: none;
}

.ant-hrmax-zoom-down-leave {
  animation-timing-function: cubic-bezier(.78, .14, .15, .86);
}

.ant-hrmax-zoom-left-enter, .ant-hrmax-zoom-left-appear, .ant-hrmax-zoom-left-leave {
  animation-duration: .2s;
  animation-play-state: paused;
  animation-fill-mode: both;
}

.ant-hrmax-zoom-left-enter.ant-hrmax-zoom-left-enter-active, .ant-hrmax-zoom-left-appear.ant-hrmax-zoom-left-appear-active {
  animation-name: antZoomLeftIn;
  animation-play-state: running;
}

.ant-hrmax-zoom-left-leave.ant-hrmax-zoom-left-leave-active {
  pointer-events: none;
  animation-name: antZoomLeftOut;
  animation-play-state: running;
}

.ant-hrmax-zoom-left-enter, .ant-hrmax-zoom-left-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(.08, .82, .17, 1);
  transform: scale(0);
}

.ant-hrmax-zoom-left-enter-prepare, .ant-hrmax-zoom-left-appear-prepare {
  transform: none;
}

.ant-hrmax-zoom-left-leave {
  animation-timing-function: cubic-bezier(.78, .14, .15, .86);
}

.ant-hrmax-zoom-right-enter, .ant-hrmax-zoom-right-appear, .ant-hrmax-zoom-right-leave {
  animation-duration: .2s;
  animation-play-state: paused;
  animation-fill-mode: both;
}

.ant-hrmax-zoom-right-enter.ant-hrmax-zoom-right-enter-active, .ant-hrmax-zoom-right-appear.ant-hrmax-zoom-right-appear-active {
  animation-name: antZoomRightIn;
  animation-play-state: running;
}

.ant-hrmax-zoom-right-leave.ant-hrmax-zoom-right-leave-active {
  pointer-events: none;
  animation-name: antZoomRightOut;
  animation-play-state: running;
}

.ant-hrmax-zoom-right-enter, .ant-hrmax-zoom-right-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(.08, .82, .17, 1);
  transform: scale(0);
}

.ant-hrmax-zoom-right-enter-prepare, .ant-hrmax-zoom-right-appear-prepare {
  transform: none;
}

.ant-hrmax-zoom-right-leave {
  animation-timing-function: cubic-bezier(.78, .14, .15, .86);
}

@keyframes antZoomIn {
  0% {
    opacity: 0;
    transform: scale(.2);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes antZoomOut {
  0% {
    transform: scale(1);
  }

  100% {
    opacity: 0;
    transform: scale(.2);
  }
}

@keyframes antZoomBigIn {
  0% {
    opacity: 0;
    transform: scale(.8);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes antZoomBigOut {
  0% {
    transform: scale(1);
  }

  100% {
    opacity: 0;
    transform: scale(.8);
  }
}

@keyframes antZoomUpIn {
  0% {
    transform-origin: 50% 0;
    opacity: 0;
    transform: scale(.8);
  }

  100% {
    transform-origin: 50% 0;
    transform: scale(1);
  }
}

@keyframes antZoomUpOut {
  0% {
    transform-origin: 50% 0;
    transform: scale(1);
  }

  100% {
    transform-origin: 50% 0;
    opacity: 0;
    transform: scale(.8);
  }
}

@keyframes antZoomLeftIn {
  0% {
    transform-origin: 0%;
    opacity: 0;
    transform: scale(.8);
  }

  100% {
    transform-origin: 0%;
    transform: scale(1);
  }
}

@keyframes antZoomLeftOut {
  0% {
    transform-origin: 0%;
    transform: scale(1);
  }

  100% {
    transform-origin: 0%;
    opacity: 0;
    transform: scale(.8);
  }
}

@keyframes antZoomRightIn {
  0% {
    transform-origin: 100%;
    opacity: 0;
    transform: scale(.8);
  }

  100% {
    transform-origin: 100%;
    transform: scale(1);
  }
}

@keyframes antZoomRightOut {
  0% {
    transform-origin: 100%;
    transform: scale(1);
  }

  100% {
    transform-origin: 100%;
    opacity: 0;
    transform: scale(.8);
  }
}

@keyframes antZoomDownIn {
  0% {
    transform-origin: 50% 100%;
    opacity: 0;
    transform: scale(.8);
  }

  100% {
    transform-origin: 50% 100%;
    transform: scale(1);
  }
}

@keyframes antZoomDownOut {
  0% {
    transform-origin: 50% 100%;
    transform: scale(1);
  }

  100% {
    transform-origin: 50% 100%;
    opacity: 0;
    transform: scale(.8);
  }
}

.ant-motion-collapse-legacy {
  overflow: hidden;
}

.ant-motion-collapse-legacy-active {
  transition: height .2s cubic-bezier(.645, .045, .355, 1), opacity .2s cubic-bezier(.645, .045, .355, 1) !important;
}

.ant-motion-collapse {
  overflow: hidden;
  transition: height .2s cubic-bezier(.645, .045, .355, 1), opacity .2s cubic-bezier(.645, .045, .355, 1) !important;
}

.ant-hrmax-affix {
  z-index: 10;
  position: fixed;
}

.ant-hrmax-alert {
  box-sizing: border-box;
  color: #000;
  font-variant: tabular-nums;
  font-feature-settings: "tnum";
  word-wrap: break-word;
  border-radius: 8px;
  align-items: center;
  margin: 0;
  padding: 16px 12px;
  font-size: 14px;
  line-height: 1.5715;
  list-style: none;
  display: flex;
  position: relative;
}

.ant-hrmax-alert-content {
  flex: 1;
  min-width: 0;
}

.ant-hrmax-alert-icon {
  margin-right: 8px;
}

.ant-hrmax-alert-description {
  font-size: 14px;
  line-height: 22px;
  display: none;
}

.ant-hrmax-alert-success {
  background-color: #f1ffe6;
  border: 1px solid #ace685;
}

.ant-hrmax-alert-success .ant-hrmax-alert-icon {
  color: #2e9908;
}

.ant-hrmax-alert-info {
  background-color: #e6eefa;
  border: 1px solid #c2dbfd;
}

.ant-hrmax-alert-info .ant-hrmax-alert-icon {
  color: #397ee5;
}

.ant-hrmax-alert-warning {
  background-color: #fff4e6;
  border: 1px solid #ffe27a;
}

.ant-hrmax-alert-warning .ant-hrmax-alert-icon {
  color: #d98d00;
}

.ant-hrmax-alert-error {
  background-color: #ffeae6;
  border: 1px solid #ffcdc6;
}

.ant-hrmax-alert-error .ant-hrmax-alert-icon {
  color: #d90007;
}

.ant-hrmax-alert-error .ant-hrmax-alert-description > pre {
  margin: 0;
  padding: 0;
}

.ant-hrmax-alert-action {
  margin-left: 8px;
}

.ant-hrmax-alert-close-icon {
  cursor: pointer;
  background-color: #0000;
  border: none;
  outline: none;
  margin-left: 8px;
  padding: 0;
  font-size: 12px;
  line-height: 12px;
  overflow: hidden;
}

.ant-hrmax-alert-close-icon .anthrmaxicon-close {
  color: #535b64;
  transition: color .3s;
}

.ant-hrmax-alert-close-icon .anthrmaxicon-close:hover {
  color: #000000bf;
}

.ant-hrmax-alert-close-text {
  color: #535b64;
  transition: color .3s;
}

.ant-hrmax-alert-close-text:hover {
  color: #000000bf;
}

.ant-hrmax-alert-with-description {
  align-items: flex-start;
  padding: 8px 15px 15px 24px;
}

.ant-hrmax-alert-with-description.ant-hrmax-alert-no-icon {
  padding: 15px;
}

.ant-hrmax-alert-with-description .ant-hrmax-alert-icon {
  margin-right: 8px;
  font-size: 24px;
}

.ant-hrmax-alert-with-description .ant-hrmax-alert-message {
  color: #000000d9;
  margin-bottom: 4px;
  font-size: 16px;
  display: block;
}

.ant-hrmax-alert-message {
  color: #000000d9;
}

.ant-hrmax-alert-with-description .ant-hrmax-alert-description {
  display: block;
}

.ant-hrmax-alert.ant-hrmax-alert-motion-leave {
  opacity: 1;
  transition: max-height .3s cubic-bezier(.78, .14, .15, .86), opacity .3s cubic-bezier(.78, .14, .15, .86), padding-top .3s cubic-bezier(.78, .14, .15, .86), padding-bottom .3s cubic-bezier(.78, .14, .15, .86), margin-bottom .3s cubic-bezier(.78, .14, .15, .86);
  overflow: hidden;
}

.ant-hrmax-alert.ant-hrmax-alert-motion-leave-active {
  opacity: 0;
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0 !important;
}

.ant-hrmax-alert-banner {
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
}

.ant-hrmax-alert.ant-hrmax-alert-rtl {
  direction: rtl;
}

.ant-hrmax-alert-rtl .ant-hrmax-alert-icon {
  margin-left: 8px;
  margin-right: auto;
}

.ant-hrmax-alert-rtl .ant-hrmax-alert-action, .ant-hrmax-alert-rtl .ant-hrmax-alert-close-icon {
  margin-left: auto;
  margin-right: 8px;
}

.ant-hrmax-alert-rtl.ant-hrmax-alert-with-description {
  padding-left: 8px;
  padding-right: 24px;
}

.ant-hrmax-alert-rtl.ant-hrmax-alert-with-description .ant-hrmax-alert-icon {
  margin-left: 8px;
  margin-right: auto;
}

.ant-hrmax-anchor {
  box-sizing: border-box;
  color: #000;
  font-variant: tabular-nums;
  font-feature-settings: "tnum";
  margin: 0;
  padding: 0 0 0 2px;
  font-size: 14px;
  line-height: 1.5715;
  list-style: none;
  position: relative;
}

.ant-hrmax-anchor-wrapper {
  background-color: #0000;
  margin-left: -4px;
  padding-left: 4px;
  overflow: auto;
}

.ant-hrmax-anchor-ink {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.ant-hrmax-anchor-ink:before {
  content: " ";
  background-color: #f2f6fb;
  width: 2px;
  height: 100%;
  margin: 0 auto;
  display: block;
  position: relative;
}

.ant-hrmax-anchor-ink-ball {
  background-color: #fff;
  border: 2px solid #268a92;
  border-radius: 8px;
  width: 8px;
  height: 8px;
  transition: top .3s ease-in-out;
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.ant-hrmax-anchor-ink-ball.ant-hrmax-anchor-ink-ball-visible {
  display: inline-block;
}

.ant-hrmax-anchor-fixed .ant-hrmax-anchor-ink .ant-hrmax-anchor-ink-ball {
  display: none;
}

.ant-hrmax-anchor-link {
  padding: 4px 0 4px 16px;
}

.ant-hrmax-anchor-link-title {
  color: #000;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 3px;
  transition: all .3s;
  display: block;
  position: relative;
  overflow: hidden;
}

.ant-hrmax-anchor-link-title:only-child {
  margin-bottom: 0;
}

.ant-hrmax-anchor-link .ant-hrmax-anchor-link {
  padding-top: 2px;
  padding-bottom: 2px;
}

.ant-hrmax-anchor-rtl {
  direction: rtl;
}

.ant-hrmax-anchor-rtl.ant-hrmax-anchor-wrapper {
  margin-left: 0;
  margin-right: -4px;
  padding-left: 0;
  padding-right: 4px;
}

.ant-hrmax-anchor-rtl .ant-hrmax-anchor-ink {
  left: auto;
  right: 0;
}

.ant-hrmax-anchor-rtl .ant-hrmax-anchor-ink-ball {
  left: 0;
  right: 50%;
  transform: translateX(50%);
}

.ant-hrmax-anchor-rtl .ant-hrmax-anchor-link {
  padding: 4px 16px 4px 0;
}

.ant-hrmax-select-auto-complete {
  box-sizing: border-box;
  color: #000;
  font-variant: tabular-nums;
  font-feature-settings: "tnum";
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.5715;
  list-style: none;
}

.ant-hrmax-select-auto-complete .ant-hrmax-select-clear {
  right: 13px;
}

.ant-hrmax-avatar {
  box-sizing: border-box;
  color: #fff;
  font-variant: tabular-nums;
  font-feature-settings: "tnum";
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  background: #cdd0d4;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 32px;
  list-style: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.ant-hrmax-avatar-image {
  background: none;
}

.ant-hrmax-avatar .ant-hrmax-image-img {
  display: block;
}

.ant-hrmax-avatar-string {
  transform-origin: 0;
  position: absolute;
  left: 50%;
}

.ant-hrmax-avatar.ant-hrmax-avatar-icon {
  font-size: 18px;
}

.ant-hrmax-avatar.ant-hrmax-avatar-icon > .anthrmaxicon {
  margin: 0;
}

.ant-hrmax-avatar-lg {
  border-radius: 50%;
  width: 48px;
  height: 48px;
  line-height: 48px;
}

.ant-hrmax-avatar-lg-string {
  transform-origin: 0;
  position: absolute;
  left: 50%;
}

.ant-hrmax-avatar-lg.ant-hrmax-avatar-icon {
  font-size: 24px;
}

.ant-hrmax-avatar-lg.ant-hrmax-avatar-icon > .anthrmaxicon {
  margin: 0;
}

.ant-hrmax-avatar-sm {
  border-radius: 50%;
  width: 24px;
  height: 24px;
  line-height: 24px;
}

.ant-hrmax-avatar-sm-string {
  transform-origin: 0;
  position: absolute;
  left: 50%;
}

.ant-hrmax-avatar-sm.ant-hrmax-avatar-icon {
  font-size: 12px;
}

.ant-hrmax-avatar-sm.ant-hrmax-avatar-icon > .anthrmaxicon {
  margin: 0;
}

.ant-hrmax-avatar-square {
  border-radius: 8px;
}

.ant-hrmax-avatar > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.ant-hrmax-avatar-group {
  display: inline-flex;
}

.ant-hrmax-avatar-group .ant-hrmax-avatar {
  border: 1px solid #fff;
}

.ant-hrmax-avatar-group-popover .ant-hrmax-avatar + .ant-hrmax-avatar {
  margin-left: 3px;
}

.ant-hrmax-avatar-group-rtl .ant-hrmax-avatar:not(:first-child) {
  margin-left: 0;
  margin-right: -8px;
}

.ant-hrmax-avatar-group-popover.ant-hrmax-popover-rtl .ant-hrmax-avatar + .ant-hrmax-avatar {
  margin-left: 0;
  margin-right: 3px;
}

.ant-hrmax-back-top {
  box-sizing: border-box;
  color: #000;
  font-variant: tabular-nums;
  font-feature-settings: "tnum";
  z-index: 10;
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.5715;
  list-style: none;
  position: fixed;
  bottom: 50px;
  right: 100px;
}

.ant-hrmax-back-top:empty {
  display: none;
}

.ant-hrmax-back-top-rtl {
  direction: rtl;
  left: 100px;
  right: auto;
}

.ant-hrmax-back-top-content {
  color: #fff;
  text-align: center;
  background-color: #535b64;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  transition: all .3s;
  overflow: hidden;
}

.ant-hrmax-back-top-content:hover {
  background-color: #000;
  transition: all .3s;
}

.ant-hrmax-back-top-icon {
  font-size: 24px;
  line-height: 40px;
}

@media screen and (width <= 768px) {
  .ant-hrmax-back-top {
    right: 60px;
  }

  .ant-hrmax-back-top-rtl {
    left: 60px;
    right: auto;
  }
}

@media screen and (width <= 480px) {
  .ant-hrmax-back-top {
    right: 20px;
  }

  .ant-hrmax-back-top-rtl {
    left: 20px;
    right: auto;
  }
}

.ant-hrmax-badge {
  box-sizing: border-box;
  color: #000;
  font-variant: tabular-nums;
  font-feature-settings: "tnum";
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1;
  list-style: none;
  display: inline-block;
  position: relative;
}

.ant-hrmax-badge-count {
  z-index: auto;
  color: #fff;
  white-space: nowrap;
  text-align: center;
  background: #ff3029;
  border-radius: 10px;
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
  box-shadow: 0 0 0 1px #fff;
}

.ant-hrmax-badge-count a, .ant-hrmax-badge-count a:hover {
  color: #fff;
}

.ant-hrmax-badge-count-sm {
  border-radius: 3px;
  min-width: 6px;
  height: 6px;
  padding: 0;
  font-size: 12px;
  line-height: 6px;
}

.ant-hrmax-badge-multiple-words {
  padding: 0 8px;
}

.ant-hrmax-badge-dot {
  z-index: auto;
  background: #ff3029;
  border-radius: 100%;
  width: 10px;
  min-width: 10px;
  height: 10px;
  box-shadow: 0 0 0 1px #fff;
}

.ant-hrmax-badge-dot.ant-hrmax-scroll-number {
  transition: background 1.5s;
}

.ant-hrmax-badge-count, .ant-hrmax-badge-dot, .ant-hrmax-badge .ant-hrmax-scroll-number-custom-component {
  transform-origin: 100% 0;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
}

.ant-hrmax-badge-count.anthrmaxicon-spin, .ant-hrmax-badge-dot.anthrmaxicon-spin, .ant-hrmax-badge .ant-hrmax-scroll-number-custom-component.anthrmaxicon-spin {
  animation: 1s linear infinite antBadgeLoadingCircle;
}

.ant-hrmax-badge-status {
  line-height: inherit;
  vertical-align: baseline;
}

.ant-hrmax-badge-status-dot {
  vertical-align: middle;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  display: inline-block;
  position: relative;
  top: -1px;
}

.ant-hrmax-badge-status-success {
  background-color: #2e9908;
}

.ant-hrmax-badge-status-processing {
  background-color: #397ee5;
  position: relative;
}

.ant-hrmax-badge-status-processing:after {
  content: "";
  border: 1px solid #397ee5;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  animation: 1.2s ease-in-out infinite antStatusProcessing;
  position: absolute;
  top: 0;
  left: 0;
}

.ant-hrmax-badge-status-default {
  background-color: #d9d9d9;
}

.ant-hrmax-badge-status-error {
  background-color: #d90007;
}

.ant-hrmax-badge-status-warning {
  background-color: #d98d00;
}

.ant-hrmax-badge-status-pink, .ant-hrmax-badge-status-magenta {
  background: #eb2f96;
}

.ant-hrmax-badge-status-red {
  background: red;
}

.ant-hrmax-badge-status-volcano {
  background: #fa541c;
}

.ant-hrmax-badge-status-orange {
  background: #ff6400;
}

.ant-hrmax-badge-status-yellow {
  background: #ffcf00;
}

.ant-hrmax-badge-status-gold {
  background: #ffae00;
}

.ant-hrmax-badge-status-cyan {
  background: #13bf94;
}

.ant-hrmax-badge-status-lime {
  background: #a0d911;
}

.ant-hrmax-badge-status-green {
  background: #46bf13;
}

.ant-hrmax-badge-status-blue {
  background: #397ee5;
}

.ant-hrmax-badge-status-geekblue {
  background: #4060ff;
}

.ant-hrmax-badge-status-purple {
  background: #6c00ff;
}

.ant-hrmax-badge-status-text {
  color: #000;
  margin-left: 8px;
  font-size: 14px;
}

.ant-hrmax-badge-zoom-appear, .ant-hrmax-badge-zoom-enter {
  animation: .3s cubic-bezier(.12, .4, .29, 1.46) both antZoomBadgeIn;
}

.ant-hrmax-badge-zoom-leave {
  animation: .3s cubic-bezier(.71, -.46, .88, .6) both antZoomBadgeOut;
}

.ant-hrmax-badge-not-a-wrapper .ant-hrmax-badge-zoom-appear, .ant-hrmax-badge-not-a-wrapper .ant-hrmax-badge-zoom-enter {
  animation: .3s cubic-bezier(.12, .4, .29, 1.46) antNoWrapperZoomBadgeIn;
}

.ant-hrmax-badge-not-a-wrapper .ant-hrmax-badge-zoom-leave {
  animation: .3s cubic-bezier(.71, -.46, .88, .6) antNoWrapperZoomBadgeOut;
}

.ant-hrmax-badge-not-a-wrapper:not(.ant-hrmax-badge-status) {
  vertical-align: middle;
}

.ant-hrmax-badge-not-a-wrapper .ant-hrmax-scroll-number-custom-component, .ant-hrmax-badge-not-a-wrapper .ant-hrmax-badge-count {
  transform: none;
}

.ant-hrmax-badge-not-a-wrapper .ant-hrmax-scroll-number-custom-component, .ant-hrmax-badge-not-a-wrapper .ant-hrmax-scroll-number {
  transform-origin: 50%;
  display: block;
  position: relative;
  top: auto;
}

@keyframes antStatusProcessing {
  0% {
    opacity: .5;
    transform: scale(.8);
  }

  100% {
    opacity: 0;
    transform: scale(2.4);
  }
}

.ant-hrmax-scroll-number {
  direction: ltr;
  overflow: hidden;
}

.ant-hrmax-scroll-number-only {
  height: 20px;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
  display: inline-block;
  position: relative;
}

.ant-hrmax-scroll-number-only > p.ant-hrmax-scroll-number-only-unit {
  height: 20px;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  margin: 0;
}

.ant-hrmax-scroll-number-symbol {
  vertical-align: top;
}

@keyframes antZoomBadgeIn {
  0% {
    opacity: 0;
    transform: scale(0)translate(50%, -50%);
  }

  100% {
    transform: scale(1)translate(50%, -50%);
  }
}

@keyframes antZoomBadgeOut {
  0% {
    transform: scale(1)translate(50%, -50%);
  }

  100% {
    opacity: 0;
    transform: scale(0)translate(50%, -50%);
  }
}

@keyframes antNoWrapperZoomBadgeIn {
  0% {
    opacity: 0;
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes antNoWrapperZoomBadgeOut {
  0% {
    transform: scale(1);
  }

  100% {
    opacity: 0;
    transform: scale(0);
  }
}

@keyframes antBadgeLoadingCircle {
  0% {
    transform-origin: 50%;
  }

  100% {
    transform-origin: 50%;
    transform: translate(50%, -50%)rotate(360deg);
  }
}

.ant-hrmax-ribbon-wrapper {
  position: relative;
}

.ant-hrmax-ribbon {
  box-sizing: border-box;
  color: #fff;
  font-variant: tabular-nums;
  font-feature-settings: "tnum";
  white-space: nowrap;
  background-color: #268a92;
  border-radius: 4px;
  height: 22px;
  margin: 0;
  padding: 0 8px;
  font-size: 14px;
  line-height: 22px;
  list-style: none;
  position: absolute;
  top: 8px;
}

.ant-hrmax-ribbon-text {
  color: #fff;
}

.ant-hrmax-ribbon-corner {
  color: currentColor;
  transform-origin: top;
  border: 4px solid;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 100%;
  transform: scaleY(.75);
}

.ant-hrmax-ribbon-corner:after {
  width: inherit;
  height: inherit;
  color: #00000040;
  border: inherit;
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
}

.ant-hrmax-ribbon-color-pink, .ant-hrmax-ribbon-color-magenta {
  color: #eb2f96;
  background: #eb2f96;
}

.ant-hrmax-ribbon-color-red {
  color: red;
  background: red;
}

.ant-hrmax-ribbon-color-volcano {
  color: #fa541c;
  background: #fa541c;
}

.ant-hrmax-ribbon-color-orange {
  color: #ff6400;
  background: #ff6400;
}

.ant-hrmax-ribbon-color-yellow {
  color: #ffcf00;
  background: #ffcf00;
}

.ant-hrmax-ribbon-color-gold {
  color: #ffae00;
  background: #ffae00;
}

.ant-hrmax-ribbon-color-cyan {
  color: #13bf94;
  background: #13bf94;
}

.ant-hrmax-ribbon-color-lime {
  color: #a0d911;
  background: #a0d911;
}

.ant-hrmax-ribbon-color-green {
  color: #46bf13;
  background: #46bf13;
}

.ant-hrmax-ribbon-color-blue {
  color: #397ee5;
  background: #397ee5;
}

.ant-hrmax-ribbon-color-geekblue {
  color: #4060ff;
  background: #4060ff;
}

.ant-hrmax-ribbon-color-purple {
  color: #6c00ff;
  background: #6c00ff;
}

.ant-hrmax-ribbon.ant-hrmax-ribbon-placement-end {
  border-bottom-right-radius: 0;
  right: -8px;
}

.ant-hrmax-ribbon.ant-hrmax-ribbon-placement-end .ant-hrmax-ribbon-corner {
  border-color: currentColor #0000 #0000 currentColor;
  right: 0;
}

.ant-hrmax-ribbon.ant-hrmax-ribbon-placement-start {
  border-bottom-left-radius: 0;
  left: -8px;
}

.ant-hrmax-ribbon.ant-hrmax-ribbon-placement-start .ant-hrmax-ribbon-corner {
  border-color: currentColor currentColor #0000 #0000;
  left: 0;
}

.ant-hrmax-badge-rtl {
  direction: rtl;
}

.ant-hrmax-badge-rtl.ant-hrmax-badge:not(.ant-hrmax-badge-not-a-wrapper) .ant-hrmax-badge-count, .ant-hrmax-badge-rtl.ant-hrmax-badge:not(.ant-hrmax-badge-not-a-wrapper) .ant-hrmax-badge-dot, .ant-hrmax-badge-rtl.ant-hrmax-badge:not(.ant-hrmax-badge-not-a-wrapper) .ant-hrmax-scroll-number-custom-component {
  transform-origin: 0 0;
  direction: ltr;
  left: 0;
  right: auto;
  transform: translate(-50%, -50%);
}

.ant-hrmax-badge-rtl.ant-hrmax-badge:not(.ant-hrmax-badge-not-a-wrapper) .ant-hrmax-scroll-number-custom-component {
  transform-origin: 0 0;
  left: 0;
  right: auto;
  transform: translate(-50%, -50%);
}

.ant-hrmax-badge-rtl .ant-hrmax-badge-status-text {
  margin-left: 0;
  margin-right: 8px;
}

.ant-hrmax-badge:not(.ant-hrmax-badge-not-a-wrapper).ant-hrmax-badge-rtl .ant-hrmax-badge-zoom-appear, .ant-hrmax-badge:not(.ant-hrmax-badge-not-a-wrapper).ant-hrmax-badge-rtl .ant-hrmax-badge-zoom-enter {
  animation-name: antZoomBadgeInRtl;
}

.ant-hrmax-badge:not(.ant-hrmax-badge-not-a-wrapper).ant-hrmax-badge-rtl .ant-hrmax-badge-zoom-leave {
  animation-name: antZoomBadgeOutRtl;
}

.ant-hrmax-ribbon-rtl {
  direction: rtl;
}

.ant-hrmax-ribbon-rtl.ant-hrmax-ribbon-placement-end {
  right: unset;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0;
  left: -8px;
}

.ant-hrmax-ribbon-rtl.ant-hrmax-ribbon-placement-end .ant-hrmax-ribbon-corner {
  right: unset;
  border-color: currentColor currentColor #0000 #0000;
  left: 0;
}

.ant-hrmax-ribbon-rtl.ant-hrmax-ribbon-placement-end .ant-hrmax-ribbon-corner:after {
  border-color: currentColor currentColor #0000 #0000;
}

.ant-hrmax-ribbon-rtl.ant-hrmax-ribbon-placement-start {
  right: -8px;
  left: unset;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
}

.ant-hrmax-ribbon-rtl.ant-hrmax-ribbon-placement-start .ant-hrmax-ribbon-corner {
  right: 0;
  left: unset;
  border-color: currentColor #0000 #0000 currentColor;
}

.ant-hrmax-ribbon-rtl.ant-hrmax-ribbon-placement-start .ant-hrmax-ribbon-corner:after {
  border-color: currentColor #0000 #0000 currentColor;
}

@keyframes antZoomBadgeInRtl {
  0% {
    opacity: 0;
    transform: scale(0)translate(-50%, -50%);
  }

  100% {
    transform: scale(1)translate(-50%, -50%);
  }
}

@keyframes antZoomBadgeOutRtl {
  0% {
    transform: scale(1)translate(-50%, -50%);
  }

  100% {
    opacity: 0;
    transform: scale(0)translate(-50%, -50%);
  }
}

.ant-hrmax-breadcrumb {
  box-sizing: border-box;
  color: #535b64;
  font-variant: tabular-nums;
  font-feature-settings: "tnum";
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.5715;
  list-style: none;
}

.ant-hrmax-breadcrumb .anthrmaxicon {
  font-size: 14px;
}

.ant-hrmax-breadcrumb ol {
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.ant-hrmax-breadcrumb a {
  color: #535b64;
  transition: color .3s;
}

.ant-hrmax-breadcrumb a:hover, .ant-hrmax-breadcrumb li:last-child, .ant-hrmax-breadcrumb li:last-child a {
  color: #000;
}

li:last-child > .ant-hrmax-breadcrumb-separator {
  display: none;
}

.ant-hrmax-breadcrumb-separator {
  color: #535b64;
  margin: 0 8px;
}

.ant-hrmax-breadcrumb-link > .anthrmaxicon + span, .ant-hrmax-breadcrumb-link > .anthrmaxicon + a, .ant-hrmax-breadcrumb-overlay-link > .anthrmaxicon {
  margin-left: 4px;
}

.ant-hrmax-breadcrumb-rtl {
  direction: rtl;
}

.ant-hrmax-breadcrumb-rtl:before {
  content: "";
  display: table;
}

.ant-hrmax-breadcrumb-rtl:after {
  clear: both;
  content: "";
  display: table;
}

.ant-hrmax-breadcrumb-rtl > span {
  float: right;
}

.ant-hrmax-breadcrumb-rtl .ant-hrmax-breadcrumb-link > .anthrmaxicon + span, .ant-hrmax-breadcrumb-rtl .ant-hrmax-breadcrumb-link > .anthrmaxicon + a, .ant-hrmax-breadcrumb-rtl .ant-hrmax-breadcrumb-overlay-link > .anthrmaxicon {
  margin-left: 0;
  margin-right: 4px;
}

.ant-hrmax-btn {
  white-space: nowrap;
  text-align: center;
  cursor: pointer;
  user-select: none;
  touch-action: manipulation;
  color: #000;
  background: #fff;
  border: 1px solid #cdd0d4;
  border-radius: 8px;
  height: 32px;
  padding: 4px 16px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5715;
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
  display: inline-block;
  position: relative;
  box-shadow: 0 2px #00000004;
}

.ant-hrmax-btn > .anthrmaxicon {
  line-height: 1;
}

.ant-hrmax-btn, .ant-hrmax-btn:active, .ant-hrmax-btn:focus {
  outline: 0;
}

.ant-hrmax-btn:not([disabled]):hover {
  text-decoration: none;
}

.ant-hrmax-btn:not([disabled]):active {
  box-shadow: none;
  outline: 0;
}

.ant-hrmax-btn[disabled] {
  cursor: not-allowed;
}

.ant-hrmax-btn[disabled] > * {
  pointer-events: none;
}

.ant-hrmax-btn-lg {
  border-radius: 8px;
  height: 40px;
  padding: 4.9px 16px;
  font-size: 18px;
}

.ant-hrmax-btn-sm {
  border-radius: 8px;
  height: 24px;
  padding: 0 8px;
  font-size: 14px;
}

.ant-hrmax-btn > a:only-child {
  color: currentColor;
}

.ant-hrmax-btn > a:only-child:after {
  content: "";
  background: none;
  position: absolute;
  inset: 0;
}

.ant-hrmax-btn:hover, .ant-hrmax-btn:focus {
  color: #429b9e;
  background: #fff;
  border-color: #429b9e;
}

.ant-hrmax-btn:hover > a:only-child, .ant-hrmax-btn:focus > a:only-child {
  color: currentColor;
}

.ant-hrmax-btn:hover > a:only-child:after, .ant-hrmax-btn:focus > a:only-child:after {
  content: "";
  background: none;
  position: absolute;
  inset: 0;
}

.ant-hrmax-btn:active {
  color: #16636b;
  background: #fff;
  border-color: #16636b;
}

.ant-hrmax-btn:active > a:only-child {
  color: currentColor;
}

.ant-hrmax-btn:active > a:only-child:after {
  content: "";
  background: none;
  position: absolute;
  inset: 0;
}

.ant-hrmax-btn[disabled], .ant-hrmax-btn[disabled]:hover, .ant-hrmax-btn[disabled]:focus, .ant-hrmax-btn[disabled]:active {
  color: #cdd0d4;
  text-shadow: none;
  box-shadow: none;
  background: #f2f4f7;
  border-color: #cdd0d4;
}

.ant-hrmax-btn[disabled] > a:only-child, .ant-hrmax-btn[disabled]:hover > a:only-child, .ant-hrmax-btn[disabled]:focus > a:only-child, .ant-hrmax-btn[disabled]:active > a:only-child {
  color: currentColor;
}

.ant-hrmax-btn[disabled] > a:only-child:after, .ant-hrmax-btn[disabled]:hover > a:only-child:after, .ant-hrmax-btn[disabled]:focus > a:only-child:after, .ant-hrmax-btn[disabled]:active > a:only-child:after {
  content: "";
  background: none;
  position: absolute;
  inset: 0;
}

.ant-hrmax-btn:hover, .ant-hrmax-btn:focus, .ant-hrmax-btn:active {
  background: #fff;
  text-decoration: none;
}

.ant-hrmax-btn > span {
  display: inline-block;
}

.ant-hrmax-btn-primary {
  color: #fff;
  text-shadow: 0 -1px #0000001f;
  background: #268a92;
  border-color: #268a92;
  box-shadow: 0 2px #0000000b;
}

.ant-hrmax-btn-primary > a:only-child {
  color: currentColor;
}

.ant-hrmax-btn-primary > a:only-child:after {
  content: "";
  background: none;
  position: absolute;
  inset: 0;
}

.ant-hrmax-btn-primary:hover, .ant-hrmax-btn-primary:focus {
  color: #fff;
  background: #429b9e;
  border-color: #429b9e;
}

.ant-hrmax-btn-primary:hover > a:only-child, .ant-hrmax-btn-primary:focus > a:only-child {
  color: currentColor;
}

.ant-hrmax-btn-primary:hover > a:only-child:after, .ant-hrmax-btn-primary:focus > a:only-child:after {
  content: "";
  background: none;
  position: absolute;
  inset: 0;
}

.ant-hrmax-btn-primary:active {
  color: #fff;
  background: #16636b;
  border-color: #16636b;
}

.ant-hrmax-btn-primary:active > a:only-child {
  color: currentColor;
}

.ant-hrmax-btn-primary:active > a:only-child:after {
  content: "";
  background: none;
  position: absolute;
  inset: 0;
}

.ant-hrmax-btn-primary[disabled], .ant-hrmax-btn-primary[disabled]:hover, .ant-hrmax-btn-primary[disabled]:focus, .ant-hrmax-btn-primary[disabled]:active {
  color: #cdd0d4;
  text-shadow: none;
  box-shadow: none;
  background: #f2f4f7;
  border-color: #cdd0d4;
}

.ant-hrmax-btn-primary[disabled] > a:only-child, .ant-hrmax-btn-primary[disabled]:hover > a:only-child, .ant-hrmax-btn-primary[disabled]:focus > a:only-child, .ant-hrmax-btn-primary[disabled]:active > a:only-child {
  color: currentColor;
}

.ant-hrmax-btn-primary[disabled] > a:only-child:after, .ant-hrmax-btn-primary[disabled]:hover > a:only-child:after, .ant-hrmax-btn-primary[disabled]:focus > a:only-child:after, .ant-hrmax-btn-primary[disabled]:active > a:only-child:after {
  content: "";
  background: none;
  position: absolute;
  inset: 0;
}

.ant-hrmax-btn-group .ant-hrmax-btn-primary:not(:first-child):not(:last-child) {
  border-left-color: #54a7af;
  border-right-color: #54a7af;
}

.ant-hrmax-btn-group .ant-hrmax-btn-primary:not(:first-child):not(:last-child):disabled {
  border-color: #cdd0d4;
}

.ant-hrmax-btn-group .ant-hrmax-btn-primary:first-child:not(:last-child) {
  border-right-color: #54a7af;
}

.ant-hrmax-btn-group .ant-hrmax-btn-primary:first-child:not(:last-child)[disabled] {
  border-right-color: #cdd0d4;
}

.ant-hrmax-btn-group .ant-hrmax-btn-primary:last-child:not(:first-child), .ant-hrmax-btn-group .ant-hrmax-btn-primary + .ant-hrmax-btn-primary {
  border-left-color: #54a7af;
}

.ant-hrmax-btn-group .ant-hrmax-btn-primary:last-child:not(:first-child)[disabled], .ant-hrmax-btn-group .ant-hrmax-btn-primary + .ant-hrmax-btn-primary[disabled] {
  border-left-color: #cdd0d4;
}

.ant-hrmax-btn-ghost {
  color: #000;
  background: none;
  border-color: #cdd0d4;
}

.ant-hrmax-btn-ghost > a:only-child {
  color: currentColor;
}

.ant-hrmax-btn-ghost > a:only-child:after {
  content: "";
  background: none;
  position: absolute;
  inset: 0;
}

.ant-hrmax-btn-ghost:hover, .ant-hrmax-btn-ghost:focus {
  color: #429b9e;
  background: none;
  border-color: #429b9e;
}

.ant-hrmax-btn-ghost:hover > a:only-child, .ant-hrmax-btn-ghost:focus > a:only-child {
  color: currentColor;
}

.ant-hrmax-btn-ghost:hover > a:only-child:after, .ant-hrmax-btn-ghost:focus > a:only-child:after {
  content: "";
  background: none;
  position: absolute;
  inset: 0;
}

.ant-hrmax-btn-ghost:active {
  color: #16636b;
  background: none;
  border-color: #16636b;
}

.ant-hrmax-btn-ghost:active > a:only-child {
  color: currentColor;
}

.ant-hrmax-btn-ghost:active > a:only-child:after {
  content: "";
  background: none;
  position: absolute;
  inset: 0;
}

.ant-hrmax-btn-ghost[disabled], .ant-hrmax-btn-ghost[disabled]:hover, .ant-hrmax-btn-ghost[disabled]:focus, .ant-hrmax-btn-ghost[disabled]:active {
  color: #cdd0d4;
  text-shadow: none;
  box-shadow: none;
  background: #f2f4f7;
  border-color: #cdd0d4;
}

.ant-hrmax-btn-ghost[disabled] > a:only-child, .ant-hrmax-btn-ghost[disabled]:hover > a:only-child, .ant-hrmax-btn-ghost[disabled]:focus > a:only-child, .ant-hrmax-btn-ghost[disabled]:active > a:only-child {
  color: currentColor;
}

.ant-hrmax-btn-ghost[disabled] > a:only-child:after, .ant-hrmax-btn-ghost[disabled]:hover > a:only-child:after, .ant-hrmax-btn-ghost[disabled]:focus > a:only-child:after, .ant-hrmax-btn-ghost[disabled]:active > a:only-child:after {
  content: "";
  background: none;
  position: absolute;
  inset: 0;
}

.ant-hrmax-btn-dashed {
  color: #000;
  background: #fff;
  border-style: dashed;
  border-color: #cdd0d4;
}

.ant-hrmax-btn-dashed > a:only-child {
  color: currentColor;
}

.ant-hrmax-btn-dashed > a:only-child:after {
  content: "";
  background: none;
  position: absolute;
  inset: 0;
}

.ant-hrmax-btn-dashed:hover, .ant-hrmax-btn-dashed:focus {
  color: #429b9e;
  background: #fff;
  border-color: #429b9e;
}

.ant-hrmax-btn-dashed:hover > a:only-child, .ant-hrmax-btn-dashed:focus > a:only-child {
  color: currentColor;
}

.ant-hrmax-btn-dashed:hover > a:only-child:after, .ant-hrmax-btn-dashed:focus > a:only-child:after {
  content: "";
  background: none;
  position: absolute;
  inset: 0;
}

.ant-hrmax-btn-dashed:active {
  color: #16636b;
  background: #fff;
  border-color: #16636b;
}

.ant-hrmax-btn-dashed:active > a:only-child {
  color: currentColor;
}

.ant-hrmax-btn-dashed:active > a:only-child:after {
  content: "";
  background: none;
  position: absolute;
  inset: 0;
}

.ant-hrmax-btn-dashed[disabled], .ant-hrmax-btn-dashed[disabled]:hover, .ant-hrmax-btn-dashed[disabled]:focus, .ant-hrmax-btn-dashed[disabled]:active {
  color: #cdd0d4;
  text-shadow: none;
  box-shadow: none;
  background: #f2f4f7;
  border-color: #cdd0d4;
}

.ant-hrmax-btn-dashed[disabled] > a:only-child, .ant-hrmax-btn-dashed[disabled]:hover > a:only-child, .ant-hrmax-btn-dashed[disabled]:focus > a:only-child, .ant-hrmax-btn-dashed[disabled]:active > a:only-child {
  color: currentColor;
}

.ant-hrmax-btn-dashed[disabled] > a:only-child:after, .ant-hrmax-btn-dashed[disabled]:hover > a:only-child:after, .ant-hrmax-btn-dashed[disabled]:focus > a:only-child:after, .ant-hrmax-btn-dashed[disabled]:active > a:only-child:after {
  content: "";
  background: none;
  position: absolute;
  inset: 0;
}

.ant-hrmax-btn-danger {
  color: #fff;
  text-shadow: 0 -1px #0000001f;
  background: #d90007;
  border-color: #d90007;
  box-shadow: 0 2px #0000000b;
}

.ant-hrmax-btn-danger > a:only-child {
  color: currentColor;
}

.ant-hrmax-btn-danger > a:only-child:after {
  content: "";
  background: none;
  position: absolute;
  inset: 0;
}

.ant-hrmax-btn-danger:hover, .ant-hrmax-btn-danger:focus {
  color: #fff;
  background: #e62525;
  border-color: #e62525;
}

.ant-hrmax-btn-danger:hover > a:only-child, .ant-hrmax-btn-danger:focus > a:only-child {
  color: currentColor;
}

.ant-hrmax-btn-danger:hover > a:only-child:after, .ant-hrmax-btn-danger:focus > a:only-child:after {
  content: "";
  background: none;
  position: absolute;
  inset: 0;
}

.ant-hrmax-btn-danger:active {
  color: #fff;
  background: #b3000c;
  border-color: #b3000c;
}

.ant-hrmax-btn-danger:active > a:only-child {
  color: currentColor;
}

.ant-hrmax-btn-danger:active > a:only-child:after {
  content: "";
  background: none;
  position: absolute;
  inset: 0;
}

.ant-hrmax-btn-danger[disabled], .ant-hrmax-btn-danger[disabled]:hover, .ant-hrmax-btn-danger[disabled]:focus, .ant-hrmax-btn-danger[disabled]:active {
  color: #cdd0d4;
  text-shadow: none;
  box-shadow: none;
  background: #f2f4f7;
  border-color: #cdd0d4;
}

.ant-hrmax-btn-danger[disabled] > a:only-child, .ant-hrmax-btn-danger[disabled]:hover > a:only-child, .ant-hrmax-btn-danger[disabled]:focus > a:only-child, .ant-hrmax-btn-danger[disabled]:active > a:only-child {
  color: currentColor;
}

.ant-hrmax-btn-danger[disabled] > a:only-child:after, .ant-hrmax-btn-danger[disabled]:hover > a:only-child:after, .ant-hrmax-btn-danger[disabled]:focus > a:only-child:after, .ant-hrmax-btn-danger[disabled]:active > a:only-child:after {
  content: "";
  background: none;
  position: absolute;
  inset: 0;
}

.ant-hrmax-btn-link {
  color: #268a92;
  box-shadow: none;
  background: none;
  border-color: #0000;
}

.ant-hrmax-btn-link > a:only-child {
  color: currentColor;
}

.ant-hrmax-btn-link > a:only-child:after {
  content: "";
  background: none;
  position: absolute;
  inset: 0;
}

.ant-hrmax-btn-link:hover, .ant-hrmax-btn-link:focus {
  color: #429b9e;
  background: none;
  border-color: #429b9e;
}

.ant-hrmax-btn-link:hover > a:only-child, .ant-hrmax-btn-link:focus > a:only-child {
  color: currentColor;
}

.ant-hrmax-btn-link:hover > a:only-child:after, .ant-hrmax-btn-link:focus > a:only-child:after {
  content: "";
  background: none;
  position: absolute;
  inset: 0;
}

.ant-hrmax-btn-link:active {
  color: #16636b;
  background: none;
  border-color: #16636b;
}

.ant-hrmax-btn-link:active > a:only-child {
  color: currentColor;
}

.ant-hrmax-btn-link:active > a:only-child:after {
  content: "";
  background: none;
  position: absolute;
  inset: 0;
}

.ant-hrmax-btn-link:hover {
  background: none;
}

.ant-hrmax-btn-link:hover, .ant-hrmax-btn-link:focus, .ant-hrmax-btn-link:active {
  border-color: #0000;
}

.ant-hrmax-btn-link[disabled], .ant-hrmax-btn-link[disabled]:hover, .ant-hrmax-btn-link[disabled]:focus, .ant-hrmax-btn-link[disabled]:active {
  color: #cdd0d4;
  text-shadow: none;
  box-shadow: none;
  background: none;
  border-color: #0000;
}

.ant-hrmax-btn-link[disabled] > a:only-child, .ant-hrmax-btn-link[disabled]:hover > a:only-child, .ant-hrmax-btn-link[disabled]:focus > a:only-child, .ant-hrmax-btn-link[disabled]:active > a:only-child {
  color: currentColor;
}

.ant-hrmax-btn-link[disabled] > a:only-child:after, .ant-hrmax-btn-link[disabled]:hover > a:only-child:after, .ant-hrmax-btn-link[disabled]:focus > a:only-child:after, .ant-hrmax-btn-link[disabled]:active > a:only-child:after {
  content: "";
  background: none;
  position: absolute;
  inset: 0;
}

.ant-hrmax-btn-text {
  color: #000;
  box-shadow: none;
  background: none;
  border-color: #0000;
}

.ant-hrmax-btn-text > a:only-child {
  color: currentColor;
}

.ant-hrmax-btn-text > a:only-child:after {
  content: "";
  background: none;
  position: absolute;
  inset: 0;
}

.ant-hrmax-btn-text:hover > a:only-child, .ant-hrmax-btn-text:focus > a:only-child {
  color: currentColor;
}

.ant-hrmax-btn-text:hover > a:only-child:after, .ant-hrmax-btn-text:focus > a:only-child:after {
  content: "";
  background: none;
  position: absolute;
  inset: 0;
}

.ant-hrmax-btn-text:active {
  color: #16636b;
  background: none;
  border-color: #16636b;
}

.ant-hrmax-btn-text:active > a:only-child {
  color: currentColor;
}

.ant-hrmax-btn-text:active > a:only-child:after {
  content: "";
  background: none;
  position: absolute;
  inset: 0;
}

.ant-hrmax-btn-text:hover, .ant-hrmax-btn-text:focus, .ant-hrmax-btn-text:active {
  color: #000;
  background: #e5e6eb;
  border-color: #0000;
}

.ant-hrmax-btn-text[disabled], .ant-hrmax-btn-text[disabled]:hover, .ant-hrmax-btn-text[disabled]:focus, .ant-hrmax-btn-text[disabled]:active {
  color: #cdd0d4;
  text-shadow: none;
  box-shadow: none;
  background: none;
  border-color: #0000;
}

.ant-hrmax-btn-text[disabled] > a:only-child, .ant-hrmax-btn-text[disabled]:hover > a:only-child, .ant-hrmax-btn-text[disabled]:focus > a:only-child, .ant-hrmax-btn-text[disabled]:active > a:only-child {
  color: currentColor;
}

.ant-hrmax-btn-text[disabled] > a:only-child:after, .ant-hrmax-btn-text[disabled]:hover > a:only-child:after, .ant-hrmax-btn-text[disabled]:focus > a:only-child:after, .ant-hrmax-btn-text[disabled]:active > a:only-child:after {
  content: "";
  background: none;
  position: absolute;
  inset: 0;
}

.ant-hrmax-btn-dangerous {
  color: #d90007;
  background: #fff;
  border-color: #d90007;
}

.ant-hrmax-btn-dangerous > a:only-child {
  color: currentColor;
}

.ant-hrmax-btn-dangerous > a:only-child:after {
  content: "";
  background: none;
  position: absolute;
  inset: 0;
}

.ant-hrmax-btn-dangerous:hover, .ant-hrmax-btn-dangerous:focus {
  color: #e62525;
  background: #fff;
  border-color: #e62525;
}

.ant-hrmax-btn-dangerous:hover > a:only-child, .ant-hrmax-btn-dangerous:focus > a:only-child {
  color: currentColor;
}

.ant-hrmax-btn-dangerous:hover > a:only-child:after, .ant-hrmax-btn-dangerous:focus > a:only-child:after {
  content: "";
  background: none;
  position: absolute;
  inset: 0;
}

.ant-hrmax-btn-dangerous:active {
  color: #b3000c;
  background: #fff;
  border-color: #b3000c;
}

.ant-hrmax-btn-dangerous:active > a:only-child {
  color: currentColor;
}

.ant-hrmax-btn-dangerous:active > a:only-child:after {
  content: "";
  background: none;
  position: absolute;
  inset: 0;
}

.ant-hrmax-btn-dangerous[disabled], .ant-hrmax-btn-dangerous[disabled]:hover, .ant-hrmax-btn-dangerous[disabled]:focus, .ant-hrmax-btn-dangerous[disabled]:active {
  color: #cdd0d4;
  text-shadow: none;
  box-shadow: none;
  background: #f2f4f7;
  border-color: #cdd0d4;
}

.ant-hrmax-btn-dangerous[disabled] > a:only-child, .ant-hrmax-btn-dangerous[disabled]:hover > a:only-child, .ant-hrmax-btn-dangerous[disabled]:focus > a:only-child, .ant-hrmax-btn-dangerous[disabled]:active > a:only-child {
  color: currentColor;
}

.ant-hrmax-btn-dangerous[disabled] > a:only-child:after, .ant-hrmax-btn-dangerous[disabled]:hover > a:only-child:after, .ant-hrmax-btn-dangerous[disabled]:focus > a:only-child:after, .ant-hrmax-btn-dangerous[disabled]:active > a:only-child:after {
  content: "";
  background: none;
  position: absolute;
  inset: 0;
}

.ant-hrmax-btn-dangerous.ant-hrmax-btn-primary {
  color: #fff;
  text-shadow: 0 -1px #0000001f;
  background: #d90007;
  border-color: #d90007;
  box-shadow: 0 2px #0000000b;
}

.ant-hrmax-btn-dangerous.ant-hrmax-btn-primary > a:only-child {
  color: currentColor;
}

.ant-hrmax-btn-dangerous.ant-hrmax-btn-primary > a:only-child:after {
  content: "";
  background: none;
  position: absolute;
  inset: 0;
}

.ant-hrmax-btn-dangerous.ant-hrmax-btn-primary:hover, .ant-hrmax-btn-dangerous.ant-hrmax-btn-primary:focus {
  color: #fff;
  background: #e62525;
  border-color: #e62525;
}

.ant-hrmax-btn-dangerous.ant-hrmax-btn-primary:hover > a:only-child, .ant-hrmax-btn-dangerous.ant-hrmax-btn-primary:focus > a:only-child {
  color: currentColor;
}

.ant-hrmax-btn-dangerous.ant-hrmax-btn-primary:hover > a:only-child:after, .ant-hrmax-btn-dangerous.ant-hrmax-btn-primary:focus > a:only-child:after {
  content: "";
  background: none;
  position: absolute;
  inset: 0;
}

.ant-hrmax-btn-dangerous.ant-hrmax-btn-primary:active {
  color: #fff;
  background: #b3000c;
  border-color: #b3000c;
}

.ant-hrmax-btn-dangerous.ant-hrmax-btn-primary:active > a:only-child {
  color: currentColor;
}

.ant-hrmax-btn-dangerous.ant-hrmax-btn-primary:active > a:only-child:after {
  content: "";
  background: none;
  position: absolute;
  inset: 0;
}

.ant-hrmax-btn-dangerous.ant-hrmax-btn-primary[disabled], .ant-hrmax-btn-dangerous.ant-hrmax-btn-primary[disabled]:hover, .ant-hrmax-btn-dangerous.ant-hrmax-btn-primary[disabled]:focus, .ant-hrmax-btn-dangerous.ant-hrmax-btn-primary[disabled]:active {
  color: #cdd0d4;
  text-shadow: none;
  box-shadow: none;
  background: #f2f4f7;
  border-color: #cdd0d4;
}

.ant-hrmax-btn-dangerous.ant-hrmax-btn-primary[disabled] > a:only-child, .ant-hrmax-btn-dangerous.ant-hrmax-btn-primary[disabled]:hover > a:only-child, .ant-hrmax-btn-dangerous.ant-hrmax-btn-primary[disabled]:focus > a:only-child, .ant-hrmax-btn-dangerous.ant-hrmax-btn-primary[disabled]:active > a:only-child {
  color: currentColor;
}

.ant-hrmax-btn-dangerous.ant-hrmax-btn-primary[disabled] > a:only-child:after, .ant-hrmax-btn-dangerous.ant-hrmax-btn-primary[disabled]:hover > a:only-child:after, .ant-hrmax-btn-dangerous.ant-hrmax-btn-primary[disabled]:focus > a:only-child:after, .ant-hrmax-btn-dangerous.ant-hrmax-btn-primary[disabled]:active > a:only-child:after {
  content: "";
  background: none;
  position: absolute;
  inset: 0;
}

.ant-hrmax-btn-dangerous.ant-hrmax-btn-link {
  color: #d90007;
  box-shadow: none;
  background: none;
  border-color: #0000;
}

.ant-hrmax-btn-dangerous.ant-hrmax-btn-link > a:only-child {
  color: currentColor;
}

.ant-hrmax-btn-dangerous.ant-hrmax-btn-link > a:only-child:after {
  content: "";
  background: none;
  position: absolute;
  inset: 0;
}

.ant-hrmax-btn-dangerous.ant-hrmax-btn-link:hover, .ant-hrmax-btn-dangerous.ant-hrmax-btn-link:focus {
  color: #e62525;
  background: none;
  border-color: #0000;
}

.ant-hrmax-btn-dangerous.ant-hrmax-btn-link:hover > a:only-child, .ant-hrmax-btn-dangerous.ant-hrmax-btn-link:focus > a:only-child {
  color: currentColor;
}

.ant-hrmax-btn-dangerous.ant-hrmax-btn-link:hover > a:only-child:after, .ant-hrmax-btn-dangerous.ant-hrmax-btn-link:focus > a:only-child:after {
  content: "";
  background: none;
  position: absolute;
  inset: 0;
}

.ant-hrmax-btn-dangerous.ant-hrmax-btn-link:active {
  color: #b3000c;
  background: none;
  border-color: #0000;
}

.ant-hrmax-btn-dangerous.ant-hrmax-btn-link:active > a:only-child {
  color: currentColor;
}

.ant-hrmax-btn-dangerous.ant-hrmax-btn-link:active > a:only-child:after {
  content: "";
  background: none;
  position: absolute;
  inset: 0;
}

.ant-hrmax-btn-dangerous.ant-hrmax-btn-link[disabled], .ant-hrmax-btn-dangerous.ant-hrmax-btn-link[disabled]:hover, .ant-hrmax-btn-dangerous.ant-hrmax-btn-link[disabled]:focus, .ant-hrmax-btn-dangerous.ant-hrmax-btn-link[disabled]:active {
  color: #cdd0d4;
  text-shadow: none;
  box-shadow: none;
  background: none;
  border-color: #0000;
}

.ant-hrmax-btn-dangerous.ant-hrmax-btn-link[disabled] > a:only-child, .ant-hrmax-btn-dangerous.ant-hrmax-btn-link[disabled]:hover > a:only-child, .ant-hrmax-btn-dangerous.ant-hrmax-btn-link[disabled]:focus > a:only-child, .ant-hrmax-btn-dangerous.ant-hrmax-btn-link[disabled]:active > a:only-child {
  color: currentColor;
}

.ant-hrmax-btn-dangerous.ant-hrmax-btn-link[disabled] > a:only-child:after, .ant-hrmax-btn-dangerous.ant-hrmax-btn-link[disabled]:hover > a:only-child:after, .ant-hrmax-btn-dangerous.ant-hrmax-btn-link[disabled]:focus > a:only-child:after, .ant-hrmax-btn-dangerous.ant-hrmax-btn-link[disabled]:active > a:only-child:after {
  content: "";
  background: none;
  position: absolute;
  inset: 0;
}

.ant-hrmax-btn-dangerous.ant-hrmax-btn-text {
  color: #d90007;
  box-shadow: none;
  background: none;
  border-color: #0000;
}

.ant-hrmax-btn-dangerous.ant-hrmax-btn-text > a:only-child {
  color: currentColor;
}

.ant-hrmax-btn-dangerous.ant-hrmax-btn-text > a:only-child:after {
  content: "";
  background: none;
  position: absolute;
  inset: 0;
}

.ant-hrmax-btn-dangerous.ant-hrmax-btn-text:hover, .ant-hrmax-btn-dangerous.ant-hrmax-btn-text:focus {
  color: #e62525;
  background: #e5e6eb;
  border-color: #0000;
}

.ant-hrmax-btn-dangerous.ant-hrmax-btn-text:hover > a:only-child, .ant-hrmax-btn-dangerous.ant-hrmax-btn-text:focus > a:only-child {
  color: currentColor;
}

.ant-hrmax-btn-dangerous.ant-hrmax-btn-text:hover > a:only-child:after, .ant-hrmax-btn-dangerous.ant-hrmax-btn-text:focus > a:only-child:after {
  content: "";
  background: none;
  position: absolute;
  inset: 0;
}

.ant-hrmax-btn-dangerous.ant-hrmax-btn-text:active {
  color: #b3000c;
  background: #e5e6eb;
  border-color: #0000;
}

.ant-hrmax-btn-dangerous.ant-hrmax-btn-text:active > a:only-child {
  color: currentColor;
}

.ant-hrmax-btn-dangerous.ant-hrmax-btn-text:active > a:only-child:after {
  content: "";
  background: none;
  position: absolute;
  inset: 0;
}

.ant-hrmax-btn-dangerous.ant-hrmax-btn-text[disabled], .ant-hrmax-btn-dangerous.ant-hrmax-btn-text[disabled]:hover, .ant-hrmax-btn-dangerous.ant-hrmax-btn-text[disabled]:focus, .ant-hrmax-btn-dangerous.ant-hrmax-btn-text[disabled]:active {
  color: #cdd0d4;
  text-shadow: none;
  box-shadow: none;
  background: none;
  border-color: #0000;
}

.ant-hrmax-btn-dangerous.ant-hrmax-btn-text[disabled] > a:only-child, .ant-hrmax-btn-dangerous.ant-hrmax-btn-text[disabled]:hover > a:only-child, .ant-hrmax-btn-dangerous.ant-hrmax-btn-text[disabled]:focus > a:only-child, .ant-hrmax-btn-dangerous.ant-hrmax-btn-text[disabled]:active > a:only-child {
  color: currentColor;
}

.ant-hrmax-btn-dangerous.ant-hrmax-btn-text[disabled] > a:only-child:after, .ant-hrmax-btn-dangerous.ant-hrmax-btn-text[disabled]:hover > a:only-child:after, .ant-hrmax-btn-dangerous.ant-hrmax-btn-text[disabled]:focus > a:only-child:after, .ant-hrmax-btn-dangerous.ant-hrmax-btn-text[disabled]:active > a:only-child:after {
  content: "";
  background: none;
  position: absolute;
  inset: 0;
}

.ant-hrmax-btn-icon-only {
  vertical-align: -3px;
  border-radius: 8px;
  width: 40px;
  height: 40px;
  padding: 6.4px 0;
  font-size: 16px;
}

.ant-hrmax-btn-icon-only > * {
  font-size: 16px;
}

.ant-hrmax-btn-icon-only.ant-hrmax-btn-lg {
  border-radius: 8px;
  width: 56px;
  height: 56px;
  padding: 11.3px 0;
  font-size: 20px;
}

.ant-hrmax-btn-icon-only.ant-hrmax-btn-lg > * {
  font-size: 20px;
}

.ant-hrmax-btn-icon-only.ant-hrmax-btn-sm {
  border-radius: 8px;
  width: 36px;
  height: 36px;
  padding: 6px 0;
  font-size: 14px;
}

.ant-hrmax-btn-icon-only.ant-hrmax-btn-sm > * {
  font-size: 14px;
}

.ant-hrmax-btn-icon-only > .anthrmaxicon {
  justify-content: center;
  display: flex;
}

.ant-hrmax-btn-icon-only .anthrmaxicon-loading {
  padding: 0 !important;
}

a.ant-hrmax-btn-icon-only {
  vertical-align: -1px;
}

a.ant-hrmax-btn-icon-only > .anthrmaxicon {
  display: inline;
}

.ant-hrmax-btn-round {
  border-radius: 32px;
  height: 32px;
  padding: 4px 16px;
  font-size: 14px;
}

.ant-hrmax-btn-round.ant-hrmax-btn-lg {
  border-radius: 40px;
  height: 40px;
  padding: 4.9px 20px;
  font-size: 18px;
}

.ant-hrmax-btn-round.ant-hrmax-btn-sm {
  border-radius: 24px;
  height: 24px;
  padding: 0 12px;
  font-size: 14px;
}

.ant-hrmax-btn-round.ant-hrmax-btn-icon-only {
  width: auto;
}

.ant-hrmax-btn-circle {
  text-align: center;
  border-radius: 50%;
  min-width: 32px;
  padding-left: 0;
  padding-right: 0;
}

.ant-hrmax-btn-circle.ant-hrmax-btn-lg {
  border-radius: 50%;
  min-width: 40px;
}

.ant-hrmax-btn-circle.ant-hrmax-btn-sm {
  border-radius: 50%;
  min-width: 24px;
}

.ant-hrmax-btn:before {
  z-index: 1;
  border-radius: inherit;
  opacity: .35;
  content: "";
  pointer-events: none;
  background: #fff;
  transition: opacity .2s;
  display: none;
  position: absolute;
  inset: -1px;
}

.ant-hrmax-btn .anthrmaxicon {
  transition: margin-left .3s cubic-bezier(.645, .045, .355, 1);
}

.ant-hrmax-btn .anthrmaxicon.anthrmaxicon-plus > svg, .ant-hrmax-btn .anthrmaxicon.anthrmaxicon-minus > svg {
  shape-rendering: optimizespeed;
}

.ant-hrmax-btn.ant-hrmax-btn-loading {
  cursor: default;
  position: relative;
}

.ant-hrmax-btn.ant-hrmax-btn-loading:before {
  display: block;
}

.ant-hrmax-btn > .ant-hrmax-btn-loading-icon {
  transition: width .3s cubic-bezier(.645, .045, .355, 1), opacity .3s cubic-bezier(.645, .045, .355, 1);
}

.ant-hrmax-btn > .ant-hrmax-btn-loading-icon .anthrmaxicon {
  padding-right: 8px;
  animation: none;
}

.ant-hrmax-btn > .ant-hrmax-btn-loading-icon .anthrmaxicon svg {
  animation: 1s linear infinite loadingCircle;
}

.ant-hrmax-btn-group {
  display: inline-flex;
  position: relative;
}

.ant-hrmax-btn-group > .ant-hrmax-btn, .ant-hrmax-btn-group > span > .ant-hrmax-btn {
  position: relative;
}

.ant-hrmax-btn-group > .ant-hrmax-btn:hover, .ant-hrmax-btn-group > span > .ant-hrmax-btn:hover, .ant-hrmax-btn-group > .ant-hrmax-btn:focus, .ant-hrmax-btn-group > span > .ant-hrmax-btn:focus, .ant-hrmax-btn-group > .ant-hrmax-btn:active, .ant-hrmax-btn-group > span > .ant-hrmax-btn:active {
  z-index: 2;
}

.ant-hrmax-btn-group > .ant-hrmax-btn[disabled], .ant-hrmax-btn-group > span > .ant-hrmax-btn[disabled] {
  z-index: 0;
}

.ant-hrmax-btn-group .ant-hrmax-btn-icon-only {
  font-size: 14px;
}

.ant-hrmax-btn-group .ant-hrmax-btn + .ant-hrmax-btn, .ant-hrmax-btn + .ant-hrmax-btn-group, .ant-hrmax-btn-group span + .ant-hrmax-btn, .ant-hrmax-btn-group .ant-hrmax-btn + span, .ant-hrmax-btn-group > span + span, .ant-hrmax-btn-group + .ant-hrmax-btn, .ant-hrmax-btn-group + .ant-hrmax-btn-group {
  margin-left: -1px;
}

.ant-hrmax-btn-group .ant-hrmax-btn-primary + .ant-hrmax-btn:not(.ant-hrmax-btn-primary):not([disabled]) {
  border-left-color: #0000;
}

.ant-hrmax-btn-group .ant-hrmax-btn {
  border-radius: 0;
}

.ant-hrmax-btn-group > .ant-hrmax-btn:first-child, .ant-hrmax-btn-group > span:first-child > .ant-hrmax-btn {
  margin-left: 0;
}

.ant-hrmax-btn-group > .ant-hrmax-btn:only-child, .ant-hrmax-btn-group > span:only-child > .ant-hrmax-btn {
  border-radius: 8px;
}

.ant-hrmax-btn-group > .ant-hrmax-btn:first-child:not(:last-child), .ant-hrmax-btn-group > span:first-child:not(:last-child) > .ant-hrmax-btn {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.ant-hrmax-btn-group > .ant-hrmax-btn:last-child:not(:first-child), .ant-hrmax-btn-group > span:last-child:not(:first-child) > .ant-hrmax-btn {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.ant-hrmax-btn-group-sm > .ant-hrmax-btn:only-child, .ant-hrmax-btn-group-sm > span:only-child > .ant-hrmax-btn {
  border-radius: 8px;
}

.ant-hrmax-btn-group-sm > .ant-hrmax-btn:first-child:not(:last-child), .ant-hrmax-btn-group-sm > span:first-child:not(:last-child) > .ant-hrmax-btn {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.ant-hrmax-btn-group-sm > .ant-hrmax-btn:last-child:not(:first-child), .ant-hrmax-btn-group-sm > span:last-child:not(:first-child) > .ant-hrmax-btn {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.ant-hrmax-btn-group > .ant-hrmax-btn-group {
  float: left;
}

.ant-hrmax-btn-group > .ant-hrmax-btn-group:not(:first-child):not(:last-child) > .ant-hrmax-btn {
  border-radius: 0;
}

.ant-hrmax-btn-group > .ant-hrmax-btn-group:first-child:not(:last-child) > .ant-hrmax-btn:last-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding-right: 8px;
}

.ant-hrmax-btn-group > .ant-hrmax-btn-group:last-child:not(:first-child) > .ant-hrmax-btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding-left: 8px;
}

.ant-hrmax-btn-rtl.ant-hrmax-btn-group .ant-hrmax-btn + .ant-hrmax-btn, .ant-hrmax-btn-rtl.ant-hrmax-btn + .ant-hrmax-btn-group, .ant-hrmax-btn-rtl.ant-hrmax-btn-group span + .ant-hrmax-btn, .ant-hrmax-btn-rtl.ant-hrmax-btn-group .ant-hrmax-btn + span, .ant-hrmax-btn-rtl.ant-hrmax-btn-group > span + span, .ant-hrmax-btn-rtl.ant-hrmax-btn-group + .ant-hrmax-btn, .ant-hrmax-btn-rtl.ant-hrmax-btn-group + .ant-hrmax-btn-group, .ant-hrmax-btn-group-rtl.ant-hrmax-btn-group .ant-hrmax-btn + .ant-hrmax-btn, .ant-hrmax-btn-group-rtl.ant-hrmax-btn + .ant-hrmax-btn-group, .ant-hrmax-btn-group-rtl.ant-hrmax-btn-group span + .ant-hrmax-btn, .ant-hrmax-btn-group-rtl.ant-hrmax-btn-group .ant-hrmax-btn + span, .ant-hrmax-btn-group-rtl.ant-hrmax-btn-group > span + span, .ant-hrmax-btn-group-rtl.ant-hrmax-btn-group + .ant-hrmax-btn, .ant-hrmax-btn-group-rtl.ant-hrmax-btn-group + .ant-hrmax-btn-group {
  margin-left: auto;
  margin-right: -1px;
}

.ant-hrmax-btn-group.ant-hrmax-btn-group-rtl {
  direction: rtl;
}

.ant-hrmax-btn-group-rtl.ant-hrmax-btn-group > .ant-hrmax-btn:first-child:not(:last-child), .ant-hrmax-btn-group-rtl.ant-hrmax-btn-group > span:first-child:not(:last-child) > .ant-hrmax-btn {
  border-radius: 0 8px 8px 0;
}

.ant-hrmax-btn-group-rtl.ant-hrmax-btn-group > .ant-hrmax-btn:last-child:not(:first-child), .ant-hrmax-btn-group-rtl.ant-hrmax-btn-group > span:last-child:not(:first-child) > .ant-hrmax-btn {
  border-radius: 8px 0 0 8px;
}

.ant-hrmax-btn-group-rtl.ant-hrmax-btn-group-sm > .ant-hrmax-btn:first-child:not(:last-child), .ant-hrmax-btn-group-rtl.ant-hrmax-btn-group-sm > span:first-child:not(:last-child) > .ant-hrmax-btn {
  border-radius: 0 8px 8px 0;
}

.ant-hrmax-btn-group-rtl.ant-hrmax-btn-group-sm > .ant-hrmax-btn:last-child:not(:first-child), .ant-hrmax-btn-group-rtl.ant-hrmax-btn-group-sm > span:last-child:not(:first-child) > .ant-hrmax-btn {
  border-radius: 8px 0 0 8px;
}

.ant-hrmax-btn:focus > span, .ant-hrmax-btn:active > span {
  position: relative;
}

.ant-hrmax-btn > .anthrmaxicon + span, .ant-hrmax-btn > span + .anthrmaxicon {
  margin-left: 8px;
}

.ant-hrmax-btn.ant-hrmax-btn-background-ghost {
  color: #fff;
  border-color: #fff;
}

.ant-hrmax-btn.ant-hrmax-btn-background-ghost, .ant-hrmax-btn.ant-hrmax-btn-background-ghost:hover, .ant-hrmax-btn.ant-hrmax-btn-background-ghost:active, .ant-hrmax-btn.ant-hrmax-btn-background-ghost:focus {
  background: none;
}

.ant-hrmax-btn.ant-hrmax-btn-background-ghost:hover, .ant-hrmax-btn.ant-hrmax-btn-background-ghost:focus {
  color: #429b9e;
  border-color: #429b9e;
}

.ant-hrmax-btn.ant-hrmax-btn-background-ghost:active {
  color: #16636b;
  border-color: #16636b;
}

.ant-hrmax-btn.ant-hrmax-btn-background-ghost[disabled] {
  color: #cdd0d4;
  background: none;
  border-color: #cdd0d4;
}

.ant-hrmax-btn-background-ghost.ant-hrmax-btn-primary {
  color: #268a92;
  text-shadow: none;
  border-color: #268a92;
}

.ant-hrmax-btn-background-ghost.ant-hrmax-btn-primary > a:only-child {
  color: currentColor;
}

.ant-hrmax-btn-background-ghost.ant-hrmax-btn-primary > a:only-child:after {
  content: "";
  background: none;
  position: absolute;
  inset: 0;
}

.ant-hrmax-btn-background-ghost.ant-hrmax-btn-primary:hover, .ant-hrmax-btn-background-ghost.ant-hrmax-btn-primary:focus {
  color: #429b9e;
  border-color: #429b9e;
}

.ant-hrmax-btn-background-ghost.ant-hrmax-btn-primary:hover > a:only-child, .ant-hrmax-btn-background-ghost.ant-hrmax-btn-primary:focus > a:only-child {
  color: currentColor;
}

.ant-hrmax-btn-background-ghost.ant-hrmax-btn-primary:hover > a:only-child:after, .ant-hrmax-btn-background-ghost.ant-hrmax-btn-primary:focus > a:only-child:after {
  content: "";
  background: none;
  position: absolute;
  inset: 0;
}

.ant-hrmax-btn-background-ghost.ant-hrmax-btn-primary:active {
  color: #16636b;
  border-color: #16636b;
}

.ant-hrmax-btn-background-ghost.ant-hrmax-btn-primary:active > a:only-child {
  color: currentColor;
}

.ant-hrmax-btn-background-ghost.ant-hrmax-btn-primary:active > a:only-child:after {
  content: "";
  background: none;
  position: absolute;
  inset: 0;
}

.ant-hrmax-btn-background-ghost.ant-hrmax-btn-primary[disabled], .ant-hrmax-btn-background-ghost.ant-hrmax-btn-primary[disabled]:hover, .ant-hrmax-btn-background-ghost.ant-hrmax-btn-primary[disabled]:focus, .ant-hrmax-btn-background-ghost.ant-hrmax-btn-primary[disabled]:active {
  color: #cdd0d4;
  text-shadow: none;
  box-shadow: none;
  background: #f2f4f7;
  border-color: #cdd0d4;
}

.ant-hrmax-btn-background-ghost.ant-hrmax-btn-primary[disabled] > a:only-child, .ant-hrmax-btn-background-ghost.ant-hrmax-btn-primary[disabled]:hover > a:only-child, .ant-hrmax-btn-background-ghost.ant-hrmax-btn-primary[disabled]:focus > a:only-child, .ant-hrmax-btn-background-ghost.ant-hrmax-btn-primary[disabled]:active > a:only-child {
  color: currentColor;
}

.ant-hrmax-btn-background-ghost.ant-hrmax-btn-primary[disabled] > a:only-child:after, .ant-hrmax-btn-background-ghost.ant-hrmax-btn-primary[disabled]:hover > a:only-child:after, .ant-hrmax-btn-background-ghost.ant-hrmax-btn-primary[disabled]:focus > a:only-child:after, .ant-hrmax-btn-background-ghost.ant-hrmax-btn-primary[disabled]:active > a:only-child:after {
  content: "";
  background: none;
  position: absolute;
  inset: 0;
}

.ant-hrmax-btn-background-ghost.ant-hrmax-btn-danger {
  color: #d90007;
  text-shadow: none;
  border-color: #d90007;
}

.ant-hrmax-btn-background-ghost.ant-hrmax-btn-danger > a:only-child {
  color: currentColor;
}

.ant-hrmax-btn-background-ghost.ant-hrmax-btn-danger > a:only-child:after {
  content: "";
  background: none;
  position: absolute;
  inset: 0;
}

.ant-hrmax-btn-background-ghost.ant-hrmax-btn-danger:hover, .ant-hrmax-btn-background-ghost.ant-hrmax-btn-danger:focus {
  color: #e62525;
  border-color: #e62525;
}

.ant-hrmax-btn-background-ghost.ant-hrmax-btn-danger:hover > a:only-child, .ant-hrmax-btn-background-ghost.ant-hrmax-btn-danger:focus > a:only-child {
  color: currentColor;
}

.ant-hrmax-btn-background-ghost.ant-hrmax-btn-danger:hover > a:only-child:after, .ant-hrmax-btn-background-ghost.ant-hrmax-btn-danger:focus > a:only-child:after {
  content: "";
  background: none;
  position: absolute;
  inset: 0;
}

.ant-hrmax-btn-background-ghost.ant-hrmax-btn-danger:active {
  color: #b3000c;
  border-color: #b3000c;
}

.ant-hrmax-btn-background-ghost.ant-hrmax-btn-danger:active > a:only-child {
  color: currentColor;
}

.ant-hrmax-btn-background-ghost.ant-hrmax-btn-danger:active > a:only-child:after {
  content: "";
  background: none;
  position: absolute;
  inset: 0;
}

.ant-hrmax-btn-background-ghost.ant-hrmax-btn-danger[disabled], .ant-hrmax-btn-background-ghost.ant-hrmax-btn-danger[disabled]:hover, .ant-hrmax-btn-background-ghost.ant-hrmax-btn-danger[disabled]:focus, .ant-hrmax-btn-background-ghost.ant-hrmax-btn-danger[disabled]:active {
  color: #cdd0d4;
  text-shadow: none;
  box-shadow: none;
  background: #f2f4f7;
  border-color: #cdd0d4;
}

.ant-hrmax-btn-background-ghost.ant-hrmax-btn-danger[disabled] > a:only-child, .ant-hrmax-btn-background-ghost.ant-hrmax-btn-danger[disabled]:hover > a:only-child, .ant-hrmax-btn-background-ghost.ant-hrmax-btn-danger[disabled]:focus > a:only-child, .ant-hrmax-btn-background-ghost.ant-hrmax-btn-danger[disabled]:active > a:only-child {
  color: currentColor;
}

.ant-hrmax-btn-background-ghost.ant-hrmax-btn-danger[disabled] > a:only-child:after, .ant-hrmax-btn-background-ghost.ant-hrmax-btn-danger[disabled]:hover > a:only-child:after, .ant-hrmax-btn-background-ghost.ant-hrmax-btn-danger[disabled]:focus > a:only-child:after, .ant-hrmax-btn-background-ghost.ant-hrmax-btn-danger[disabled]:active > a:only-child:after {
  content: "";
  background: none;
  position: absolute;
  inset: 0;
}

.ant-hrmax-btn-background-ghost.ant-hrmax-btn-dangerous {
  color: #d90007;
  text-shadow: none;
  border-color: #d90007;
}

.ant-hrmax-btn-background-ghost.ant-hrmax-btn-dangerous > a:only-child {
  color: currentColor;
}

.ant-hrmax-btn-background-ghost.ant-hrmax-btn-dangerous > a:only-child:after {
  content: "";
  background: none;
  position: absolute;
  inset: 0;
}

.ant-hrmax-btn-background-ghost.ant-hrmax-btn-dangerous:hover, .ant-hrmax-btn-background-ghost.ant-hrmax-btn-dangerous:focus {
  color: #e62525;
  border-color: #e62525;
}

.ant-hrmax-btn-background-ghost.ant-hrmax-btn-dangerous:hover > a:only-child, .ant-hrmax-btn-background-ghost.ant-hrmax-btn-dangerous:focus > a:only-child {
  color: currentColor;
}

.ant-hrmax-btn-background-ghost.ant-hrmax-btn-dangerous:hover > a:only-child:after, .ant-hrmax-btn-background-ghost.ant-hrmax-btn-dangerous:focus > a:only-child:after {
  content: "";
  background: none;
  position: absolute;
  inset: 0;
}

.ant-hrmax-btn-background-ghost.ant-hrmax-btn-dangerous:active {
  color: #b3000c;
  border-color: #b3000c;
}

.ant-hrmax-btn-background-ghost.ant-hrmax-btn-dangerous:active > a:only-child {
  color: currentColor;
}

.ant-hrmax-btn-background-ghost.ant-hrmax-btn-dangerous:active > a:only-child:after {
  content: "";
  background: none;
  position: absolute;
  inset: 0;
}

.ant-hrmax-btn-background-ghost.ant-hrmax-btn-dangerous[disabled], .ant-hrmax-btn-background-ghost.ant-hrmax-btn-dangerous[disabled]:hover, .ant-hrmax-btn-background-ghost.ant-hrmax-btn-dangerous[disabled]:focus, .ant-hrmax-btn-background-ghost.ant-hrmax-btn-dangerous[disabled]:active {
  color: #cdd0d4;
  text-shadow: none;
  box-shadow: none;
  background: #f2f4f7;
  border-color: #cdd0d4;
}

.ant-hrmax-btn-background-ghost.ant-hrmax-btn-dangerous[disabled] > a:only-child, .ant-hrmax-btn-background-ghost.ant-hrmax-btn-dangerous[disabled]:hover > a:only-child, .ant-hrmax-btn-background-ghost.ant-hrmax-btn-dangerous[disabled]:focus > a:only-child, .ant-hrmax-btn-background-ghost.ant-hrmax-btn-dangerous[disabled]:active > a:only-child {
  color: currentColor;
}

.ant-hrmax-btn-background-ghost.ant-hrmax-btn-dangerous[disabled] > a:only-child:after, .ant-hrmax-btn-background-ghost.ant-hrmax-btn-dangerous[disabled]:hover > a:only-child:after, .ant-hrmax-btn-background-ghost.ant-hrmax-btn-dangerous[disabled]:focus > a:only-child:after, .ant-hrmax-btn-background-ghost.ant-hrmax-btn-dangerous[disabled]:active > a:only-child:after {
  content: "";
  background: none;
  position: absolute;
  inset: 0;
}

.ant-hrmax-btn-background-ghost.ant-hrmax-btn-dangerous.ant-hrmax-btn-link {
  color: #d90007;
  text-shadow: none;
  border-color: #0000;
}

.ant-hrmax-btn-background-ghost.ant-hrmax-btn-dangerous.ant-hrmax-btn-link > a:only-child {
  color: currentColor;
}

.ant-hrmax-btn-background-ghost.ant-hrmax-btn-dangerous.ant-hrmax-btn-link > a:only-child:after {
  content: "";
  background: none;
  position: absolute;
  inset: 0;
}

.ant-hrmax-btn-background-ghost.ant-hrmax-btn-dangerous.ant-hrmax-btn-link:hover, .ant-hrmax-btn-background-ghost.ant-hrmax-btn-dangerous.ant-hrmax-btn-link:focus {
  color: #e62525;
  border-color: #0000;
}

.ant-hrmax-btn-background-ghost.ant-hrmax-btn-dangerous.ant-hrmax-btn-link:hover > a:only-child, .ant-hrmax-btn-background-ghost.ant-hrmax-btn-dangerous.ant-hrmax-btn-link:focus > a:only-child {
  color: currentColor;
}

.ant-hrmax-btn-background-ghost.ant-hrmax-btn-dangerous.ant-hrmax-btn-link:hover > a:only-child:after, .ant-hrmax-btn-background-ghost.ant-hrmax-btn-dangerous.ant-hrmax-btn-link:focus > a:only-child:after {
  content: "";
  background: none;
  position: absolute;
  inset: 0;
}

.ant-hrmax-btn-background-ghost.ant-hrmax-btn-dangerous.ant-hrmax-btn-link:active {
  color: #b3000c;
  border-color: #0000;
}

.ant-hrmax-btn-background-ghost.ant-hrmax-btn-dangerous.ant-hrmax-btn-link:active > a:only-child {
  color: currentColor;
}

.ant-hrmax-btn-background-ghost.ant-hrmax-btn-dangerous.ant-hrmax-btn-link:active > a:only-child:after {
  content: "";
  background: none;
  position: absolute;
  inset: 0;
}

.ant-hrmax-btn-background-ghost.ant-hrmax-btn-dangerous.ant-hrmax-btn-link[disabled], .ant-hrmax-btn-background-ghost.ant-hrmax-btn-dangerous.ant-hrmax-btn-link[disabled]:hover, .ant-hrmax-btn-background-ghost.ant-hrmax-btn-dangerous.ant-hrmax-btn-link[disabled]:focus, .ant-hrmax-btn-background-ghost.ant-hrmax-btn-dangerous.ant-hrmax-btn-link[disabled]:active {
  color: #cdd0d4;
  text-shadow: none;
  box-shadow: none;
  background: #f2f4f7;
  border-color: #cdd0d4;
}

.ant-hrmax-btn-background-ghost.ant-hrmax-btn-dangerous.ant-hrmax-btn-link[disabled] > a:only-child, .ant-hrmax-btn-background-ghost.ant-hrmax-btn-dangerous.ant-hrmax-btn-link[disabled]:hover > a:only-child, .ant-hrmax-btn-background-ghost.ant-hrmax-btn-dangerous.ant-hrmax-btn-link[disabled]:focus > a:only-child, .ant-hrmax-btn-background-ghost.ant-hrmax-btn-dangerous.ant-hrmax-btn-link[disabled]:active > a:only-child {
  color: currentColor;
}

.ant-hrmax-btn-background-ghost.ant-hrmax-btn-dangerous.ant-hrmax-btn-link[disabled] > a:only-child:after, .ant-hrmax-btn-background-ghost.ant-hrmax-btn-dangerous.ant-hrmax-btn-link[disabled]:hover > a:only-child:after, .ant-hrmax-btn-background-ghost.ant-hrmax-btn-dangerous.ant-hrmax-btn-link[disabled]:focus > a:only-child:after, .ant-hrmax-btn-background-ghost.ant-hrmax-btn-dangerous.ant-hrmax-btn-link[disabled]:active > a:only-child:after {
  content: "";
  background: none;
  position: absolute;
  inset: 0;
}

.ant-hrmax-btn-two-chinese-chars:first-letter {
  letter-spacing: .34em;
}

.ant-hrmax-btn-two-chinese-chars > :not(.anthrmaxicon) {
  letter-spacing: .34em;
  margin-right: -.34em;
}

.ant-hrmax-btn.ant-hrmax-btn-block {
  width: 100%;
}

.ant-hrmax-btn:empty {
  visibility: hidden;
  content: " ";
  width: 0;
  display: inline-block;
}

a.ant-hrmax-btn {
  line-height: 30px;
  padding-top: .01px !important;
}

a.ant-hrmax-btn-disabled {
  cursor: not-allowed;
}

a.ant-hrmax-btn-disabled > * {
  pointer-events: none;
}

a.ant-hrmax-btn-disabled, a.ant-hrmax-btn-disabled:hover, a.ant-hrmax-btn-disabled:focus, a.ant-hrmax-btn-disabled:active {
  color: #cdd0d4;
  text-shadow: none;
  box-shadow: none;
  background: none;
  border-color: #0000;
}

a.ant-hrmax-btn-disabled > a:only-child, a.ant-hrmax-btn-disabled:hover > a:only-child, a.ant-hrmax-btn-disabled:focus > a:only-child, a.ant-hrmax-btn-disabled:active > a:only-child {
  color: currentColor;
}

a.ant-hrmax-btn-disabled > a:only-child:after, a.ant-hrmax-btn-disabled:hover > a:only-child:after, a.ant-hrmax-btn-disabled:focus > a:only-child:after, a.ant-hrmax-btn-disabled:active > a:only-child:after {
  content: "";
  background: none;
  position: absolute;
  inset: 0;
}

a.ant-hrmax-btn-lg {
  line-height: 38px;
}

a.ant-hrmax-btn-sm {
  line-height: 22px;
}

.ant-hrmax-btn-compact-item:not(.ant-hrmax-btn-compact-last-item):not(.ant-hrmax-btn-compact-item-rtl) {
  margin-right: -1px;
}

.ant-hrmax-btn-compact-item:not(.ant-hrmax-btn-compact-last-item).ant-hrmax-btn-compact-item-rtl {
  margin-left: -1px;
}

.ant-hrmax-btn-compact-item:hover, .ant-hrmax-btn-compact-item:focus, .ant-hrmax-btn-compact-item:active {
  z-index: 2;
}

.ant-hrmax-btn-compact-item[disabled] {
  z-index: 0;
}

.ant-hrmax-btn-compact-item:not(.ant-hrmax-btn-compact-first-item):not(.ant-hrmax-btn-compact-last-item).ant-hrmax-btn {
  border-radius: 0;
}

.ant-hrmax-btn-compact-item.ant-hrmax-btn.ant-hrmax-btn-compact-first-item:not(.ant-hrmax-btn-compact-last-item):not(.ant-hrmax-btn-compact-item-rtl) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.ant-hrmax-btn-compact-item.ant-hrmax-btn.ant-hrmax-btn-compact-last-item:not(.ant-hrmax-btn-compact-first-item):not(.ant-hrmax-btn-compact-item-rtl), .ant-hrmax-btn-compact-item.ant-hrmax-btn.ant-hrmax-btn-compact-item-rtl.ant-hrmax-btn-compact-first-item:not(.ant-hrmax-btn-compact-last-item) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.ant-hrmax-btn-compact-item.ant-hrmax-btn.ant-hrmax-btn-compact-item-rtl.ant-hrmax-btn-compact-last-item:not(.ant-hrmax-btn-compact-first-item) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.ant-hrmax-btn-icon-only.ant-hrmax-btn-compact-item {
  flex: none;
}

.ant-hrmax-btn-compact-item.ant-hrmax-btn-primary:not([disabled]) + .ant-hrmax-btn-compact-item.ant-hrmax-btn-primary:not([disabled]) {
  position: relative;
}

.ant-hrmax-btn-compact-item.ant-hrmax-btn-primary:not([disabled]) + .ant-hrmax-btn-compact-item.ant-hrmax-btn-primary:not([disabled]):after {
  content: " ";
  background-color: #54a7af;
  width: 1px;
  height: calc(100% + 2px);
  display: inline-block;
  position: absolute;
  top: -1px;
  left: -1px;
}

.ant-hrmax-btn-compact-item-rtl.ant-hrmax-btn-compact-first-item.ant-hrmax-btn-compact-item-rtl:not(.ant-hrmax-btn-compact-last-item) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.ant-hrmax-btn-compact-item-rtl.ant-hrmax-btn-compact-last-item.ant-hrmax-btn-compact-item-rtl:not(.ant-hrmax-btn-compact-first-item) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.ant-hrmax-btn-compact-item-rtl.ant-hrmax-btn-sm.ant-hrmax-btn-compact-first-item.ant-hrmax-btn-compact-item-rtl.ant-hrmax-btn-sm:not(.ant-hrmax-btn-compact-last-item) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.ant-hrmax-btn-compact-item-rtl.ant-hrmax-btn-sm.ant-hrmax-btn-compact-last-item.ant-hrmax-btn-compact-item-rtl.ant-hrmax-btn-sm:not(.ant-hrmax-btn-compact-first-item) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.ant-hrmax-btn-compact-item-rtl.ant-hrmax-btn-primary:not([disabled]) + .ant-hrmax-btn-compact-item-rtl.ant-hrmax-btn-primary:not([disabled]):after {
  right: -1px;
}

.ant-hrmax-btn-compact-vertical-item:not(.ant-hrmax-btn-compact-vertical-last-item) {
  margin-bottom: -1px;
}

.ant-hrmax-btn-compact-vertical-item:hover, .ant-hrmax-btn-compact-vertical-item:focus, .ant-hrmax-btn-compact-vertical-item:active {
  z-index: 2;
}

.ant-hrmax-btn-compact-vertical-item[disabled] {
  z-index: 0;
}

.ant-hrmax-btn-compact-vertical-item:not(.ant-hrmax-btn-compact-vertical-first-item):not(.ant-hrmax-btn-compact-vertical-last-item) {
  border-radius: 0;
}

.ant-hrmax-btn-compact-vertical-item.ant-hrmax-btn-compact-vertical-first-item:not(.ant-hrmax-btn-compact-vertical-last-item) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.ant-hrmax-btn-compact-vertical-item.ant-hrmax-btn-compact-vertical-last-item:not(.ant-hrmax-btn-compact-vertical-first-item) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.ant-hrmax-btn-compact-vertical-item.ant-hrmax-btn-primary:not([disabled]) + .ant-hrmax-btn-compact-vertical-item.ant-hrmax-btn-primary:not([disabled]) {
  position: relative;
}

.ant-hrmax-btn-compact-vertical-item.ant-hrmax-btn-primary:not([disabled]) + .ant-hrmax-btn-compact-vertical-item.ant-hrmax-btn-primary:not([disabled]):after {
  content: " ";
  background-color: #54a7af;
  width: calc(100% + 2px);
  height: 1px;
  display: inline-block;
  position: absolute;
  top: -1px;
  left: -1px;
}

.ant-hrmax-btn-rtl {
  direction: rtl;
}

.ant-hrmax-btn-group-rtl.ant-hrmax-btn-group .ant-hrmax-btn-primary:last-child:not(:first-child), .ant-hrmax-btn-group-rtl.ant-hrmax-btn-group .ant-hrmax-btn-primary + .ant-hrmax-btn-primary {
  border-left-color: #cdd0d4;
  border-right-color: #54a7af;
}

.ant-hrmax-btn-group-rtl.ant-hrmax-btn-group .ant-hrmax-btn-primary:last-child:not(:first-child)[disabled], .ant-hrmax-btn-group-rtl.ant-hrmax-btn-group .ant-hrmax-btn-primary + .ant-hrmax-btn-primary[disabled] {
  border-left-color: #54a7af;
  border-right-color: #cdd0d4;
}

.ant-hrmax-btn-rtl.ant-hrmax-btn > .ant-hrmax-btn-loading-icon .anthrmaxicon {
  padding-left: 8px;
  padding-right: 0;
}

.ant-hrmax-btn-rtl.ant-hrmax-btn > .anthrmaxicon + span, .ant-hrmax-btn-rtl.ant-hrmax-btn > span + .anthrmaxicon {
  margin-left: 0;
  margin-right: 8px;
}

.ant-hrmax-picker-calendar {
  box-sizing: border-box;
  color: #000;
  font-variant: tabular-nums;
  font-feature-settings: "tnum";
  background: #fff;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.5715;
  list-style: none;
}

.ant-hrmax-picker-calendar-header {
  justify-content: flex-end;
  padding: 12px 0;
  display: flex;
}

.ant-hrmax-picker-calendar-header .ant-hrmax-picker-calendar-year-select {
  min-width: 80px;
}

.ant-hrmax-picker-calendar-header .ant-hrmax-picker-calendar-month-select {
  min-width: 70px;
  margin-left: 8px;
}

.ant-hrmax-picker-calendar-header .ant-hrmax-picker-calendar-mode-switch {
  margin-left: 8px;
}

.ant-hrmax-picker-calendar .ant-hrmax-picker-panel {
  background: #fff;
  border: 0;
  border-top: 1px solid #f2f6fb;
  border-radius: 0;
}

.ant-hrmax-picker-calendar .ant-hrmax-picker-panel .ant-hrmax-picker-month-panel, .ant-hrmax-picker-calendar .ant-hrmax-picker-panel .ant-hrmax-picker-date-panel {
  width: auto;
}

.ant-hrmax-picker-calendar .ant-hrmax-picker-panel .ant-hrmax-picker-body {
  padding: 8px 0;
}

.ant-hrmax-picker-calendar .ant-hrmax-picker-panel .ant-hrmax-picker-content {
  width: 100%;
}

.ant-hrmax-picker-calendar-mini {
  border-radius: 8px;
}

.ant-hrmax-picker-calendar-mini .ant-hrmax-picker-calendar-header {
  padding-left: 8px;
  padding-right: 8px;
}

.ant-hrmax-picker-calendar-mini .ant-hrmax-picker-panel {
  border-radius: 0 0 8px 8px;
}

.ant-hrmax-picker-calendar-mini .ant-hrmax-picker-content {
  height: 256px;
}

.ant-hrmax-picker-calendar-mini .ant-hrmax-picker-content th {
  height: auto;
  padding: 0;
  line-height: 18px;
}

.ant-hrmax-picker-calendar-mini .ant-hrmax-picker-cell:before {
  pointer-events: none;
}

.ant-hrmax-picker-calendar-full .ant-hrmax-picker-panel {
  text-align: right;
  background: #fff;
  border: 0;
  width: 100%;
  display: block;
}

.ant-hrmax-picker-calendar-full .ant-hrmax-picker-panel .ant-hrmax-picker-body th, .ant-hrmax-picker-calendar-full .ant-hrmax-picker-panel .ant-hrmax-picker-body td {
  padding: 0;
}

.ant-hrmax-picker-calendar-full .ant-hrmax-picker-panel .ant-hrmax-picker-body th {
  height: auto;
  padding: 0 12px 5px 0;
  line-height: 18px;
}

.ant-hrmax-picker-calendar-full .ant-hrmax-picker-panel .ant-hrmax-picker-cell:before {
  display: none;
}

.ant-hrmax-picker-calendar-full .ant-hrmax-picker-panel .ant-hrmax-picker-cell:hover .ant-hrmax-picker-calendar-date {
  background: #f2f4f7;
}

.ant-hrmax-picker-calendar-full .ant-hrmax-picker-panel .ant-hrmax-picker-cell .ant-hrmax-picker-calendar-date-today:before {
  display: none;
}

.ant-hrmax-picker-calendar-full .ant-hrmax-picker-panel .ant-hrmax-picker-cell-selected .ant-hrmax-picker-calendar-date, .ant-hrmax-picker-calendar-full .ant-hrmax-picker-panel .ant-hrmax-picker-cell-selected:hover .ant-hrmax-picker-calendar-date, .ant-hrmax-picker-calendar-full .ant-hrmax-picker-panel .ant-hrmax-picker-cell-selected .ant-hrmax-picker-calendar-date-today, .ant-hrmax-picker-calendar-full .ant-hrmax-picker-panel .ant-hrmax-picker-cell-selected:hover .ant-hrmax-picker-calendar-date-today {
  background: #e9f4f5;
}

.ant-hrmax-picker-calendar-full .ant-hrmax-picker-panel .ant-hrmax-picker-cell-selected .ant-hrmax-picker-calendar-date .ant-hrmax-picker-calendar-date-value, .ant-hrmax-picker-calendar-full .ant-hrmax-picker-panel .ant-hrmax-picker-cell-selected:hover .ant-hrmax-picker-calendar-date .ant-hrmax-picker-calendar-date-value, .ant-hrmax-picker-calendar-full .ant-hrmax-picker-panel .ant-hrmax-picker-cell-selected .ant-hrmax-picker-calendar-date-today .ant-hrmax-picker-calendar-date-value, .ant-hrmax-picker-calendar-full .ant-hrmax-picker-panel .ant-hrmax-picker-cell-selected:hover .ant-hrmax-picker-calendar-date-today .ant-hrmax-picker-calendar-date-value {
  color: #268a92;
}

.ant-hrmax-picker-calendar-full .ant-hrmax-picker-panel .ant-hrmax-picker-calendar-date {
  border: 0;
  border-top: 2px solid #f2f6fb;
  border-radius: 0;
  width: auto;
  height: auto;
  margin: 0 4px;
  padding: 4px 8px 0;
  transition: background .3s;
  display: block;
}

.ant-hrmax-picker-calendar-full .ant-hrmax-picker-panel .ant-hrmax-picker-calendar-date-value {
  line-height: 24px;
  transition: color .3s;
}

.ant-hrmax-picker-calendar-full .ant-hrmax-picker-panel .ant-hrmax-picker-calendar-date-content {
  color: #000;
  text-align: left;
  width: auto;
  height: 86px;
  line-height: 1.5715;
  position: static;
  overflow-y: auto;
}

.ant-hrmax-picker-calendar-full .ant-hrmax-picker-panel .ant-hrmax-picker-calendar-date-today {
  border-color: #268a92;
}

.ant-hrmax-picker-calendar-full .ant-hrmax-picker-panel .ant-hrmax-picker-calendar-date-today .ant-hrmax-picker-calendar-date-value {
  color: #000;
}

@media only screen and (width <= 480px) {
  .ant-hrmax-picker-calendar-header {
    display: block;
  }

  .ant-hrmax-picker-calendar-header .ant-hrmax-picker-calendar-year-select {
    width: 50%;
  }

  .ant-hrmax-picker-calendar-header .ant-hrmax-picker-calendar-month-select {
    width: calc(50% - 8px);
  }

  .ant-hrmax-picker-calendar-header .ant-hrmax-picker-calendar-mode-switch {
    width: 100%;
    margin-top: 8px;
    margin-left: 0;
  }

  .ant-hrmax-picker-calendar-header .ant-hrmax-picker-calendar-mode-switch > label {
    text-align: center;
    width: 50%;
  }
}

.ant-hrmax-picker-calendar-rtl {
  direction: rtl;
}

.ant-hrmax-picker-calendar-rtl .ant-hrmax-picker-calendar-header .ant-hrmax-picker-calendar-month-select, .ant-hrmax-picker-calendar-rtl .ant-hrmax-picker-calendar-header .ant-hrmax-picker-calendar-mode-switch {
  margin-left: 0;
  margin-right: 8px;
}

.ant-hrmax-picker-calendar-rtl.ant-hrmax-picker-calendar-full .ant-hrmax-picker-panel {
  text-align: left;
}

.ant-hrmax-picker-calendar-rtl.ant-hrmax-picker-calendar-full .ant-hrmax-picker-panel .ant-hrmax-picker-body th {
  padding: 0 0 5px 12px;
}

.ant-hrmax-picker-calendar-rtl.ant-hrmax-picker-calendar-full .ant-hrmax-picker-panel .ant-hrmax-picker-calendar-date-content {
  text-align: right;
}

.ant-hrmax-card {
  box-sizing: border-box;
  color: #000;
  font-variant: tabular-nums;
  font-feature-settings: "tnum";
  background: #fff;
  border-radius: 8px;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.5715;
  list-style: none;
  position: relative;
}

.ant-hrmax-card-rtl {
  direction: rtl;
}

.ant-hrmax-card-hoverable {
  cursor: pointer;
  transition: box-shadow .3s, border-color .3s;
}

.ant-hrmax-card-hoverable:hover {
  border-color: #0000;
  box-shadow: 0 1px 2px -2px #00000029, 0 3px 6px #0000001f, 0 5px 12px 4px #00000017;
}

.ant-hrmax-card-bordered {
  border: 1px solid #f2f6fb;
}

.ant-hrmax-card-head {
  color: #000000d9;
  background: none;
  border-bottom: 1px solid #f2f6fb;
  border-radius: 8px 8px 0 0;
  min-height: 48px;
  margin-bottom: -1px;
  padding: 0 24px;
  font-size: 16px;
  font-weight: 500;
}

.ant-hrmax-card-head:before {
  content: "";
  display: table;
}

.ant-hrmax-card-head:after {
  clear: both;
  content: "";
  display: table;
}

.ant-hrmax-card-head-wrapper {
  align-items: center;
  display: flex;
}

.ant-hrmax-card-head-title {
  white-space: nowrap;
  text-overflow: ellipsis;
  flex: 1;
  padding: 16px 0;
  display: inline-block;
  overflow: hidden;
}

.ant-hrmax-card-head-title > .ant-hrmax-typography, .ant-hrmax-card-head-title > .ant-hrmax-typography-edit-content {
  margin-top: 0;
  margin-bottom: 0;
  left: 0;
}

.ant-hrmax-card-head .ant-hrmax-tabs-top {
  clear: both;
  color: #000;
  margin-bottom: -17px;
  font-size: 14px;
  font-weight: normal;
}

.ant-hrmax-card-head .ant-hrmax-tabs-top-bar {
  border-bottom: 1px solid #f2f6fb;
}

.ant-hrmax-card-extra {
  color: #000;
  margin-left: auto;
  padding: 16px 0;
  font-size: 14px;
  font-weight: normal;
}

.ant-hrmax-card-rtl .ant-hrmax-card-extra {
  margin-left: 0;
  margin-right: auto;
}

.ant-hrmax-card-body {
  padding: 24px;
}

.ant-hrmax-card-body:before {
  content: "";
  display: table;
}

.ant-hrmax-card-body:after {
  clear: both;
  content: "";
  display: table;
}

.ant-hrmax-card-contain-grid .ant-hrmax-card-body {
  flex-wrap: wrap;
  display: flex;
}

.ant-hrmax-card-contain-grid:not(.ant-hrmax-card-loading) .ant-hrmax-card-body {
  margin: -1px 0 0 -1px;
  padding: 0;
}

.ant-hrmax-card-grid {
  border: 0;
  border-radius: 0;
  width: 33.33%;
  padding: 24px;
  transition: all .3s;
  box-shadow: 1px 0 #f2f6fb, 0 1px #f2f6fb, 1px 1px #f2f6fb, inset 1px 0 #f2f6fb, inset 0 1px #f2f6fb;
}

.ant-hrmax-card-grid-hoverable:hover {
  z-index: 1;
  position: relative;
  box-shadow: 0 1px 2px -2px #00000029, 0 3px 6px #0000001f, 0 5px 12px 4px #00000017;
}

.ant-hrmax-card-contain-tabs > .ant-hrmax-card-head .ant-hrmax-card-head-title {
  min-height: 32px;
  padding-bottom: 0;
}

.ant-hrmax-card-contain-tabs > .ant-hrmax-card-head .ant-hrmax-card-extra {
  padding-bottom: 0;
}

.ant-hrmax-card-bordered .ant-hrmax-card-cover {
  margin-top: -1px;
  margin-left: -1px;
  margin-right: -1px;
}

.ant-hrmax-card-cover > * {
  width: 100%;
  display: block;
}

.ant-hrmax-card-cover img {
  border-radius: 8px 8px 0 0;
}

.ant-hrmax-card-actions {
  background: #fff;
  border-top: 1px solid #f2f6fb;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.ant-hrmax-card-actions:before {
  content: "";
  display: table;
}

.ant-hrmax-card-actions:after {
  clear: both;
  content: "";
  display: table;
}

.ant-hrmax-card-actions > li {
  color: #535b64;
  text-align: center;
  margin: 12px 0;
}

.ant-hrmax-card-actions > li > span {
  cursor: pointer;
  min-width: 32px;
  font-size: 14px;
  line-height: 1.5715;
  display: block;
  position: relative;
}

.ant-hrmax-card-actions > li > span:hover {
  color: #268a92;
  transition: color .3s;
}

.ant-hrmax-card-actions > li > span a:not(.ant-hrmax-btn), .ant-hrmax-card-actions > li > span > .anthrmaxicon {
  color: #535b64;
  width: 100%;
  line-height: 22px;
  transition: color .3s;
  display: inline-block;
}

.ant-hrmax-card-actions > li > span a:not(.ant-hrmax-btn):hover, .ant-hrmax-card-actions > li > span > .anthrmaxicon:hover {
  color: #268a92;
}

.ant-hrmax-card-actions > li > span > .anthrmaxicon {
  font-size: 16px;
  line-height: 22px;
}

.ant-hrmax-card-actions > li:not(:last-child) {
  border-right: 1px solid #f2f6fb;
}

.ant-hrmax-card-rtl .ant-hrmax-card-actions > li:not(:last-child) {
  border-left: 1px solid #f2f6fb;
  border-right: none;
}

.ant-hrmax-card-type-inner .ant-hrmax-card-head {
  background: #fafafa;
  padding: 0 24px;
}

.ant-hrmax-card-type-inner .ant-hrmax-card-head-title {
  padding: 12px 0;
  font-size: 14px;
}

.ant-hrmax-card-type-inner .ant-hrmax-card-body {
  padding: 16px 24px;
}

.ant-hrmax-card-type-inner .ant-hrmax-card-extra {
  padding: 13.5px 0;
}

.ant-hrmax-card-meta {
  margin: -4px 0;
  display: flex;
}

.ant-hrmax-card-meta:before {
  content: "";
  display: table;
}

.ant-hrmax-card-meta:after {
  clear: both;
  content: "";
  display: table;
}

.ant-hrmax-card-meta-avatar {
  padding-right: 16px;
}

.ant-hrmax-card-rtl .ant-hrmax-card-meta-avatar {
  padding-left: 16px;
  padding-right: 0;
}

.ant-hrmax-card-meta-detail {
  flex: 1;
  overflow: hidden;
}

.ant-hrmax-card-meta-detail > div:not(:last-child) {
  margin-bottom: 8px;
}

.ant-hrmax-card-meta-title {
  color: #000000d9;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  font-weight: 500;
  overflow: hidden;
}

.ant-hrmax-card-meta-description {
  color: #535b64;
}

.ant-hrmax-card-loading {
  overflow: hidden;
}

.ant-hrmax-card-loading .ant-hrmax-card-body {
  user-select: none;
}

.ant-hrmax-card-small > .ant-hrmax-card-head {
  min-height: 36px;
  padding: 0 12px;
  font-size: 14px;
}

.ant-hrmax-card-small > .ant-hrmax-card-head > .ant-hrmax-card-head-wrapper > .ant-hrmax-card-head-title {
  padding: 8px 0;
}

.ant-hrmax-card-small > .ant-hrmax-card-head > .ant-hrmax-card-head-wrapper > .ant-hrmax-card-extra {
  padding: 8px 0;
  font-size: 14px;
}

.ant-hrmax-card-small > .ant-hrmax-card-body {
  padding: 12px;
}

.ant-hrmax-carousel {
  box-sizing: border-box;
  color: #000;
  font-variant: tabular-nums;
  font-feature-settings: "tnum";
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.5715;
  list-style: none;
}

.ant-hrmax-carousel .slick-slider {
  box-sizing: border-box;
  touch-action: pan-y;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  display: block;
  position: relative;
}

.ant-hrmax-carousel .slick-list {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.ant-hrmax-carousel .slick-list:focus {
  outline: none;
}

.ant-hrmax-carousel .slick-list.dragging {
  cursor: pointer;
}

.ant-hrmax-carousel .slick-list .slick-slide {
  pointer-events: none;
}

.ant-hrmax-carousel .slick-list .slick-slide input.ant-hrmax-radio-input, .ant-hrmax-carousel .slick-list .slick-slide input.ant-hrmax-checkbox-input {
  visibility: hidden;
}

.ant-hrmax-carousel .slick-list .slick-slide.slick-active {
  pointer-events: auto;
}

.ant-hrmax-carousel .slick-list .slick-slide.slick-active input.ant-hrmax-radio-input, .ant-hrmax-carousel .slick-list .slick-slide.slick-active input.ant-hrmax-checkbox-input {
  visibility: visible;
}

.ant-hrmax-carousel .slick-list .slick-slide > div > div {
  vertical-align: bottom;
}

.ant-hrmax-carousel .slick-slider .slick-track, .ant-hrmax-carousel .slick-slider .slick-list {
  touch-action: pan-y;
  transform: translate3d(0, 0, 0);
}

.ant-hrmax-carousel .slick-track {
  display: block;
  position: relative;
  top: 0;
  left: 0;
}

.ant-hrmax-carousel .slick-track:before, .ant-hrmax-carousel .slick-track:after {
  content: "";
  display: table;
}

.ant-hrmax-carousel .slick-track:after {
  clear: both;
}

.slick-loading .ant-hrmax-carousel .slick-track {
  visibility: hidden;
}

.ant-hrmax-carousel .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

.ant-hrmax-carousel .slick-slide img {
  display: block;
}

.ant-hrmax-carousel .slick-slide.slick-loading img {
  display: none;
}

.ant-hrmax-carousel .slick-slide.dragging img {
  pointer-events: none;
}

.ant-hrmax-carousel .slick-initialized .slick-slide {
  display: block;
}

.ant-hrmax-carousel .slick-loading .slick-slide {
  visibility: hidden;
}

.ant-hrmax-carousel .slick-vertical .slick-slide {
  height: auto;
  display: block;
}

.ant-hrmax-carousel .slick-arrow.slick-hidden {
  display: none;
}

.ant-hrmax-carousel .slick-prev, .ant-hrmax-carousel .slick-next {
  color: #0000;
  cursor: pointer;
  background: none;
  border: 0;
  outline: none;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  font-size: 0;
  line-height: 0;
  display: block;
  position: absolute;
  top: 50%;
}

.ant-hrmax-carousel .slick-prev:hover, .ant-hrmax-carousel .slick-next:hover, .ant-hrmax-carousel .slick-prev:focus, .ant-hrmax-carousel .slick-next:focus {
  color: #0000;
  background: none;
  outline: none;
}

.ant-hrmax-carousel .slick-prev:hover:before, .ant-hrmax-carousel .slick-next:hover:before, .ant-hrmax-carousel .slick-prev:focus:before, .ant-hrmax-carousel .slick-next:focus:before {
  opacity: 1;
}

.ant-hrmax-carousel .slick-prev.slick-disabled:before, .ant-hrmax-carousel .slick-next.slick-disabled:before {
  opacity: .25;
}

.ant-hrmax-carousel .slick-prev {
  left: -25px;
}

.ant-hrmax-carousel .slick-prev:before {
  content: "←";
}

.ant-hrmax-carousel .slick-next {
  right: -25px;
}

.ant-hrmax-carousel .slick-next:before {
  content: "→";
}

.ant-hrmax-carousel .slick-dots {
  z-index: 15;
  justify-content: center;
  margin-bottom: 0;
  margin-left: 15%;
  margin-right: 15%;
  padding-left: 0;
  list-style: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex !important;
}

.ant-hrmax-carousel .slick-dots-bottom {
  bottom: 12px;
}

.ant-hrmax-carousel .slick-dots-top {
  top: 12px;
  bottom: auto;
}

.ant-hrmax-carousel .slick-dots li {
  box-sizing: content-box;
  text-align: center;
  text-indent: -999px;
  vertical-align: top;
  flex: 0 auto;
  width: 16px;
  height: 3px;
  margin: 0 4px;
  padding: 0;
  transition: all .5s;
  display: inline-block;
  position: relative;
}

.ant-hrmax-carousel .slick-dots li button {
  color: #0000;
  cursor: pointer;
  opacity: .3;
  background: #fff;
  border: 0;
  border-radius: 1px;
  outline: none;
  width: 100%;
  height: 3px;
  padding: 0;
  font-size: 0;
  transition: all .5s;
  display: block;
  position: relative;
}

.ant-hrmax-carousel .slick-dots li button:hover, .ant-hrmax-carousel .slick-dots li button:focus {
  opacity: .75;
}

.ant-hrmax-carousel .slick-dots li button:after {
  content: "";
  position: absolute;
  inset: -4px;
}

.ant-hrmax-carousel .slick-dots li.slick-active {
  width: 24px;
}

.ant-hrmax-carousel .slick-dots li.slick-active button {
  opacity: 1;
  background: #fff;
}

.ant-hrmax-carousel .slick-dots li.slick-active:hover, .ant-hrmax-carousel .slick-dots li.slick-active:focus {
  opacity: 1;
}

.ant-hrmax-carousel-vertical .slick-dots {
  flex-direction: column;
  width: 3px;
  height: auto;
  margin: 0;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
}

.ant-hrmax-carousel-vertical .slick-dots-left {
  left: 12px;
  right: auto;
}

.ant-hrmax-carousel-vertical .slick-dots-right {
  left: auto;
  right: 12px;
}

.ant-hrmax-carousel-vertical .slick-dots li {
  vertical-align: baseline;
  width: 3px;
  height: 16px;
  margin: 4px 0;
}

.ant-hrmax-carousel-vertical .slick-dots li button {
  width: 3px;
  height: 16px;
}

.ant-hrmax-carousel-vertical .slick-dots li.slick-active, .ant-hrmax-carousel-vertical .slick-dots li.slick-active button {
  width: 3px;
  height: 24px;
}

.ant-hrmax-carousel-rtl {
  direction: rtl;
}

.ant-hrmax-carousel-rtl .ant-hrmax-carousel .slick-track {
  left: auto;
  right: 0;
}

.ant-hrmax-carousel-rtl .ant-hrmax-carousel .slick-prev {
  left: auto;
  right: -25px;
}

.ant-hrmax-carousel-rtl .ant-hrmax-carousel .slick-prev:before {
  content: "→";
}

.ant-hrmax-carousel-rtl .ant-hrmax-carousel .slick-next {
  left: -25px;
  right: auto;
}

.ant-hrmax-carousel-rtl .ant-hrmax-carousel .slick-next:before {
  content: "←";
}

.ant-hrmax-carousel-rtl.ant-hrmax-carousel .slick-dots {
  flex-direction: row-reverse;
}

.ant-hrmax-carousel-rtl.ant-hrmax-carousel-vertical .slick-dots {
  flex-direction: column;
}

@keyframes antCheckboxEffect {
  0% {
    opacity: .5;
    transform: scale(1);
  }

  100% {
    opacity: 0;
    transform: scale(1.6);
  }
}

.ant-hrmax-cascader-checkbox {
  box-sizing: border-box;
  color: #000;
  font-variant: tabular-nums;
  font-feature-settings: "tnum";
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1;
  list-style: none;
  position: relative;
  top: .2em;
}

.ant-hrmax-cascader-checkbox-wrapper:hover .ant-hrmax-cascader-checkbox-inner, .ant-hrmax-cascader-checkbox:hover .ant-hrmax-cascader-checkbox-inner, .ant-hrmax-cascader-checkbox-input:focus + .ant-hrmax-cascader-checkbox-inner {
  border-color: #397ee5;
}

.ant-hrmax-cascader-checkbox-checked:after {
  visibility: hidden;
  content: "";
  border: 1px solid #397ee5;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  animation: .36s ease-in-out backwards antCheckboxEffect;
  position: absolute;
  top: 0;
  left: 0;
}

.ant-hrmax-cascader-checkbox:hover:after, .ant-hrmax-cascader-checkbox-wrapper:hover .ant-hrmax-cascader-checkbox:after {
  visibility: visible;
}

.ant-hrmax-cascader-checkbox-inner {
  border-collapse: separate;
  direction: ltr;
  background-color: #fff;
  border: 1px solid #cdd0d4;
  border-radius: 4px;
  width: 18px;
  height: 18px;
  transition: all .3s;
  display: block;
  position: relative;
  top: 0;
  left: 0;
}

.ant-hrmax-cascader-checkbox-inner:after {
  opacity: 0;
  content: " ";
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  width: 6.42857px;
  height: 10.2857px;
  transition: all .1s cubic-bezier(.71, -.46, .88, .6), opacity .1s;
  display: table;
  position: absolute;
  top: 50%;
  left: 21.5%;
  transform: rotate(45deg)scale(0)translate(-50%, -50%);
}

.ant-hrmax-cascader-checkbox-input {
  z-index: 1;
  cursor: pointer;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.ant-hrmax-cascader-checkbox-checked .ant-hrmax-cascader-checkbox-inner:after {
  opacity: 1;
  content: " ";
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  transition: all .2s cubic-bezier(.12, .4, .29, 1.46) .1s;
  display: table;
  position: absolute;
  transform: rotate(45deg)scale(1)translate(-50%, -50%);
}

.ant-hrmax-cascader-checkbox-checked .ant-hrmax-cascader-checkbox-inner {
  background-color: #397ee5;
  border-color: #397ee5;
}

.ant-hrmax-cascader-checkbox-disabled {
  cursor: not-allowed;
}

.ant-hrmax-cascader-checkbox-disabled.ant-hrmax-cascader-checkbox-checked .ant-hrmax-cascader-checkbox-inner:after {
  border-color: #cdd0d4;
  animation-name: none;
}

.ant-hrmax-cascader-checkbox-disabled .ant-hrmax-cascader-checkbox-input {
  cursor: not-allowed;
  pointer-events: none;
}

.ant-hrmax-cascader-checkbox-disabled .ant-hrmax-cascader-checkbox-inner {
  background-color: #f2f4f7;
  border-color: #cdd0d4 !important;
}

.ant-hrmax-cascader-checkbox-disabled .ant-hrmax-cascader-checkbox-inner:after {
  border-collapse: separate;
  border-color: #f2f4f7;
  animation-name: none;
}

.ant-hrmax-cascader-checkbox-disabled + span {
  color: #cdd0d4;
  cursor: not-allowed;
}

.ant-hrmax-cascader-checkbox-disabled:hover:after, .ant-hrmax-cascader-checkbox-wrapper:hover .ant-hrmax-cascader-checkbox-disabled:after {
  visibility: hidden;
}

.ant-hrmax-cascader-checkbox-wrapper {
  box-sizing: border-box;
  color: #000;
  font-variant: tabular-nums;
  font-feature-settings: "tnum";
  font-size: 14px;
  line-height: 1.5715;
  line-height: unset;
  cursor: pointer;
  align-items: baseline;
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-flex;
}

.ant-hrmax-cascader-checkbox-wrapper:after {
  content: " ";
  width: 0;
  display: inline-block;
  overflow: hidden;
}

.ant-hrmax-cascader-checkbox-wrapper.ant-hrmax-cascader-checkbox-wrapper-disabled {
  cursor: not-allowed;
}

.ant-hrmax-cascader-checkbox-wrapper + .ant-hrmax-cascader-checkbox-wrapper {
  margin-left: 8px;
}

.ant-hrmax-cascader-checkbox-wrapper.ant-hrmax-cascader-checkbox-wrapper-in-form-item input[type="checkbox"] {
  width: 14px;
  height: 14px;
}

.ant-hrmax-cascader-checkbox + span {
  padding-left: 8px;
  padding-right: 8px;
}

.ant-hrmax-cascader-checkbox-group {
  box-sizing: border-box;
  color: #000;
  font-variant: tabular-nums;
  font-feature-settings: "tnum";
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.5715;
  list-style: none;
  display: inline-block;
}

.ant-hrmax-cascader-checkbox-group-item {
  margin-right: 8px;
}

.ant-hrmax-cascader-checkbox-group-item:last-child {
  margin-right: 0;
}

.ant-hrmax-cascader-checkbox-group-item + .ant-hrmax-cascader-checkbox-group-item {
  margin-left: 0;
}

.ant-hrmax-cascader-checkbox-indeterminate .ant-hrmax-cascader-checkbox-inner {
  background-color: #fff;
  border-color: #cdd0d4;
}

.ant-hrmax-cascader-checkbox-indeterminate .ant-hrmax-cascader-checkbox-inner:after {
  opacity: 1;
  content: " ";
  background-color: #397ee5;
  border: 0;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)scale(1);
}

.ant-hrmax-cascader-checkbox-indeterminate.ant-hrmax-cascader-checkbox-disabled .ant-hrmax-cascader-checkbox-inner:after {
  background-color: #cdd0d4;
  border-color: #cdd0d4;
}

.ant-hrmax-cascader-checkbox-rtl {
  direction: rtl;
}

.ant-hrmax-cascader-checkbox-group-rtl .ant-hrmax-cascader-checkbox-group-item {
  margin-left: 8px;
  margin-right: 0;
}

.ant-hrmax-cascader-checkbox-group-rtl .ant-hrmax-cascader-checkbox-group-item:last-child {
  margin-left: 0 !important;
}

.ant-hrmax-cascader-checkbox-group-rtl .ant-hrmax-cascader-checkbox-group-item + .ant-hrmax-cascader-checkbox-group-item {
  margin-left: 8px;
}

.ant-hrmax-cascader {
  width: 184px;
}

.ant-hrmax-cascader-checkbox {
  margin-right: 8px;
  top: 0;
}

.ant-hrmax-cascader-menus {
  flex-wrap: nowrap;
  align-items: flex-start;
  display: flex;
}

.ant-hrmax-cascader-menus.ant-hrmax-cascader-menu-empty .ant-hrmax-cascader-menu {
  width: 100%;
  height: auto;
}

.ant-hrmax-cascader-menu {
  vertical-align: top;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  border-right: 1px solid #f2f6fb;
  flex-grow: 1;
  min-width: 111px;
  height: 180px;
  margin: -4px 0;
  padding: 4px 0;
  list-style: none;
  overflow: auto;
}

.ant-hrmax-cascader-menu-item {
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  flex-wrap: nowrap;
  align-items: center;
  padding: 7px 12px;
  line-height: 22px;
  transition: all .3s;
  display: flex;
  overflow: hidden;
}

.ant-hrmax-cascader-menu-item:hover {
  background: #f2f4f7;
}

.ant-hrmax-cascader-menu-item-disabled {
  color: #cdd0d4;
  cursor: not-allowed;
}

.ant-hrmax-cascader-menu-item-disabled:hover {
  background: none;
}

.ant-hrmax-cascader-menu-empty .ant-hrmax-cascader-menu-item {
  color: #cdd0d4;
  cursor: default;
  pointer-events: none;
}

.ant-hrmax-cascader-menu-item-active:not(.ant-hrmax-cascader-menu-item-disabled), .ant-hrmax-cascader-menu-item-active:not(.ant-hrmax-cascader-menu-item-disabled):hover {
  background-color: #e5e6eb;
  font-weight: 600;
}

.ant-hrmax-cascader-menu-item-content {
  flex: auto;
}

.ant-hrmax-cascader-menu-item-expand .ant-hrmax-cascader-menu-item-expand-icon, .ant-hrmax-cascader-menu-item-loading-icon {
  color: #535b64;
  margin-left: 4px;
  font-size: 10px;
}

.ant-hrmax-cascader-menu-item-disabled.ant-hrmax-cascader-menu-item-expand .ant-hrmax-cascader-menu-item-expand-icon, .ant-hrmax-cascader-menu-item-disabled.ant-hrmax-cascader-menu-item-loading-icon {
  color: #cdd0d4;
}

.ant-hrmax-cascader-menu-item-keyword {
  color: #ff3029;
}

.ant-hrmax-cascader-compact-item:not(.ant-hrmax-cascader-compact-last-item):not(.ant-hrmax-cascader-compact-item-rtl) {
  margin-right: -1px;
}

.ant-hrmax-cascader-compact-item:not(.ant-hrmax-cascader-compact-last-item).ant-hrmax-cascader-compact-item-rtl {
  margin-left: -1px;
}

.ant-hrmax-cascader-compact-item:hover, .ant-hrmax-cascader-compact-item:focus, .ant-hrmax-cascader-compact-item:active {
  z-index: 2;
}

.ant-hrmax-cascader-compact-item[disabled] {
  z-index: 0;
}

.ant-hrmax-cascader-compact-item:not(.ant-hrmax-cascader-compact-first-item):not(.ant-hrmax-cascader-compact-last-item).ant-hrmax-cascader {
  border-radius: 0;
}

.ant-hrmax-cascader-compact-item.ant-hrmax-cascader.ant-hrmax-cascader-compact-first-item:not(.ant-hrmax-cascader-compact-last-item):not(.ant-hrmax-cascader-compact-item-rtl) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.ant-hrmax-cascader-compact-item.ant-hrmax-cascader.ant-hrmax-cascader-compact-last-item:not(.ant-hrmax-cascader-compact-first-item):not(.ant-hrmax-cascader-compact-item-rtl), .ant-hrmax-cascader-compact-item.ant-hrmax-cascader.ant-hrmax-cascader-compact-item-rtl.ant-hrmax-cascader-compact-first-item:not(.ant-hrmax-cascader-compact-last-item) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.ant-hrmax-cascader-compact-item.ant-hrmax-cascader.ant-hrmax-cascader-compact-item-rtl.ant-hrmax-cascader-compact-last-item:not(.ant-hrmax-cascader-compact-first-item) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.ant-hrmax-cascader-rtl .ant-hrmax-cascader-menu-item-expand-icon, .ant-hrmax-cascader-rtl .ant-hrmax-cascader-menu-item-loading-icon {
  margin-left: 0;
  margin-right: 4px;
}

.ant-hrmax-cascader-rtl .ant-hrmax-cascader-checkbox {
  margin-left: 8px;
  margin-right: 0;
  top: 0;
}

.ant-hrmax-checkbox {
  box-sizing: border-box;
  color: #000;
  font-variant: tabular-nums;
  font-feature-settings: "tnum";
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1;
  list-style: none;
  position: relative;
  top: .2em;
}

.ant-hrmax-checkbox-wrapper:hover .ant-hrmax-checkbox-inner, .ant-hrmax-checkbox:hover .ant-hrmax-checkbox-inner, .ant-hrmax-checkbox-input:focus + .ant-hrmax-checkbox-inner {
  border-color: #397ee5;
}

.ant-hrmax-checkbox-checked:after {
  visibility: hidden;
  content: "";
  border: 1px solid #397ee5;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  animation: .36s ease-in-out backwards antCheckboxEffect;
  position: absolute;
  top: 0;
  left: 0;
}

.ant-hrmax-checkbox:hover:after, .ant-hrmax-checkbox-wrapper:hover .ant-hrmax-checkbox:after {
  visibility: visible;
}

.ant-hrmax-checkbox-inner {
  border-collapse: separate;
  direction: ltr;
  background-color: #fff;
  border: 1px solid #cdd0d4;
  border-radius: 4px;
  width: 18px;
  height: 18px;
  transition: all .3s;
  display: block;
  position: relative;
  top: 0;
  left: 0;
}

.ant-hrmax-checkbox-inner:after {
  opacity: 0;
  content: " ";
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  width: 6.42857px;
  height: 10.2857px;
  transition: all .1s cubic-bezier(.71, -.46, .88, .6), opacity .1s;
  display: table;
  position: absolute;
  top: 50%;
  left: 21.5%;
  transform: rotate(45deg)scale(0)translate(-50%, -50%);
}

.ant-hrmax-checkbox-input {
  z-index: 1;
  cursor: pointer;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.ant-hrmax-checkbox-checked .ant-hrmax-checkbox-inner:after {
  opacity: 1;
  content: " ";
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  transition: all .2s cubic-bezier(.12, .4, .29, 1.46) .1s;
  display: table;
  position: absolute;
  transform: rotate(45deg)scale(1)translate(-50%, -50%);
}

.ant-hrmax-checkbox-checked .ant-hrmax-checkbox-inner {
  background-color: #397ee5;
  border-color: #397ee5;
}

.ant-hrmax-checkbox-disabled {
  cursor: not-allowed;
}

.ant-hrmax-checkbox-disabled.ant-hrmax-checkbox-checked .ant-hrmax-checkbox-inner:after {
  border-color: #cdd0d4;
  animation-name: none;
}

.ant-hrmax-checkbox-disabled .ant-hrmax-checkbox-input {
  cursor: not-allowed;
  pointer-events: none;
}

.ant-hrmax-checkbox-disabled .ant-hrmax-checkbox-inner {
  background-color: #f2f4f7;
  border-color: #cdd0d4 !important;
}

.ant-hrmax-checkbox-disabled .ant-hrmax-checkbox-inner:after {
  border-collapse: separate;
  border-color: #f2f4f7;
  animation-name: none;
}

.ant-hrmax-checkbox-disabled + span {
  color: #cdd0d4;
  cursor: not-allowed;
}

.ant-hrmax-checkbox-disabled:hover:after, .ant-hrmax-checkbox-wrapper:hover .ant-hrmax-checkbox-disabled:after {
  visibility: hidden;
}

.ant-hrmax-checkbox-wrapper {
  box-sizing: border-box;
  color: #000;
  font-variant: tabular-nums;
  font-feature-settings: "tnum";
  font-size: 14px;
  line-height: 1.5715;
  line-height: unset;
  cursor: pointer;
  align-items: baseline;
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-flex;
}

.ant-hrmax-checkbox-wrapper:after {
  content: " ";
  width: 0;
  display: inline-block;
  overflow: hidden;
}

.ant-hrmax-checkbox-wrapper.ant-hrmax-checkbox-wrapper-disabled {
  cursor: not-allowed;
}

.ant-hrmax-checkbox-wrapper + .ant-hrmax-checkbox-wrapper {
  margin-left: 8px;
}

.ant-hrmax-checkbox-wrapper.ant-hrmax-checkbox-wrapper-in-form-item input[type="checkbox"] {
  width: 14px;
  height: 14px;
}

.ant-hrmax-checkbox + span {
  padding-left: 8px;
  padding-right: 8px;
}

.ant-hrmax-checkbox-group {
  box-sizing: border-box;
  color: #000;
  font-variant: tabular-nums;
  font-feature-settings: "tnum";
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.5715;
  list-style: none;
  display: inline-block;
}

.ant-hrmax-checkbox-group-item {
  margin-right: 8px;
}

.ant-hrmax-checkbox-group-item:last-child {
  margin-right: 0;
}

.ant-hrmax-checkbox-group-item + .ant-hrmax-checkbox-group-item {
  margin-left: 0;
}

.ant-hrmax-checkbox-indeterminate .ant-hrmax-checkbox-inner {
  background-color: #fff;
  border-color: #cdd0d4;
}

.ant-hrmax-checkbox-indeterminate .ant-hrmax-checkbox-inner:after {
  opacity: 1;
  content: " ";
  background-color: #397ee5;
  border: 0;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)scale(1);
}

.ant-hrmax-checkbox-indeterminate.ant-hrmax-checkbox-disabled .ant-hrmax-checkbox-inner:after {
  background-color: #cdd0d4;
  border-color: #cdd0d4;
}

.ant-hrmax-checkbox-rtl {
  direction: rtl;
}

.ant-hrmax-checkbox-group-rtl .ant-hrmax-checkbox-group-item {
  margin-left: 8px;
  margin-right: 0;
}

.ant-hrmax-checkbox-group-rtl .ant-hrmax-checkbox-group-item:last-child {
  margin-left: 0 !important;
}

.ant-hrmax-checkbox-group-rtl .ant-hrmax-checkbox-group-item + .ant-hrmax-checkbox-group-item {
  margin-left: 8px;
}

.ant-hrmax-collapse {
  box-sizing: border-box;
  color: #000;
  font-variant: tabular-nums;
  font-feature-settings: "tnum";
  background-color: #fafafa;
  border: 1px solid #cdd0d4;
  border-bottom: 0;
  border-radius: 8px;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.5715;
  list-style: none;
}

.ant-hrmax-collapse > .ant-hrmax-collapse-item {
  border-bottom: 1px solid #cdd0d4;
}

.ant-hrmax-collapse > .ant-hrmax-collapse-item:last-child, .ant-hrmax-collapse > .ant-hrmax-collapse-item:last-child > .ant-hrmax-collapse-header {
  border-radius: 0 0 8px 8px;
}

.ant-hrmax-collapse > .ant-hrmax-collapse-item > .ant-hrmax-collapse-header {
  color: #000000d9;
  cursor: pointer;
  flex-wrap: nowrap;
  align-items: flex-start;
  padding: 12px 16px;
  line-height: 1.5715;
  transition: all .3s, visibility;
  display: flex;
  position: relative;
}

.ant-hrmax-collapse > .ant-hrmax-collapse-item > .ant-hrmax-collapse-header .ant-hrmax-collapse-arrow {
  vertical-align: -1px;
  margin-right: 12px;
  font-size: 12px;
  display: inline-block;
}

.ant-hrmax-collapse > .ant-hrmax-collapse-item > .ant-hrmax-collapse-header .ant-hrmax-collapse-arrow svg {
  transition: transform .24s;
}

.ant-hrmax-collapse > .ant-hrmax-collapse-item > .ant-hrmax-collapse-header .ant-hrmax-collapse-header-text {
  flex: auto;
}

.ant-hrmax-collapse > .ant-hrmax-collapse-item > .ant-hrmax-collapse-header .ant-hrmax-collapse-extra {
  margin-left: auto;
}

.ant-hrmax-collapse > .ant-hrmax-collapse-item > .ant-hrmax-collapse-header:focus {
  outline: none;
}

.ant-hrmax-collapse > .ant-hrmax-collapse-item .ant-hrmax-collapse-header-collapsible-only {
  cursor: default;
}

.ant-hrmax-collapse > .ant-hrmax-collapse-item .ant-hrmax-collapse-header-collapsible-only .ant-hrmax-collapse-header-text {
  cursor: pointer;
  flex: none;
}

.ant-hrmax-collapse > .ant-hrmax-collapse-item .ant-hrmax-collapse-icon-collapsible-only {
  cursor: default;
}

.ant-hrmax-collapse > .ant-hrmax-collapse-item .ant-hrmax-collapse-icon-collapsible-only .ant-hrmax-collapse-expand-icon {
  cursor: pointer;
}

.ant-hrmax-collapse > .ant-hrmax-collapse-item.ant-hrmax-collapse-no-arrow > .ant-hrmax-collapse-header {
  padding-left: 12px;
}

.ant-hrmax-collapse-icon-position-end > .ant-hrmax-collapse-item > .ant-hrmax-collapse-header {
  padding: 12px 40px 12px 16px;
  position: relative;
}

.ant-hrmax-collapse-icon-position-end > .ant-hrmax-collapse-item > .ant-hrmax-collapse-header .ant-hrmax-collapse-arrow {
  margin: 0;
  position: absolute;
  top: 50%;
  left: auto;
  right: 16px;
  transform: translateY(-50%);
}

.ant-hrmax-collapse-content {
  color: #000;
  background-color: #fff;
  border-top: 1px solid #cdd0d4;
}

.ant-hrmax-collapse-content > .ant-hrmax-collapse-content-box {
  padding: 16px;
}

.ant-hrmax-collapse-content-hidden {
  display: none;
}

.ant-hrmax-collapse-item:last-child > .ant-hrmax-collapse-content {
  border-radius: 0 0 8px 8px;
}

.ant-hrmax-collapse-borderless {
  background-color: #fafafa;
  border: 0;
}

.ant-hrmax-collapse-borderless > .ant-hrmax-collapse-item {
  border-bottom: 1px solid #cdd0d4;
}

.ant-hrmax-collapse-borderless > .ant-hrmax-collapse-item:last-child, .ant-hrmax-collapse-borderless > .ant-hrmax-collapse-item:last-child .ant-hrmax-collapse-header {
  border-radius: 0;
}

.ant-hrmax-collapse-borderless > .ant-hrmax-collapse-item:last-child {
  border-bottom: 0;
}

.ant-hrmax-collapse-borderless > .ant-hrmax-collapse-item > .ant-hrmax-collapse-content {
  background-color: #0000;
  border-top: 0;
}

.ant-hrmax-collapse-borderless > .ant-hrmax-collapse-item > .ant-hrmax-collapse-content > .ant-hrmax-collapse-content-box {
  padding-top: 4px;
}

.ant-hrmax-collapse-ghost {
  background-color: #0000;
  border: 0;
}

.ant-hrmax-collapse-ghost > .ant-hrmax-collapse-item {
  border-bottom: 0;
}

.ant-hrmax-collapse-ghost > .ant-hrmax-collapse-item > .ant-hrmax-collapse-content {
  background-color: #0000;
  border-top: 0;
}

.ant-hrmax-collapse-ghost > .ant-hrmax-collapse-item > .ant-hrmax-collapse-content > .ant-hrmax-collapse-content-box {
  padding-top: 12px;
  padding-bottom: 12px;
}

.ant-hrmax-collapse .ant-hrmax-collapse-item-disabled > .ant-hrmax-collapse-header, .ant-hrmax-collapse .ant-hrmax-collapse-item-disabled > .ant-hrmax-collapse-header > .arrow {
  color: #cdd0d4;
  cursor: not-allowed;
}

.ant-hrmax-collapse-rtl {
  direction: rtl;
}

.ant-hrmax-collapse-rtl.ant-hrmax-collapse.ant-hrmax-collapse-icon-position-end > .ant-hrmax-collapse-item > .ant-hrmax-collapse-header {
  padding: 12px 16px 12px 40px;
  position: relative;
}

.ant-hrmax-collapse-rtl.ant-hrmax-collapse.ant-hrmax-collapse-icon-position-end > .ant-hrmax-collapse-item > .ant-hrmax-collapse-header .ant-hrmax-collapse-arrow {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 16px;
  right: auto;
  transform: translateY(-50%);
}

.ant-hrmax-collapse-rtl .ant-hrmax-collapse > .ant-hrmax-collapse-item > .ant-hrmax-collapse-header {
  padding: 12px 40px 12px 16px;
}

.ant-hrmax-collapse-rtl.ant-hrmax-collapse > .ant-hrmax-collapse-item > .ant-hrmax-collapse-header .ant-hrmax-collapse-arrow {
  margin-left: 12px;
  margin-right: 0;
}

.ant-hrmax-collapse-rtl.ant-hrmax-collapse > .ant-hrmax-collapse-item > .ant-hrmax-collapse-header .ant-hrmax-collapse-arrow svg {
  transform: rotate(180deg);
}

.ant-hrmax-collapse-rtl.ant-hrmax-collapse > .ant-hrmax-collapse-item > .ant-hrmax-collapse-header .ant-hrmax-collapse-extra {
  margin-left: 0;
  margin-right: auto;
}

.ant-hrmax-collapse-rtl.ant-hrmax-collapse > .ant-hrmax-collapse-item.ant-hrmax-collapse-no-arrow > .ant-hrmax-collapse-header {
  padding-left: 0;
  padding-right: 12px;
}

.ant-hrmax-comment {
  background-color: inherit;
  position: relative;
}

.ant-hrmax-comment-inner {
  padding: 16px 0;
  display: flex;
}

.ant-hrmax-comment-avatar {
  cursor: pointer;
  flex-shrink: 0;
  margin-right: 12px;
  position: relative;
}

.ant-hrmax-comment-avatar img {
  border-radius: 50%;
  width: 32px;
  height: 32px;
}

.ant-hrmax-comment-content {
  word-wrap: break-word;
  flex: auto;
  min-width: 1px;
  font-size: 14px;
  position: relative;
}

.ant-hrmax-comment-content-author {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 4px;
  font-size: 14px;
  display: flex;
}

.ant-hrmax-comment-content-author > a, .ant-hrmax-comment-content-author > span {
  padding-right: 8px;
  font-size: 12px;
  line-height: 18px;
}

.ant-hrmax-comment-content-author-name {
  color: #535b64;
  font-size: 14px;
  transition: color .3s;
}

.ant-hrmax-comment-content-author-name > *, .ant-hrmax-comment-content-author-name > :hover {
  color: #535b64;
}

.ant-hrmax-comment-content-author-time {
  color: #ccc;
  white-space: nowrap;
  cursor: auto;
}

.ant-hrmax-comment-content-detail p {
  margin-bottom: inherit;
  white-space: pre-wrap;
}

.ant-hrmax-comment-actions {
  margin-top: 12px;
  margin-bottom: inherit;
  padding-left: 0;
}

.ant-hrmax-comment-actions > li {
  color: #535b64;
  display: inline-block;
}

.ant-hrmax-comment-actions > li > span {
  color: #535b64;
  cursor: pointer;
  user-select: none;
  margin-right: 10px;
  font-size: 12px;
  transition: color .3s;
}

.ant-hrmax-comment-actions > li > span:hover {
  color: #595959;
}

.ant-hrmax-comment-nested {
  margin-left: 44px;
}

.ant-hrmax-comment-rtl {
  direction: rtl;
}

.ant-hrmax-comment-rtl .ant-hrmax-comment-avatar {
  margin-left: 12px;
  margin-right: 0;
}

.ant-hrmax-comment-rtl .ant-hrmax-comment-content-author > a, .ant-hrmax-comment-rtl .ant-hrmax-comment-content-author > span {
  padding-left: 8px;
  padding-right: 0;
}

.ant-hrmax-comment-rtl .ant-hrmax-comment-actions {
  padding-right: 0;
}

.ant-hrmax-comment-rtl .ant-hrmax-comment-actions > li > span {
  margin-left: 10px;
  margin-right: 0;
}

.ant-hrmax-comment-rtl .ant-hrmax-comment-nested {
  margin-left: 0;
  margin-right: 44px;
}

.ant-hrmax-picker-status-error.ant-hrmax-picker, .ant-hrmax-picker-status-error.ant-hrmax-picker:not(.ant-hrmax-picker-disabled):hover {
  background-color: #fff;
  border-color: #d90007;
}

.ant-hrmax-picker-status-error.ant-hrmax-picker-focused, .ant-hrmax-picker-status-error.ant-hrmax-picker:focus {
  border-color: #ff3029;
  border-right-width: 1px;
  outline: 0;
  box-shadow: 0 0 0 2px #d9000733;
}

.ant-hrmax-picker-status-error.ant-hrmax-picker .ant-hrmax-picker-active-bar {
  background: #ff3029;
}

.ant-hrmax-picker-status-warning.ant-hrmax-picker, .ant-hrmax-picker-status-warning.ant-hrmax-picker:not(.ant-hrmax-picker-disabled):hover {
  background-color: #fff;
  border-color: #d98d00;
}

.ant-hrmax-picker-status-warning.ant-hrmax-picker-focused, .ant-hrmax-picker-status-warning.ant-hrmax-picker:focus {
  border-color: #ffc229;
  border-right-width: 1px;
  outline: 0;
  box-shadow: 0 0 0 2px #d98d0033;
}

.ant-hrmax-picker-status-warning.ant-hrmax-picker .ant-hrmax-picker-active-bar {
  background: #ffc229;
}

.ant-hrmax-picker {
  box-sizing: border-box;
  color: #000;
  font-variant: tabular-nums;
  font-feature-settings: "tnum";
  background: #fff;
  border: 1px solid #cdd0d4;
  border-radius: 8px;
  align-items: center;
  margin: 0;
  padding: 4px 12px;
  font-size: 14px;
  line-height: 1.5715;
  list-style: none;
  transition: border .3s, box-shadow .3s;
  display: inline-flex;
  position: relative;
}

.ant-hrmax-picker:hover, .ant-hrmax-picker-focused {
  border-color: #54a7af;
  border-right-width: 1px;
}

.ant-hrmax-input-rtl .ant-hrmax-picker:hover, .ant-hrmax-input-rtl .ant-hrmax-picker-focused {
  border-right-width: 0;
  border-left-width: 1px !important;
}

.ant-hrmax-picker-focused {
  border-color: #429b9e;
  border-right-width: 1px;
  outline: 0;
  box-shadow: 0 0 0 2px #268a9233;
}

.ant-hrmax-input-rtl .ant-hrmax-picker-focused {
  border-right-width: 0;
  border-left-width: 1px !important;
}

.ant-hrmax-picker.ant-hrmax-picker-disabled {
  cursor: not-allowed;
  background: #f2f4f7;
  border-color: #cdd0d4;
}

.ant-hrmax-picker.ant-hrmax-picker-disabled .ant-hrmax-picker-suffix {
  color: #cdd0d4;
}

.ant-hrmax-picker.ant-hrmax-picker-borderless {
  box-shadow: none !important;
  background-color: #0000 !important;
  border-color: #0000 !important;
}

.ant-hrmax-picker-input {
  align-items: center;
  width: 100%;
  display: inline-flex;
  position: relative;
}

.ant-hrmax-picker-input > input {
  color: #000;
  background: none;
  border: 0;
  border-radius: 8px;
  flex: auto;
  width: 100%;
  min-width: 1px;
  height: auto;
  padding: 0;
  font-size: 14px;
  line-height: 1.5715;
  transition: all .3s;
  display: inline-block;
  position: relative;
}

.ant-hrmax-picker-input > input::placeholder {
  color: #abb1b8;
  user-select: none;
}

.ant-hrmax-picker-input > input:placeholder-shown {
  text-overflow: ellipsis;
}

.ant-hrmax-picker-input > input:hover {
  border-color: #54a7af;
  border-right-width: 1px;
}

.ant-hrmax-input-rtl .ant-hrmax-picker-input > input:hover {
  border-right-width: 0;
  border-left-width: 1px !important;
}

.ant-hrmax-picker-input > input:focus, .ant-hrmax-picker-input > input-focused {
  border-color: #429b9e;
  border-right-width: 1px;
  outline: 0;
  box-shadow: 0 0 0 2px #268a9233;
}

.ant-hrmax-input-rtl .ant-hrmax-picker-input > input:focus, .ant-hrmax-input-rtl .ant-hrmax-picker-input > input-focused {
  border-right-width: 0;
  border-left-width: 1px !important;
}

.ant-hrmax-picker-input > input-disabled {
  color: #cdd0d4;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
  background-color: #f2f4f7;
  border-color: #cdd0d4;
}

.ant-hrmax-picker-input > input-disabled:hover {
  border-color: #cdd0d4;
  border-right-width: 1px;
}

.ant-hrmax-picker-input > input[disabled] {
  color: #cdd0d4;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
  background-color: #f2f4f7;
  border-color: #cdd0d4;
}

.ant-hrmax-picker-input > input[disabled]:hover {
  border-color: #cdd0d4;
  border-right-width: 1px;
}

.ant-hrmax-picker-input > input-borderless, .ant-hrmax-picker-input > input-borderless:hover, .ant-hrmax-picker-input > input-borderless:focus, .ant-hrmax-picker-input > input-borderless-focused, .ant-hrmax-picker-input > input-borderless-disabled, .ant-hrmax-picker-input > input-borderless[disabled] {
  box-shadow: none;
  background-color: #0000;
  border: none;
}

textarea.ant-hrmax-picker-input > input {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5715;
  transition: all .3s, height;
}

.ant-hrmax-picker-input > input-lg {
  padding: 14px 16px;
  font-size: 16px;
}

.ant-hrmax-picker-input > input-sm {
  padding: 6px 8px;
}

.ant-hrmax-picker-input > input-rtl {
  direction: rtl;
}

.ant-hrmax-picker-input > input:focus {
  box-shadow: none;
}

.ant-hrmax-picker-input > input[disabled] {
  background: none;
}

.ant-hrmax-picker-input:hover .ant-hrmax-picker-clear {
  opacity: 1;
}

.ant-hrmax-picker-input-placeholder > input {
  color: #abb1b8;
}

.ant-hrmax-picker-large .ant-hrmax-picker-input > input {
  font-size: 16px;
}

.ant-hrmax-picker-suffix {
  color: #cdd0d4;
  pointer-events: none;
  flex: none;
  align-self: center;
  margin-left: 4px;
  line-height: 1;
  display: flex;
}

.ant-hrmax-picker-suffix > * {
  vertical-align: top;
}

.ant-hrmax-picker-suffix > :not(:last-child) {
  margin-right: 8px;
}

.ant-hrmax-picker-clear {
  color: #cdd0d4;
  cursor: pointer;
  opacity: 0;
  background: #fff;
  line-height: 1;
  transition: opacity .3s, color .3s;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.ant-hrmax-picker-clear > * {
  vertical-align: top;
}

.ant-hrmax-picker-clear:hover {
  color: #535b64;
}

.ant-hrmax-picker-separator {
  color: #cdd0d4;
  vertical-align: top;
  cursor: default;
  width: 1em;
  height: 16px;
  font-size: 16px;
  display: inline-block;
  position: relative;
}

.ant-hrmax-picker-focused .ant-hrmax-picker-separator {
  color: #535b64;
}

.ant-hrmax-picker-disabled .ant-hrmax-picker-range-separator .ant-hrmax-picker-separator {
  cursor: not-allowed;
}

.ant-hrmax-picker-range {
  display: inline-flex;
  position: relative;
}

.ant-hrmax-picker-range .ant-hrmax-picker-clear {
  right: 12px;
}

.ant-hrmax-picker-range:hover .ant-hrmax-picker-clear {
  opacity: 1;
}

.ant-hrmax-picker-range .ant-hrmax-picker-active-bar {
  opacity: 0;
  pointer-events: none;
  background: #268a92;
  height: 2px;
  margin-left: 12px;
  transition: all .3s ease-out;
  bottom: -1px;
}

.ant-hrmax-picker-range.ant-hrmax-picker-focused .ant-hrmax-picker-active-bar {
  opacity: 1;
}

.ant-hrmax-picker-range-separator {
  align-items: center;
  padding: 0 8px;
  line-height: 1;
}

.ant-hrmax-picker-range.ant-hrmax-picker-small .ant-hrmax-picker-clear {
  right: 8px;
}

.ant-hrmax-picker-range.ant-hrmax-picker-small .ant-hrmax-picker-active-bar {
  margin-left: 8px;
}

.ant-hrmax-picker-dropdown {
  box-sizing: border-box;
  color: #000;
  font-variant: tabular-nums;
  font-feature-settings: "tnum";
  z-index: 1050;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.5715;
  list-style: none;
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.ant-hrmax-picker-dropdown-hidden {
  display: none;
}

.ant-hrmax-picker-dropdown-placement-bottomLeft .ant-hrmax-picker-range-arrow {
  display: block;
  top: 2.58562px;
  transform: rotate(-135deg)translateY(1px);
}

.ant-hrmax-picker-dropdown-placement-topLeft .ant-hrmax-picker-range-arrow {
  display: block;
  bottom: 2.58562px;
  transform: rotate(45deg);
}

.ant-hrmax-picker-dropdown.ant-hrmax-slide-up-enter.ant-hrmax-slide-up-enter-active.ant-hrmax-picker-dropdown-placement-topLeft, .ant-hrmax-picker-dropdown.ant-hrmax-slide-up-enter.ant-hrmax-slide-up-enter-active.ant-hrmax-picker-dropdown-placement-topRight, .ant-hrmax-picker-dropdown.ant-hrmax-slide-up-appear.ant-hrmax-slide-up-appear-active.ant-hrmax-picker-dropdown-placement-topLeft, .ant-hrmax-picker-dropdown.ant-hrmax-slide-up-appear.ant-hrmax-slide-up-appear-active.ant-hrmax-picker-dropdown-placement-topRight {
  animation-name: antSlideDownIn;
}

.ant-hrmax-picker-dropdown.ant-hrmax-slide-up-enter.ant-hrmax-slide-up-enter-active.ant-hrmax-picker-dropdown-placement-bottomLeft, .ant-hrmax-picker-dropdown.ant-hrmax-slide-up-enter.ant-hrmax-slide-up-enter-active.ant-hrmax-picker-dropdown-placement-bottomRight, .ant-hrmax-picker-dropdown.ant-hrmax-slide-up-appear.ant-hrmax-slide-up-appear-active.ant-hrmax-picker-dropdown-placement-bottomLeft, .ant-hrmax-picker-dropdown.ant-hrmax-slide-up-appear.ant-hrmax-slide-up-appear-active.ant-hrmax-picker-dropdown-placement-bottomRight {
  animation-name: antSlideUpIn;
}

.ant-hrmax-picker-dropdown.ant-hrmax-slide-up-leave.ant-hrmax-slide-up-leave-active.ant-hrmax-picker-dropdown-placement-topLeft, .ant-hrmax-picker-dropdown.ant-hrmax-slide-up-leave.ant-hrmax-slide-up-leave-active.ant-hrmax-picker-dropdown-placement-topRight {
  animation-name: antSlideDownOut;
}

.ant-hrmax-picker-dropdown.ant-hrmax-slide-up-leave.ant-hrmax-slide-up-leave-active.ant-hrmax-picker-dropdown-placement-bottomLeft, .ant-hrmax-picker-dropdown.ant-hrmax-slide-up-leave.ant-hrmax-slide-up-leave-active.ant-hrmax-picker-dropdown-placement-bottomRight {
  animation-name: antSlideUpOut;
}

.ant-hrmax-picker-dropdown-range {
  padding: 7.54247px 0;
}

.ant-hrmax-picker-dropdown-range-hidden {
  display: none;
}

.ant-hrmax-picker-dropdown .ant-hrmax-picker-panel > .ant-hrmax-picker-time-panel {
  padding-top: 4px;
}

.ant-hrmax-picker-ranges {
  text-align: left;
  margin-bottom: 0;
  padding: 4px 12px;
  line-height: 34px;
  list-style: none;
  overflow: hidden;
}

.ant-hrmax-picker-ranges > li {
  display: inline-block;
}

.ant-hrmax-picker-ranges .ant-hrmax-picker-preset > .ant-hrmax-tag-blue {
  color: #268a92;
  cursor: pointer;
  background: #e9f4f5;
  border-color: #b7e0e4;
}

.ant-hrmax-picker-ranges .ant-hrmax-picker-ok {
  float: right;
  margin-left: 8px;
}

.ant-hrmax-picker-range-wrapper {
  display: flex;
}

.ant-hrmax-picker-range-arrow {
  z-index: 1;
  pointer-events: none;
  border-radius: 0 0 2px;
  width: 11.3137px;
  height: 11.3137px;
  margin-left: 18px;
  transition: left .3s ease-out;
  position: absolute;
  box-shadow: 2px 2px 6px -2px #0000001a;
}

.ant-hrmax-picker-range-arrow:before {
  content: "";
  clip-path: inset(33%);
  width: 33.9411px;
  height: 33.9411px;
  clip-path: path("M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z");
  background: #fff -10px -10px no-repeat;
  position: absolute;
  top: -11.3137px;
  left: -11.3137px;
}

.ant-hrmax-picker-panel-container {
  vertical-align: top;
  background: #fff;
  border-radius: 8px;
  transition: margin .3s;
  overflow: hidden;
  box-shadow: 0 3px 6px -4px #0000001f, 0 6px 16px #00000014, 0 9px 28px 8px #0000000d;
}

.ant-hrmax-picker-panel-container .ant-hrmax-picker-panels {
  direction: ltr;
  flex-wrap: nowrap;
  display: inline-flex;
}

.ant-hrmax-picker-panel-container .ant-hrmax-picker-panel {
  vertical-align: top;
  background: none;
  border-width: 0 0 1px;
  border-radius: 0;
}

.ant-hrmax-picker-panel-container .ant-hrmax-picker-panel .ant-hrmax-picker-content, .ant-hrmax-picker-panel-container .ant-hrmax-picker-panel table {
  text-align: center;
}

.ant-hrmax-picker-panel-container .ant-hrmax-picker-panel-focused {
  border-color: #f2f6fb;
}

.ant-hrmax-picker-compact-item:not(.ant-hrmax-picker-compact-last-item):not(.ant-hrmax-picker-compact-item-rtl) {
  margin-right: -1px;
}

.ant-hrmax-picker-compact-item:not(.ant-hrmax-picker-compact-last-item).ant-hrmax-picker-compact-item-rtl {
  margin-left: -1px;
}

.ant-hrmax-picker-compact-item:hover, .ant-hrmax-picker-compact-item:focus, .ant-hrmax-picker-compact-item:active, .ant-hrmax-picker-compact-item.ant-hrmax-picker-focused {
  z-index: 2;
}

.ant-hrmax-picker-compact-item[disabled] {
  z-index: 0;
}

.ant-hrmax-picker-compact-item:not(.ant-hrmax-picker-compact-first-item):not(.ant-hrmax-picker-compact-last-item).ant-hrmax-picker {
  border-radius: 0;
}

.ant-hrmax-picker-compact-item.ant-hrmax-picker.ant-hrmax-picker-compact-first-item:not(.ant-hrmax-picker-compact-last-item):not(.ant-hrmax-picker-compact-item-rtl) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.ant-hrmax-picker-compact-item.ant-hrmax-picker.ant-hrmax-picker-compact-last-item:not(.ant-hrmax-picker-compact-first-item):not(.ant-hrmax-picker-compact-item-rtl), .ant-hrmax-picker-compact-item.ant-hrmax-picker.ant-hrmax-picker-compact-item-rtl.ant-hrmax-picker-compact-first-item:not(.ant-hrmax-picker-compact-last-item) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.ant-hrmax-picker-compact-item.ant-hrmax-picker.ant-hrmax-picker-compact-item-rtl.ant-hrmax-picker-compact-last-item:not(.ant-hrmax-picker-compact-first-item) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.ant-hrmax-picker-panel {
  text-align: center;
  background: #fff;
  border: 1px solid #f2f6fb;
  border-radius: 8px;
  outline: none;
  flex-direction: column;
  display: inline-flex;
}

.ant-hrmax-picker-decade-panel, .ant-hrmax-picker-year-panel, .ant-hrmax-picker-quarter-panel, .ant-hrmax-picker-month-panel, .ant-hrmax-picker-week-panel, .ant-hrmax-picker-date-panel, .ant-hrmax-picker-time-panel {
  flex-direction: column;
  width: 280px;
  display: flex;
}

.ant-hrmax-picker-header {
  color: #000000d9;
  border-bottom: 1px solid #f2f6fb;
  padding: 0 8px;
  display: flex;
}

.ant-hrmax-picker-header > * {
  flex: none;
}

.ant-hrmax-picker-header button {
  color: #cdd0d4;
  cursor: pointer;
  background: none;
  border: 0;
  padding: 0;
  line-height: 40px;
  transition: color .3s;
}

.ant-hrmax-picker-header > button {
  min-width: 1.6em;
  font-size: 14px;
}

.ant-hrmax-picker-header-view {
  flex: auto;
  font-weight: 500;
  line-height: 40px;
}

.ant-hrmax-picker-header-view button {
  color: inherit;
  font-weight: inherit;
}

.ant-hrmax-picker-header-view button:not(:first-child) {
  margin-left: 8px;
}

.ant-hrmax-picker-prev-icon, .ant-hrmax-picker-next-icon, .ant-hrmax-picker-super-prev-icon, .ant-hrmax-picker-super-next-icon {
  width: 7px;
  height: 7px;
  display: inline-block;
  position: relative;
}

.ant-hrmax-picker-prev-icon:before, .ant-hrmax-picker-next-icon:before, .ant-hrmax-picker-super-prev-icon:before, .ant-hrmax-picker-super-next-icon:before {
  content: "";
  border: 0 solid;
  border-width: 1.5px 0 0 1.5px;
  width: 7px;
  height: 7px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.ant-hrmax-picker-super-prev-icon:after, .ant-hrmax-picker-super-next-icon:after {
  content: "";
  border: 0 solid;
  border-width: 1.5px 0 0 1.5px;
  width: 7px;
  height: 7px;
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 4px;
}

.ant-hrmax-picker-prev-icon, .ant-hrmax-picker-super-prev-icon {
  transform: rotate(-45deg);
}

.ant-hrmax-picker-next-icon, .ant-hrmax-picker-super-next-icon {
  transform: rotate(135deg);
}

.ant-hrmax-picker-content {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}

.ant-hrmax-picker-content th, .ant-hrmax-picker-content td {
  min-width: 24px;
  font-weight: 400;
  position: relative;
}

.ant-hrmax-picker-content th {
  color: #000;
  height: 30px;
  line-height: 30px;
}

.ant-hrmax-picker-cell {
  color: #cdd0d4;
  cursor: pointer;
  padding: 3px 0;
}

.ant-hrmax-picker-cell-in-view {
  color: #000;
}

.ant-hrmax-picker-cell:before {
  z-index: 1;
  content: "";
  height: 24px;
  transition: all .3s;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

.ant-hrmax-picker-cell:hover:not(.ant-hrmax-picker-cell-in-view) .ant-hrmax-picker-cell-inner, .ant-hrmax-picker-cell:hover:not(.ant-hrmax-picker-cell-selected):not(.ant-hrmax-picker-cell-range-start):not(.ant-hrmax-picker-cell-range-end):not(.ant-hrmax-picker-cell-range-hover-start):not(.ant-hrmax-picker-cell-range-hover-end) .ant-hrmax-picker-cell-inner {
  background: #d7e5fa;
}

.ant-hrmax-picker-cell-in-view.ant-hrmax-picker-cell-today .ant-hrmax-picker-cell-inner:before {
  z-index: 1;
  content: "";
  border: 1px solid #268a92;
  border-radius: 8px;
  position: absolute;
  inset: 0;
}

.ant-hrmax-picker-cell-in-view.ant-hrmax-picker-cell-in-range {
  position: relative;
}

.ant-hrmax-picker-cell-in-view.ant-hrmax-picker-cell-selected .ant-hrmax-picker-cell-inner, .ant-hrmax-picker-cell-in-view.ant-hrmax-picker-cell-range-start .ant-hrmax-picker-cell-inner, .ant-hrmax-picker-cell-in-view.ant-hrmax-picker-cell-range-end .ant-hrmax-picker-cell-inner {
  color: #fff;
  background: #268a92;
}

.ant-hrmax-picker-cell-in-view.ant-hrmax-picker-cell-range-start:before {
  left: 50%;
}

.ant-hrmax-picker-cell-in-view.ant-hrmax-picker-cell-range-end:before {
  right: 50%;
}

.ant-hrmax-picker-cell-in-view.ant-hrmax-picker-cell-range-hover-start:not(.ant-hrmax-picker-cell-in-range):not(.ant-hrmax-picker-cell-range-start):not(.ant-hrmax-picker-cell-range-end):after, .ant-hrmax-picker-cell-in-view.ant-hrmax-picker-cell-range-hover-end:not(.ant-hrmax-picker-cell-in-range):not(.ant-hrmax-picker-cell-range-start):not(.ant-hrmax-picker-cell-range-end):after, .ant-hrmax-picker-cell-in-view.ant-hrmax-picker-cell-range-hover-start.ant-hrmax-picker-cell-range-start-single:after, .ant-hrmax-picker-cell-in-view.ant-hrmax-picker-cell-range-hover-start.ant-hrmax-picker-cell-range-start.ant-hrmax-picker-cell-range-end.ant-hrmax-picker-cell-range-end-near-hover:after, .ant-hrmax-picker-cell-in-view.ant-hrmax-picker-cell-range-hover-end.ant-hrmax-picker-cell-range-start.ant-hrmax-picker-cell-range-end.ant-hrmax-picker-cell-range-start-near-hover:after, .ant-hrmax-picker-cell-in-view.ant-hrmax-picker-cell-range-hover-end.ant-hrmax-picker-cell-range-end-single:after, .ant-hrmax-picker-cell-in-view.ant-hrmax-picker-cell-range-hover:not(.ant-hrmax-picker-cell-in-range):after {
  z-index: 0;
  content: "";
  border-top: 1px dashed #4dc7d1;
  border-bottom: 1px dashed #4dc7d1;
  height: 24px;
  transition: all .3s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.ant-hrmax-picker-cell-range-hover-start:after, .ant-hrmax-picker-cell-range-hover-end:after, .ant-hrmax-picker-cell-range-hover:after {
  left: 2px;
  right: 0;
}

.ant-hrmax-picker-date-panel .ant-hrmax-picker-cell-in-view.ant-hrmax-picker-cell-in-range.ant-hrmax-picker-cell-range-hover-start .ant-hrmax-picker-cell-inner:after, .ant-hrmax-picker-date-panel .ant-hrmax-picker-cell-in-view.ant-hrmax-picker-cell-in-range.ant-hrmax-picker-cell-range-hover-end .ant-hrmax-picker-cell-inner:after {
  z-index: -1;
  content: "";
  background: #8adae1;
  transition: all .3s;
  position: absolute;
  top: 0;
  bottom: 0;
}

.ant-hrmax-picker-date-panel .ant-hrmax-picker-cell-in-view.ant-hrmax-picker-cell-in-range.ant-hrmax-picker-cell-range-hover-start .ant-hrmax-picker-cell-inner:after {
  left: 0;
  right: -6px;
}

.ant-hrmax-picker-date-panel .ant-hrmax-picker-cell-in-view.ant-hrmax-picker-cell-in-range.ant-hrmax-picker-cell-range-hover-end .ant-hrmax-picker-cell-inner:after {
  left: -6px;
  right: 0;
}

.ant-hrmax-picker-cell-range-hover.ant-hrmax-picker-cell-range-start:after {
  right: 50%;
}

.ant-hrmax-picker-cell-range-hover.ant-hrmax-picker-cell-range-end:after {
  left: 50%;
}

tr > .ant-hrmax-picker-cell-in-view.ant-hrmax-picker-cell-range-hover:first-child:after, tr > .ant-hrmax-picker-cell-in-view.ant-hrmax-picker-cell-range-hover-end:first-child:after, .ant-hrmax-picker-cell-in-view.ant-hrmax-picker-cell-start.ant-hrmax-picker-cell-range-hover-edge-start.ant-hrmax-picker-cell-range-hover-edge-start-near-range:after, .ant-hrmax-picker-cell-in-view.ant-hrmax-picker-cell-range-hover-edge-start:not(.ant-hrmax-picker-cell-range-hover-edge-start-near-range):after, .ant-hrmax-picker-cell-in-view.ant-hrmax-picker-cell-range-hover-start:after {
  border-left: 1px dashed #4dc7d1;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  left: 6px;
}

tr > .ant-hrmax-picker-cell-in-view.ant-hrmax-picker-cell-range-hover:last-child:after, tr > .ant-hrmax-picker-cell-in-view.ant-hrmax-picker-cell-range-hover-start:last-child:after, .ant-hrmax-picker-cell-in-view.ant-hrmax-picker-cell-end.ant-hrmax-picker-cell-range-hover-edge-end.ant-hrmax-picker-cell-range-hover-edge-end-near-range:after, .ant-hrmax-picker-cell-in-view.ant-hrmax-picker-cell-range-hover-edge-end:not(.ant-hrmax-picker-cell-range-hover-edge-end-near-range):after, .ant-hrmax-picker-cell-in-view.ant-hrmax-picker-cell-range-hover-end:after {
  border-right: 1px dashed #4dc7d1;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  right: 6px;
}

.ant-hrmax-picker-cell-disabled {
  color: #cdd0d4;
  pointer-events: none;
}

.ant-hrmax-picker-cell-disabled .ant-hrmax-picker-cell-inner {
  background: none;
}

.ant-hrmax-picker-cell-disabled:before {
  background: #0000000a;
}

.ant-hrmax-picker-cell-disabled.ant-hrmax-picker-cell-today .ant-hrmax-picker-cell-inner:before {
  border-color: #cdd0d4;
}

.ant-hrmax-picker-decade-panel .ant-hrmax-picker-content, .ant-hrmax-picker-year-panel .ant-hrmax-picker-content, .ant-hrmax-picker-quarter-panel .ant-hrmax-picker-content, .ant-hrmax-picker-month-panel .ant-hrmax-picker-content {
  height: 264px;
}

.ant-hrmax-picker-decade-panel .ant-hrmax-picker-cell-inner, .ant-hrmax-picker-year-panel .ant-hrmax-picker-cell-inner, .ant-hrmax-picker-quarter-panel .ant-hrmax-picker-cell-inner, .ant-hrmax-picker-month-panel .ant-hrmax-picker-cell-inner {
  padding: 0 8px;
}

.ant-hrmax-picker-quarter-panel .ant-hrmax-picker-content {
  height: 56px;
}

.ant-hrmax-picker-footer {
  text-align: center;
  border-bottom: 1px solid #0000;
  width: min-content;
  min-width: 100%;
  line-height: 38px;
}

.ant-hrmax-picker-footer-extra {
  text-align: left;
  padding: 0 12px;
  line-height: 38px;
}

.ant-hrmax-picker-now {
  text-align: left;
}

.ant-hrmax-picker-today-btn:active {
  color: #16636b;
}

.ant-hrmax-picker-today-btn.ant-hrmax-picker-today-btn-disabled {
  color: #cdd0d4;
  cursor: not-allowed;
}

.ant-hrmax-picker-decade-panel .ant-hrmax-picker-cell-inner {
  padding: 0 4px;
}

.ant-hrmax-picker-decade-panel .ant-hrmax-picker-cell:before {
  display: none;
}

.ant-hrmax-picker-year-panel .ant-hrmax-picker-body, .ant-hrmax-picker-quarter-panel .ant-hrmax-picker-body, .ant-hrmax-picker-month-panel .ant-hrmax-picker-body {
  padding: 0 8px;
}

.ant-hrmax-picker-year-panel .ant-hrmax-picker-cell-inner, .ant-hrmax-picker-quarter-panel .ant-hrmax-picker-cell-inner, .ant-hrmax-picker-month-panel .ant-hrmax-picker-cell-inner {
  width: 60px;
}

.ant-hrmax-picker-year-panel .ant-hrmax-picker-cell-range-hover-start:after, .ant-hrmax-picker-quarter-panel .ant-hrmax-picker-cell-range-hover-start:after, .ant-hrmax-picker-month-panel .ant-hrmax-picker-cell-range-hover-start:after {
  border-left: 1px dashed #4dc7d1;
  border-radius: 8px 0 0 8px;
  left: 14px;
}

.ant-hrmax-picker-panel-rtl .ant-hrmax-picker-year-panel .ant-hrmax-picker-cell-range-hover-start:after, .ant-hrmax-picker-panel-rtl .ant-hrmax-picker-quarter-panel .ant-hrmax-picker-cell-range-hover-start:after, .ant-hrmax-picker-panel-rtl .ant-hrmax-picker-month-panel .ant-hrmax-picker-cell-range-hover-start:after, .ant-hrmax-picker-year-panel .ant-hrmax-picker-cell-range-hover-end:after, .ant-hrmax-picker-quarter-panel .ant-hrmax-picker-cell-range-hover-end:after, .ant-hrmax-picker-month-panel .ant-hrmax-picker-cell-range-hover-end:after {
  border-right: 1px dashed #4dc7d1;
  border-radius: 0 8px 8px 0;
  right: 14px;
}

.ant-hrmax-picker-panel-rtl .ant-hrmax-picker-year-panel .ant-hrmax-picker-cell-range-hover-end:after, .ant-hrmax-picker-panel-rtl .ant-hrmax-picker-quarter-panel .ant-hrmax-picker-cell-range-hover-end:after, .ant-hrmax-picker-panel-rtl .ant-hrmax-picker-month-panel .ant-hrmax-picker-cell-range-hover-end:after {
  border-left: 1px dashed #4dc7d1;
  border-radius: 8px 0 0 8px;
  left: 14px;
}

.ant-hrmax-picker-week-panel .ant-hrmax-picker-body {
  padding: 8px 12px;
}

.ant-hrmax-picker-week-panel .ant-hrmax-picker-cell:hover .ant-hrmax-picker-cell-inner, .ant-hrmax-picker-week-panel .ant-hrmax-picker-cell-selected .ant-hrmax-picker-cell-inner, .ant-hrmax-picker-week-panel .ant-hrmax-picker-cell .ant-hrmax-picker-cell-inner {
  background: none !important;
}

.ant-hrmax-picker-week-panel-row td {
  transition: background .3s;
}

.ant-hrmax-picker-week-panel-row-selected td.ant-hrmax-picker-cell-week, .ant-hrmax-picker-week-panel-row-selected:hover td.ant-hrmax-picker-cell-week {
  color: #ffffff80;
}

.ant-hrmax-picker-week-panel-row-selected td.ant-hrmax-picker-cell-today .ant-hrmax-picker-cell-inner:before, .ant-hrmax-picker-week-panel-row-selected:hover td.ant-hrmax-picker-cell-today .ant-hrmax-picker-cell-inner:before {
  border-color: #fff;
}

.ant-hrmax-picker-week-panel-row-selected td .ant-hrmax-picker-cell-inner, .ant-hrmax-picker-week-panel-row-selected:hover td .ant-hrmax-picker-cell-inner {
  color: #fff;
}

.ant-hrmax-picker-date-panel .ant-hrmax-picker-body {
  padding: 8px 12px;
}

.ant-hrmax-picker-date-panel .ant-hrmax-picker-content {
  width: 252px;
}

.ant-hrmax-picker-date-panel .ant-hrmax-picker-content th {
  width: 36px;
}

.ant-hrmax-picker-datetime-panel {
  display: flex;
}

.ant-hrmax-picker-datetime-panel .ant-hrmax-picker-date-panel, .ant-hrmax-picker-datetime-panel .ant-hrmax-picker-time-panel {
  transition: opacity .3s;
}

.ant-hrmax-picker-datetime-panel-active .ant-hrmax-picker-date-panel, .ant-hrmax-picker-datetime-panel-active .ant-hrmax-picker-time-panel {
  opacity: .3;
}

.ant-hrmax-picker-datetime-panel-active .ant-hrmax-picker-date-panel-active, .ant-hrmax-picker-datetime-panel-active .ant-hrmax-picker-time-panel-active {
  opacity: 1;
}

.ant-hrmax-picker-time-panel {
  width: auto;
  min-width: auto;
}

.ant-hrmax-picker-time-panel .ant-hrmax-picker-content {
  flex: auto;
  height: 224px;
  display: flex;
}

.ant-hrmax-picker-time-panel-column {
  text-align: left;
  flex: 1 0 auto;
  width: 56px;
  margin: 0;
  padding: 0;
  list-style: none;
  transition: background .3s;
  overflow-y: hidden;
}

.ant-hrmax-picker-time-panel-column:after {
  content: "";
  height: 196px;
  display: block;
}

.ant-hrmax-picker-datetime-panel .ant-hrmax-picker-time-panel-column:after {
  height: 198px;
}

.ant-hrmax-picker-time-panel-column:not(:first-child) {
  border-left: 1px solid #f2f6fb;
}

.ant-hrmax-picker-time-panel-column-active {
  background: #e9f4f533;
}

.ant-hrmax-picker-time-panel-column:hover {
  overflow-y: auto;
}

.ant-hrmax-picker-time-panel-column > li {
  margin: 0;
  padding: 0;
}

.ant-hrmax-picker-time-panel-column > li.ant-hrmax-picker-time-panel-cell .ant-hrmax-picker-time-panel-cell-inner {
  color: #000;
  cursor: pointer;
  border-radius: 0;
  width: 100%;
  height: 28px;
  margin: 0;
  padding: 0 0 0 14px;
  line-height: 28px;
  transition: background .3s;
  display: block;
}

.ant-hrmax-picker-time-panel-column > li.ant-hrmax-picker-time-panel-cell-selected .ant-hrmax-picker-time-panel-cell-inner {
  background: #e9f4f5;
}

.ant-hrmax-picker-time-panel-column > li.ant-hrmax-picker-time-panel-cell-disabled .ant-hrmax-picker-time-panel-cell-inner {
  color: #cdd0d4;
  cursor: not-allowed;
  background: none;
}

_:-ms-fullscreen .ant-hrmax-picker-range-wrapper .ant-hrmax-picker-month-panel .ant-hrmax-picker-cell, :root .ant-hrmax-picker-range-wrapper .ant-hrmax-picker-month-panel .ant-hrmax-picker-cell, _:-ms-fullscreen .ant-hrmax-picker-range-wrapper .ant-hrmax-picker-year-panel .ant-hrmax-picker-cell, :root .ant-hrmax-picker-range-wrapper .ant-hrmax-picker-year-panel .ant-hrmax-picker-cell {
  padding: 21px 0;
}

.ant-hrmax-picker-rtl {
  direction: rtl;
}

.ant-hrmax-picker-rtl .ant-hrmax-picker-suffix {
  margin-left: 0;
  margin-right: 4px;
}

.ant-hrmax-picker-rtl .ant-hrmax-picker-clear {
  left: 0;
  right: auto;
}

.ant-hrmax-picker-rtl .ant-hrmax-picker-separator {
  transform: rotate(180deg);
}

.ant-hrmax-picker-panel-rtl .ant-hrmax-picker-header-view button:not(:first-child) {
  margin-left: 0;
  margin-right: 8px;
}

.ant-hrmax-picker-rtl.ant-hrmax-picker-range .ant-hrmax-picker-clear {
  left: 12px;
  right: auto;
}

.ant-hrmax-picker-rtl.ant-hrmax-picker-range .ant-hrmax-picker-active-bar {
  margin-left: 0;
  margin-right: 12px;
}

.ant-hrmax-picker-rtl.ant-hrmax-picker-range.ant-hrmax-picker-small .ant-hrmax-picker-active-bar {
  margin-right: 8px;
}

.ant-hrmax-picker-dropdown-rtl .ant-hrmax-picker-ranges {
  text-align: right;
}

.ant-hrmax-picker-dropdown-rtl .ant-hrmax-picker-ranges .ant-hrmax-picker-ok {
  float: left;
  margin-left: 0;
  margin-right: 8px;
}

.ant-hrmax-picker-panel-rtl {
  direction: rtl;
}

.ant-hrmax-picker-panel-rtl .ant-hrmax-picker-prev-icon, .ant-hrmax-picker-panel-rtl .ant-hrmax-picker-super-prev-icon {
  transform: rotate(135deg);
}

.ant-hrmax-picker-panel-rtl .ant-hrmax-picker-next-icon, .ant-hrmax-picker-panel-rtl .ant-hrmax-picker-super-next-icon {
  transform: rotate(-45deg);
}

.ant-hrmax-picker-cell .ant-hrmax-picker-cell-inner {
  z-index: 2;
  border-radius: 8px;
  min-width: 24px;
  height: 24px;
  line-height: 24px;
  transition: background .3s, border .3s;
  display: inline-block;
  position: relative;
}

.ant-hrmax-picker-panel-rtl .ant-hrmax-picker-cell-in-view.ant-hrmax-picker-cell-range-start:before {
  left: 0;
  right: 50%;
}

.ant-hrmax-picker-panel-rtl .ant-hrmax-picker-cell-in-view.ant-hrmax-picker-cell-range-end:before {
  left: 50%;
  right: 0;
}

.ant-hrmax-picker-panel-rtl .ant-hrmax-picker-cell-in-view.ant-hrmax-picker-cell-range-start.ant-hrmax-picker-cell-range-end:before {
  left: 50%;
  right: 50%;
}

.ant-hrmax-picker-panel-rtl .ant-hrmax-picker-date-panel .ant-hrmax-picker-cell-in-view.ant-hrmax-picker-cell-in-range.ant-hrmax-picker-cell-range-hover-start .ant-hrmax-picker-cell-inner:after {
  left: -6px;
  right: 0;
}

.ant-hrmax-picker-panel-rtl .ant-hrmax-picker-date-panel .ant-hrmax-picker-cell-in-view.ant-hrmax-picker-cell-in-range.ant-hrmax-picker-cell-range-hover-end .ant-hrmax-picker-cell-inner:after {
  left: 0;
  right: -6px;
}

.ant-hrmax-picker-panel-rtl .ant-hrmax-picker-cell-range-hover.ant-hrmax-picker-cell-range-start:after {
  left: 50%;
  right: 0;
}

.ant-hrmax-picker-panel-rtl .ant-hrmax-picker-cell-range-hover.ant-hrmax-picker-cell-range-end:after {
  left: 0;
  right: 50%;
}

.ant-hrmax-picker-panel-rtl .ant-hrmax-picker-cell-in-view.ant-hrmax-picker-cell-range-start:not(.ant-hrmax-picker-cell-range-start-single):not(.ant-hrmax-picker-cell-range-end) .ant-hrmax-picker-cell-inner {
  border-radius: 0 8px 8px 0;
}

.ant-hrmax-picker-panel-rtl .ant-hrmax-picker-cell-in-view.ant-hrmax-picker-cell-range-end:not(.ant-hrmax-picker-cell-range-end-single):not(.ant-hrmax-picker-cell-range-start) .ant-hrmax-picker-cell-inner {
  border-radius: 8px 0 0 8px;
}

.ant-hrmax-picker-panel-rtl tr > .ant-hrmax-picker-cell-in-view.ant-hrmax-picker-cell-range-hover:not(.ant-hrmax-picker-cell-selected):first-child:after, .ant-hrmax-picker-panel-rtl .ant-hrmax-picker-cell-in-view.ant-hrmax-picker-cell-start.ant-hrmax-picker-cell-range-hover-edge-start.ant-hrmax-picker-cell-range-hover-edge-start-near-range:after, .ant-hrmax-picker-panel-rtl .ant-hrmax-picker-cell-in-view.ant-hrmax-picker-cell-range-hover-edge-start:not(.ant-hrmax-picker-cell-range-hover-edge-start-near-range):after, .ant-hrmax-picker-panel-rtl .ant-hrmax-picker-cell-in-view.ant-hrmax-picker-cell-range-hover-start:after {
  border-left: none;
  border-right: 1px dashed #4dc7d1;
  border-radius: 0 8px 8px 0;
  left: 0;
  right: 6px;
}

.ant-hrmax-picker-panel-rtl tr > .ant-hrmax-picker-cell-in-view.ant-hrmax-picker-cell-range-hover:not(.ant-hrmax-picker-cell-selected):last-child:after, .ant-hrmax-picker-panel-rtl .ant-hrmax-picker-cell-in-view.ant-hrmax-picker-cell-end.ant-hrmax-picker-cell-range-hover-edge-end.ant-hrmax-picker-cell-range-hover-edge-end-near-range:after, .ant-hrmax-picker-panel-rtl .ant-hrmax-picker-cell-in-view.ant-hrmax-picker-cell-range-hover-edge-end:not(.ant-hrmax-picker-cell-range-hover-edge-end-near-range):after, .ant-hrmax-picker-panel-rtl .ant-hrmax-picker-cell-in-view.ant-hrmax-picker-cell-range-hover-end:after {
  border-left: 1px dashed #4dc7d1;
  border-right: none;
  border-radius: 8px 0 0 8px;
  left: 6px;
  right: 0;
}

.ant-hrmax-picker-panel-rtl tr > .ant-hrmax-picker-cell-in-view.ant-hrmax-picker-cell-range-hover-start:last-child:after, .ant-hrmax-picker-panel-rtl tr > .ant-hrmax-picker-cell-in-view.ant-hrmax-picker-cell-range-hover-end:first-child:after, .ant-hrmax-picker-panel-rtl .ant-hrmax-picker-cell-in-view.ant-hrmax-picker-cell-start.ant-hrmax-picker-cell-range-hover-edge-start:not(.ant-hrmax-picker-cell-range-hover):after, .ant-hrmax-picker-panel-rtl .ant-hrmax-picker-cell-in-view.ant-hrmax-picker-cell-start.ant-hrmax-picker-cell-range-hover-end.ant-hrmax-picker-cell-range-hover-edge-start:not(.ant-hrmax-picker-cell-range-hover):after, .ant-hrmax-picker-panel-rtl .ant-hrmax-picker-cell-in-view.ant-hrmax-picker-cell-end.ant-hrmax-picker-cell-range-hover-start.ant-hrmax-picker-cell-range-hover-edge-end:not(.ant-hrmax-picker-cell-range-hover):after, .ant-hrmax-picker-panel-rtl tr > .ant-hrmax-picker-cell-in-view.ant-hrmax-picker-cell-start.ant-hrmax-picker-cell-range-hover.ant-hrmax-picker-cell-range-hover-edge-start:last-child:after, .ant-hrmax-picker-panel-rtl tr > .ant-hrmax-picker-cell-in-view.ant-hrmax-picker-cell-end.ant-hrmax-picker-cell-range-hover.ant-hrmax-picker-cell-range-hover-edge-end:first-child:after {
  border-left: 1px dashed #4dc7d1;
  border-right: 1px dashed #4dc7d1;
  border-radius: 8px;
  left: 6px;
  right: 6px;
}

.ant-hrmax-picker-dropdown-rtl .ant-hrmax-picker-footer-extra {
  text-align: right;
  direction: rtl;
}

.ant-hrmax-picker-panel-rtl .ant-hrmax-picker-time-panel {
  direction: ltr;
}

.ant-hrmax-descriptions-header {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.ant-hrmax-descriptions-title {
  color: #000000d9;
  white-space: nowrap;
  text-overflow: ellipsis;
  flex: auto;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5715;
  overflow: hidden;
}

.ant-hrmax-descriptions-extra {
  color: #000;
  margin-left: auto;
  font-size: 14px;
}

.ant-hrmax-descriptions-view {
  border-radius: 8px;
  width: 100%;
}

.ant-hrmax-descriptions-view table {
  table-layout: fixed;
  width: 100%;
}

.ant-hrmax-descriptions-row > th, .ant-hrmax-descriptions-row > td {
  padding-bottom: 16px;
}

.ant-hrmax-descriptions-row:last-child {
  border-bottom: none;
}

.ant-hrmax-descriptions-item-label {
  color: #000000d9;
  text-align: start;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5715;
}

.ant-hrmax-descriptions-item-label:after {
  content: ":";
  margin: 0 8px 0 2px;
  position: relative;
  top: -.5px;
}

.ant-hrmax-descriptions-item-label.ant-hrmax-descriptions-item-no-colon:after {
  content: " ";
}

.ant-hrmax-descriptions-item-no-label:after {
  content: "";
  margin: 0;
}

.ant-hrmax-descriptions-item-content {
  color: #000;
  word-break: break-word;
  overflow-wrap: break-word;
  flex: 1;
  font-size: 14px;
  line-height: 1.5715;
  display: table-cell;
}

.ant-hrmax-descriptions-item {
  vertical-align: top;
  padding-bottom: 0;
}

.ant-hrmax-descriptions-item-container {
  display: flex;
}

.ant-hrmax-descriptions-item-container .ant-hrmax-descriptions-item-label, .ant-hrmax-descriptions-item-container .ant-hrmax-descriptions-item-content {
  align-items: baseline;
  display: inline-flex;
}

.ant-hrmax-descriptions-middle .ant-hrmax-descriptions-row > th, .ant-hrmax-descriptions-middle .ant-hrmax-descriptions-row > td {
  padding-bottom: 12px;
}

.ant-hrmax-descriptions-small .ant-hrmax-descriptions-row > th, .ant-hrmax-descriptions-small .ant-hrmax-descriptions-row > td {
  padding-bottom: 8px;
}

.ant-hrmax-descriptions-bordered .ant-hrmax-descriptions-view {
  border: 1px solid #f2f6fb;
}

.ant-hrmax-descriptions-bordered .ant-hrmax-descriptions-view > table {
  table-layout: auto;
  border-collapse: collapse;
}

.ant-hrmax-descriptions-bordered .ant-hrmax-descriptions-item-label, .ant-hrmax-descriptions-bordered .ant-hrmax-descriptions-item-content {
  border-right: 1px solid #f2f6fb;
  padding: 16px 24px;
}

.ant-hrmax-descriptions-bordered .ant-hrmax-descriptions-item-label:last-child, .ant-hrmax-descriptions-bordered .ant-hrmax-descriptions-item-content:last-child {
  border-right: none;
}

.ant-hrmax-descriptions-bordered .ant-hrmax-descriptions-item-label {
  background-color: #fafafa;
}

.ant-hrmax-descriptions-bordered .ant-hrmax-descriptions-item-label:after {
  display: none;
}

.ant-hrmax-descriptions-bordered .ant-hrmax-descriptions-row {
  border-bottom: 1px solid #f2f6fb;
}

.ant-hrmax-descriptions-bordered .ant-hrmax-descriptions-row:last-child {
  border-bottom: none;
}

.ant-hrmax-descriptions-bordered.ant-hrmax-descriptions-middle .ant-hrmax-descriptions-item-label, .ant-hrmax-descriptions-bordered.ant-hrmax-descriptions-middle .ant-hrmax-descriptions-item-content {
  padding: 12px 24px;
}

.ant-hrmax-descriptions-bordered.ant-hrmax-descriptions-small .ant-hrmax-descriptions-item-label, .ant-hrmax-descriptions-bordered.ant-hrmax-descriptions-small .ant-hrmax-descriptions-item-content {
  padding: 8px 16px;
}

.ant-hrmax-descriptions-rtl {
  direction: rtl;
}

.ant-hrmax-descriptions-rtl .ant-hrmax-descriptions-item-label:after {
  margin: 0 2px 0 8px;
}

.ant-hrmax-descriptions-rtl.ant-hrmax-descriptions-bordered .ant-hrmax-descriptions-item-label, .ant-hrmax-descriptions-rtl.ant-hrmax-descriptions-bordered .ant-hrmax-descriptions-item-content {
  border-left: 1px solid #f2f6fb;
  border-right: none;
}

.ant-hrmax-descriptions-rtl.ant-hrmax-descriptions-bordered .ant-hrmax-descriptions-item-label:last-child, .ant-hrmax-descriptions-rtl.ant-hrmax-descriptions-bordered .ant-hrmax-descriptions-item-content:last-child {
  border-left: none;
}

.ant-hrmax-divider {
  box-sizing: border-box;
  color: #000;
  font-variant: tabular-nums;
  font-feature-settings: "tnum";
  border-top: 1px solid #0000000f;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.5715;
  list-style: none;
}

.ant-hrmax-divider-vertical {
  vertical-align: middle;
  border-top: 0;
  border-left: 1px solid #0000000f;
  height: .9em;
  margin: 0 8px;
  display: inline-block;
  position: relative;
  top: -.06em;
}

.ant-hrmax-divider-horizontal {
  clear: both;
  width: 100%;
  min-width: 100%;
  margin: 24px 0;
  display: flex;
}

.ant-hrmax-divider-horizontal.ant-hrmax-divider-with-text {
  color: #000000d9;
  white-space: nowrap;
  text-align: center;
  border-top: 0 #0000000f;
  align-items: center;
  margin: 16px 0;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.ant-hrmax-divider-horizontal.ant-hrmax-divider-with-text:before, .ant-hrmax-divider-horizontal.ant-hrmax-divider-with-text:after {
  border-top: 1px solid #0000;
  border-top-color: inherit;
  content: "";
  border-bottom: 0;
  width: 50%;
  position: relative;
  transform: translateY(50%);
}

.ant-hrmax-divider-horizontal.ant-hrmax-divider-with-text-left:before {
  width: 5%;
}

.ant-hrmax-divider-horizontal.ant-hrmax-divider-with-text-left:after, .ant-hrmax-divider-horizontal.ant-hrmax-divider-with-text-right:before {
  width: 95%;
}

.ant-hrmax-divider-horizontal.ant-hrmax-divider-with-text-right:after {
  width: 5%;
}

.ant-hrmax-divider-inner-text {
  padding: 0 1rem;
  display: inline-block;
}

.ant-hrmax-divider-dashed {
  background: none;
  border: 0 dashed #0000000f;
  border-top-width: 1px;
}

.ant-hrmax-divider-horizontal.ant-hrmax-divider-with-text.ant-hrmax-divider-dashed:before, .ant-hrmax-divider-horizontal.ant-hrmax-divider-with-text.ant-hrmax-divider-dashed:after {
  border-style: dashed none none;
}

.ant-hrmax-divider-vertical.ant-hrmax-divider-dashed {
  border-width: 0 0 0 1px;
}

.ant-hrmax-divider-plain.ant-hrmax-divider-with-text {
  color: #000;
  font-size: 14px;
  font-weight: normal;
}

.ant-hrmax-divider-horizontal.ant-hrmax-divider-with-text-left.ant-hrmax-divider-no-default-orientation-margin-left:before {
  width: 0;
}

.ant-hrmax-divider-horizontal.ant-hrmax-divider-with-text-left.ant-hrmax-divider-no-default-orientation-margin-left:after {
  width: 100%;
}

.ant-hrmax-divider-horizontal.ant-hrmax-divider-with-text-left.ant-hrmax-divider-no-default-orientation-margin-left .ant-hrmax-divider-inner-text {
  padding-left: 0;
}

.ant-hrmax-divider-horizontal.ant-hrmax-divider-with-text-right.ant-hrmax-divider-no-default-orientation-margin-right:before {
  width: 100%;
}

.ant-hrmax-divider-horizontal.ant-hrmax-divider-with-text-right.ant-hrmax-divider-no-default-orientation-margin-right:after {
  width: 0;
}

.ant-hrmax-divider-horizontal.ant-hrmax-divider-with-text-right.ant-hrmax-divider-no-default-orientation-margin-right .ant-hrmax-divider-inner-text {
  padding-right: 0;
}

.ant-hrmax-divider-rtl {
  direction: rtl;
}

.ant-hrmax-divider-rtl.ant-hrmax-divider-horizontal.ant-hrmax-divider-with-text-left:before {
  width: 95%;
}

.ant-hrmax-divider-rtl.ant-hrmax-divider-horizontal.ant-hrmax-divider-with-text-left:after, .ant-hrmax-divider-rtl.ant-hrmax-divider-horizontal.ant-hrmax-divider-with-text-right:before {
  width: 5%;
}

.ant-hrmax-divider-rtl.ant-hrmax-divider-horizontal.ant-hrmax-divider-with-text-right:after {
  width: 95%;
}

.ant-hrmax-drawer {
  z-index: 1000;
  pointer-events: none;
  position: fixed;
  inset: 0;
}

.ant-hrmax-drawer-inline {
  position: absolute;
}

.ant-hrmax-drawer-mask {
  z-index: 1000;
  pointer-events: auto;
  background: #00000073;
  position: absolute;
  inset: 0;
}

.ant-hrmax-drawer-content-wrapper {
  z-index: 1000;
  transition: all .3s;
  position: absolute;
}

.ant-hrmax-drawer-content-wrapper-hidden {
  display: none;
}

.ant-hrmax-drawer-left > .ant-hrmax-drawer-content-wrapper {
  top: 0;
  bottom: 0;
  left: 0;
  box-shadow: 6px 0 16px -8px #00000014, 9px 0 28px #0000000d, 12px 0 48px 16px #00000008;
}

.ant-hrmax-drawer-right > .ant-hrmax-drawer-content-wrapper {
  top: 0;
  bottom: 0;
  right: 0;
  box-shadow: -6px 0 16px -8px #00000014, -9px 0 28px #0000000d, -12px 0 48px 16px #00000008;
}

.ant-hrmax-drawer-top > .ant-hrmax-drawer-content-wrapper {
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 6px 16px -8px #00000014, 0 9px 28px #0000000d, 0 12px 48px 16px #00000008;
}

.ant-hrmax-drawer-bottom > .ant-hrmax-drawer-content-wrapper {
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 0 -6px 16px -8px #00000014, 0 -9px 28px #0000000d, 0 -12px 48px 16px #00000008;
}

.ant-hrmax-drawer-content {
  pointer-events: auto;
  background: #fff;
  width: 100%;
  height: 100%;
  overflow: auto;
}

.ant-hrmax-drawer-wrapper-body {
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.ant-hrmax-drawer-header {
  border-bottom: 1px solid #f2f6fb;
  flex: 0;
  align-items: center;
  padding: 16px;
  font-size: 16px;
  line-height: 22px;
  display: flex;
}

.ant-hrmax-drawer-header-title {
  flex: 1;
  align-items: center;
  min-width: 0;
  min-height: 0;
  display: flex;
}

.ant-hrmax-drawer-extra {
  flex: none;
}

.ant-hrmax-drawer-close {
  color: #535b64;
  text-align: center;
  text-transform: none;
  cursor: pointer;
  text-rendering: auto;
  background: none;
  border: 0;
  outline: 0;
  margin-right: 12px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: color .3s;
  display: inline-block;
}

.ant-hrmax-drawer-close:focus, .ant-hrmax-drawer-close:hover {
  color: #000000bf;
  text-decoration: none;
}

.ant-hrmax-drawer-title {
  color: #000000d9;
  flex: 1;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.ant-hrmax-drawer-body {
  flex: 1;
  min-width: 0;
  min-height: 0;
  padding: 16px;
  overflow: auto;
}

.ant-hrmax-drawer-footer {
  border-top: 1px solid #f2f6fb;
  flex-shrink: 0;
  padding: 10px 16px;
}

.panel-motion-enter-start, .panel-motion-appear-start, .panel-motion-leave-start {
  transition: none;
}

.panel-motion-enter-active, .panel-motion-appear-active, .panel-motion-leave-active, .ant-hrmax-drawer-mask-motion-enter-active, .ant-hrmax-drawer-mask-motion-appear-active, .ant-hrmax-drawer-mask-motion-leave-active {
  transition: all .3s;
}

.ant-hrmax-drawer-mask-motion-enter, .ant-hrmax-drawer-mask-motion-appear {
  opacity: 0;
}

.ant-hrmax-drawer-mask-motion-enter-active, .ant-hrmax-drawer-mask-motion-appear-active, .ant-hrmax-drawer-mask-motion-leave {
  opacity: 1;
}

.ant-hrmax-drawer-mask-motion-leave-active {
  opacity: 0;
}

.ant-hrmax-drawer-panel-motion-left-enter-start, .ant-hrmax-drawer-panel-motion-left-appear-start, .ant-hrmax-drawer-panel-motion-left-leave-start {
  transition: none;
}

.ant-hrmax-drawer-panel-motion-left-enter-active, .ant-hrmax-drawer-panel-motion-left-appear-active, .ant-hrmax-drawer-panel-motion-left-leave-active {
  transition: all .3s;
}

.ant-hrmax-drawer-panel-motion-left-enter-start, .ant-hrmax-drawer-panel-motion-left-appear-start {
  transform: translateX(-100%) !important;
}

.ant-hrmax-drawer-panel-motion-left-enter-active, .ant-hrmax-drawer-panel-motion-left-appear-active, .ant-hrmax-drawer-panel-motion-left-leave {
  transform: translateX(0);
}

.ant-hrmax-drawer-panel-motion-left-leave-active {
  transform: translateX(-100%);
}

.ant-hrmax-drawer-panel-motion-right-enter-start, .ant-hrmax-drawer-panel-motion-right-appear-start, .ant-hrmax-drawer-panel-motion-right-leave-start {
  transition: none;
}

.ant-hrmax-drawer-panel-motion-right-enter-active, .ant-hrmax-drawer-panel-motion-right-appear-active, .ant-hrmax-drawer-panel-motion-right-leave-active {
  transition: all .3s;
}

.ant-hrmax-drawer-panel-motion-right-enter-start, .ant-hrmax-drawer-panel-motion-right-appear-start {
  transform: translateX(100%) !important;
}

.ant-hrmax-drawer-panel-motion-right-enter-active, .ant-hrmax-drawer-panel-motion-right-appear-active, .ant-hrmax-drawer-panel-motion-right-leave {
  transform: translateX(0);
}

.ant-hrmax-drawer-panel-motion-right-leave-active {
  transform: translateX(100%);
}

.ant-hrmax-drawer-panel-motion-top-enter-start, .ant-hrmax-drawer-panel-motion-top-appear-start, .ant-hrmax-drawer-panel-motion-top-leave-start {
  transition: none;
}

.ant-hrmax-drawer-panel-motion-top-enter-active, .ant-hrmax-drawer-panel-motion-top-appear-active, .ant-hrmax-drawer-panel-motion-top-leave-active {
  transition: all .3s;
}

.ant-hrmax-drawer-panel-motion-top-enter-start, .ant-hrmax-drawer-panel-motion-top-appear-start {
  transform: translateY(-100%) !important;
}

.ant-hrmax-drawer-panel-motion-top-enter-active, .ant-hrmax-drawer-panel-motion-top-appear-active, .ant-hrmax-drawer-panel-motion-top-leave {
  transform: translateY(0);
}

.ant-hrmax-drawer-panel-motion-top-leave-active {
  transform: translateY(-100%);
}

.ant-hrmax-drawer-panel-motion-bottom-enter-start, .ant-hrmax-drawer-panel-motion-bottom-appear-start, .ant-hrmax-drawer-panel-motion-bottom-leave-start {
  transition: none;
}

.ant-hrmax-drawer-panel-motion-bottom-enter-active, .ant-hrmax-drawer-panel-motion-bottom-appear-active, .ant-hrmax-drawer-panel-motion-bottom-leave-active {
  transition: all .3s;
}

.ant-hrmax-drawer-panel-motion-bottom-enter-start, .ant-hrmax-drawer-panel-motion-bottom-appear-start {
  transform: translateY(100%) !important;
}

.ant-hrmax-drawer-panel-motion-bottom-enter-active, .ant-hrmax-drawer-panel-motion-bottom-appear-active, .ant-hrmax-drawer-panel-motion-bottom-leave {
  transform: translateY(0);
}

.ant-hrmax-drawer-panel-motion-bottom-leave-active {
  transform: translateY(100%);
}

.ant-hrmax-drawer-rtl {
  direction: rtl;
}

.ant-hrmax-drawer-rtl .ant-hrmax-drawer-close {
  margin-left: 12px;
  margin-right: 0;
}

.ant-hrmax-dropdown-menu-item.ant-hrmax-dropdown-menu-item-danger {
  color: #d90007;
}

.ant-hrmax-dropdown-menu-item.ant-hrmax-dropdown-menu-item-danger:hover {
  color: #fff;
  background-color: #d90007;
}

.ant-hrmax-dropdown {
  box-sizing: border-box;
  color: #000;
  font-variant: tabular-nums;
  font-feature-settings: "tnum";
  z-index: 1050;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.5715;
  list-style: none;
  display: block;
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.ant-hrmax-dropdown:before {
  z-index: -9999;
  opacity: .0001;
  content: " ";
  position: absolute;
  inset: -4px 0 -4px -7px;
}

.ant-hrmax-dropdown-wrap {
  position: relative;
}

.ant-hrmax-dropdown-wrap .ant-hrmax-btn > .anthrmaxicon-down {
  font-size: 10px;
}

.ant-hrmax-dropdown-wrap .anthrmaxicon-down:before {
  transition: transform .2s;
}

.ant-hrmax-dropdown-wrap-open .anthrmaxicon-down:before {
  transform: rotate(180deg);
}

.ant-hrmax-dropdown-hidden, .ant-hrmax-dropdown-menu-hidden, .ant-hrmax-dropdown-menu-submenu-hidden {
  display: none;
}

.ant-hrmax-dropdown-show-arrow.ant-hrmax-dropdown-placement-topLeft, .ant-hrmax-dropdown-show-arrow.ant-hrmax-dropdown-placement-top, .ant-hrmax-dropdown-show-arrow.ant-hrmax-dropdown-placement-topRight {
  padding-bottom: 15.3137px;
}

.ant-hrmax-dropdown-show-arrow.ant-hrmax-dropdown-placement-bottomLeft, .ant-hrmax-dropdown-show-arrow.ant-hrmax-dropdown-placement-bottom, .ant-hrmax-dropdown-show-arrow.ant-hrmax-dropdown-placement-bottomRight {
  padding-top: 15.3137px;
}

.ant-hrmax-dropdown-arrow {
  z-index: 1;
  pointer-events: none;
  border-radius: 0 0 2px;
  width: 11.3137px;
  height: 11.3137px;
  display: block;
  position: absolute;
}

.ant-hrmax-dropdown-arrow:before {
  content: "";
  clip-path: inset(33%);
  width: 33.9411px;
  height: 33.9411px;
  clip-path: path("M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z");
  background: #fff -10px -10px no-repeat;
  position: absolute;
  top: -11.3137px;
  left: -11.3137px;
}

.ant-hrmax-dropdown-placement-top > .ant-hrmax-dropdown-arrow, .ant-hrmax-dropdown-placement-topLeft > .ant-hrmax-dropdown-arrow, .ant-hrmax-dropdown-placement-topRight > .ant-hrmax-dropdown-arrow {
  bottom: 10px;
  transform: rotate(45deg);
  box-shadow: 3px 3px 7px -3px #0000001a;
}

.ant-hrmax-dropdown-placement-top > .ant-hrmax-dropdown-arrow {
  left: 50%;
  transform: translateX(-50%)rotate(45deg);
}

.ant-hrmax-dropdown-placement-topLeft > .ant-hrmax-dropdown-arrow {
  left: 16px;
}

.ant-hrmax-dropdown-placement-topRight > .ant-hrmax-dropdown-arrow {
  right: 16px;
}

.ant-hrmax-dropdown-placement-bottom > .ant-hrmax-dropdown-arrow, .ant-hrmax-dropdown-placement-bottomLeft > .ant-hrmax-dropdown-arrow, .ant-hrmax-dropdown-placement-bottomRight > .ant-hrmax-dropdown-arrow {
  top: 9.41421px;
  transform: rotate(-135deg)translateY(-.5px);
  box-shadow: 2px 2px 5px -2px #0000001a;
}

.ant-hrmax-dropdown-placement-bottom > .ant-hrmax-dropdown-arrow {
  left: 50%;
  transform: translateX(-50%)rotate(-135deg)translateY(-.5px);
}

.ant-hrmax-dropdown-placement-bottomLeft > .ant-hrmax-dropdown-arrow {
  left: 16px;
}

.ant-hrmax-dropdown-placement-bottomRight > .ant-hrmax-dropdown-arrow {
  right: 16px;
}

.ant-hrmax-dropdown-menu {
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 8px;
  outline: none;
  margin: 0;
  padding: 4px 0;
  list-style-type: none;
  position: relative;
  box-shadow: 0 3px 6px -4px #0000001f, 0 6px 16px #00000014, 0 9px 28px 8px #0000000d;
}

.ant-hrmax-dropdown-menu-item-group-title {
  color: #535b64;
  padding: 5px 12px;
  transition: all .3s;
}

.ant-hrmax-dropdown-menu-submenu-popup {
  z-index: 1050;
  box-shadow: none;
  transform-origin: 0 0;
  background: none;
  position: absolute;
}

.ant-hrmax-dropdown-menu-submenu-popup ul, .ant-hrmax-dropdown-menu-submenu-popup li {
  list-style: none;
}

.ant-hrmax-dropdown-menu-submenu-popup ul {
  margin-left: .3em;
  margin-right: .3em;
}

.ant-hrmax-dropdown-menu-item {
  align-items: center;
  display: flex;
  position: relative;
}

.ant-hrmax-dropdown-menu-item-icon {
  min-width: 12px;
  margin-right: 8px;
  font-size: 12px;
}

.ant-hrmax-dropdown-menu-title-content {
  flex: auto;
}

.ant-hrmax-dropdown-menu-title-content > a {
  color: inherit;
  transition: all .3s;
}

.ant-hrmax-dropdown-menu-title-content > a:hover {
  color: inherit;
}

.ant-hrmax-dropdown-menu-title-content > a:after {
  content: "";
  position: absolute;
  inset: 0;
}

.ant-hrmax-dropdown-menu-item, .ant-hrmax-dropdown-menu-submenu-title {
  clear: both;
  color: #000;
  cursor: pointer;
  margin: 0;
  padding: 7px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
  transition: all .3s;
}

.ant-hrmax-dropdown-menu-item-selected, .ant-hrmax-dropdown-menu-submenu-title-selected {
  color: #268a92;
  background-color: #e9f4f5;
}

.ant-hrmax-dropdown-menu-item:hover, .ant-hrmax-dropdown-menu-submenu-title:hover, .ant-hrmax-dropdown-menu-item.ant-hrmax-dropdown-menu-item-active, .ant-hrmax-dropdown-menu-item.ant-hrmax-dropdown-menu-submenu-title-active, .ant-hrmax-dropdown-menu-submenu-title.ant-hrmax-dropdown-menu-item-active, .ant-hrmax-dropdown-menu-submenu-title.ant-hrmax-dropdown-menu-submenu-title-active {
  background-color: #f2f4f7;
}

.ant-hrmax-dropdown-menu-item.ant-hrmax-dropdown-menu-item-disabled, .ant-hrmax-dropdown-menu-item.ant-hrmax-dropdown-menu-submenu-title-disabled, .ant-hrmax-dropdown-menu-submenu-title.ant-hrmax-dropdown-menu-item-disabled, .ant-hrmax-dropdown-menu-submenu-title.ant-hrmax-dropdown-menu-submenu-title-disabled {
  color: #cdd0d4;
  cursor: not-allowed;
}

.ant-hrmax-dropdown-menu-item.ant-hrmax-dropdown-menu-item-disabled:hover, .ant-hrmax-dropdown-menu-item.ant-hrmax-dropdown-menu-submenu-title-disabled:hover, .ant-hrmax-dropdown-menu-submenu-title.ant-hrmax-dropdown-menu-item-disabled:hover, .ant-hrmax-dropdown-menu-submenu-title.ant-hrmax-dropdown-menu-submenu-title-disabled:hover {
  color: #cdd0d4;
  cursor: not-allowed;
  background-color: #fff;
}

.ant-hrmax-dropdown-menu-item.ant-hrmax-dropdown-menu-item-disabled a, .ant-hrmax-dropdown-menu-item.ant-hrmax-dropdown-menu-submenu-title-disabled a, .ant-hrmax-dropdown-menu-submenu-title.ant-hrmax-dropdown-menu-item-disabled a, .ant-hrmax-dropdown-menu-submenu-title.ant-hrmax-dropdown-menu-submenu-title-disabled a {
  pointer-events: none;
}

.ant-hrmax-dropdown-menu-item-divider, .ant-hrmax-dropdown-menu-submenu-title-divider {
  background-color: #f2f6fb;
  height: 1px;
  margin: 4px 0;
  line-height: 0;
  overflow: hidden;
}

.ant-hrmax-dropdown-menu-item .ant-hrmax-dropdown-menu-submenu-expand-icon, .ant-hrmax-dropdown-menu-submenu-title .ant-hrmax-dropdown-menu-submenu-expand-icon {
  position: absolute;
  right: 8px;
}

.ant-hrmax-dropdown-menu-item .ant-hrmax-dropdown-menu-submenu-expand-icon .ant-hrmax-dropdown-menu-submenu-arrow-icon, .ant-hrmax-dropdown-menu-submenu-title .ant-hrmax-dropdown-menu-submenu-expand-icon .ant-hrmax-dropdown-menu-submenu-arrow-icon {
  color: #535b64;
  font-size: 10px;
  font-style: normal;
  margin-right: 0 !important;
}

.ant-hrmax-dropdown-menu-item-group-list {
  margin: 0 8px;
  padding: 0;
  list-style: none;
}

.ant-hrmax-dropdown-menu-submenu-title {
  padding-right: 24px;
}

.ant-hrmax-dropdown-menu-submenu-vertical {
  position: relative;
}

.ant-hrmax-dropdown-menu-submenu-vertical > .ant-hrmax-dropdown-menu {
  transform-origin: 0 0;
  min-width: 100%;
  margin-left: 4px;
  position: absolute;
  top: 0;
  left: 100%;
}

.ant-hrmax-dropdown-menu-submenu.ant-hrmax-dropdown-menu-submenu-disabled .ant-hrmax-dropdown-menu-submenu-title, .ant-hrmax-dropdown-menu-submenu.ant-hrmax-dropdown-menu-submenu-disabled .ant-hrmax-dropdown-menu-submenu-title .ant-hrmax-dropdown-menu-submenu-arrow-icon {
  color: #cdd0d4;
  cursor: not-allowed;
  background-color: #fff;
}

.ant-hrmax-dropdown-menu-submenu-selected .ant-hrmax-dropdown-menu-submenu-title {
  color: #268a92;
}

.ant-hrmax-dropdown.ant-hrmax-slide-down-enter.ant-hrmax-slide-down-enter-active.ant-hrmax-dropdown-placement-bottomLeft, .ant-hrmax-dropdown.ant-hrmax-slide-down-appear.ant-hrmax-slide-down-appear-active.ant-hrmax-dropdown-placement-bottomLeft, .ant-hrmax-dropdown.ant-hrmax-slide-down-enter.ant-hrmax-slide-down-enter-active.ant-hrmax-dropdown-placement-bottom, .ant-hrmax-dropdown.ant-hrmax-slide-down-appear.ant-hrmax-slide-down-appear-active.ant-hrmax-dropdown-placement-bottom, .ant-hrmax-dropdown.ant-hrmax-slide-down-enter.ant-hrmax-slide-down-enter-active.ant-hrmax-dropdown-placement-bottomRight, .ant-hrmax-dropdown.ant-hrmax-slide-down-appear.ant-hrmax-slide-down-appear-active.ant-hrmax-dropdown-placement-bottomRight {
  animation-name: antSlideUpIn;
}

.ant-hrmax-dropdown.ant-hrmax-slide-up-enter.ant-hrmax-slide-up-enter-active.ant-hrmax-dropdown-placement-topLeft, .ant-hrmax-dropdown.ant-hrmax-slide-up-appear.ant-hrmax-slide-up-appear-active.ant-hrmax-dropdown-placement-topLeft, .ant-hrmax-dropdown.ant-hrmax-slide-up-enter.ant-hrmax-slide-up-enter-active.ant-hrmax-dropdown-placement-top, .ant-hrmax-dropdown.ant-hrmax-slide-up-appear.ant-hrmax-slide-up-appear-active.ant-hrmax-dropdown-placement-top, .ant-hrmax-dropdown.ant-hrmax-slide-up-enter.ant-hrmax-slide-up-enter-active.ant-hrmax-dropdown-placement-topRight, .ant-hrmax-dropdown.ant-hrmax-slide-up-appear.ant-hrmax-slide-up-appear-active.ant-hrmax-dropdown-placement-topRight {
  animation-name: antSlideDownIn;
}

.ant-hrmax-dropdown.ant-hrmax-slide-down-leave.ant-hrmax-slide-down-leave-active.ant-hrmax-dropdown-placement-bottomLeft, .ant-hrmax-dropdown.ant-hrmax-slide-down-leave.ant-hrmax-slide-down-leave-active.ant-hrmax-dropdown-placement-bottom, .ant-hrmax-dropdown.ant-hrmax-slide-down-leave.ant-hrmax-slide-down-leave-active.ant-hrmax-dropdown-placement-bottomRight {
  animation-name: antSlideUpOut;
}

.ant-hrmax-dropdown.ant-hrmax-slide-up-leave.ant-hrmax-slide-up-leave-active.ant-hrmax-dropdown-placement-topLeft, .ant-hrmax-dropdown.ant-hrmax-slide-up-leave.ant-hrmax-slide-up-leave-active.ant-hrmax-dropdown-placement-top, .ant-hrmax-dropdown.ant-hrmax-slide-up-leave.ant-hrmax-slide-up-leave-active.ant-hrmax-dropdown-placement-topRight {
  animation-name: antSlideDownOut;
}

.ant-hrmax-dropdown-trigger > .anthrmaxicon.anthrmaxicon-down, .ant-hrmax-dropdown-link > .anthrmaxicon.anthrmaxicon-down, .ant-hrmax-dropdown-button > .anthrmaxicon.anthrmaxicon-down {
  vertical-align: baseline;
  font-size: 10px;
}

.ant-hrmax-dropdown-button {
  white-space: nowrap;
}

.ant-hrmax-dropdown-button.ant-hrmax-btn-group > .ant-hrmax-btn-loading, .ant-hrmax-dropdown-button.ant-hrmax-btn-group > .ant-hrmax-btn-loading + .ant-hrmax-btn {
  cursor: default;
  pointer-events: none;
}

.ant-hrmax-dropdown-button.ant-hrmax-btn-group > .ant-hrmax-btn-loading + .ant-hrmax-btn:before {
  display: block;
}

.ant-hrmax-dropdown-button.ant-hrmax-btn-group > .ant-hrmax-btn:last-child:not(:first-child):not(.ant-hrmax-btn-icon-only) {
  padding-left: 8px;
  padding-right: 8px;
}

.ant-hrmax-dropdown-menu-dark, .ant-hrmax-dropdown-menu-dark .ant-hrmax-dropdown-menu {
  background: #001529;
}

.ant-hrmax-dropdown-menu-dark .ant-hrmax-dropdown-menu-item, .ant-hrmax-dropdown-menu-dark .ant-hrmax-dropdown-menu-submenu-title, .ant-hrmax-dropdown-menu-dark .ant-hrmax-dropdown-menu-item > a, .ant-hrmax-dropdown-menu-dark .ant-hrmax-dropdown-menu-item > .anthrmaxicon + span > a, .ant-hrmax-dropdown-menu-dark .ant-hrmax-dropdown-menu-item .ant-hrmax-dropdown-menu-submenu-arrow:after, .ant-hrmax-dropdown-menu-dark .ant-hrmax-dropdown-menu-submenu-title .ant-hrmax-dropdown-menu-submenu-arrow:after, .ant-hrmax-dropdown-menu-dark .ant-hrmax-dropdown-menu-item > a .ant-hrmax-dropdown-menu-submenu-arrow:after, .ant-hrmax-dropdown-menu-dark .ant-hrmax-dropdown-menu-item > .anthrmaxicon + span > a .ant-hrmax-dropdown-menu-submenu-arrow:after {
  color: #ffffffa6;
}

.ant-hrmax-dropdown-menu-dark .ant-hrmax-dropdown-menu-item:hover, .ant-hrmax-dropdown-menu-dark .ant-hrmax-dropdown-menu-submenu-title:hover, .ant-hrmax-dropdown-menu-dark .ant-hrmax-dropdown-menu-item > a:hover, .ant-hrmax-dropdown-menu-dark .ant-hrmax-dropdown-menu-item > .anthrmaxicon + span > a:hover {
  color: #fff;
  background: none;
}

.ant-hrmax-dropdown-menu-dark .ant-hrmax-dropdown-menu-item-selected, .ant-hrmax-dropdown-menu-dark .ant-hrmax-dropdown-menu-item-selected:hover, .ant-hrmax-dropdown-menu-dark .ant-hrmax-dropdown-menu-item-selected > a {
  color: #fff;
  background: #268a92;
}

.ant-hrmax-dropdown-rtl {
  direction: rtl;
}

.ant-hrmax-dropdown-rtl.ant-hrmax-dropdown:before {
  left: 0;
  right: -7px;
}

.ant-hrmax-dropdown-menu.ant-hrmax-dropdown-menu-rtl, .ant-hrmax-dropdown-rtl .ant-hrmax-dropdown-menu-item-group-title, .ant-hrmax-dropdown-menu-submenu-rtl .ant-hrmax-dropdown-menu-item-group-title {
  text-align: right;
  direction: rtl;
}

.ant-hrmax-dropdown-menu-submenu-popup.ant-hrmax-dropdown-menu-submenu-rtl {
  transform-origin: 100% 0;
}

.ant-hrmax-dropdown-rtl .ant-hrmax-dropdown-menu-submenu-popup ul, .ant-hrmax-dropdown-rtl .ant-hrmax-dropdown-menu-submenu-popup li, .ant-hrmax-dropdown-rtl .ant-hrmax-dropdown-menu-item, .ant-hrmax-dropdown-rtl .ant-hrmax-dropdown-menu-submenu-title {
  text-align: right;
}

.ant-hrmax-dropdown-rtl .ant-hrmax-dropdown-menu-item > .anthrmaxicon:first-child, .ant-hrmax-dropdown-rtl .ant-hrmax-dropdown-menu-submenu-title > .anthrmaxicon:first-child, .ant-hrmax-dropdown-rtl .ant-hrmax-dropdown-menu-item > span > .anthrmaxicon:first-child, .ant-hrmax-dropdown-rtl .ant-hrmax-dropdown-menu-submenu-title > span > .anthrmaxicon:first-child {
  margin-left: 8px;
  margin-right: 0;
}

.ant-hrmax-dropdown-rtl .ant-hrmax-dropdown-menu-item .ant-hrmax-dropdown-menu-submenu-expand-icon, .ant-hrmax-dropdown-rtl .ant-hrmax-dropdown-menu-submenu-title .ant-hrmax-dropdown-menu-submenu-expand-icon {
  left: 8px;
  right: auto;
}

.ant-hrmax-dropdown-rtl .ant-hrmax-dropdown-menu-item .ant-hrmax-dropdown-menu-submenu-expand-icon .ant-hrmax-dropdown-menu-submenu-arrow-icon, .ant-hrmax-dropdown-rtl .ant-hrmax-dropdown-menu-submenu-title .ant-hrmax-dropdown-menu-submenu-expand-icon .ant-hrmax-dropdown-menu-submenu-arrow-icon {
  transform: scaleX(-1);
  margin-left: 0 !important;
}

.ant-hrmax-dropdown-rtl .ant-hrmax-dropdown-menu-submenu-title {
  padding-left: 24px;
  padding-right: 12px;
}

.ant-hrmax-dropdown-rtl .ant-hrmax-dropdown-menu-submenu-vertical > .ant-hrmax-dropdown-menu {
  margin-left: 0;
  margin-right: 4px;
  left: 0;
  right: 100%;
}

.ant-hrmax-empty {
  text-align: center;
  margin: 0 8px;
  font-size: 14px;
  line-height: 1.5715;
}

.ant-hrmax-empty-image {
  height: 100px;
  margin-bottom: 8px;
}

.ant-hrmax-empty-image img {
  height: 100%;
}

.ant-hrmax-empty-image svg {
  height: 100%;
  margin: auto;
}

.ant-hrmax-empty-footer {
  margin-top: 16px;
}

.ant-hrmax-empty-normal {
  color: #cdd0d4;
  margin: 32px 0;
}

.ant-hrmax-empty-normal .ant-hrmax-empty-image {
  height: 40px;
}

.ant-hrmax-empty-small {
  color: #cdd0d4;
  margin: 8px 0;
}

.ant-hrmax-empty-small .ant-hrmax-empty-image {
  height: 35px;
}

.ant-hrmax-empty-img-default-ellipse {
  fill: #f5f5f5;
  fill-opacity: .8;
}

.ant-hrmax-empty-img-default-path-1 {
  fill: #aeb8c2;
}

.ant-hrmax-empty-img-default-path-2 {
  fill: url(#linearGradient-1);
}

.ant-hrmax-empty-img-default-path-3 {
  fill: #f5f5f7;
}

.ant-hrmax-empty-img-default-path-4, .ant-hrmax-empty-img-default-path-5 {
  fill: #dce0e6;
}

.ant-hrmax-empty-img-default-g {
  fill: #fff;
}

.ant-hrmax-empty-img-simple-ellipse {
  fill: #f5f5f5;
}

.ant-hrmax-empty-img-simple-g {
  stroke: #d9d9d9;
}

.ant-hrmax-empty-img-simple-path {
  fill: #fafafa;
}

.ant-hrmax-empty-rtl {
  direction: rtl;
}

.ant-hrmax-form-item .ant-hrmax-input-number + .ant-hrmax-form-text {
  margin-left: 8px;
}

.ant-hrmax-form-inline {
  flex-wrap: wrap;
  display: flex;
}

.ant-hrmax-form-inline .ant-hrmax-form-item {
  flex-wrap: nowrap;
  flex: none;
  margin-bottom: 0;
  margin-right: 16px;
}

.ant-hrmax-form-inline .ant-hrmax-form-item-with-help {
  margin-bottom: 24px;
}

.ant-hrmax-form-inline .ant-hrmax-form-item > .ant-hrmax-form-item-label, .ant-hrmax-form-inline .ant-hrmax-form-item > .ant-hrmax-form-item-control {
  vertical-align: top;
  display: inline-block;
}

.ant-hrmax-form-inline .ant-hrmax-form-item > .ant-hrmax-form-item-label {
  flex: none;
}

.ant-hrmax-form-inline .ant-hrmax-form-item .ant-hrmax-form-text, .ant-hrmax-form-inline .ant-hrmax-form-item .ant-hrmax-form-item-has-feedback {
  display: inline-block;
}

.ant-hrmax-form-horizontal .ant-hrmax-form-item-label {
  flex-grow: 0;
}

.ant-hrmax-form-horizontal .ant-hrmax-form-item-control {
  flex: 1 1 0;
  min-width: 0;
}

.ant-hrmax-form-horizontal .ant-hrmax-form-item-label[class$="-24"] + .ant-hrmax-form-item-control, .ant-hrmax-form-horizontal .ant-hrmax-form-item-label[class*="-24 "] + .ant-hrmax-form-item-control {
  min-width: unset;
}

.ant-hrmax-form-vertical .ant-hrmax-form-item-row {
  flex-direction: column;
}

.ant-hrmax-form-vertical .ant-hrmax-form-item-label > label {
  height: auto;
}

.ant-hrmax-form-vertical .ant-hrmax-form-item .ant-hrmax-form-item-control {
  width: 100%;
}

.ant-hrmax-form-vertical .ant-hrmax-form-item-label, .ant-hrmax-col-24.ant-hrmax-form-item-label, .ant-hrmax-col-xl-24.ant-hrmax-form-item-label {
  white-space: initial;
  text-align: left;
  padding: 0 0 8px;
  line-height: 1.5715;
}

.ant-hrmax-form-vertical .ant-hrmax-form-item-label > label, .ant-hrmax-col-24.ant-hrmax-form-item-label > label, .ant-hrmax-col-xl-24.ant-hrmax-form-item-label > label {
  margin: 0;
}

.ant-hrmax-form-vertical .ant-hrmax-form-item-label > label:after, .ant-hrmax-col-24.ant-hrmax-form-item-label > label:after, .ant-hrmax-col-xl-24.ant-hrmax-form-item-label > label:after {
  display: none;
}

.ant-hrmax-form-rtl.ant-hrmax-form-vertical .ant-hrmax-form-item-label, .ant-hrmax-form-rtl.ant-hrmax-col-24.ant-hrmax-form-item-label, .ant-hrmax-form-rtl.ant-hrmax-col-xl-24.ant-hrmax-form-item-label {
  text-align: right;
}

@media (width <= 575px) {
  .ant-hrmax-form-item .ant-hrmax-form-item-label {
    white-space: initial;
    text-align: left;
    padding: 0 0 8px;
    line-height: 1.5715;
  }

  .ant-hrmax-form-item .ant-hrmax-form-item-label > label {
    margin: 0;
  }

  .ant-hrmax-form-item .ant-hrmax-form-item-label > label:after {
    display: none;
  }

  .ant-hrmax-form-rtl.ant-hrmax-form-item .ant-hrmax-form-item-label {
    text-align: right;
  }

  .ant-hrmax-form .ant-hrmax-form-item {
    flex-wrap: wrap;
  }

  .ant-hrmax-form .ant-hrmax-form-item .ant-hrmax-form-item-label, .ant-hrmax-form .ant-hrmax-form-item .ant-hrmax-form-item-control {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .ant-hrmax-col-xs-24.ant-hrmax-form-item-label {
    white-space: initial;
    text-align: left;
    padding: 0 0 8px;
    line-height: 1.5715;
  }

  .ant-hrmax-col-xs-24.ant-hrmax-form-item-label > label {
    margin: 0;
  }

  .ant-hrmax-col-xs-24.ant-hrmax-form-item-label > label:after {
    display: none;
  }

  .ant-hrmax-form-rtl.ant-hrmax-col-xs-24.ant-hrmax-form-item-label {
    text-align: right;
  }
}

@media (width <= 767px) {
  .ant-hrmax-col-sm-24.ant-hrmax-form-item-label {
    white-space: initial;
    text-align: left;
    padding: 0 0 8px;
    line-height: 1.5715;
  }

  .ant-hrmax-col-sm-24.ant-hrmax-form-item-label > label {
    margin: 0;
  }

  .ant-hrmax-col-sm-24.ant-hrmax-form-item-label > label:after {
    display: none;
  }

  .ant-hrmax-form-rtl.ant-hrmax-col-sm-24.ant-hrmax-form-item-label {
    text-align: right;
  }
}

@media (width <= 991px) {
  .ant-hrmax-col-md-24.ant-hrmax-form-item-label {
    white-space: initial;
    text-align: left;
    padding: 0 0 8px;
    line-height: 1.5715;
  }

  .ant-hrmax-col-md-24.ant-hrmax-form-item-label > label {
    margin: 0;
  }

  .ant-hrmax-col-md-24.ant-hrmax-form-item-label > label:after {
    display: none;
  }

  .ant-hrmax-form-rtl.ant-hrmax-col-md-24.ant-hrmax-form-item-label {
    text-align: right;
  }
}

@media (width <= 1199px) {
  .ant-hrmax-col-lg-24.ant-hrmax-form-item-label {
    white-space: initial;
    text-align: left;
    padding: 0 0 8px;
    line-height: 1.5715;
  }

  .ant-hrmax-col-lg-24.ant-hrmax-form-item-label > label {
    margin: 0;
  }

  .ant-hrmax-col-lg-24.ant-hrmax-form-item-label > label:after {
    display: none;
  }

  .ant-hrmax-form-rtl.ant-hrmax-col-lg-24.ant-hrmax-form-item-label {
    text-align: right;
  }
}

@media (width <= 1599px) {
  .ant-hrmax-col-xl-24.ant-hrmax-form-item-label {
    white-space: initial;
    text-align: left;
    padding: 0 0 8px;
    line-height: 1.5715;
  }

  .ant-hrmax-col-xl-24.ant-hrmax-form-item-label > label {
    margin: 0;
  }

  .ant-hrmax-col-xl-24.ant-hrmax-form-item-label > label:after {
    display: none;
  }

  .ant-hrmax-form-rtl.ant-hrmax-col-xl-24.ant-hrmax-form-item-label {
    text-align: right;
  }
}

.ant-hrmax-form-item-explain-error {
  color: #d90007;
}

.ant-hrmax-form-item-explain-warning {
  color: #d98d00;
}

.ant-hrmax-form-item-has-feedback .ant-hrmax-switch {
  margin: 2px 0 4px;
}

.ant-hrmax-form-item-has-warning .ant-hrmax-form-item-split {
  color: #d98d00;
}

.ant-hrmax-form-item-has-error .ant-hrmax-form-item-split {
  color: #d90007;
}

.ant-hrmax-form {
  box-sizing: border-box;
  color: #000;
  font-variant: tabular-nums;
  font-feature-settings: "tnum";
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.5715;
  list-style: none;
}

.ant-hrmax-form legend {
  color: #535b64;
  width: 100%;
  font-size: 16px;
  line-height: inherit;
  border: 0;
  border-bottom: 1px solid #cdd0d4;
  margin-bottom: 20px;
  padding: 0;
  display: block;
}

.ant-hrmax-form label {
  font-size: 14px;
}

.ant-hrmax-form input[type="search"] {
  box-sizing: border-box;
}

.ant-hrmax-form input[type="radio"], .ant-hrmax-form input[type="checkbox"] {
  line-height: normal;
}

.ant-hrmax-form input[type="file"] {
  display: block;
}

.ant-hrmax-form input[type="range"] {
  width: 100%;
  display: block;
}

.ant-hrmax-form select[multiple], .ant-hrmax-form select[size] {
  height: auto;
}

.ant-hrmax-form input[type="file"]:focus, .ant-hrmax-form input[type="radio"]:focus, .ant-hrmax-form input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.ant-hrmax-form output {
  color: #000;
  padding-top: 15px;
  font-size: 14px;
  line-height: 1.5715;
  display: block;
}

.ant-hrmax-form .ant-hrmax-form-text {
  padding-right: 8px;
  display: inline-block;
}

.ant-hrmax-form-small .ant-hrmax-form-item-label > label {
  height: 32px;
}

.ant-hrmax-form-small .ant-hrmax-form-item-control-input {
  min-height: 32px;
}

.ant-hrmax-form-large .ant-hrmax-form-item-label > label {
  height: 56px;
}

.ant-hrmax-form-large .ant-hrmax-form-item-control-input {
  min-height: 56px;
}

.ant-hrmax-form-item {
  box-sizing: border-box;
  color: #000;
  font-variant: tabular-nums;
  font-feature-settings: "tnum";
  vertical-align: top;
  margin: 0 0 24px;
  padding: 0;
  font-size: 14px;
  line-height: 1.5715;
  list-style: none;
}

.ant-hrmax-form-item-with-help {
  transition: none;
}

.ant-hrmax-form-item-hidden, .ant-hrmax-form-item-hidden.ant-hrmax-row {
  display: none;
}

.ant-hrmax-form-item-label {
  white-space: nowrap;
  text-align: right;
  vertical-align: middle;
  flex-grow: 0;
  display: inline-block;
  overflow: hidden;
}

.ant-hrmax-form-item-label-left {
  text-align: left;
}

.ant-hrmax-form-item-label-wrap {
  overflow: unset;
  white-space: unset;
  line-height: 1.3215em;
}

.ant-hrmax-form-item-label > label {
  color: #121e29;
  align-items: center;
  max-width: 100%;
  height: 32px;
  font-size: 14px;
  display: inline-flex;
  position: relative;
}

.ant-hrmax-form-item-label > label > .anthrmaxicon {
  vertical-align: top;
  font-size: 14px;
}

.ant-hrmax-form-item-label > label.ant-hrmax-form-item-required:not(.ant-hrmax-form-item-required-mark-optional):before {
  color: #d90007;
  content: "*";
  margin-right: 4px;
  font-family: SimSun, sans-serif;
  font-size: 14px;
  line-height: 1;
  display: inline-block;
}

.ant-hrmax-form-hide-required-mark .ant-hrmax-form-item-label > label.ant-hrmax-form-item-required:not(.ant-hrmax-form-item-required-mark-optional):before {
  display: none;
}

.ant-hrmax-form-item-label > label .ant-hrmax-form-item-optional {
  color: #535b64;
  margin-left: 4px;
  display: inline-block;
}

.ant-hrmax-form-hide-required-mark .ant-hrmax-form-item-label > label .ant-hrmax-form-item-optional {
  display: none;
}

.ant-hrmax-form-item-label > label .ant-hrmax-form-item-tooltip {
  color: #535b64;
  cursor: help;
  writing-mode: horizontal-tb;
  margin-inline-start: 4px;
}

.ant-hrmax-form-item-label > label:after {
  content: " ";
  margin: 0 16px 0 0;
  position: relative;
  top: -.5px;
}

.ant-hrmax-form-item-label > label.ant-hrmax-form-item-no-colon:after {
  content: " ";
}

.ant-hrmax-form-item-control {
  flex-direction: column;
  flex-grow: 1;
  display: flex;
}

.ant-hrmax-form-item-control:first-child:not([class^="ant-hrmax-col-"]):not([class*=" ant-hrmax-col-"]) {
  width: 100%;
}

.ant-hrmax-form-item-control-input {
  align-items: center;
  min-height: 32px;
  display: flex;
  position: relative;
}

.ant-hrmax-form-item-control-input-content {
  flex: auto;
  max-width: 100%;
}

.ant-hrmax-form-item-explain, .ant-hrmax-form-item-extra {
  clear: both;
  color: #535b64;
  padding-top: 0;
  font-size: 14px;
  line-height: 1.5715;
  transition: color .3s cubic-bezier(.215, .61, .355, 1);
}

.ant-hrmax-form-item-explain-connected {
  width: 100%;
}

.ant-hrmax-form-item-extra {
  min-height: 24px;
}

.ant-hrmax-form-item-with-help .ant-hrmax-form-item-explain {
  opacity: 1;
  height: auto;
}

.ant-hrmax-form-item-feedback-icon {
  text-align: center;
  visibility: visible;
  pointer-events: none;
  font-size: 14px;
  animation: .3s cubic-bezier(.12, .4, .29, 1.46) zoomIn;
}

.ant-hrmax-form-item-feedback-icon-success {
  color: #2e9908;
}

.ant-hrmax-form-item-feedback-icon-error {
  color: #d90007;
}

.ant-hrmax-form-item-feedback-icon-warning {
  color: #d98d00;
}

.ant-hrmax-form-item-feedback-icon-validating {
  color: #268a92;
}

.ant-hrmax-show-help {
  transition: opacity .3s cubic-bezier(.645, .045, .355, 1);
}

.ant-hrmax-show-help-appear, .ant-hrmax-show-help-enter {
  opacity: 0;
}

.ant-hrmax-show-help-appear-active, .ant-hrmax-show-help-enter-active, .ant-hrmax-show-help-leave {
  opacity: 1;
}

.ant-hrmax-show-help-leave-active {
  opacity: 0;
}

.ant-hrmax-show-help-item {
  overflow: hidden;
  transition: height .3s cubic-bezier(.645, .045, .355, 1), opacity .3s cubic-bezier(.645, .045, .355, 1), transform .3s cubic-bezier(.645, .045, .355, 1) !important;
}

.ant-hrmax-show-help-item-appear, .ant-hrmax-show-help-item-enter {
  opacity: 0;
  transform: translateY(-5px);
}

.ant-hrmax-show-help-item-appear-active, .ant-hrmax-show-help-item-enter-active {
  opacity: 1;
  transform: translateY(0);
}

.ant-hrmax-show-help-item-leave {
  transition: height .2s cubic-bezier(.645, .045, .355, 1), opacity .2s cubic-bezier(.645, .045, .355, 1), transform .2s cubic-bezier(.645, .045, .355, 1) !important;
}

.ant-hrmax-show-help-item-leave-active {
  transform: translateY(-5px);
}

@keyframes diffZoomIn1 {
  0% {
    opacity: 0;
    transform: scale(0);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes diffZoomIn2 {
  0% {
    opacity: 0;
    transform: scale(0);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes diffZoomIn3 {
  0% {
    opacity: 0;
    transform: scale(0);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.ant-hrmax-form-rtl {
  direction: rtl;
}

.ant-hrmax-form-rtl .ant-hrmax-form-item-label {
  text-align: left;
}

.ant-hrmax-form-rtl .ant-hrmax-form-item-label > label.ant-hrmax-form-item-required:before {
  margin-left: 4px;
  margin-right: 0;
}

.ant-hrmax-form-rtl .ant-hrmax-form-item-label > label:after {
  margin: 0 0 0 16px;
}

.ant-hrmax-form-rtl .ant-hrmax-form-item-label > label .ant-hrmax-form-item-optional {
  margin-left: 0;
  margin-right: 4px;
}

.ant-hrmax-col-rtl .ant-hrmax-form-item-control:first-child {
  width: 100%;
}

.ant-hrmax-form-rtl .ant-hrmax-form-item-has-feedback .ant-hrmax-input {
  padding-left: 24px;
  padding-right: 12px;
}

.ant-hrmax-form-rtl .ant-hrmax-form-item-has-feedback .ant-hrmax-input-affix-wrapper .ant-hrmax-input-suffix {
  padding-left: 18px;
  padding-right: 12px;
}

.ant-hrmax-form-rtl .ant-hrmax-form-item-has-feedback .ant-hrmax-input-affix-wrapper .ant-hrmax-input, .ant-hrmax-form-rtl .ant-hrmax-form-item-has-feedback .ant-hrmax-input-number-affix-wrapper .ant-hrmax-input-number {
  padding: 0;
}

.ant-hrmax-form-rtl .ant-hrmax-form-item-has-feedback .ant-hrmax-input-search:not(.ant-hrmax-input-search-enter-button) .ant-hrmax-input-suffix {
  left: 28px;
  right: auto;
}

.ant-hrmax-form-rtl .ant-hrmax-form-item-has-feedback .ant-hrmax-input-number {
  padding-left: 18px;
}

.ant-hrmax-form-rtl .ant-hrmax-form-item-has-feedback > .ant-hrmax-select .ant-hrmax-select-arrow, .ant-hrmax-form-rtl .ant-hrmax-form-item-has-feedback > .ant-hrmax-select .ant-hrmax-select-clear, .ant-hrmax-form-rtl .ant-hrmax-form-item-has-feedback :not(.ant-hrmax-input-group-addon) > .ant-hrmax-select .ant-hrmax-select-arrow, .ant-hrmax-form-rtl .ant-hrmax-form-item-has-feedback :not(.ant-hrmax-input-group-addon) > .ant-hrmax-select .ant-hrmax-select-clear, .ant-hrmax-form-rtl .ant-hrmax-form-item-has-feedback :not(.ant-hrmax-input-number-group-addon) > .ant-hrmax-select .ant-hrmax-select-arrow, .ant-hrmax-form-rtl .ant-hrmax-form-item-has-feedback :not(.ant-hrmax-input-number-group-addon) > .ant-hrmax-select .ant-hrmax-select-clear {
  left: 32px;
  right: auto;
}

.ant-hrmax-form-rtl .ant-hrmax-form-item-has-feedback > .ant-hrmax-select .ant-hrmax-select-selection-selected-value, .ant-hrmax-form-rtl .ant-hrmax-form-item-has-feedback :not(.ant-hrmax-input-group-addon) > .ant-hrmax-select .ant-hrmax-select-selection-selected-value, .ant-hrmax-form-rtl .ant-hrmax-form-item-has-feedback :not(.ant-hrmax-input-number-group-addon) > .ant-hrmax-select .ant-hrmax-select-selection-selected-value {
  padding-left: 42px;
  padding-right: 0;
}

.ant-hrmax-form-rtl .ant-hrmax-form-item-has-feedback .ant-hrmax-cascader-picker-arrow {
  margin-left: 19px;
  margin-right: 0;
}

.ant-hrmax-form-rtl .ant-hrmax-form-item-has-feedback .ant-hrmax-cascader-picker-clear {
  left: 32px;
  right: auto;
}

.ant-hrmax-form-rtl .ant-hrmax-form-item-has-feedback .ant-hrmax-picker {
  padding-left: 30.2px;
  padding-right: 12px;
}

.ant-hrmax-form-rtl .ant-hrmax-form-item-has-feedback .ant-hrmax-picker-large {
  padding-left: 34.2px;
  padding-right: 16px;
}

.ant-hrmax-form-rtl .ant-hrmax-form-item-has-feedback .ant-hrmax-picker-small {
  padding-left: 26.2px;
  padding-right: 8px;
}

.ant-hrmax-form-rtl .ant-hrmax-form-item-has-feedback.ant-hrmax-form-item-has-success .ant-hrmax-form-item-children-icon, .ant-hrmax-form-rtl .ant-hrmax-form-item-has-feedback.ant-hrmax-form-item-has-warning .ant-hrmax-form-item-children-icon, .ant-hrmax-form-rtl .ant-hrmax-form-item-has-feedback.ant-hrmax-form-item-has-error .ant-hrmax-form-item-children-icon, .ant-hrmax-form-rtl .ant-hrmax-form-item-has-feedback.ant-hrmax-form-item-is-validating .ant-hrmax-form-item-children-icon {
  left: 0;
  right: auto;
}

.ant-hrmax-form-rtl.ant-hrmax-form-inline .ant-hrmax-form-item {
  margin-left: 16px;
  margin-right: 0;
}

.ant-hrmax-row {
  flex-flow: wrap;
  min-width: 0;
  display: flex;
}

.ant-hrmax-row:before, .ant-hrmax-row:after {
  display: flex;
}

.ant-hrmax-row-no-wrap {
  flex-wrap: nowrap;
}

.ant-hrmax-row-start {
  justify-content: flex-start;
}

.ant-hrmax-row-center {
  justify-content: center;
}

.ant-hrmax-row-end {
  justify-content: flex-end;
}

.ant-hrmax-row-space-between {
  justify-content: space-between;
}

.ant-hrmax-row-space-around {
  justify-content: space-around;
}

.ant-hrmax-row-space-evenly {
  justify-content: space-evenly;
}

.ant-hrmax-row-top {
  align-items: flex-start;
}

.ant-hrmax-row-middle {
  align-items: center;
}

.ant-hrmax-row-bottom {
  align-items: flex-end;
}

.ant-hrmax-col {
  max-width: 100%;
  min-height: 1px;
  position: relative;
}

.ant-hrmax-col-24 {
  flex: 0 0 100%;
  max-width: 100%;
  display: block;
}

.ant-hrmax-col-push-24 {
  left: 100%;
}

.ant-hrmax-col-pull-24 {
  right: 100%;
}

.ant-hrmax-col-offset-24 {
  margin-left: 100%;
}

.ant-hrmax-col-order-24 {
  order: 24;
}

.ant-hrmax-col-23 {
  flex: 0 0 95.8333%;
  max-width: 95.8333%;
  display: block;
}

.ant-hrmax-col-push-23 {
  left: 95.8333%;
}

.ant-hrmax-col-pull-23 {
  right: 95.8333%;
}

.ant-hrmax-col-offset-23 {
  margin-left: 95.8333%;
}

.ant-hrmax-col-order-23 {
  order: 23;
}

.ant-hrmax-col-22 {
  flex: 0 0 91.6667%;
  max-width: 91.6667%;
  display: block;
}

.ant-hrmax-col-push-22 {
  left: 91.6667%;
}

.ant-hrmax-col-pull-22 {
  right: 91.6667%;
}

.ant-hrmax-col-offset-22 {
  margin-left: 91.6667%;
}

.ant-hrmax-col-order-22 {
  order: 22;
}

.ant-hrmax-col-21 {
  flex: 0 0 87.5%;
  max-width: 87.5%;
  display: block;
}

.ant-hrmax-col-push-21 {
  left: 87.5%;
}

.ant-hrmax-col-pull-21 {
  right: 87.5%;
}

.ant-hrmax-col-offset-21 {
  margin-left: 87.5%;
}

.ant-hrmax-col-order-21 {
  order: 21;
}

.ant-hrmax-col-20 {
  flex: 0 0 83.3333%;
  max-width: 83.3333%;
  display: block;
}

.ant-hrmax-col-push-20 {
  left: 83.3333%;
}

.ant-hrmax-col-pull-20 {
  right: 83.3333%;
}

.ant-hrmax-col-offset-20 {
  margin-left: 83.3333%;
}

.ant-hrmax-col-order-20 {
  order: 20;
}

.ant-hrmax-col-19 {
  flex: 0 0 79.1667%;
  max-width: 79.1667%;
  display: block;
}

.ant-hrmax-col-push-19 {
  left: 79.1667%;
}

.ant-hrmax-col-pull-19 {
  right: 79.1667%;
}

.ant-hrmax-col-offset-19 {
  margin-left: 79.1667%;
}

.ant-hrmax-col-order-19 {
  order: 19;
}

.ant-hrmax-col-18 {
  flex: 0 0 75%;
  max-width: 75%;
  display: block;
}

.ant-hrmax-col-push-18 {
  left: 75%;
}

.ant-hrmax-col-pull-18 {
  right: 75%;
}

.ant-hrmax-col-offset-18 {
  margin-left: 75%;
}

.ant-hrmax-col-order-18 {
  order: 18;
}

.ant-hrmax-col-17 {
  flex: 0 0 70.8333%;
  max-width: 70.8333%;
  display: block;
}

.ant-hrmax-col-push-17 {
  left: 70.8333%;
}

.ant-hrmax-col-pull-17 {
  right: 70.8333%;
}

.ant-hrmax-col-offset-17 {
  margin-left: 70.8333%;
}

.ant-hrmax-col-order-17 {
  order: 17;
}

.ant-hrmax-col-16 {
  flex: 0 0 66.6667%;
  max-width: 66.6667%;
  display: block;
}

.ant-hrmax-col-push-16 {
  left: 66.6667%;
}

.ant-hrmax-col-pull-16 {
  right: 66.6667%;
}

.ant-hrmax-col-offset-16 {
  margin-left: 66.6667%;
}

.ant-hrmax-col-order-16 {
  order: 16;
}

.ant-hrmax-col-15 {
  flex: 0 0 62.5%;
  max-width: 62.5%;
  display: block;
}

.ant-hrmax-col-push-15 {
  left: 62.5%;
}

.ant-hrmax-col-pull-15 {
  right: 62.5%;
}

.ant-hrmax-col-offset-15 {
  margin-left: 62.5%;
}

.ant-hrmax-col-order-15 {
  order: 15;
}

.ant-hrmax-col-14 {
  flex: 0 0 58.3333%;
  max-width: 58.3333%;
  display: block;
}

.ant-hrmax-col-push-14 {
  left: 58.3333%;
}

.ant-hrmax-col-pull-14 {
  right: 58.3333%;
}

.ant-hrmax-col-offset-14 {
  margin-left: 58.3333%;
}

.ant-hrmax-col-order-14 {
  order: 14;
}

.ant-hrmax-col-13 {
  flex: 0 0 54.1667%;
  max-width: 54.1667%;
  display: block;
}

.ant-hrmax-col-push-13 {
  left: 54.1667%;
}

.ant-hrmax-col-pull-13 {
  right: 54.1667%;
}

.ant-hrmax-col-offset-13 {
  margin-left: 54.1667%;
}

.ant-hrmax-col-order-13 {
  order: 13;
}

.ant-hrmax-col-12 {
  flex: 0 0 50%;
  max-width: 50%;
  display: block;
}

.ant-hrmax-col-push-12 {
  left: 50%;
}

.ant-hrmax-col-pull-12 {
  right: 50%;
}

.ant-hrmax-col-offset-12 {
  margin-left: 50%;
}

.ant-hrmax-col-order-12 {
  order: 12;
}

.ant-hrmax-col-11 {
  flex: 0 0 45.8333%;
  max-width: 45.8333%;
  display: block;
}

.ant-hrmax-col-push-11 {
  left: 45.8333%;
}

.ant-hrmax-col-pull-11 {
  right: 45.8333%;
}

.ant-hrmax-col-offset-11 {
  margin-left: 45.8333%;
}

.ant-hrmax-col-order-11 {
  order: 11;
}

.ant-hrmax-col-10 {
  flex: 0 0 41.6667%;
  max-width: 41.6667%;
  display: block;
}

.ant-hrmax-col-push-10 {
  left: 41.6667%;
}

.ant-hrmax-col-pull-10 {
  right: 41.6667%;
}

.ant-hrmax-col-offset-10 {
  margin-left: 41.6667%;
}

.ant-hrmax-col-order-10 {
  order: 10;
}

.ant-hrmax-col-9 {
  flex: 0 0 37.5%;
  max-width: 37.5%;
  display: block;
}

.ant-hrmax-col-push-9 {
  left: 37.5%;
}

.ant-hrmax-col-pull-9 {
  right: 37.5%;
}

.ant-hrmax-col-offset-9 {
  margin-left: 37.5%;
}

.ant-hrmax-col-order-9 {
  order: 9;
}

.ant-hrmax-col-8 {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  display: block;
}

.ant-hrmax-col-push-8 {
  left: 33.3333%;
}

.ant-hrmax-col-pull-8 {
  right: 33.3333%;
}

.ant-hrmax-col-offset-8 {
  margin-left: 33.3333%;
}

.ant-hrmax-col-order-8 {
  order: 8;
}

.ant-hrmax-col-7 {
  flex: 0 0 29.1667%;
  max-width: 29.1667%;
  display: block;
}

.ant-hrmax-col-push-7 {
  left: 29.1667%;
}

.ant-hrmax-col-pull-7 {
  right: 29.1667%;
}

.ant-hrmax-col-offset-7 {
  margin-left: 29.1667%;
}

.ant-hrmax-col-order-7 {
  order: 7;
}

.ant-hrmax-col-6 {
  flex: 0 0 25%;
  max-width: 25%;
  display: block;
}

.ant-hrmax-col-push-6 {
  left: 25%;
}

.ant-hrmax-col-pull-6 {
  right: 25%;
}

.ant-hrmax-col-offset-6 {
  margin-left: 25%;
}

.ant-hrmax-col-order-6 {
  order: 6;
}

.ant-hrmax-col-5 {
  flex: 0 0 20.8333%;
  max-width: 20.8333%;
  display: block;
}

.ant-hrmax-col-push-5 {
  left: 20.8333%;
}

.ant-hrmax-col-pull-5 {
  right: 20.8333%;
}

.ant-hrmax-col-offset-5 {
  margin-left: 20.8333%;
}

.ant-hrmax-col-order-5 {
  order: 5;
}

.ant-hrmax-col-4 {
  flex: 0 0 16.6667%;
  max-width: 16.6667%;
  display: block;
}

.ant-hrmax-col-push-4 {
  left: 16.6667%;
}

.ant-hrmax-col-pull-4 {
  right: 16.6667%;
}

.ant-hrmax-col-offset-4 {
  margin-left: 16.6667%;
}

.ant-hrmax-col-order-4 {
  order: 4;
}

.ant-hrmax-col-3 {
  flex: 0 0 12.5%;
  max-width: 12.5%;
  display: block;
}

.ant-hrmax-col-push-3 {
  left: 12.5%;
}

.ant-hrmax-col-pull-3 {
  right: 12.5%;
}

.ant-hrmax-col-offset-3 {
  margin-left: 12.5%;
}

.ant-hrmax-col-order-3 {
  order: 3;
}

.ant-hrmax-col-2 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
  display: block;
}

.ant-hrmax-col-push-2 {
  left: 8.33333%;
}

.ant-hrmax-col-pull-2 {
  right: 8.33333%;
}

.ant-hrmax-col-offset-2 {
  margin-left: 8.33333%;
}

.ant-hrmax-col-order-2 {
  order: 2;
}

.ant-hrmax-col-1 {
  flex: 0 0 4.16667%;
  max-width: 4.16667%;
  display: block;
}

.ant-hrmax-col-push-1 {
  left: 4.16667%;
}

.ant-hrmax-col-pull-1 {
  right: 4.16667%;
}

.ant-hrmax-col-offset-1 {
  margin-left: 4.16667%;
}

.ant-hrmax-col-order-1 {
  order: 1;
}

.ant-hrmax-col-0 {
  display: none;
}

.ant-hrmax-col-offset-0 {
  margin-left: 0;
}

.ant-hrmax-col-order-0 {
  order: 0;
}

.ant-hrmax-col-offset-0.ant-hrmax-col-rtl {
  margin-right: 0;
}

.ant-hrmax-col-push-1.ant-hrmax-col-rtl {
  left: auto;
  right: 4.16667%;
}

.ant-hrmax-col-pull-1.ant-hrmax-col-rtl {
  left: 4.16667%;
  right: auto;
}

.ant-hrmax-col-offset-1.ant-hrmax-col-rtl {
  margin-left: 0;
  margin-right: 4.16667%;
}

.ant-hrmax-col-push-2.ant-hrmax-col-rtl {
  left: auto;
  right: 8.33333%;
}

.ant-hrmax-col-pull-2.ant-hrmax-col-rtl {
  left: 8.33333%;
  right: auto;
}

.ant-hrmax-col-offset-2.ant-hrmax-col-rtl {
  margin-left: 0;
  margin-right: 8.33333%;
}

.ant-hrmax-col-push-3.ant-hrmax-col-rtl {
  left: auto;
  right: 12.5%;
}

.ant-hrmax-col-pull-3.ant-hrmax-col-rtl {
  left: 12.5%;
  right: auto;
}

.ant-hrmax-col-offset-3.ant-hrmax-col-rtl {
  margin-left: 0;
  margin-right: 12.5%;
}

.ant-hrmax-col-push-4.ant-hrmax-col-rtl {
  left: auto;
  right: 16.6667%;
}

.ant-hrmax-col-pull-4.ant-hrmax-col-rtl {
  left: 16.6667%;
  right: auto;
}

.ant-hrmax-col-offset-4.ant-hrmax-col-rtl {
  margin-left: 0;
  margin-right: 16.6667%;
}

.ant-hrmax-col-push-5.ant-hrmax-col-rtl {
  left: auto;
  right: 20.8333%;
}

.ant-hrmax-col-pull-5.ant-hrmax-col-rtl {
  left: 20.8333%;
  right: auto;
}

.ant-hrmax-col-offset-5.ant-hrmax-col-rtl {
  margin-left: 0;
  margin-right: 20.8333%;
}

.ant-hrmax-col-push-6.ant-hrmax-col-rtl {
  left: auto;
  right: 25%;
}

.ant-hrmax-col-pull-6.ant-hrmax-col-rtl {
  left: 25%;
  right: auto;
}

.ant-hrmax-col-offset-6.ant-hrmax-col-rtl {
  margin-left: 0;
  margin-right: 25%;
}

.ant-hrmax-col-push-7.ant-hrmax-col-rtl {
  left: auto;
  right: 29.1667%;
}

.ant-hrmax-col-pull-7.ant-hrmax-col-rtl {
  left: 29.1667%;
  right: auto;
}

.ant-hrmax-col-offset-7.ant-hrmax-col-rtl {
  margin-left: 0;
  margin-right: 29.1667%;
}

.ant-hrmax-col-push-8.ant-hrmax-col-rtl {
  left: auto;
  right: 33.3333%;
}

.ant-hrmax-col-pull-8.ant-hrmax-col-rtl {
  left: 33.3333%;
  right: auto;
}

.ant-hrmax-col-offset-8.ant-hrmax-col-rtl {
  margin-left: 0;
  margin-right: 33.3333%;
}

.ant-hrmax-col-push-9.ant-hrmax-col-rtl {
  left: auto;
  right: 37.5%;
}

.ant-hrmax-col-pull-9.ant-hrmax-col-rtl {
  left: 37.5%;
  right: auto;
}

.ant-hrmax-col-offset-9.ant-hrmax-col-rtl {
  margin-left: 0;
  margin-right: 37.5%;
}

.ant-hrmax-col-push-10.ant-hrmax-col-rtl {
  left: auto;
  right: 41.6667%;
}

.ant-hrmax-col-pull-10.ant-hrmax-col-rtl {
  left: 41.6667%;
  right: auto;
}

.ant-hrmax-col-offset-10.ant-hrmax-col-rtl {
  margin-left: 0;
  margin-right: 41.6667%;
}

.ant-hrmax-col-push-11.ant-hrmax-col-rtl {
  left: auto;
  right: 45.8333%;
}

.ant-hrmax-col-pull-11.ant-hrmax-col-rtl {
  left: 45.8333%;
  right: auto;
}

.ant-hrmax-col-offset-11.ant-hrmax-col-rtl {
  margin-left: 0;
  margin-right: 45.8333%;
}

.ant-hrmax-col-push-12.ant-hrmax-col-rtl {
  left: auto;
  right: 50%;
}

.ant-hrmax-col-pull-12.ant-hrmax-col-rtl {
  left: 50%;
  right: auto;
}

.ant-hrmax-col-offset-12.ant-hrmax-col-rtl {
  margin-left: 0;
  margin-right: 50%;
}

.ant-hrmax-col-push-13.ant-hrmax-col-rtl {
  left: auto;
  right: 54.1667%;
}

.ant-hrmax-col-pull-13.ant-hrmax-col-rtl {
  left: 54.1667%;
  right: auto;
}

.ant-hrmax-col-offset-13.ant-hrmax-col-rtl {
  margin-left: 0;
  margin-right: 54.1667%;
}

.ant-hrmax-col-push-14.ant-hrmax-col-rtl {
  left: auto;
  right: 58.3333%;
}

.ant-hrmax-col-pull-14.ant-hrmax-col-rtl {
  left: 58.3333%;
  right: auto;
}

.ant-hrmax-col-offset-14.ant-hrmax-col-rtl {
  margin-left: 0;
  margin-right: 58.3333%;
}

.ant-hrmax-col-push-15.ant-hrmax-col-rtl {
  left: auto;
  right: 62.5%;
}

.ant-hrmax-col-pull-15.ant-hrmax-col-rtl {
  left: 62.5%;
  right: auto;
}

.ant-hrmax-col-offset-15.ant-hrmax-col-rtl {
  margin-left: 0;
  margin-right: 62.5%;
}

.ant-hrmax-col-push-16.ant-hrmax-col-rtl {
  left: auto;
  right: 66.6667%;
}

.ant-hrmax-col-pull-16.ant-hrmax-col-rtl {
  left: 66.6667%;
  right: auto;
}

.ant-hrmax-col-offset-16.ant-hrmax-col-rtl {
  margin-left: 0;
  margin-right: 66.6667%;
}

.ant-hrmax-col-push-17.ant-hrmax-col-rtl {
  left: auto;
  right: 70.8333%;
}

.ant-hrmax-col-pull-17.ant-hrmax-col-rtl {
  left: 70.8333%;
  right: auto;
}

.ant-hrmax-col-offset-17.ant-hrmax-col-rtl {
  margin-left: 0;
  margin-right: 70.8333%;
}

.ant-hrmax-col-push-18.ant-hrmax-col-rtl {
  left: auto;
  right: 75%;
}

.ant-hrmax-col-pull-18.ant-hrmax-col-rtl {
  left: 75%;
  right: auto;
}

.ant-hrmax-col-offset-18.ant-hrmax-col-rtl {
  margin-left: 0;
  margin-right: 75%;
}

.ant-hrmax-col-push-19.ant-hrmax-col-rtl {
  left: auto;
  right: 79.1667%;
}

.ant-hrmax-col-pull-19.ant-hrmax-col-rtl {
  left: 79.1667%;
  right: auto;
}

.ant-hrmax-col-offset-19.ant-hrmax-col-rtl {
  margin-left: 0;
  margin-right: 79.1667%;
}

.ant-hrmax-col-push-20.ant-hrmax-col-rtl {
  left: auto;
  right: 83.3333%;
}

.ant-hrmax-col-pull-20.ant-hrmax-col-rtl {
  left: 83.3333%;
  right: auto;
}

.ant-hrmax-col-offset-20.ant-hrmax-col-rtl {
  margin-left: 0;
  margin-right: 83.3333%;
}

.ant-hrmax-col-push-21.ant-hrmax-col-rtl {
  left: auto;
  right: 87.5%;
}

.ant-hrmax-col-pull-21.ant-hrmax-col-rtl {
  left: 87.5%;
  right: auto;
}

.ant-hrmax-col-offset-21.ant-hrmax-col-rtl {
  margin-left: 0;
  margin-right: 87.5%;
}

.ant-hrmax-col-push-22.ant-hrmax-col-rtl {
  left: auto;
  right: 91.6667%;
}

.ant-hrmax-col-pull-22.ant-hrmax-col-rtl {
  left: 91.6667%;
  right: auto;
}

.ant-hrmax-col-offset-22.ant-hrmax-col-rtl {
  margin-left: 0;
  margin-right: 91.6667%;
}

.ant-hrmax-col-push-23.ant-hrmax-col-rtl {
  left: auto;
  right: 95.8333%;
}

.ant-hrmax-col-pull-23.ant-hrmax-col-rtl {
  left: 95.8333%;
  right: auto;
}

.ant-hrmax-col-offset-23.ant-hrmax-col-rtl {
  margin-left: 0;
  margin-right: 95.8333%;
}

.ant-hrmax-col-push-24.ant-hrmax-col-rtl {
  left: auto;
  right: 100%;
}

.ant-hrmax-col-pull-24.ant-hrmax-col-rtl {
  left: 100%;
  right: auto;
}

.ant-hrmax-col-offset-24.ant-hrmax-col-rtl {
  margin-left: 0;
  margin-right: 100%;
}

.ant-hrmax-col-xs-24 {
  flex: 0 0 100%;
  max-width: 100%;
  display: block;
}

.ant-hrmax-col-xs-push-24 {
  left: 100%;
}

.ant-hrmax-col-xs-pull-24 {
  right: 100%;
}

.ant-hrmax-col-xs-offset-24 {
  margin-left: 100%;
}

.ant-hrmax-col-xs-order-24 {
  order: 24;
}

.ant-hrmax-col-xs-23 {
  flex: 0 0 95.8333%;
  max-width: 95.8333%;
  display: block;
}

.ant-hrmax-col-xs-push-23 {
  left: 95.8333%;
}

.ant-hrmax-col-xs-pull-23 {
  right: 95.8333%;
}

.ant-hrmax-col-xs-offset-23 {
  margin-left: 95.8333%;
}

.ant-hrmax-col-xs-order-23 {
  order: 23;
}

.ant-hrmax-col-xs-22 {
  flex: 0 0 91.6667%;
  max-width: 91.6667%;
  display: block;
}

.ant-hrmax-col-xs-push-22 {
  left: 91.6667%;
}

.ant-hrmax-col-xs-pull-22 {
  right: 91.6667%;
}

.ant-hrmax-col-xs-offset-22 {
  margin-left: 91.6667%;
}

.ant-hrmax-col-xs-order-22 {
  order: 22;
}

.ant-hrmax-col-xs-21 {
  flex: 0 0 87.5%;
  max-width: 87.5%;
  display: block;
}

.ant-hrmax-col-xs-push-21 {
  left: 87.5%;
}

.ant-hrmax-col-xs-pull-21 {
  right: 87.5%;
}

.ant-hrmax-col-xs-offset-21 {
  margin-left: 87.5%;
}

.ant-hrmax-col-xs-order-21 {
  order: 21;
}

.ant-hrmax-col-xs-20 {
  flex: 0 0 83.3333%;
  max-width: 83.3333%;
  display: block;
}

.ant-hrmax-col-xs-push-20 {
  left: 83.3333%;
}

.ant-hrmax-col-xs-pull-20 {
  right: 83.3333%;
}

.ant-hrmax-col-xs-offset-20 {
  margin-left: 83.3333%;
}

.ant-hrmax-col-xs-order-20 {
  order: 20;
}

.ant-hrmax-col-xs-19 {
  flex: 0 0 79.1667%;
  max-width: 79.1667%;
  display: block;
}

.ant-hrmax-col-xs-push-19 {
  left: 79.1667%;
}

.ant-hrmax-col-xs-pull-19 {
  right: 79.1667%;
}

.ant-hrmax-col-xs-offset-19 {
  margin-left: 79.1667%;
}

.ant-hrmax-col-xs-order-19 {
  order: 19;
}

.ant-hrmax-col-xs-18 {
  flex: 0 0 75%;
  max-width: 75%;
  display: block;
}

.ant-hrmax-col-xs-push-18 {
  left: 75%;
}

.ant-hrmax-col-xs-pull-18 {
  right: 75%;
}

.ant-hrmax-col-xs-offset-18 {
  margin-left: 75%;
}

.ant-hrmax-col-xs-order-18 {
  order: 18;
}

.ant-hrmax-col-xs-17 {
  flex: 0 0 70.8333%;
  max-width: 70.8333%;
  display: block;
}

.ant-hrmax-col-xs-push-17 {
  left: 70.8333%;
}

.ant-hrmax-col-xs-pull-17 {
  right: 70.8333%;
}

.ant-hrmax-col-xs-offset-17 {
  margin-left: 70.8333%;
}

.ant-hrmax-col-xs-order-17 {
  order: 17;
}

.ant-hrmax-col-xs-16 {
  flex: 0 0 66.6667%;
  max-width: 66.6667%;
  display: block;
}

.ant-hrmax-col-xs-push-16 {
  left: 66.6667%;
}

.ant-hrmax-col-xs-pull-16 {
  right: 66.6667%;
}

.ant-hrmax-col-xs-offset-16 {
  margin-left: 66.6667%;
}

.ant-hrmax-col-xs-order-16 {
  order: 16;
}

.ant-hrmax-col-xs-15 {
  flex: 0 0 62.5%;
  max-width: 62.5%;
  display: block;
}

.ant-hrmax-col-xs-push-15 {
  left: 62.5%;
}

.ant-hrmax-col-xs-pull-15 {
  right: 62.5%;
}

.ant-hrmax-col-xs-offset-15 {
  margin-left: 62.5%;
}

.ant-hrmax-col-xs-order-15 {
  order: 15;
}

.ant-hrmax-col-xs-14 {
  flex: 0 0 58.3333%;
  max-width: 58.3333%;
  display: block;
}

.ant-hrmax-col-xs-push-14 {
  left: 58.3333%;
}

.ant-hrmax-col-xs-pull-14 {
  right: 58.3333%;
}

.ant-hrmax-col-xs-offset-14 {
  margin-left: 58.3333%;
}

.ant-hrmax-col-xs-order-14 {
  order: 14;
}

.ant-hrmax-col-xs-13 {
  flex: 0 0 54.1667%;
  max-width: 54.1667%;
  display: block;
}

.ant-hrmax-col-xs-push-13 {
  left: 54.1667%;
}

.ant-hrmax-col-xs-pull-13 {
  right: 54.1667%;
}

.ant-hrmax-col-xs-offset-13 {
  margin-left: 54.1667%;
}

.ant-hrmax-col-xs-order-13 {
  order: 13;
}

.ant-hrmax-col-xs-12 {
  flex: 0 0 50%;
  max-width: 50%;
  display: block;
}

.ant-hrmax-col-xs-push-12 {
  left: 50%;
}

.ant-hrmax-col-xs-pull-12 {
  right: 50%;
}

.ant-hrmax-col-xs-offset-12 {
  margin-left: 50%;
}

.ant-hrmax-col-xs-order-12 {
  order: 12;
}

.ant-hrmax-col-xs-11 {
  flex: 0 0 45.8333%;
  max-width: 45.8333%;
  display: block;
}

.ant-hrmax-col-xs-push-11 {
  left: 45.8333%;
}

.ant-hrmax-col-xs-pull-11 {
  right: 45.8333%;
}

.ant-hrmax-col-xs-offset-11 {
  margin-left: 45.8333%;
}

.ant-hrmax-col-xs-order-11 {
  order: 11;
}

.ant-hrmax-col-xs-10 {
  flex: 0 0 41.6667%;
  max-width: 41.6667%;
  display: block;
}

.ant-hrmax-col-xs-push-10 {
  left: 41.6667%;
}

.ant-hrmax-col-xs-pull-10 {
  right: 41.6667%;
}

.ant-hrmax-col-xs-offset-10 {
  margin-left: 41.6667%;
}

.ant-hrmax-col-xs-order-10 {
  order: 10;
}

.ant-hrmax-col-xs-9 {
  flex: 0 0 37.5%;
  max-width: 37.5%;
  display: block;
}

.ant-hrmax-col-xs-push-9 {
  left: 37.5%;
}

.ant-hrmax-col-xs-pull-9 {
  right: 37.5%;
}

.ant-hrmax-col-xs-offset-9 {
  margin-left: 37.5%;
}

.ant-hrmax-col-xs-order-9 {
  order: 9;
}

.ant-hrmax-col-xs-8 {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  display: block;
}

.ant-hrmax-col-xs-push-8 {
  left: 33.3333%;
}

.ant-hrmax-col-xs-pull-8 {
  right: 33.3333%;
}

.ant-hrmax-col-xs-offset-8 {
  margin-left: 33.3333%;
}

.ant-hrmax-col-xs-order-8 {
  order: 8;
}

.ant-hrmax-col-xs-7 {
  flex: 0 0 29.1667%;
  max-width: 29.1667%;
  display: block;
}

.ant-hrmax-col-xs-push-7 {
  left: 29.1667%;
}

.ant-hrmax-col-xs-pull-7 {
  right: 29.1667%;
}

.ant-hrmax-col-xs-offset-7 {
  margin-left: 29.1667%;
}

.ant-hrmax-col-xs-order-7 {
  order: 7;
}

.ant-hrmax-col-xs-6 {
  flex: 0 0 25%;
  max-width: 25%;
  display: block;
}

.ant-hrmax-col-xs-push-6 {
  left: 25%;
}

.ant-hrmax-col-xs-pull-6 {
  right: 25%;
}

.ant-hrmax-col-xs-offset-6 {
  margin-left: 25%;
}

.ant-hrmax-col-xs-order-6 {
  order: 6;
}

.ant-hrmax-col-xs-5 {
  flex: 0 0 20.8333%;
  max-width: 20.8333%;
  display: block;
}

.ant-hrmax-col-xs-push-5 {
  left: 20.8333%;
}

.ant-hrmax-col-xs-pull-5 {
  right: 20.8333%;
}

.ant-hrmax-col-xs-offset-5 {
  margin-left: 20.8333%;
}

.ant-hrmax-col-xs-order-5 {
  order: 5;
}

.ant-hrmax-col-xs-4 {
  flex: 0 0 16.6667%;
  max-width: 16.6667%;
  display: block;
}

.ant-hrmax-col-xs-push-4 {
  left: 16.6667%;
}

.ant-hrmax-col-xs-pull-4 {
  right: 16.6667%;
}

.ant-hrmax-col-xs-offset-4 {
  margin-left: 16.6667%;
}

.ant-hrmax-col-xs-order-4 {
  order: 4;
}

.ant-hrmax-col-xs-3 {
  flex: 0 0 12.5%;
  max-width: 12.5%;
  display: block;
}

.ant-hrmax-col-xs-push-3 {
  left: 12.5%;
}

.ant-hrmax-col-xs-pull-3 {
  right: 12.5%;
}

.ant-hrmax-col-xs-offset-3 {
  margin-left: 12.5%;
}

.ant-hrmax-col-xs-order-3 {
  order: 3;
}

.ant-hrmax-col-xs-2 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
  display: block;
}

.ant-hrmax-col-xs-push-2 {
  left: 8.33333%;
}

.ant-hrmax-col-xs-pull-2 {
  right: 8.33333%;
}

.ant-hrmax-col-xs-offset-2 {
  margin-left: 8.33333%;
}

.ant-hrmax-col-xs-order-2 {
  order: 2;
}

.ant-hrmax-col-xs-1 {
  flex: 0 0 4.16667%;
  max-width: 4.16667%;
  display: block;
}

.ant-hrmax-col-xs-push-1 {
  left: 4.16667%;
}

.ant-hrmax-col-xs-pull-1 {
  right: 4.16667%;
}

.ant-hrmax-col-xs-offset-1 {
  margin-left: 4.16667%;
}

.ant-hrmax-col-xs-order-1 {
  order: 1;
}

.ant-hrmax-col-xs-0 {
  display: none;
}

.ant-hrmax-col-push-0 {
  left: auto;
}

.ant-hrmax-col-pull-0 {
  right: auto;
}

.ant-hrmax-col-xs-push-0 {
  left: auto;
}

.ant-hrmax-col-xs-pull-0 {
  right: auto;
}

.ant-hrmax-col-xs-offset-0 {
  margin-left: 0;
}

.ant-hrmax-col-xs-order-0 {
  order: 0;
}

.ant-hrmax-col-push-0.ant-hrmax-col-rtl {
  right: auto;
}

.ant-hrmax-col-pull-0.ant-hrmax-col-rtl {
  left: auto;
}

.ant-hrmax-col-xs-push-0.ant-hrmax-col-rtl {
  right: auto;
}

.ant-hrmax-col-xs-pull-0.ant-hrmax-col-rtl {
  left: auto;
}

.ant-hrmax-col-xs-offset-0.ant-hrmax-col-rtl {
  margin-right: 0;
}

.ant-hrmax-col-xs-push-1.ant-hrmax-col-rtl {
  left: auto;
  right: 4.16667%;
}

.ant-hrmax-col-xs-pull-1.ant-hrmax-col-rtl {
  left: 4.16667%;
  right: auto;
}

.ant-hrmax-col-xs-offset-1.ant-hrmax-col-rtl {
  margin-left: 0;
  margin-right: 4.16667%;
}

.ant-hrmax-col-xs-push-2.ant-hrmax-col-rtl {
  left: auto;
  right: 8.33333%;
}

.ant-hrmax-col-xs-pull-2.ant-hrmax-col-rtl {
  left: 8.33333%;
  right: auto;
}

.ant-hrmax-col-xs-offset-2.ant-hrmax-col-rtl {
  margin-left: 0;
  margin-right: 8.33333%;
}

.ant-hrmax-col-xs-push-3.ant-hrmax-col-rtl {
  left: auto;
  right: 12.5%;
}

.ant-hrmax-col-xs-pull-3.ant-hrmax-col-rtl {
  left: 12.5%;
  right: auto;
}

.ant-hrmax-col-xs-offset-3.ant-hrmax-col-rtl {
  margin-left: 0;
  margin-right: 12.5%;
}

.ant-hrmax-col-xs-push-4.ant-hrmax-col-rtl {
  left: auto;
  right: 16.6667%;
}

.ant-hrmax-col-xs-pull-4.ant-hrmax-col-rtl {
  left: 16.6667%;
  right: auto;
}

.ant-hrmax-col-xs-offset-4.ant-hrmax-col-rtl {
  margin-left: 0;
  margin-right: 16.6667%;
}

.ant-hrmax-col-xs-push-5.ant-hrmax-col-rtl {
  left: auto;
  right: 20.8333%;
}

.ant-hrmax-col-xs-pull-5.ant-hrmax-col-rtl {
  left: 20.8333%;
  right: auto;
}

.ant-hrmax-col-xs-offset-5.ant-hrmax-col-rtl {
  margin-left: 0;
  margin-right: 20.8333%;
}

.ant-hrmax-col-xs-push-6.ant-hrmax-col-rtl {
  left: auto;
  right: 25%;
}

.ant-hrmax-col-xs-pull-6.ant-hrmax-col-rtl {
  left: 25%;
  right: auto;
}

.ant-hrmax-col-xs-offset-6.ant-hrmax-col-rtl {
  margin-left: 0;
  margin-right: 25%;
}

.ant-hrmax-col-xs-push-7.ant-hrmax-col-rtl {
  left: auto;
  right: 29.1667%;
}

.ant-hrmax-col-xs-pull-7.ant-hrmax-col-rtl {
  left: 29.1667%;
  right: auto;
}

.ant-hrmax-col-xs-offset-7.ant-hrmax-col-rtl {
  margin-left: 0;
  margin-right: 29.1667%;
}

.ant-hrmax-col-xs-push-8.ant-hrmax-col-rtl {
  left: auto;
  right: 33.3333%;
}

.ant-hrmax-col-xs-pull-8.ant-hrmax-col-rtl {
  left: 33.3333%;
  right: auto;
}

.ant-hrmax-col-xs-offset-8.ant-hrmax-col-rtl {
  margin-left: 0;
  margin-right: 33.3333%;
}

.ant-hrmax-col-xs-push-9.ant-hrmax-col-rtl {
  left: auto;
  right: 37.5%;
}

.ant-hrmax-col-xs-pull-9.ant-hrmax-col-rtl {
  left: 37.5%;
  right: auto;
}

.ant-hrmax-col-xs-offset-9.ant-hrmax-col-rtl {
  margin-left: 0;
  margin-right: 37.5%;
}

.ant-hrmax-col-xs-push-10.ant-hrmax-col-rtl {
  left: auto;
  right: 41.6667%;
}

.ant-hrmax-col-xs-pull-10.ant-hrmax-col-rtl {
  left: 41.6667%;
  right: auto;
}

.ant-hrmax-col-xs-offset-10.ant-hrmax-col-rtl {
  margin-left: 0;
  margin-right: 41.6667%;
}

.ant-hrmax-col-xs-push-11.ant-hrmax-col-rtl {
  left: auto;
  right: 45.8333%;
}

.ant-hrmax-col-xs-pull-11.ant-hrmax-col-rtl {
  left: 45.8333%;
  right: auto;
}

.ant-hrmax-col-xs-offset-11.ant-hrmax-col-rtl {
  margin-left: 0;
  margin-right: 45.8333%;
}

.ant-hrmax-col-xs-push-12.ant-hrmax-col-rtl {
  left: auto;
  right: 50%;
}

.ant-hrmax-col-xs-pull-12.ant-hrmax-col-rtl {
  left: 50%;
  right: auto;
}

.ant-hrmax-col-xs-offset-12.ant-hrmax-col-rtl {
  margin-left: 0;
  margin-right: 50%;
}

.ant-hrmax-col-xs-push-13.ant-hrmax-col-rtl {
  left: auto;
  right: 54.1667%;
}

.ant-hrmax-col-xs-pull-13.ant-hrmax-col-rtl {
  left: 54.1667%;
  right: auto;
}

.ant-hrmax-col-xs-offset-13.ant-hrmax-col-rtl {
  margin-left: 0;
  margin-right: 54.1667%;
}

.ant-hrmax-col-xs-push-14.ant-hrmax-col-rtl {
  left: auto;
  right: 58.3333%;
}

.ant-hrmax-col-xs-pull-14.ant-hrmax-col-rtl {
  left: 58.3333%;
  right: auto;
}

.ant-hrmax-col-xs-offset-14.ant-hrmax-col-rtl {
  margin-left: 0;
  margin-right: 58.3333%;
}

.ant-hrmax-col-xs-push-15.ant-hrmax-col-rtl {
  left: auto;
  right: 62.5%;
}

.ant-hrmax-col-xs-pull-15.ant-hrmax-col-rtl {
  left: 62.5%;
  right: auto;
}

.ant-hrmax-col-xs-offset-15.ant-hrmax-col-rtl {
  margin-left: 0;
  margin-right: 62.5%;
}

.ant-hrmax-col-xs-push-16.ant-hrmax-col-rtl {
  left: auto;
  right: 66.6667%;
}

.ant-hrmax-col-xs-pull-16.ant-hrmax-col-rtl {
  left: 66.6667%;
  right: auto;
}

.ant-hrmax-col-xs-offset-16.ant-hrmax-col-rtl {
  margin-left: 0;
  margin-right: 66.6667%;
}

.ant-hrmax-col-xs-push-17.ant-hrmax-col-rtl {
  left: auto;
  right: 70.8333%;
}

.ant-hrmax-col-xs-pull-17.ant-hrmax-col-rtl {
  left: 70.8333%;
  right: auto;
}

.ant-hrmax-col-xs-offset-17.ant-hrmax-col-rtl {
  margin-left: 0;
  margin-right: 70.8333%;
}

.ant-hrmax-col-xs-push-18.ant-hrmax-col-rtl {
  left: auto;
  right: 75%;
}

.ant-hrmax-col-xs-pull-18.ant-hrmax-col-rtl {
  left: 75%;
  right: auto;
}

.ant-hrmax-col-xs-offset-18.ant-hrmax-col-rtl {
  margin-left: 0;
  margin-right: 75%;
}

.ant-hrmax-col-xs-push-19.ant-hrmax-col-rtl {
  left: auto;
  right: 79.1667%;
}

.ant-hrmax-col-xs-pull-19.ant-hrmax-col-rtl {
  left: 79.1667%;
  right: auto;
}

.ant-hrmax-col-xs-offset-19.ant-hrmax-col-rtl {
  margin-left: 0;
  margin-right: 79.1667%;
}

.ant-hrmax-col-xs-push-20.ant-hrmax-col-rtl {
  left: auto;
  right: 83.3333%;
}

.ant-hrmax-col-xs-pull-20.ant-hrmax-col-rtl {
  left: 83.3333%;
  right: auto;
}

.ant-hrmax-col-xs-offset-20.ant-hrmax-col-rtl {
  margin-left: 0;
  margin-right: 83.3333%;
}

.ant-hrmax-col-xs-push-21.ant-hrmax-col-rtl {
  left: auto;
  right: 87.5%;
}

.ant-hrmax-col-xs-pull-21.ant-hrmax-col-rtl {
  left: 87.5%;
  right: auto;
}

.ant-hrmax-col-xs-offset-21.ant-hrmax-col-rtl {
  margin-left: 0;
  margin-right: 87.5%;
}

.ant-hrmax-col-xs-push-22.ant-hrmax-col-rtl {
  left: auto;
  right: 91.6667%;
}

.ant-hrmax-col-xs-pull-22.ant-hrmax-col-rtl {
  left: 91.6667%;
  right: auto;
}

.ant-hrmax-col-xs-offset-22.ant-hrmax-col-rtl {
  margin-left: 0;
  margin-right: 91.6667%;
}

.ant-hrmax-col-xs-push-23.ant-hrmax-col-rtl {
  left: auto;
  right: 95.8333%;
}

.ant-hrmax-col-xs-pull-23.ant-hrmax-col-rtl {
  left: 95.8333%;
  right: auto;
}

.ant-hrmax-col-xs-offset-23.ant-hrmax-col-rtl {
  margin-left: 0;
  margin-right: 95.8333%;
}

.ant-hrmax-col-xs-push-24.ant-hrmax-col-rtl {
  left: auto;
  right: 100%;
}

.ant-hrmax-col-xs-pull-24.ant-hrmax-col-rtl {
  left: 100%;
  right: auto;
}

.ant-hrmax-col-xs-offset-24.ant-hrmax-col-rtl {
  margin-left: 0;
  margin-right: 100%;
}

@media (width >= 576px) {
  .ant-hrmax-col-sm-24 {
    flex: 0 0 100%;
    max-width: 100%;
    display: block;
  }

  .ant-hrmax-col-sm-push-24 {
    left: 100%;
  }

  .ant-hrmax-col-sm-pull-24 {
    right: 100%;
  }

  .ant-hrmax-col-sm-offset-24 {
    margin-left: 100%;
  }

  .ant-hrmax-col-sm-order-24 {
    order: 24;
  }

  .ant-hrmax-col-sm-23 {
    flex: 0 0 95.8333%;
    max-width: 95.8333%;
    display: block;
  }

  .ant-hrmax-col-sm-push-23 {
    left: 95.8333%;
  }

  .ant-hrmax-col-sm-pull-23 {
    right: 95.8333%;
  }

  .ant-hrmax-col-sm-offset-23 {
    margin-left: 95.8333%;
  }

  .ant-hrmax-col-sm-order-23 {
    order: 23;
  }

  .ant-hrmax-col-sm-22 {
    flex: 0 0 91.6667%;
    max-width: 91.6667%;
    display: block;
  }

  .ant-hrmax-col-sm-push-22 {
    left: 91.6667%;
  }

  .ant-hrmax-col-sm-pull-22 {
    right: 91.6667%;
  }

  .ant-hrmax-col-sm-offset-22 {
    margin-left: 91.6667%;
  }

  .ant-hrmax-col-sm-order-22 {
    order: 22;
  }

  .ant-hrmax-col-sm-21 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
    display: block;
  }

  .ant-hrmax-col-sm-push-21 {
    left: 87.5%;
  }

  .ant-hrmax-col-sm-pull-21 {
    right: 87.5%;
  }

  .ant-hrmax-col-sm-offset-21 {
    margin-left: 87.5%;
  }

  .ant-hrmax-col-sm-order-21 {
    order: 21;
  }

  .ant-hrmax-col-sm-20 {
    flex: 0 0 83.3333%;
    max-width: 83.3333%;
    display: block;
  }

  .ant-hrmax-col-sm-push-20 {
    left: 83.3333%;
  }

  .ant-hrmax-col-sm-pull-20 {
    right: 83.3333%;
  }

  .ant-hrmax-col-sm-offset-20 {
    margin-left: 83.3333%;
  }

  .ant-hrmax-col-sm-order-20 {
    order: 20;
  }

  .ant-hrmax-col-sm-19 {
    flex: 0 0 79.1667%;
    max-width: 79.1667%;
    display: block;
  }

  .ant-hrmax-col-sm-push-19 {
    left: 79.1667%;
  }

  .ant-hrmax-col-sm-pull-19 {
    right: 79.1667%;
  }

  .ant-hrmax-col-sm-offset-19 {
    margin-left: 79.1667%;
  }

  .ant-hrmax-col-sm-order-19 {
    order: 19;
  }

  .ant-hrmax-col-sm-18 {
    flex: 0 0 75%;
    max-width: 75%;
    display: block;
  }

  .ant-hrmax-col-sm-push-18 {
    left: 75%;
  }

  .ant-hrmax-col-sm-pull-18 {
    right: 75%;
  }

  .ant-hrmax-col-sm-offset-18 {
    margin-left: 75%;
  }

  .ant-hrmax-col-sm-order-18 {
    order: 18;
  }

  .ant-hrmax-col-sm-17 {
    flex: 0 0 70.8333%;
    max-width: 70.8333%;
    display: block;
  }

  .ant-hrmax-col-sm-push-17 {
    left: 70.8333%;
  }

  .ant-hrmax-col-sm-pull-17 {
    right: 70.8333%;
  }

  .ant-hrmax-col-sm-offset-17 {
    margin-left: 70.8333%;
  }

  .ant-hrmax-col-sm-order-17 {
    order: 17;
  }

  .ant-hrmax-col-sm-16 {
    flex: 0 0 66.6667%;
    max-width: 66.6667%;
    display: block;
  }

  .ant-hrmax-col-sm-push-16 {
    left: 66.6667%;
  }

  .ant-hrmax-col-sm-pull-16 {
    right: 66.6667%;
  }

  .ant-hrmax-col-sm-offset-16 {
    margin-left: 66.6667%;
  }

  .ant-hrmax-col-sm-order-16 {
    order: 16;
  }

  .ant-hrmax-col-sm-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
    display: block;
  }

  .ant-hrmax-col-sm-push-15 {
    left: 62.5%;
  }

  .ant-hrmax-col-sm-pull-15 {
    right: 62.5%;
  }

  .ant-hrmax-col-sm-offset-15 {
    margin-left: 62.5%;
  }

  .ant-hrmax-col-sm-order-15 {
    order: 15;
  }

  .ant-hrmax-col-sm-14 {
    flex: 0 0 58.3333%;
    max-width: 58.3333%;
    display: block;
  }

  .ant-hrmax-col-sm-push-14 {
    left: 58.3333%;
  }

  .ant-hrmax-col-sm-pull-14 {
    right: 58.3333%;
  }

  .ant-hrmax-col-sm-offset-14 {
    margin-left: 58.3333%;
  }

  .ant-hrmax-col-sm-order-14 {
    order: 14;
  }

  .ant-hrmax-col-sm-13 {
    flex: 0 0 54.1667%;
    max-width: 54.1667%;
    display: block;
  }

  .ant-hrmax-col-sm-push-13 {
    left: 54.1667%;
  }

  .ant-hrmax-col-sm-pull-13 {
    right: 54.1667%;
  }

  .ant-hrmax-col-sm-offset-13 {
    margin-left: 54.1667%;
  }

  .ant-hrmax-col-sm-order-13 {
    order: 13;
  }

  .ant-hrmax-col-sm-12 {
    flex: 0 0 50%;
    max-width: 50%;
    display: block;
  }

  .ant-hrmax-col-sm-push-12 {
    left: 50%;
  }

  .ant-hrmax-col-sm-pull-12 {
    right: 50%;
  }

  .ant-hrmax-col-sm-offset-12 {
    margin-left: 50%;
  }

  .ant-hrmax-col-sm-order-12 {
    order: 12;
  }

  .ant-hrmax-col-sm-11 {
    flex: 0 0 45.8333%;
    max-width: 45.8333%;
    display: block;
  }

  .ant-hrmax-col-sm-push-11 {
    left: 45.8333%;
  }

  .ant-hrmax-col-sm-pull-11 {
    right: 45.8333%;
  }

  .ant-hrmax-col-sm-offset-11 {
    margin-left: 45.8333%;
  }

  .ant-hrmax-col-sm-order-11 {
    order: 11;
  }

  .ant-hrmax-col-sm-10 {
    flex: 0 0 41.6667%;
    max-width: 41.6667%;
    display: block;
  }

  .ant-hrmax-col-sm-push-10 {
    left: 41.6667%;
  }

  .ant-hrmax-col-sm-pull-10 {
    right: 41.6667%;
  }

  .ant-hrmax-col-sm-offset-10 {
    margin-left: 41.6667%;
  }

  .ant-hrmax-col-sm-order-10 {
    order: 10;
  }

  .ant-hrmax-col-sm-9 {
    flex: 0 0 37.5%;
    max-width: 37.5%;
    display: block;
  }

  .ant-hrmax-col-sm-push-9 {
    left: 37.5%;
  }

  .ant-hrmax-col-sm-pull-9 {
    right: 37.5%;
  }

  .ant-hrmax-col-sm-offset-9 {
    margin-left: 37.5%;
  }

  .ant-hrmax-col-sm-order-9 {
    order: 9;
  }

  .ant-hrmax-col-sm-8 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    display: block;
  }

  .ant-hrmax-col-sm-push-8 {
    left: 33.3333%;
  }

  .ant-hrmax-col-sm-pull-8 {
    right: 33.3333%;
  }

  .ant-hrmax-col-sm-offset-8 {
    margin-left: 33.3333%;
  }

  .ant-hrmax-col-sm-order-8 {
    order: 8;
  }

  .ant-hrmax-col-sm-7 {
    flex: 0 0 29.1667%;
    max-width: 29.1667%;
    display: block;
  }

  .ant-hrmax-col-sm-push-7 {
    left: 29.1667%;
  }

  .ant-hrmax-col-sm-pull-7 {
    right: 29.1667%;
  }

  .ant-hrmax-col-sm-offset-7 {
    margin-left: 29.1667%;
  }

  .ant-hrmax-col-sm-order-7 {
    order: 7;
  }

  .ant-hrmax-col-sm-6 {
    flex: 0 0 25%;
    max-width: 25%;
    display: block;
  }

  .ant-hrmax-col-sm-push-6 {
    left: 25%;
  }

  .ant-hrmax-col-sm-pull-6 {
    right: 25%;
  }

  .ant-hrmax-col-sm-offset-6 {
    margin-left: 25%;
  }

  .ant-hrmax-col-sm-order-6 {
    order: 6;
  }

  .ant-hrmax-col-sm-5 {
    flex: 0 0 20.8333%;
    max-width: 20.8333%;
    display: block;
  }

  .ant-hrmax-col-sm-push-5 {
    left: 20.8333%;
  }

  .ant-hrmax-col-sm-pull-5 {
    right: 20.8333%;
  }

  .ant-hrmax-col-sm-offset-5 {
    margin-left: 20.8333%;
  }

  .ant-hrmax-col-sm-order-5 {
    order: 5;
  }

  .ant-hrmax-col-sm-4 {
    flex: 0 0 16.6667%;
    max-width: 16.6667%;
    display: block;
  }

  .ant-hrmax-col-sm-push-4 {
    left: 16.6667%;
  }

  .ant-hrmax-col-sm-pull-4 {
    right: 16.6667%;
  }

  .ant-hrmax-col-sm-offset-4 {
    margin-left: 16.6667%;
  }

  .ant-hrmax-col-sm-order-4 {
    order: 4;
  }

  .ant-hrmax-col-sm-3 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
    display: block;
  }

  .ant-hrmax-col-sm-push-3 {
    left: 12.5%;
  }

  .ant-hrmax-col-sm-pull-3 {
    right: 12.5%;
  }

  .ant-hrmax-col-sm-offset-3 {
    margin-left: 12.5%;
  }

  .ant-hrmax-col-sm-order-3 {
    order: 3;
  }

  .ant-hrmax-col-sm-2 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    display: block;
  }

  .ant-hrmax-col-sm-push-2 {
    left: 8.33333%;
  }

  .ant-hrmax-col-sm-pull-2 {
    right: 8.33333%;
  }

  .ant-hrmax-col-sm-offset-2 {
    margin-left: 8.33333%;
  }

  .ant-hrmax-col-sm-order-2 {
    order: 2;
  }

  .ant-hrmax-col-sm-1 {
    flex: 0 0 4.16667%;
    max-width: 4.16667%;
    display: block;
  }

  .ant-hrmax-col-sm-push-1 {
    left: 4.16667%;
  }

  .ant-hrmax-col-sm-pull-1 {
    right: 4.16667%;
  }

  .ant-hrmax-col-sm-offset-1 {
    margin-left: 4.16667%;
  }

  .ant-hrmax-col-sm-order-1 {
    order: 1;
  }

  .ant-hrmax-col-sm-0 {
    display: none;
  }

  .ant-hrmax-col-push-0 {
    left: auto;
  }

  .ant-hrmax-col-pull-0 {
    right: auto;
  }

  .ant-hrmax-col-sm-push-0 {
    left: auto;
  }

  .ant-hrmax-col-sm-pull-0 {
    right: auto;
  }

  .ant-hrmax-col-sm-offset-0 {
    margin-left: 0;
  }

  .ant-hrmax-col-sm-order-0 {
    order: 0;
  }

  .ant-hrmax-col-push-0.ant-hrmax-col-rtl {
    right: auto;
  }

  .ant-hrmax-col-pull-0.ant-hrmax-col-rtl {
    left: auto;
  }

  .ant-hrmax-col-sm-push-0.ant-hrmax-col-rtl {
    right: auto;
  }

  .ant-hrmax-col-sm-pull-0.ant-hrmax-col-rtl {
    left: auto;
  }

  .ant-hrmax-col-sm-offset-0.ant-hrmax-col-rtl {
    margin-right: 0;
  }

  .ant-hrmax-col-sm-push-1.ant-hrmax-col-rtl {
    left: auto;
    right: 4.16667%;
  }

  .ant-hrmax-col-sm-pull-1.ant-hrmax-col-rtl {
    left: 4.16667%;
    right: auto;
  }

  .ant-hrmax-col-sm-offset-1.ant-hrmax-col-rtl {
    margin-left: 0;
    margin-right: 4.16667%;
  }

  .ant-hrmax-col-sm-push-2.ant-hrmax-col-rtl {
    left: auto;
    right: 8.33333%;
  }

  .ant-hrmax-col-sm-pull-2.ant-hrmax-col-rtl {
    left: 8.33333%;
    right: auto;
  }

  .ant-hrmax-col-sm-offset-2.ant-hrmax-col-rtl {
    margin-left: 0;
    margin-right: 8.33333%;
  }

  .ant-hrmax-col-sm-push-3.ant-hrmax-col-rtl {
    left: auto;
    right: 12.5%;
  }

  .ant-hrmax-col-sm-pull-3.ant-hrmax-col-rtl {
    left: 12.5%;
    right: auto;
  }

  .ant-hrmax-col-sm-offset-3.ant-hrmax-col-rtl {
    margin-left: 0;
    margin-right: 12.5%;
  }

  .ant-hrmax-col-sm-push-4.ant-hrmax-col-rtl {
    left: auto;
    right: 16.6667%;
  }

  .ant-hrmax-col-sm-pull-4.ant-hrmax-col-rtl {
    left: 16.6667%;
    right: auto;
  }

  .ant-hrmax-col-sm-offset-4.ant-hrmax-col-rtl {
    margin-left: 0;
    margin-right: 16.6667%;
  }

  .ant-hrmax-col-sm-push-5.ant-hrmax-col-rtl {
    left: auto;
    right: 20.8333%;
  }

  .ant-hrmax-col-sm-pull-5.ant-hrmax-col-rtl {
    left: 20.8333%;
    right: auto;
  }

  .ant-hrmax-col-sm-offset-5.ant-hrmax-col-rtl {
    margin-left: 0;
    margin-right: 20.8333%;
  }

  .ant-hrmax-col-sm-push-6.ant-hrmax-col-rtl {
    left: auto;
    right: 25%;
  }

  .ant-hrmax-col-sm-pull-6.ant-hrmax-col-rtl {
    left: 25%;
    right: auto;
  }

  .ant-hrmax-col-sm-offset-6.ant-hrmax-col-rtl {
    margin-left: 0;
    margin-right: 25%;
  }

  .ant-hrmax-col-sm-push-7.ant-hrmax-col-rtl {
    left: auto;
    right: 29.1667%;
  }

  .ant-hrmax-col-sm-pull-7.ant-hrmax-col-rtl {
    left: 29.1667%;
    right: auto;
  }

  .ant-hrmax-col-sm-offset-7.ant-hrmax-col-rtl {
    margin-left: 0;
    margin-right: 29.1667%;
  }

  .ant-hrmax-col-sm-push-8.ant-hrmax-col-rtl {
    left: auto;
    right: 33.3333%;
  }

  .ant-hrmax-col-sm-pull-8.ant-hrmax-col-rtl {
    left: 33.3333%;
    right: auto;
  }

  .ant-hrmax-col-sm-offset-8.ant-hrmax-col-rtl {
    margin-left: 0;
    margin-right: 33.3333%;
  }

  .ant-hrmax-col-sm-push-9.ant-hrmax-col-rtl {
    left: auto;
    right: 37.5%;
  }

  .ant-hrmax-col-sm-pull-9.ant-hrmax-col-rtl {
    left: 37.5%;
    right: auto;
  }

  .ant-hrmax-col-sm-offset-9.ant-hrmax-col-rtl {
    margin-left: 0;
    margin-right: 37.5%;
  }

  .ant-hrmax-col-sm-push-10.ant-hrmax-col-rtl {
    left: auto;
    right: 41.6667%;
  }

  .ant-hrmax-col-sm-pull-10.ant-hrmax-col-rtl {
    left: 41.6667%;
    right: auto;
  }

  .ant-hrmax-col-sm-offset-10.ant-hrmax-col-rtl {
    margin-left: 0;
    margin-right: 41.6667%;
  }

  .ant-hrmax-col-sm-push-11.ant-hrmax-col-rtl {
    left: auto;
    right: 45.8333%;
  }

  .ant-hrmax-col-sm-pull-11.ant-hrmax-col-rtl {
    left: 45.8333%;
    right: auto;
  }

  .ant-hrmax-col-sm-offset-11.ant-hrmax-col-rtl {
    margin-left: 0;
    margin-right: 45.8333%;
  }

  .ant-hrmax-col-sm-push-12.ant-hrmax-col-rtl {
    left: auto;
    right: 50%;
  }

  .ant-hrmax-col-sm-pull-12.ant-hrmax-col-rtl {
    left: 50%;
    right: auto;
  }

  .ant-hrmax-col-sm-offset-12.ant-hrmax-col-rtl {
    margin-left: 0;
    margin-right: 50%;
  }

  .ant-hrmax-col-sm-push-13.ant-hrmax-col-rtl {
    left: auto;
    right: 54.1667%;
  }

  .ant-hrmax-col-sm-pull-13.ant-hrmax-col-rtl {
    left: 54.1667%;
    right: auto;
  }

  .ant-hrmax-col-sm-offset-13.ant-hrmax-col-rtl {
    margin-left: 0;
    margin-right: 54.1667%;
  }

  .ant-hrmax-col-sm-push-14.ant-hrmax-col-rtl {
    left: auto;
    right: 58.3333%;
  }

  .ant-hrmax-col-sm-pull-14.ant-hrmax-col-rtl {
    left: 58.3333%;
    right: auto;
  }

  .ant-hrmax-col-sm-offset-14.ant-hrmax-col-rtl {
    margin-left: 0;
    margin-right: 58.3333%;
  }

  .ant-hrmax-col-sm-push-15.ant-hrmax-col-rtl {
    left: auto;
    right: 62.5%;
  }

  .ant-hrmax-col-sm-pull-15.ant-hrmax-col-rtl {
    left: 62.5%;
    right: auto;
  }

  .ant-hrmax-col-sm-offset-15.ant-hrmax-col-rtl {
    margin-left: 0;
    margin-right: 62.5%;
  }

  .ant-hrmax-col-sm-push-16.ant-hrmax-col-rtl {
    left: auto;
    right: 66.6667%;
  }

  .ant-hrmax-col-sm-pull-16.ant-hrmax-col-rtl {
    left: 66.6667%;
    right: auto;
  }

  .ant-hrmax-col-sm-offset-16.ant-hrmax-col-rtl {
    margin-left: 0;
    margin-right: 66.6667%;
  }

  .ant-hrmax-col-sm-push-17.ant-hrmax-col-rtl {
    left: auto;
    right: 70.8333%;
  }

  .ant-hrmax-col-sm-pull-17.ant-hrmax-col-rtl {
    left: 70.8333%;
    right: auto;
  }

  .ant-hrmax-col-sm-offset-17.ant-hrmax-col-rtl {
    margin-left: 0;
    margin-right: 70.8333%;
  }

  .ant-hrmax-col-sm-push-18.ant-hrmax-col-rtl {
    left: auto;
    right: 75%;
  }

  .ant-hrmax-col-sm-pull-18.ant-hrmax-col-rtl {
    left: 75%;
    right: auto;
  }

  .ant-hrmax-col-sm-offset-18.ant-hrmax-col-rtl {
    margin-left: 0;
    margin-right: 75%;
  }

  .ant-hrmax-col-sm-push-19.ant-hrmax-col-rtl {
    left: auto;
    right: 79.1667%;
  }

  .ant-hrmax-col-sm-pull-19.ant-hrmax-col-rtl {
    left: 79.1667%;
    right: auto;
  }

  .ant-hrmax-col-sm-offset-19.ant-hrmax-col-rtl {
    margin-left: 0;
    margin-right: 79.1667%;
  }

  .ant-hrmax-col-sm-push-20.ant-hrmax-col-rtl {
    left: auto;
    right: 83.3333%;
  }

  .ant-hrmax-col-sm-pull-20.ant-hrmax-col-rtl {
    left: 83.3333%;
    right: auto;
  }

  .ant-hrmax-col-sm-offset-20.ant-hrmax-col-rtl {
    margin-left: 0;
    margin-right: 83.3333%;
  }

  .ant-hrmax-col-sm-push-21.ant-hrmax-col-rtl {
    left: auto;
    right: 87.5%;
  }

  .ant-hrmax-col-sm-pull-21.ant-hrmax-col-rtl {
    left: 87.5%;
    right: auto;
  }

  .ant-hrmax-col-sm-offset-21.ant-hrmax-col-rtl {
    margin-left: 0;
    margin-right: 87.5%;
  }

  .ant-hrmax-col-sm-push-22.ant-hrmax-col-rtl {
    left: auto;
    right: 91.6667%;
  }

  .ant-hrmax-col-sm-pull-22.ant-hrmax-col-rtl {
    left: 91.6667%;
    right: auto;
  }

  .ant-hrmax-col-sm-offset-22.ant-hrmax-col-rtl {
    margin-left: 0;
    margin-right: 91.6667%;
  }

  .ant-hrmax-col-sm-push-23.ant-hrmax-col-rtl {
    left: auto;
    right: 95.8333%;
  }

  .ant-hrmax-col-sm-pull-23.ant-hrmax-col-rtl {
    left: 95.8333%;
    right: auto;
  }

  .ant-hrmax-col-sm-offset-23.ant-hrmax-col-rtl {
    margin-left: 0;
    margin-right: 95.8333%;
  }

  .ant-hrmax-col-sm-push-24.ant-hrmax-col-rtl {
    left: auto;
    right: 100%;
  }

  .ant-hrmax-col-sm-pull-24.ant-hrmax-col-rtl {
    left: 100%;
    right: auto;
  }

  .ant-hrmax-col-sm-offset-24.ant-hrmax-col-rtl {
    margin-left: 0;
    margin-right: 100%;
  }
}

@media (width >= 768px) {
  .ant-hrmax-col-md-24 {
    flex: 0 0 100%;
    max-width: 100%;
    display: block;
  }

  .ant-hrmax-col-md-push-24 {
    left: 100%;
  }

  .ant-hrmax-col-md-pull-24 {
    right: 100%;
  }

  .ant-hrmax-col-md-offset-24 {
    margin-left: 100%;
  }

  .ant-hrmax-col-md-order-24 {
    order: 24;
  }

  .ant-hrmax-col-md-23 {
    flex: 0 0 95.8333%;
    max-width: 95.8333%;
    display: block;
  }

  .ant-hrmax-col-md-push-23 {
    left: 95.8333%;
  }

  .ant-hrmax-col-md-pull-23 {
    right: 95.8333%;
  }

  .ant-hrmax-col-md-offset-23 {
    margin-left: 95.8333%;
  }

  .ant-hrmax-col-md-order-23 {
    order: 23;
  }

  .ant-hrmax-col-md-22 {
    flex: 0 0 91.6667%;
    max-width: 91.6667%;
    display: block;
  }

  .ant-hrmax-col-md-push-22 {
    left: 91.6667%;
  }

  .ant-hrmax-col-md-pull-22 {
    right: 91.6667%;
  }

  .ant-hrmax-col-md-offset-22 {
    margin-left: 91.6667%;
  }

  .ant-hrmax-col-md-order-22 {
    order: 22;
  }

  .ant-hrmax-col-md-21 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
    display: block;
  }

  .ant-hrmax-col-md-push-21 {
    left: 87.5%;
  }

  .ant-hrmax-col-md-pull-21 {
    right: 87.5%;
  }

  .ant-hrmax-col-md-offset-21 {
    margin-left: 87.5%;
  }

  .ant-hrmax-col-md-order-21 {
    order: 21;
  }

  .ant-hrmax-col-md-20 {
    flex: 0 0 83.3333%;
    max-width: 83.3333%;
    display: block;
  }

  .ant-hrmax-col-md-push-20 {
    left: 83.3333%;
  }

  .ant-hrmax-col-md-pull-20 {
    right: 83.3333%;
  }

  .ant-hrmax-col-md-offset-20 {
    margin-left: 83.3333%;
  }

  .ant-hrmax-col-md-order-20 {
    order: 20;
  }

  .ant-hrmax-col-md-19 {
    flex: 0 0 79.1667%;
    max-width: 79.1667%;
    display: block;
  }

  .ant-hrmax-col-md-push-19 {
    left: 79.1667%;
  }

  .ant-hrmax-col-md-pull-19 {
    right: 79.1667%;
  }

  .ant-hrmax-col-md-offset-19 {
    margin-left: 79.1667%;
  }

  .ant-hrmax-col-md-order-19 {
    order: 19;
  }

  .ant-hrmax-col-md-18 {
    flex: 0 0 75%;
    max-width: 75%;
    display: block;
  }

  .ant-hrmax-col-md-push-18 {
    left: 75%;
  }

  .ant-hrmax-col-md-pull-18 {
    right: 75%;
  }

  .ant-hrmax-col-md-offset-18 {
    margin-left: 75%;
  }

  .ant-hrmax-col-md-order-18 {
    order: 18;
  }

  .ant-hrmax-col-md-17 {
    flex: 0 0 70.8333%;
    max-width: 70.8333%;
    display: block;
  }

  .ant-hrmax-col-md-push-17 {
    left: 70.8333%;
  }

  .ant-hrmax-col-md-pull-17 {
    right: 70.8333%;
  }

  .ant-hrmax-col-md-offset-17 {
    margin-left: 70.8333%;
  }

  .ant-hrmax-col-md-order-17 {
    order: 17;
  }

  .ant-hrmax-col-md-16 {
    flex: 0 0 66.6667%;
    max-width: 66.6667%;
    display: block;
  }

  .ant-hrmax-col-md-push-16 {
    left: 66.6667%;
  }

  .ant-hrmax-col-md-pull-16 {
    right: 66.6667%;
  }

  .ant-hrmax-col-md-offset-16 {
    margin-left: 66.6667%;
  }

  .ant-hrmax-col-md-order-16 {
    order: 16;
  }

  .ant-hrmax-col-md-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
    display: block;
  }

  .ant-hrmax-col-md-push-15 {
    left: 62.5%;
  }

  .ant-hrmax-col-md-pull-15 {
    right: 62.5%;
  }

  .ant-hrmax-col-md-offset-15 {
    margin-left: 62.5%;
  }

  .ant-hrmax-col-md-order-15 {
    order: 15;
  }

  .ant-hrmax-col-md-14 {
    flex: 0 0 58.3333%;
    max-width: 58.3333%;
    display: block;
  }

  .ant-hrmax-col-md-push-14 {
    left: 58.3333%;
  }

  .ant-hrmax-col-md-pull-14 {
    right: 58.3333%;
  }

  .ant-hrmax-col-md-offset-14 {
    margin-left: 58.3333%;
  }

  .ant-hrmax-col-md-order-14 {
    order: 14;
  }

  .ant-hrmax-col-md-13 {
    flex: 0 0 54.1667%;
    max-width: 54.1667%;
    display: block;
  }

  .ant-hrmax-col-md-push-13 {
    left: 54.1667%;
  }

  .ant-hrmax-col-md-pull-13 {
    right: 54.1667%;
  }

  .ant-hrmax-col-md-offset-13 {
    margin-left: 54.1667%;
  }

  .ant-hrmax-col-md-order-13 {
    order: 13;
  }

  .ant-hrmax-col-md-12 {
    flex: 0 0 50%;
    max-width: 50%;
    display: block;
  }

  .ant-hrmax-col-md-push-12 {
    left: 50%;
  }

  .ant-hrmax-col-md-pull-12 {
    right: 50%;
  }

  .ant-hrmax-col-md-offset-12 {
    margin-left: 50%;
  }

  .ant-hrmax-col-md-order-12 {
    order: 12;
  }

  .ant-hrmax-col-md-11 {
    flex: 0 0 45.8333%;
    max-width: 45.8333%;
    display: block;
  }

  .ant-hrmax-col-md-push-11 {
    left: 45.8333%;
  }

  .ant-hrmax-col-md-pull-11 {
    right: 45.8333%;
  }

  .ant-hrmax-col-md-offset-11 {
    margin-left: 45.8333%;
  }

  .ant-hrmax-col-md-order-11 {
    order: 11;
  }

  .ant-hrmax-col-md-10 {
    flex: 0 0 41.6667%;
    max-width: 41.6667%;
    display: block;
  }

  .ant-hrmax-col-md-push-10 {
    left: 41.6667%;
  }

  .ant-hrmax-col-md-pull-10 {
    right: 41.6667%;
  }

  .ant-hrmax-col-md-offset-10 {
    margin-left: 41.6667%;
  }

  .ant-hrmax-col-md-order-10 {
    order: 10;
  }

  .ant-hrmax-col-md-9 {
    flex: 0 0 37.5%;
    max-width: 37.5%;
    display: block;
  }

  .ant-hrmax-col-md-push-9 {
    left: 37.5%;
  }

  .ant-hrmax-col-md-pull-9 {
    right: 37.5%;
  }

  .ant-hrmax-col-md-offset-9 {
    margin-left: 37.5%;
  }

  .ant-hrmax-col-md-order-9 {
    order: 9;
  }

  .ant-hrmax-col-md-8 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    display: block;
  }

  .ant-hrmax-col-md-push-8 {
    left: 33.3333%;
  }

  .ant-hrmax-col-md-pull-8 {
    right: 33.3333%;
  }

  .ant-hrmax-col-md-offset-8 {
    margin-left: 33.3333%;
  }

  .ant-hrmax-col-md-order-8 {
    order: 8;
  }

  .ant-hrmax-col-md-7 {
    flex: 0 0 29.1667%;
    max-width: 29.1667%;
    display: block;
  }

  .ant-hrmax-col-md-push-7 {
    left: 29.1667%;
  }

  .ant-hrmax-col-md-pull-7 {
    right: 29.1667%;
  }

  .ant-hrmax-col-md-offset-7 {
    margin-left: 29.1667%;
  }

  .ant-hrmax-col-md-order-7 {
    order: 7;
  }

  .ant-hrmax-col-md-6 {
    flex: 0 0 25%;
    max-width: 25%;
    display: block;
  }

  .ant-hrmax-col-md-push-6 {
    left: 25%;
  }

  .ant-hrmax-col-md-pull-6 {
    right: 25%;
  }

  .ant-hrmax-col-md-offset-6 {
    margin-left: 25%;
  }

  .ant-hrmax-col-md-order-6 {
    order: 6;
  }

  .ant-hrmax-col-md-5 {
    flex: 0 0 20.8333%;
    max-width: 20.8333%;
    display: block;
  }

  .ant-hrmax-col-md-push-5 {
    left: 20.8333%;
  }

  .ant-hrmax-col-md-pull-5 {
    right: 20.8333%;
  }

  .ant-hrmax-col-md-offset-5 {
    margin-left: 20.8333%;
  }

  .ant-hrmax-col-md-order-5 {
    order: 5;
  }

  .ant-hrmax-col-md-4 {
    flex: 0 0 16.6667%;
    max-width: 16.6667%;
    display: block;
  }

  .ant-hrmax-col-md-push-4 {
    left: 16.6667%;
  }

  .ant-hrmax-col-md-pull-4 {
    right: 16.6667%;
  }

  .ant-hrmax-col-md-offset-4 {
    margin-left: 16.6667%;
  }

  .ant-hrmax-col-md-order-4 {
    order: 4;
  }

  .ant-hrmax-col-md-3 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
    display: block;
  }

  .ant-hrmax-col-md-push-3 {
    left: 12.5%;
  }

  .ant-hrmax-col-md-pull-3 {
    right: 12.5%;
  }

  .ant-hrmax-col-md-offset-3 {
    margin-left: 12.5%;
  }

  .ant-hrmax-col-md-order-3 {
    order: 3;
  }

  .ant-hrmax-col-md-2 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    display: block;
  }

  .ant-hrmax-col-md-push-2 {
    left: 8.33333%;
  }

  .ant-hrmax-col-md-pull-2 {
    right: 8.33333%;
  }

  .ant-hrmax-col-md-offset-2 {
    margin-left: 8.33333%;
  }

  .ant-hrmax-col-md-order-2 {
    order: 2;
  }

  .ant-hrmax-col-md-1 {
    flex: 0 0 4.16667%;
    max-width: 4.16667%;
    display: block;
  }

  .ant-hrmax-col-md-push-1 {
    left: 4.16667%;
  }

  .ant-hrmax-col-md-pull-1 {
    right: 4.16667%;
  }

  .ant-hrmax-col-md-offset-1 {
    margin-left: 4.16667%;
  }

  .ant-hrmax-col-md-order-1 {
    order: 1;
  }

  .ant-hrmax-col-md-0 {
    display: none;
  }

  .ant-hrmax-col-push-0 {
    left: auto;
  }

  .ant-hrmax-col-pull-0 {
    right: auto;
  }

  .ant-hrmax-col-md-push-0 {
    left: auto;
  }

  .ant-hrmax-col-md-pull-0 {
    right: auto;
  }

  .ant-hrmax-col-md-offset-0 {
    margin-left: 0;
  }

  .ant-hrmax-col-md-order-0 {
    order: 0;
  }

  .ant-hrmax-col-push-0.ant-hrmax-col-rtl {
    right: auto;
  }

  .ant-hrmax-col-pull-0.ant-hrmax-col-rtl {
    left: auto;
  }

  .ant-hrmax-col-md-push-0.ant-hrmax-col-rtl {
    right: auto;
  }

  .ant-hrmax-col-md-pull-0.ant-hrmax-col-rtl {
    left: auto;
  }

  .ant-hrmax-col-md-offset-0.ant-hrmax-col-rtl {
    margin-right: 0;
  }

  .ant-hrmax-col-md-push-1.ant-hrmax-col-rtl {
    left: auto;
    right: 4.16667%;
  }

  .ant-hrmax-col-md-pull-1.ant-hrmax-col-rtl {
    left: 4.16667%;
    right: auto;
  }

  .ant-hrmax-col-md-offset-1.ant-hrmax-col-rtl {
    margin-left: 0;
    margin-right: 4.16667%;
  }

  .ant-hrmax-col-md-push-2.ant-hrmax-col-rtl {
    left: auto;
    right: 8.33333%;
  }

  .ant-hrmax-col-md-pull-2.ant-hrmax-col-rtl {
    left: 8.33333%;
    right: auto;
  }

  .ant-hrmax-col-md-offset-2.ant-hrmax-col-rtl {
    margin-left: 0;
    margin-right: 8.33333%;
  }

  .ant-hrmax-col-md-push-3.ant-hrmax-col-rtl {
    left: auto;
    right: 12.5%;
  }

  .ant-hrmax-col-md-pull-3.ant-hrmax-col-rtl {
    left: 12.5%;
    right: auto;
  }

  .ant-hrmax-col-md-offset-3.ant-hrmax-col-rtl {
    margin-left: 0;
    margin-right: 12.5%;
  }

  .ant-hrmax-col-md-push-4.ant-hrmax-col-rtl {
    left: auto;
    right: 16.6667%;
  }

  .ant-hrmax-col-md-pull-4.ant-hrmax-col-rtl {
    left: 16.6667%;
    right: auto;
  }

  .ant-hrmax-col-md-offset-4.ant-hrmax-col-rtl {
    margin-left: 0;
    margin-right: 16.6667%;
  }

  .ant-hrmax-col-md-push-5.ant-hrmax-col-rtl {
    left: auto;
    right: 20.8333%;
  }

  .ant-hrmax-col-md-pull-5.ant-hrmax-col-rtl {
    left: 20.8333%;
    right: auto;
  }

  .ant-hrmax-col-md-offset-5.ant-hrmax-col-rtl {
    margin-left: 0;
    margin-right: 20.8333%;
  }

  .ant-hrmax-col-md-push-6.ant-hrmax-col-rtl {
    left: auto;
    right: 25%;
  }

  .ant-hrmax-col-md-pull-6.ant-hrmax-col-rtl {
    left: 25%;
    right: auto;
  }

  .ant-hrmax-col-md-offset-6.ant-hrmax-col-rtl {
    margin-left: 0;
    margin-right: 25%;
  }

  .ant-hrmax-col-md-push-7.ant-hrmax-col-rtl {
    left: auto;
    right: 29.1667%;
  }

  .ant-hrmax-col-md-pull-7.ant-hrmax-col-rtl {
    left: 29.1667%;
    right: auto;
  }

  .ant-hrmax-col-md-offset-7.ant-hrmax-col-rtl {
    margin-left: 0;
    margin-right: 29.1667%;
  }

  .ant-hrmax-col-md-push-8.ant-hrmax-col-rtl {
    left: auto;
    right: 33.3333%;
  }

  .ant-hrmax-col-md-pull-8.ant-hrmax-col-rtl {
    left: 33.3333%;
    right: auto;
  }

  .ant-hrmax-col-md-offset-8.ant-hrmax-col-rtl {
    margin-left: 0;
    margin-right: 33.3333%;
  }

  .ant-hrmax-col-md-push-9.ant-hrmax-col-rtl {
    left: auto;
    right: 37.5%;
  }

  .ant-hrmax-col-md-pull-9.ant-hrmax-col-rtl {
    left: 37.5%;
    right: auto;
  }

  .ant-hrmax-col-md-offset-9.ant-hrmax-col-rtl {
    margin-left: 0;
    margin-right: 37.5%;
  }

  .ant-hrmax-col-md-push-10.ant-hrmax-col-rtl {
    left: auto;
    right: 41.6667%;
  }

  .ant-hrmax-col-md-pull-10.ant-hrmax-col-rtl {
    left: 41.6667%;
    right: auto;
  }

  .ant-hrmax-col-md-offset-10.ant-hrmax-col-rtl {
    margin-left: 0;
    margin-right: 41.6667%;
  }

  .ant-hrmax-col-md-push-11.ant-hrmax-col-rtl {
    left: auto;
    right: 45.8333%;
  }

  .ant-hrmax-col-md-pull-11.ant-hrmax-col-rtl {
    left: 45.8333%;
    right: auto;
  }

  .ant-hrmax-col-md-offset-11.ant-hrmax-col-rtl {
    margin-left: 0;
    margin-right: 45.8333%;
  }

  .ant-hrmax-col-md-push-12.ant-hrmax-col-rtl {
    left: auto;
    right: 50%;
  }

  .ant-hrmax-col-md-pull-12.ant-hrmax-col-rtl {
    left: 50%;
    right: auto;
  }

  .ant-hrmax-col-md-offset-12.ant-hrmax-col-rtl {
    margin-left: 0;
    margin-right: 50%;
  }

  .ant-hrmax-col-md-push-13.ant-hrmax-col-rtl {
    left: auto;
    right: 54.1667%;
  }

  .ant-hrmax-col-md-pull-13.ant-hrmax-col-rtl {
    left: 54.1667%;
    right: auto;
  }

  .ant-hrmax-col-md-offset-13.ant-hrmax-col-rtl {
    margin-left: 0;
    margin-right: 54.1667%;
  }

  .ant-hrmax-col-md-push-14.ant-hrmax-col-rtl {
    left: auto;
    right: 58.3333%;
  }

  .ant-hrmax-col-md-pull-14.ant-hrmax-col-rtl {
    left: 58.3333%;
    right: auto;
  }

  .ant-hrmax-col-md-offset-14.ant-hrmax-col-rtl {
    margin-left: 0;
    margin-right: 58.3333%;
  }

  .ant-hrmax-col-md-push-15.ant-hrmax-col-rtl {
    left: auto;
    right: 62.5%;
  }

  .ant-hrmax-col-md-pull-15.ant-hrmax-col-rtl {
    left: 62.5%;
    right: auto;
  }

  .ant-hrmax-col-md-offset-15.ant-hrmax-col-rtl {
    margin-left: 0;
    margin-right: 62.5%;
  }

  .ant-hrmax-col-md-push-16.ant-hrmax-col-rtl {
    left: auto;
    right: 66.6667%;
  }

  .ant-hrmax-col-md-pull-16.ant-hrmax-col-rtl {
    left: 66.6667%;
    right: auto;
  }

  .ant-hrmax-col-md-offset-16.ant-hrmax-col-rtl {
    margin-left: 0;
    margin-right: 66.6667%;
  }

  .ant-hrmax-col-md-push-17.ant-hrmax-col-rtl {
    left: auto;
    right: 70.8333%;
  }

  .ant-hrmax-col-md-pull-17.ant-hrmax-col-rtl {
    left: 70.8333%;
    right: auto;
  }

  .ant-hrmax-col-md-offset-17.ant-hrmax-col-rtl {
    margin-left: 0;
    margin-right: 70.8333%;
  }

  .ant-hrmax-col-md-push-18.ant-hrmax-col-rtl {
    left: auto;
    right: 75%;
  }

  .ant-hrmax-col-md-pull-18.ant-hrmax-col-rtl {
    left: 75%;
    right: auto;
  }

  .ant-hrmax-col-md-offset-18.ant-hrmax-col-rtl {
    margin-left: 0;
    margin-right: 75%;
  }

  .ant-hrmax-col-md-push-19.ant-hrmax-col-rtl {
    left: auto;
    right: 79.1667%;
  }

  .ant-hrmax-col-md-pull-19.ant-hrmax-col-rtl {
    left: 79.1667%;
    right: auto;
  }

  .ant-hrmax-col-md-offset-19.ant-hrmax-col-rtl {
    margin-left: 0;
    margin-right: 79.1667%;
  }

  .ant-hrmax-col-md-push-20.ant-hrmax-col-rtl {
    left: auto;
    right: 83.3333%;
  }

  .ant-hrmax-col-md-pull-20.ant-hrmax-col-rtl {
    left: 83.3333%;
    right: auto;
  }

  .ant-hrmax-col-md-offset-20.ant-hrmax-col-rtl {
    margin-left: 0;
    margin-right: 83.3333%;
  }

  .ant-hrmax-col-md-push-21.ant-hrmax-col-rtl {
    left: auto;
    right: 87.5%;
  }

  .ant-hrmax-col-md-pull-21.ant-hrmax-col-rtl {
    left: 87.5%;
    right: auto;
  }

  .ant-hrmax-col-md-offset-21.ant-hrmax-col-rtl {
    margin-left: 0;
    margin-right: 87.5%;
  }

  .ant-hrmax-col-md-push-22.ant-hrmax-col-rtl {
    left: auto;
    right: 91.6667%;
  }

  .ant-hrmax-col-md-pull-22.ant-hrmax-col-rtl {
    left: 91.6667%;
    right: auto;
  }

  .ant-hrmax-col-md-offset-22.ant-hrmax-col-rtl {
    margin-left: 0;
    margin-right: 91.6667%;
  }

  .ant-hrmax-col-md-push-23.ant-hrmax-col-rtl {
    left: auto;
    right: 95.8333%;
  }

  .ant-hrmax-col-md-pull-23.ant-hrmax-col-rtl {
    left: 95.8333%;
    right: auto;
  }

  .ant-hrmax-col-md-offset-23.ant-hrmax-col-rtl {
    margin-left: 0;
    margin-right: 95.8333%;
  }

  .ant-hrmax-col-md-push-24.ant-hrmax-col-rtl {
    left: auto;
    right: 100%;
  }

  .ant-hrmax-col-md-pull-24.ant-hrmax-col-rtl {
    left: 100%;
    right: auto;
  }

  .ant-hrmax-col-md-offset-24.ant-hrmax-col-rtl {
    margin-left: 0;
    margin-right: 100%;
  }
}

@media (width >= 992px) {
  .ant-hrmax-col-lg-24 {
    flex: 0 0 100%;
    max-width: 100%;
    display: block;
  }

  .ant-hrmax-col-lg-push-24 {
    left: 100%;
  }

  .ant-hrmax-col-lg-pull-24 {
    right: 100%;
  }

  .ant-hrmax-col-lg-offset-24 {
    margin-left: 100%;
  }

  .ant-hrmax-col-lg-order-24 {
    order: 24;
  }

  .ant-hrmax-col-lg-23 {
    flex: 0 0 95.8333%;
    max-width: 95.8333%;
    display: block;
  }

  .ant-hrmax-col-lg-push-23 {
    left: 95.8333%;
  }

  .ant-hrmax-col-lg-pull-23 {
    right: 95.8333%;
  }

  .ant-hrmax-col-lg-offset-23 {
    margin-left: 95.8333%;
  }

  .ant-hrmax-col-lg-order-23 {
    order: 23;
  }

  .ant-hrmax-col-lg-22 {
    flex: 0 0 91.6667%;
    max-width: 91.6667%;
    display: block;
  }

  .ant-hrmax-col-lg-push-22 {
    left: 91.6667%;
  }

  .ant-hrmax-col-lg-pull-22 {
    right: 91.6667%;
  }

  .ant-hrmax-col-lg-offset-22 {
    margin-left: 91.6667%;
  }

  .ant-hrmax-col-lg-order-22 {
    order: 22;
  }

  .ant-hrmax-col-lg-21 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
    display: block;
  }

  .ant-hrmax-col-lg-push-21 {
    left: 87.5%;
  }

  .ant-hrmax-col-lg-pull-21 {
    right: 87.5%;
  }

  .ant-hrmax-col-lg-offset-21 {
    margin-left: 87.5%;
  }

  .ant-hrmax-col-lg-order-21 {
    order: 21;
  }

  .ant-hrmax-col-lg-20 {
    flex: 0 0 83.3333%;
    max-width: 83.3333%;
    display: block;
  }

  .ant-hrmax-col-lg-push-20 {
    left: 83.3333%;
  }

  .ant-hrmax-col-lg-pull-20 {
    right: 83.3333%;
  }

  .ant-hrmax-col-lg-offset-20 {
    margin-left: 83.3333%;
  }

  .ant-hrmax-col-lg-order-20 {
    order: 20;
  }

  .ant-hrmax-col-lg-19 {
    flex: 0 0 79.1667%;
    max-width: 79.1667%;
    display: block;
  }

  .ant-hrmax-col-lg-push-19 {
    left: 79.1667%;
  }

  .ant-hrmax-col-lg-pull-19 {
    right: 79.1667%;
  }

  .ant-hrmax-col-lg-offset-19 {
    margin-left: 79.1667%;
  }

  .ant-hrmax-col-lg-order-19 {
    order: 19;
  }

  .ant-hrmax-col-lg-18 {
    flex: 0 0 75%;
    max-width: 75%;
    display: block;
  }

  .ant-hrmax-col-lg-push-18 {
    left: 75%;
  }

  .ant-hrmax-col-lg-pull-18 {
    right: 75%;
  }

  .ant-hrmax-col-lg-offset-18 {
    margin-left: 75%;
  }

  .ant-hrmax-col-lg-order-18 {
    order: 18;
  }

  .ant-hrmax-col-lg-17 {
    flex: 0 0 70.8333%;
    max-width: 70.8333%;
    display: block;
  }

  .ant-hrmax-col-lg-push-17 {
    left: 70.8333%;
  }

  .ant-hrmax-col-lg-pull-17 {
    right: 70.8333%;
  }

  .ant-hrmax-col-lg-offset-17 {
    margin-left: 70.8333%;
  }

  .ant-hrmax-col-lg-order-17 {
    order: 17;
  }

  .ant-hrmax-col-lg-16 {
    flex: 0 0 66.6667%;
    max-width: 66.6667%;
    display: block;
  }

  .ant-hrmax-col-lg-push-16 {
    left: 66.6667%;
  }

  .ant-hrmax-col-lg-pull-16 {
    right: 66.6667%;
  }

  .ant-hrmax-col-lg-offset-16 {
    margin-left: 66.6667%;
  }

  .ant-hrmax-col-lg-order-16 {
    order: 16;
  }

  .ant-hrmax-col-lg-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
    display: block;
  }

  .ant-hrmax-col-lg-push-15 {
    left: 62.5%;
  }

  .ant-hrmax-col-lg-pull-15 {
    right: 62.5%;
  }

  .ant-hrmax-col-lg-offset-15 {
    margin-left: 62.5%;
  }

  .ant-hrmax-col-lg-order-15 {
    order: 15;
  }

  .ant-hrmax-col-lg-14 {
    flex: 0 0 58.3333%;
    max-width: 58.3333%;
    display: block;
  }

  .ant-hrmax-col-lg-push-14 {
    left: 58.3333%;
  }

  .ant-hrmax-col-lg-pull-14 {
    right: 58.3333%;
  }

  .ant-hrmax-col-lg-offset-14 {
    margin-left: 58.3333%;
  }

  .ant-hrmax-col-lg-order-14 {
    order: 14;
  }

  .ant-hrmax-col-lg-13 {
    flex: 0 0 54.1667%;
    max-width: 54.1667%;
    display: block;
  }

  .ant-hrmax-col-lg-push-13 {
    left: 54.1667%;
  }

  .ant-hrmax-col-lg-pull-13 {
    right: 54.1667%;
  }

  .ant-hrmax-col-lg-offset-13 {
    margin-left: 54.1667%;
  }

  .ant-hrmax-col-lg-order-13 {
    order: 13;
  }

  .ant-hrmax-col-lg-12 {
    flex: 0 0 50%;
    max-width: 50%;
    display: block;
  }

  .ant-hrmax-col-lg-push-12 {
    left: 50%;
  }

  .ant-hrmax-col-lg-pull-12 {
    right: 50%;
  }

  .ant-hrmax-col-lg-offset-12 {
    margin-left: 50%;
  }

  .ant-hrmax-col-lg-order-12 {
    order: 12;
  }

  .ant-hrmax-col-lg-11 {
    flex: 0 0 45.8333%;
    max-width: 45.8333%;
    display: block;
  }

  .ant-hrmax-col-lg-push-11 {
    left: 45.8333%;
  }

  .ant-hrmax-col-lg-pull-11 {
    right: 45.8333%;
  }

  .ant-hrmax-col-lg-offset-11 {
    margin-left: 45.8333%;
  }

  .ant-hrmax-col-lg-order-11 {
    order: 11;
  }

  .ant-hrmax-col-lg-10 {
    flex: 0 0 41.6667%;
    max-width: 41.6667%;
    display: block;
  }

  .ant-hrmax-col-lg-push-10 {
    left: 41.6667%;
  }

  .ant-hrmax-col-lg-pull-10 {
    right: 41.6667%;
  }

  .ant-hrmax-col-lg-offset-10 {
    margin-left: 41.6667%;
  }

  .ant-hrmax-col-lg-order-10 {
    order: 10;
  }

  .ant-hrmax-col-lg-9 {
    flex: 0 0 37.5%;
    max-width: 37.5%;
    display: block;
  }

  .ant-hrmax-col-lg-push-9 {
    left: 37.5%;
  }

  .ant-hrmax-col-lg-pull-9 {
    right: 37.5%;
  }

  .ant-hrmax-col-lg-offset-9 {
    margin-left: 37.5%;
  }

  .ant-hrmax-col-lg-order-9 {
    order: 9;
  }

  .ant-hrmax-col-lg-8 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    display: block;
  }

  .ant-hrmax-col-lg-push-8 {
    left: 33.3333%;
  }

  .ant-hrmax-col-lg-pull-8 {
    right: 33.3333%;
  }

  .ant-hrmax-col-lg-offset-8 {
    margin-left: 33.3333%;
  }

  .ant-hrmax-col-lg-order-8 {
    order: 8;
  }

  .ant-hrmax-col-lg-7 {
    flex: 0 0 29.1667%;
    max-width: 29.1667%;
    display: block;
  }

  .ant-hrmax-col-lg-push-7 {
    left: 29.1667%;
  }

  .ant-hrmax-col-lg-pull-7 {
    right: 29.1667%;
  }

  .ant-hrmax-col-lg-offset-7 {
    margin-left: 29.1667%;
  }

  .ant-hrmax-col-lg-order-7 {
    order: 7;
  }

  .ant-hrmax-col-lg-6 {
    flex: 0 0 25%;
    max-width: 25%;
    display: block;
  }

  .ant-hrmax-col-lg-push-6 {
    left: 25%;
  }

  .ant-hrmax-col-lg-pull-6 {
    right: 25%;
  }

  .ant-hrmax-col-lg-offset-6 {
    margin-left: 25%;
  }

  .ant-hrmax-col-lg-order-6 {
    order: 6;
  }

  .ant-hrmax-col-lg-5 {
    flex: 0 0 20.8333%;
    max-width: 20.8333%;
    display: block;
  }

  .ant-hrmax-col-lg-push-5 {
    left: 20.8333%;
  }

  .ant-hrmax-col-lg-pull-5 {
    right: 20.8333%;
  }

  .ant-hrmax-col-lg-offset-5 {
    margin-left: 20.8333%;
  }

  .ant-hrmax-col-lg-order-5 {
    order: 5;
  }

  .ant-hrmax-col-lg-4 {
    flex: 0 0 16.6667%;
    max-width: 16.6667%;
    display: block;
  }

  .ant-hrmax-col-lg-push-4 {
    left: 16.6667%;
  }

  .ant-hrmax-col-lg-pull-4 {
    right: 16.6667%;
  }

  .ant-hrmax-col-lg-offset-4 {
    margin-left: 16.6667%;
  }

  .ant-hrmax-col-lg-order-4 {
    order: 4;
  }

  .ant-hrmax-col-lg-3 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
    display: block;
  }

  .ant-hrmax-col-lg-push-3 {
    left: 12.5%;
  }

  .ant-hrmax-col-lg-pull-3 {
    right: 12.5%;
  }

  .ant-hrmax-col-lg-offset-3 {
    margin-left: 12.5%;
  }

  .ant-hrmax-col-lg-order-3 {
    order: 3;
  }

  .ant-hrmax-col-lg-2 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    display: block;
  }

  .ant-hrmax-col-lg-push-2 {
    left: 8.33333%;
  }

  .ant-hrmax-col-lg-pull-2 {
    right: 8.33333%;
  }

  .ant-hrmax-col-lg-offset-2 {
    margin-left: 8.33333%;
  }

  .ant-hrmax-col-lg-order-2 {
    order: 2;
  }

  .ant-hrmax-col-lg-1 {
    flex: 0 0 4.16667%;
    max-width: 4.16667%;
    display: block;
  }

  .ant-hrmax-col-lg-push-1 {
    left: 4.16667%;
  }

  .ant-hrmax-col-lg-pull-1 {
    right: 4.16667%;
  }

  .ant-hrmax-col-lg-offset-1 {
    margin-left: 4.16667%;
  }

  .ant-hrmax-col-lg-order-1 {
    order: 1;
  }

  .ant-hrmax-col-lg-0 {
    display: none;
  }

  .ant-hrmax-col-push-0 {
    left: auto;
  }

  .ant-hrmax-col-pull-0 {
    right: auto;
  }

  .ant-hrmax-col-lg-push-0 {
    left: auto;
  }

  .ant-hrmax-col-lg-pull-0 {
    right: auto;
  }

  .ant-hrmax-col-lg-offset-0 {
    margin-left: 0;
  }

  .ant-hrmax-col-lg-order-0 {
    order: 0;
  }

  .ant-hrmax-col-push-0.ant-hrmax-col-rtl {
    right: auto;
  }

  .ant-hrmax-col-pull-0.ant-hrmax-col-rtl {
    left: auto;
  }

  .ant-hrmax-col-lg-push-0.ant-hrmax-col-rtl {
    right: auto;
  }

  .ant-hrmax-col-lg-pull-0.ant-hrmax-col-rtl {
    left: auto;
  }

  .ant-hrmax-col-lg-offset-0.ant-hrmax-col-rtl {
    margin-right: 0;
  }

  .ant-hrmax-col-lg-push-1.ant-hrmax-col-rtl {
    left: auto;
    right: 4.16667%;
  }

  .ant-hrmax-col-lg-pull-1.ant-hrmax-col-rtl {
    left: 4.16667%;
    right: auto;
  }

  .ant-hrmax-col-lg-offset-1.ant-hrmax-col-rtl {
    margin-left: 0;
    margin-right: 4.16667%;
  }

  .ant-hrmax-col-lg-push-2.ant-hrmax-col-rtl {
    left: auto;
    right: 8.33333%;
  }

  .ant-hrmax-col-lg-pull-2.ant-hrmax-col-rtl {
    left: 8.33333%;
    right: auto;
  }

  .ant-hrmax-col-lg-offset-2.ant-hrmax-col-rtl {
    margin-left: 0;
    margin-right: 8.33333%;
  }

  .ant-hrmax-col-lg-push-3.ant-hrmax-col-rtl {
    left: auto;
    right: 12.5%;
  }

  .ant-hrmax-col-lg-pull-3.ant-hrmax-col-rtl {
    left: 12.5%;
    right: auto;
  }

  .ant-hrmax-col-lg-offset-3.ant-hrmax-col-rtl {
    margin-left: 0;
    margin-right: 12.5%;
  }

  .ant-hrmax-col-lg-push-4.ant-hrmax-col-rtl {
    left: auto;
    right: 16.6667%;
  }

  .ant-hrmax-col-lg-pull-4.ant-hrmax-col-rtl {
    left: 16.6667%;
    right: auto;
  }

  .ant-hrmax-col-lg-offset-4.ant-hrmax-col-rtl {
    margin-left: 0;
    margin-right: 16.6667%;
  }

  .ant-hrmax-col-lg-push-5.ant-hrmax-col-rtl {
    left: auto;
    right: 20.8333%;
  }

  .ant-hrmax-col-lg-pull-5.ant-hrmax-col-rtl {
    left: 20.8333%;
    right: auto;
  }

  .ant-hrmax-col-lg-offset-5.ant-hrmax-col-rtl {
    margin-left: 0;
    margin-right: 20.8333%;
  }

  .ant-hrmax-col-lg-push-6.ant-hrmax-col-rtl {
    left: auto;
    right: 25%;
  }

  .ant-hrmax-col-lg-pull-6.ant-hrmax-col-rtl {
    left: 25%;
    right: auto;
  }

  .ant-hrmax-col-lg-offset-6.ant-hrmax-col-rtl {
    margin-left: 0;
    margin-right: 25%;
  }

  .ant-hrmax-col-lg-push-7.ant-hrmax-col-rtl {
    left: auto;
    right: 29.1667%;
  }

  .ant-hrmax-col-lg-pull-7.ant-hrmax-col-rtl {
    left: 29.1667%;
    right: auto;
  }

  .ant-hrmax-col-lg-offset-7.ant-hrmax-col-rtl {
    margin-left: 0;
    margin-right: 29.1667%;
  }

  .ant-hrmax-col-lg-push-8.ant-hrmax-col-rtl {
    left: auto;
    right: 33.3333%;
  }

  .ant-hrmax-col-lg-pull-8.ant-hrmax-col-rtl {
    left: 33.3333%;
    right: auto;
  }

  .ant-hrmax-col-lg-offset-8.ant-hrmax-col-rtl {
    margin-left: 0;
    margin-right: 33.3333%;
  }

  .ant-hrmax-col-lg-push-9.ant-hrmax-col-rtl {
    left: auto;
    right: 37.5%;
  }

  .ant-hrmax-col-lg-pull-9.ant-hrmax-col-rtl {
    left: 37.5%;
    right: auto;
  }

  .ant-hrmax-col-lg-offset-9.ant-hrmax-col-rtl {
    margin-left: 0;
    margin-right: 37.5%;
  }

  .ant-hrmax-col-lg-push-10.ant-hrmax-col-rtl {
    left: auto;
    right: 41.6667%;
  }

  .ant-hrmax-col-lg-pull-10.ant-hrmax-col-rtl {
    left: 41.6667%;
    right: auto;
  }

  .ant-hrmax-col-lg-offset-10.ant-hrmax-col-rtl {
    margin-left: 0;
    margin-right: 41.6667%;
  }

  .ant-hrmax-col-lg-push-11.ant-hrmax-col-rtl {
    left: auto;
    right: 45.8333%;
  }

  .ant-hrmax-col-lg-pull-11.ant-hrmax-col-rtl {
    left: 45.8333%;
    right: auto;
  }

  .ant-hrmax-col-lg-offset-11.ant-hrmax-col-rtl {
    margin-left: 0;
    margin-right: 45.8333%;
  }

  .ant-hrmax-col-lg-push-12.ant-hrmax-col-rtl {
    left: auto;
    right: 50%;
  }

  .ant-hrmax-col-lg-pull-12.ant-hrmax-col-rtl {
    left: 50%;
    right: auto;
  }

  .ant-hrmax-col-lg-offset-12.ant-hrmax-col-rtl {
    margin-left: 0;
    margin-right: 50%;
  }

  .ant-hrmax-col-lg-push-13.ant-hrmax-col-rtl {
    left: auto;
    right: 54.1667%;
  }

  .ant-hrmax-col-lg-pull-13.ant-hrmax-col-rtl {
    left: 54.1667%;
    right: auto;
  }

  .ant-hrmax-col-lg-offset-13.ant-hrmax-col-rtl {
    margin-left: 0;
    margin-right: 54.1667%;
  }

  .ant-hrmax-col-lg-push-14.ant-hrmax-col-rtl {
    left: auto;
    right: 58.3333%;
  }

  .ant-hrmax-col-lg-pull-14.ant-hrmax-col-rtl {
    left: 58.3333%;
    right: auto;
  }

  .ant-hrmax-col-lg-offset-14.ant-hrmax-col-rtl {
    margin-left: 0;
    margin-right: 58.3333%;
  }

  .ant-hrmax-col-lg-push-15.ant-hrmax-col-rtl {
    left: auto;
    right: 62.5%;
  }

  .ant-hrmax-col-lg-pull-15.ant-hrmax-col-rtl {
    left: 62.5%;
    right: auto;
  }

  .ant-hrmax-col-lg-offset-15.ant-hrmax-col-rtl {
    margin-left: 0;
    margin-right: 62.5%;
  }

  .ant-hrmax-col-lg-push-16.ant-hrmax-col-rtl {
    left: auto;
    right: 66.6667%;
  }

  .ant-hrmax-col-lg-pull-16.ant-hrmax-col-rtl {
    left: 66.6667%;
    right: auto;
  }

  .ant-hrmax-col-lg-offset-16.ant-hrmax-col-rtl {
    margin-left: 0;
    margin-right: 66.6667%;
  }

  .ant-hrmax-col-lg-push-17.ant-hrmax-col-rtl {
    left: auto;
    right: 70.8333%;
  }

  .ant-hrmax-col-lg-pull-17.ant-hrmax-col-rtl {
    left: 70.8333%;
    right: auto;
  }

  .ant-hrmax-col-lg-offset-17.ant-hrmax-col-rtl {
    margin-left: 0;
    margin-right: 70.8333%;
  }

  .ant-hrmax-col-lg-push-18.ant-hrmax-col-rtl {
    left: auto;
    right: 75%;
  }

  .ant-hrmax-col-lg-pull-18.ant-hrmax-col-rtl {
    left: 75%;
    right: auto;
  }

  .ant-hrmax-col-lg-offset-18.ant-hrmax-col-rtl {
    margin-left: 0;
    margin-right: 75%;
  }

  .ant-hrmax-col-lg-push-19.ant-hrmax-col-rtl {
    left: auto;
    right: 79.1667%;
  }

  .ant-hrmax-col-lg-pull-19.ant-hrmax-col-rtl {
    left: 79.1667%;
    right: auto;
  }

  .ant-hrmax-col-lg-offset-19.ant-hrmax-col-rtl {
    margin-left: 0;
    margin-right: 79.1667%;
  }

  .ant-hrmax-col-lg-push-20.ant-hrmax-col-rtl {
    left: auto;
    right: 83.3333%;
  }

  .ant-hrmax-col-lg-pull-20.ant-hrmax-col-rtl {
    left: 83.3333%;
    right: auto;
  }

  .ant-hrmax-col-lg-offset-20.ant-hrmax-col-rtl {
    margin-left: 0;
    margin-right: 83.3333%;
  }

  .ant-hrmax-col-lg-push-21.ant-hrmax-col-rtl {
    left: auto;
    right: 87.5%;
  }

  .ant-hrmax-col-lg-pull-21.ant-hrmax-col-rtl {
    left: 87.5%;
    right: auto;
  }

  .ant-hrmax-col-lg-offset-21.ant-hrmax-col-rtl {
    margin-left: 0;
    margin-right: 87.5%;
  }

  .ant-hrmax-col-lg-push-22.ant-hrmax-col-rtl {
    left: auto;
    right: 91.6667%;
  }

  .ant-hrmax-col-lg-pull-22.ant-hrmax-col-rtl {
    left: 91.6667%;
    right: auto;
  }

  .ant-hrmax-col-lg-offset-22.ant-hrmax-col-rtl {
    margin-left: 0;
    margin-right: 91.6667%;
  }

  .ant-hrmax-col-lg-push-23.ant-hrmax-col-rtl {
    left: auto;
    right: 95.8333%;
  }

  .ant-hrmax-col-lg-pull-23.ant-hrmax-col-rtl {
    left: 95.8333%;
    right: auto;
  }

  .ant-hrmax-col-lg-offset-23.ant-hrmax-col-rtl {
    margin-left: 0;
    margin-right: 95.8333%;
  }

  .ant-hrmax-col-lg-push-24.ant-hrmax-col-rtl {
    left: auto;
    right: 100%;
  }

  .ant-hrmax-col-lg-pull-24.ant-hrmax-col-rtl {
    left: 100%;
    right: auto;
  }

  .ant-hrmax-col-lg-offset-24.ant-hrmax-col-rtl {
    margin-left: 0;
    margin-right: 100%;
  }
}

@media (width >= 1200px) {
  .ant-hrmax-col-xl-24 {
    flex: 0 0 100%;
    max-width: 100%;
    display: block;
  }

  .ant-hrmax-col-xl-push-24 {
    left: 100%;
  }

  .ant-hrmax-col-xl-pull-24 {
    right: 100%;
  }

  .ant-hrmax-col-xl-offset-24 {
    margin-left: 100%;
  }

  .ant-hrmax-col-xl-order-24 {
    order: 24;
  }

  .ant-hrmax-col-xl-23 {
    flex: 0 0 95.8333%;
    max-width: 95.8333%;
    display: block;
  }

  .ant-hrmax-col-xl-push-23 {
    left: 95.8333%;
  }

  .ant-hrmax-col-xl-pull-23 {
    right: 95.8333%;
  }

  .ant-hrmax-col-xl-offset-23 {
    margin-left: 95.8333%;
  }

  .ant-hrmax-col-xl-order-23 {
    order: 23;
  }

  .ant-hrmax-col-xl-22 {
    flex: 0 0 91.6667%;
    max-width: 91.6667%;
    display: block;
  }

  .ant-hrmax-col-xl-push-22 {
    left: 91.6667%;
  }

  .ant-hrmax-col-xl-pull-22 {
    right: 91.6667%;
  }

  .ant-hrmax-col-xl-offset-22 {
    margin-left: 91.6667%;
  }

  .ant-hrmax-col-xl-order-22 {
    order: 22;
  }

  .ant-hrmax-col-xl-21 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
    display: block;
  }

  .ant-hrmax-col-xl-push-21 {
    left: 87.5%;
  }

  .ant-hrmax-col-xl-pull-21 {
    right: 87.5%;
  }

  .ant-hrmax-col-xl-offset-21 {
    margin-left: 87.5%;
  }

  .ant-hrmax-col-xl-order-21 {
    order: 21;
  }

  .ant-hrmax-col-xl-20 {
    flex: 0 0 83.3333%;
    max-width: 83.3333%;
    display: block;
  }

  .ant-hrmax-col-xl-push-20 {
    left: 83.3333%;
  }

  .ant-hrmax-col-xl-pull-20 {
    right: 83.3333%;
  }

  .ant-hrmax-col-xl-offset-20 {
    margin-left: 83.3333%;
  }

  .ant-hrmax-col-xl-order-20 {
    order: 20;
  }

  .ant-hrmax-col-xl-19 {
    flex: 0 0 79.1667%;
    max-width: 79.1667%;
    display: block;
  }

  .ant-hrmax-col-xl-push-19 {
    left: 79.1667%;
  }

  .ant-hrmax-col-xl-pull-19 {
    right: 79.1667%;
  }

  .ant-hrmax-col-xl-offset-19 {
    margin-left: 79.1667%;
  }

  .ant-hrmax-col-xl-order-19 {
    order: 19;
  }

  .ant-hrmax-col-xl-18 {
    flex: 0 0 75%;
    max-width: 75%;
    display: block;
  }

  .ant-hrmax-col-xl-push-18 {
    left: 75%;
  }

  .ant-hrmax-col-xl-pull-18 {
    right: 75%;
  }

  .ant-hrmax-col-xl-offset-18 {
    margin-left: 75%;
  }

  .ant-hrmax-col-xl-order-18 {
    order: 18;
  }

  .ant-hrmax-col-xl-17 {
    flex: 0 0 70.8333%;
    max-width: 70.8333%;
    display: block;
  }

  .ant-hrmax-col-xl-push-17 {
    left: 70.8333%;
  }

  .ant-hrmax-col-xl-pull-17 {
    right: 70.8333%;
  }

  .ant-hrmax-col-xl-offset-17 {
    margin-left: 70.8333%;
  }

  .ant-hrmax-col-xl-order-17 {
    order: 17;
  }

  .ant-hrmax-col-xl-16 {
    flex: 0 0 66.6667%;
    max-width: 66.6667%;
    display: block;
  }

  .ant-hrmax-col-xl-push-16 {
    left: 66.6667%;
  }

  .ant-hrmax-col-xl-pull-16 {
    right: 66.6667%;
  }

  .ant-hrmax-col-xl-offset-16 {
    margin-left: 66.6667%;
  }

  .ant-hrmax-col-xl-order-16 {
    order: 16;
  }

  .ant-hrmax-col-xl-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
    display: block;
  }

  .ant-hrmax-col-xl-push-15 {
    left: 62.5%;
  }

  .ant-hrmax-col-xl-pull-15 {
    right: 62.5%;
  }

  .ant-hrmax-col-xl-offset-15 {
    margin-left: 62.5%;
  }

  .ant-hrmax-col-xl-order-15 {
    order: 15;
  }

  .ant-hrmax-col-xl-14 {
    flex: 0 0 58.3333%;
    max-width: 58.3333%;
    display: block;
  }

  .ant-hrmax-col-xl-push-14 {
    left: 58.3333%;
  }

  .ant-hrmax-col-xl-pull-14 {
    right: 58.3333%;
  }

  .ant-hrmax-col-xl-offset-14 {
    margin-left: 58.3333%;
  }

  .ant-hrmax-col-xl-order-14 {
    order: 14;
  }

  .ant-hrmax-col-xl-13 {
    flex: 0 0 54.1667%;
    max-width: 54.1667%;
    display: block;
  }

  .ant-hrmax-col-xl-push-13 {
    left: 54.1667%;
  }

  .ant-hrmax-col-xl-pull-13 {
    right: 54.1667%;
  }

  .ant-hrmax-col-xl-offset-13 {
    margin-left: 54.1667%;
  }

  .ant-hrmax-col-xl-order-13 {
    order: 13;
  }

  .ant-hrmax-col-xl-12 {
    flex: 0 0 50%;
    max-width: 50%;
    display: block;
  }

  .ant-hrmax-col-xl-push-12 {
    left: 50%;
  }

  .ant-hrmax-col-xl-pull-12 {
    right: 50%;
  }

  .ant-hrmax-col-xl-offset-12 {
    margin-left: 50%;
  }

  .ant-hrmax-col-xl-order-12 {
    order: 12;
  }

  .ant-hrmax-col-xl-11 {
    flex: 0 0 45.8333%;
    max-width: 45.8333%;
    display: block;
  }

  .ant-hrmax-col-xl-push-11 {
    left: 45.8333%;
  }

  .ant-hrmax-col-xl-pull-11 {
    right: 45.8333%;
  }

  .ant-hrmax-col-xl-offset-11 {
    margin-left: 45.8333%;
  }

  .ant-hrmax-col-xl-order-11 {
    order: 11;
  }

  .ant-hrmax-col-xl-10 {
    flex: 0 0 41.6667%;
    max-width: 41.6667%;
    display: block;
  }

  .ant-hrmax-col-xl-push-10 {
    left: 41.6667%;
  }

  .ant-hrmax-col-xl-pull-10 {
    right: 41.6667%;
  }

  .ant-hrmax-col-xl-offset-10 {
    margin-left: 41.6667%;
  }

  .ant-hrmax-col-xl-order-10 {
    order: 10;
  }

  .ant-hrmax-col-xl-9 {
    flex: 0 0 37.5%;
    max-width: 37.5%;
    display: block;
  }

  .ant-hrmax-col-xl-push-9 {
    left: 37.5%;
  }

  .ant-hrmax-col-xl-pull-9 {
    right: 37.5%;
  }

  .ant-hrmax-col-xl-offset-9 {
    margin-left: 37.5%;
  }

  .ant-hrmax-col-xl-order-9 {
    order: 9;
  }

  .ant-hrmax-col-xl-8 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    display: block;
  }

  .ant-hrmax-col-xl-push-8 {
    left: 33.3333%;
  }

  .ant-hrmax-col-xl-pull-8 {
    right: 33.3333%;
  }

  .ant-hrmax-col-xl-offset-8 {
    margin-left: 33.3333%;
  }

  .ant-hrmax-col-xl-order-8 {
    order: 8;
  }

  .ant-hrmax-col-xl-7 {
    flex: 0 0 29.1667%;
    max-width: 29.1667%;
    display: block;
  }

  .ant-hrmax-col-xl-push-7 {
    left: 29.1667%;
  }

  .ant-hrmax-col-xl-pull-7 {
    right: 29.1667%;
  }

  .ant-hrmax-col-xl-offset-7 {
    margin-left: 29.1667%;
  }

  .ant-hrmax-col-xl-order-7 {
    order: 7;
  }

  .ant-hrmax-col-xl-6 {
    flex: 0 0 25%;
    max-width: 25%;
    display: block;
  }

  .ant-hrmax-col-xl-push-6 {
    left: 25%;
  }

  .ant-hrmax-col-xl-pull-6 {
    right: 25%;
  }

  .ant-hrmax-col-xl-offset-6 {
    margin-left: 25%;
  }

  .ant-hrmax-col-xl-order-6 {
    order: 6;
  }

  .ant-hrmax-col-xl-5 {
    flex: 0 0 20.8333%;
    max-width: 20.8333%;
    display: block;
  }

  .ant-hrmax-col-xl-push-5 {
    left: 20.8333%;
  }

  .ant-hrmax-col-xl-pull-5 {
    right: 20.8333%;
  }

  .ant-hrmax-col-xl-offset-5 {
    margin-left: 20.8333%;
  }

  .ant-hrmax-col-xl-order-5 {
    order: 5;
  }

  .ant-hrmax-col-xl-4 {
    flex: 0 0 16.6667%;
    max-width: 16.6667%;
    display: block;
  }

  .ant-hrmax-col-xl-push-4 {
    left: 16.6667%;
  }

  .ant-hrmax-col-xl-pull-4 {
    right: 16.6667%;
  }

  .ant-hrmax-col-xl-offset-4 {
    margin-left: 16.6667%;
  }

  .ant-hrmax-col-xl-order-4 {
    order: 4;
  }

  .ant-hrmax-col-xl-3 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
    display: block;
  }

  .ant-hrmax-col-xl-push-3 {
    left: 12.5%;
  }

  .ant-hrmax-col-xl-pull-3 {
    right: 12.5%;
  }

  .ant-hrmax-col-xl-offset-3 {
    margin-left: 12.5%;
  }

  .ant-hrmax-col-xl-order-3 {
    order: 3;
  }

  .ant-hrmax-col-xl-2 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    display: block;
  }

  .ant-hrmax-col-xl-push-2 {
    left: 8.33333%;
  }

  .ant-hrmax-col-xl-pull-2 {
    right: 8.33333%;
  }

  .ant-hrmax-col-xl-offset-2 {
    margin-left: 8.33333%;
  }

  .ant-hrmax-col-xl-order-2 {
    order: 2;
  }

  .ant-hrmax-col-xl-1 {
    flex: 0 0 4.16667%;
    max-width: 4.16667%;
    display: block;
  }

  .ant-hrmax-col-xl-push-1 {
    left: 4.16667%;
  }

  .ant-hrmax-col-xl-pull-1 {
    right: 4.16667%;
  }

  .ant-hrmax-col-xl-offset-1 {
    margin-left: 4.16667%;
  }

  .ant-hrmax-col-xl-order-1 {
    order: 1;
  }

  .ant-hrmax-col-xl-0 {
    display: none;
  }

  .ant-hrmax-col-push-0 {
    left: auto;
  }

  .ant-hrmax-col-pull-0 {
    right: auto;
  }

  .ant-hrmax-col-xl-push-0 {
    left: auto;
  }

  .ant-hrmax-col-xl-pull-0 {
    right: auto;
  }

  .ant-hrmax-col-xl-offset-0 {
    margin-left: 0;
  }

  .ant-hrmax-col-xl-order-0 {
    order: 0;
  }

  .ant-hrmax-col-push-0.ant-hrmax-col-rtl {
    right: auto;
  }

  .ant-hrmax-col-pull-0.ant-hrmax-col-rtl {
    left: auto;
  }

  .ant-hrmax-col-xl-push-0.ant-hrmax-col-rtl {
    right: auto;
  }

  .ant-hrmax-col-xl-pull-0.ant-hrmax-col-rtl {
    left: auto;
  }

  .ant-hrmax-col-xl-offset-0.ant-hrmax-col-rtl {
    margin-right: 0;
  }

  .ant-hrmax-col-xl-push-1.ant-hrmax-col-rtl {
    left: auto;
    right: 4.16667%;
  }

  .ant-hrmax-col-xl-pull-1.ant-hrmax-col-rtl {
    left: 4.16667%;
    right: auto;
  }

  .ant-hrmax-col-xl-offset-1.ant-hrmax-col-rtl {
    margin-left: 0;
    margin-right: 4.16667%;
  }

  .ant-hrmax-col-xl-push-2.ant-hrmax-col-rtl {
    left: auto;
    right: 8.33333%;
  }

  .ant-hrmax-col-xl-pull-2.ant-hrmax-col-rtl {
    left: 8.33333%;
    right: auto;
  }

  .ant-hrmax-col-xl-offset-2.ant-hrmax-col-rtl {
    margin-left: 0;
    margin-right: 8.33333%;
  }

  .ant-hrmax-col-xl-push-3.ant-hrmax-col-rtl {
    left: auto;
    right: 12.5%;
  }

  .ant-hrmax-col-xl-pull-3.ant-hrmax-col-rtl {
    left: 12.5%;
    right: auto;
  }

  .ant-hrmax-col-xl-offset-3.ant-hrmax-col-rtl {
    margin-left: 0;
    margin-right: 12.5%;
  }

  .ant-hrmax-col-xl-push-4.ant-hrmax-col-rtl {
    left: auto;
    right: 16.6667%;
  }

  .ant-hrmax-col-xl-pull-4.ant-hrmax-col-rtl {
    left: 16.6667%;
    right: auto;
  }

  .ant-hrmax-col-xl-offset-4.ant-hrmax-col-rtl {
    margin-left: 0;
    margin-right: 16.6667%;
  }

  .ant-hrmax-col-xl-push-5.ant-hrmax-col-rtl {
    left: auto;
    right: 20.8333%;
  }

  .ant-hrmax-col-xl-pull-5.ant-hrmax-col-rtl {
    left: 20.8333%;
    right: auto;
  }

  .ant-hrmax-col-xl-offset-5.ant-hrmax-col-rtl {
    margin-left: 0;
    margin-right: 20.8333%;
  }

  .ant-hrmax-col-xl-push-6.ant-hrmax-col-rtl {
    left: auto;
    right: 25%;
  }

  .ant-hrmax-col-xl-pull-6.ant-hrmax-col-rtl {
    left: 25%;
    right: auto;
  }

  .ant-hrmax-col-xl-offset-6.ant-hrmax-col-rtl {
    margin-left: 0;
    margin-right: 25%;
  }

  .ant-hrmax-col-xl-push-7.ant-hrmax-col-rtl {
    left: auto;
    right: 29.1667%;
  }

  .ant-hrmax-col-xl-pull-7.ant-hrmax-col-rtl {
    left: 29.1667%;
    right: auto;
  }

  .ant-hrmax-col-xl-offset-7.ant-hrmax-col-rtl {
    margin-left: 0;
    margin-right: 29.1667%;
  }

  .ant-hrmax-col-xl-push-8.ant-hrmax-col-rtl {
    left: auto;
    right: 33.3333%;
  }

  .ant-hrmax-col-xl-pull-8.ant-hrmax-col-rtl {
    left: 33.3333%;
    right: auto;
  }

  .ant-hrmax-col-xl-offset-8.ant-hrmax-col-rtl {
    margin-left: 0;
    margin-right: 33.3333%;
  }

  .ant-hrmax-col-xl-push-9.ant-hrmax-col-rtl {
    left: auto;
    right: 37.5%;
  }

  .ant-hrmax-col-xl-pull-9.ant-hrmax-col-rtl {
    left: 37.5%;
    right: auto;
  }

  .ant-hrmax-col-xl-offset-9.ant-hrmax-col-rtl {
    margin-left: 0;
    margin-right: 37.5%;
  }

  .ant-hrmax-col-xl-push-10.ant-hrmax-col-rtl {
    left: auto;
    right: 41.6667%;
  }

  .ant-hrmax-col-xl-pull-10.ant-hrmax-col-rtl {
    left: 41.6667%;
    right: auto;
  }

  .ant-hrmax-col-xl-offset-10.ant-hrmax-col-rtl {
    margin-left: 0;
    margin-right: 41.6667%;
  }

  .ant-hrmax-col-xl-push-11.ant-hrmax-col-rtl {
    left: auto;
    right: 45.8333%;
  }

  .ant-hrmax-col-xl-pull-11.ant-hrmax-col-rtl {
    left: 45.8333%;
    right: auto;
  }

  .ant-hrmax-col-xl-offset-11.ant-hrmax-col-rtl {
    margin-left: 0;
    margin-right: 45.8333%;
  }

  .ant-hrmax-col-xl-push-12.ant-hrmax-col-rtl {
    left: auto;
    right: 50%;
  }

  .ant-hrmax-col-xl-pull-12.ant-hrmax-col-rtl {
    left: 50%;
    right: auto;
  }

  .ant-hrmax-col-xl-offset-12.ant-hrmax-col-rtl {
    margin-left: 0;
    margin-right: 50%;
  }

  .ant-hrmax-col-xl-push-13.ant-hrmax-col-rtl {
    left: auto;
    right: 54.1667%;
  }

  .ant-hrmax-col-xl-pull-13.ant-hrmax-col-rtl {
    left: 54.1667%;
    right: auto;
  }

  .ant-hrmax-col-xl-offset-13.ant-hrmax-col-rtl {
    margin-left: 0;
    margin-right: 54.1667%;
  }

  .ant-hrmax-col-xl-push-14.ant-hrmax-col-rtl {
    left: auto;
    right: 58.3333%;
  }

  .ant-hrmax-col-xl-pull-14.ant-hrmax-col-rtl {
    left: 58.3333%;
    right: auto;
  }

  .ant-hrmax-col-xl-offset-14.ant-hrmax-col-rtl {
    margin-left: 0;
    margin-right: 58.3333%;
  }

  .ant-hrmax-col-xl-push-15.ant-hrmax-col-rtl {
    left: auto;
    right: 62.5%;
  }

  .ant-hrmax-col-xl-pull-15.ant-hrmax-col-rtl {
    left: 62.5%;
    right: auto;
  }

  .ant-hrmax-col-xl-offset-15.ant-hrmax-col-rtl {
    margin-left: 0;
    margin-right: 62.5%;
  }

  .ant-hrmax-col-xl-push-16.ant-hrmax-col-rtl {
    left: auto;
    right: 66.6667%;
  }

  .ant-hrmax-col-xl-pull-16.ant-hrmax-col-rtl {
    left: 66.6667%;
    right: auto;
  }

  .ant-hrmax-col-xl-offset-16.ant-hrmax-col-rtl {
    margin-left: 0;
    margin-right: 66.6667%;
  }

  .ant-hrmax-col-xl-push-17.ant-hrmax-col-rtl {
    left: auto;
    right: 70.8333%;
  }

  .ant-hrmax-col-xl-pull-17.ant-hrmax-col-rtl {
    left: 70.8333%;
    right: auto;
  }

  .ant-hrmax-col-xl-offset-17.ant-hrmax-col-rtl {
    margin-left: 0;
    margin-right: 70.8333%;
  }

  .ant-hrmax-col-xl-push-18.ant-hrmax-col-rtl {
    left: auto;
    right: 75%;
  }

  .ant-hrmax-col-xl-pull-18.ant-hrmax-col-rtl {
    left: 75%;
    right: auto;
  }

  .ant-hrmax-col-xl-offset-18.ant-hrmax-col-rtl {
    margin-left: 0;
    margin-right: 75%;
  }

  .ant-hrmax-col-xl-push-19.ant-hrmax-col-rtl {
    left: auto;
    right: 79.1667%;
  }

  .ant-hrmax-col-xl-pull-19.ant-hrmax-col-rtl {
    left: 79.1667%;
    right: auto;
  }

  .ant-hrmax-col-xl-offset-19.ant-hrmax-col-rtl {
    margin-left: 0;
    margin-right: 79.1667%;
  }

  .ant-hrmax-col-xl-push-20.ant-hrmax-col-rtl {
    left: auto;
    right: 83.3333%;
  }

  .ant-hrmax-col-xl-pull-20.ant-hrmax-col-rtl {
    left: 83.3333%;
    right: auto;
  }

  .ant-hrmax-col-xl-offset-20.ant-hrmax-col-rtl {
    margin-left: 0;
    margin-right: 83.3333%;
  }

  .ant-hrmax-col-xl-push-21.ant-hrmax-col-rtl {
    left: auto;
    right: 87.5%;
  }

  .ant-hrmax-col-xl-pull-21.ant-hrmax-col-rtl {
    left: 87.5%;
    right: auto;
  }

  .ant-hrmax-col-xl-offset-21.ant-hrmax-col-rtl {
    margin-left: 0;
    margin-right: 87.5%;
  }

  .ant-hrmax-col-xl-push-22.ant-hrmax-col-rtl {
    left: auto;
    right: 91.6667%;
  }

  .ant-hrmax-col-xl-pull-22.ant-hrmax-col-rtl {
    left: 91.6667%;
    right: auto;
  }

  .ant-hrmax-col-xl-offset-22.ant-hrmax-col-rtl {
    margin-left: 0;
    margin-right: 91.6667%;
  }

  .ant-hrmax-col-xl-push-23.ant-hrmax-col-rtl {
    left: auto;
    right: 95.8333%;
  }

  .ant-hrmax-col-xl-pull-23.ant-hrmax-col-rtl {
    left: 95.8333%;
    right: auto;
  }

  .ant-hrmax-col-xl-offset-23.ant-hrmax-col-rtl {
    margin-left: 0;
    margin-right: 95.8333%;
  }

  .ant-hrmax-col-xl-push-24.ant-hrmax-col-rtl {
    left: auto;
    right: 100%;
  }

  .ant-hrmax-col-xl-pull-24.ant-hrmax-col-rtl {
    left: 100%;
    right: auto;
  }

  .ant-hrmax-col-xl-offset-24.ant-hrmax-col-rtl {
    margin-left: 0;
    margin-right: 100%;
  }
}

@media (width >= 1600px) {
  .ant-hrmax-col-xxl-24 {
    flex: 0 0 100%;
    max-width: 100%;
    display: block;
  }

  .ant-hrmax-col-xxl-push-24 {
    left: 100%;
  }

  .ant-hrmax-col-xxl-pull-24 {
    right: 100%;
  }

  .ant-hrmax-col-xxl-offset-24 {
    margin-left: 100%;
  }

  .ant-hrmax-col-xxl-order-24 {
    order: 24;
  }

  .ant-hrmax-col-xxl-23 {
    flex: 0 0 95.8333%;
    max-width: 95.8333%;
    display: block;
  }

  .ant-hrmax-col-xxl-push-23 {
    left: 95.8333%;
  }

  .ant-hrmax-col-xxl-pull-23 {
    right: 95.8333%;
  }

  .ant-hrmax-col-xxl-offset-23 {
    margin-left: 95.8333%;
  }

  .ant-hrmax-col-xxl-order-23 {
    order: 23;
  }

  .ant-hrmax-col-xxl-22 {
    flex: 0 0 91.6667%;
    max-width: 91.6667%;
    display: block;
  }

  .ant-hrmax-col-xxl-push-22 {
    left: 91.6667%;
  }

  .ant-hrmax-col-xxl-pull-22 {
    right: 91.6667%;
  }

  .ant-hrmax-col-xxl-offset-22 {
    margin-left: 91.6667%;
  }

  .ant-hrmax-col-xxl-order-22 {
    order: 22;
  }

  .ant-hrmax-col-xxl-21 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
    display: block;
  }

  .ant-hrmax-col-xxl-push-21 {
    left: 87.5%;
  }

  .ant-hrmax-col-xxl-pull-21 {
    right: 87.5%;
  }

  .ant-hrmax-col-xxl-offset-21 {
    margin-left: 87.5%;
  }

  .ant-hrmax-col-xxl-order-21 {
    order: 21;
  }

  .ant-hrmax-col-xxl-20 {
    flex: 0 0 83.3333%;
    max-width: 83.3333%;
    display: block;
  }

  .ant-hrmax-col-xxl-push-20 {
    left: 83.3333%;
  }

  .ant-hrmax-col-xxl-pull-20 {
    right: 83.3333%;
  }

  .ant-hrmax-col-xxl-offset-20 {
    margin-left: 83.3333%;
  }

  .ant-hrmax-col-xxl-order-20 {
    order: 20;
  }

  .ant-hrmax-col-xxl-19 {
    flex: 0 0 79.1667%;
    max-width: 79.1667%;
    display: block;
  }

  .ant-hrmax-col-xxl-push-19 {
    left: 79.1667%;
  }

  .ant-hrmax-col-xxl-pull-19 {
    right: 79.1667%;
  }

  .ant-hrmax-col-xxl-offset-19 {
    margin-left: 79.1667%;
  }

  .ant-hrmax-col-xxl-order-19 {
    order: 19;
  }

  .ant-hrmax-col-xxl-18 {
    flex: 0 0 75%;
    max-width: 75%;
    display: block;
  }

  .ant-hrmax-col-xxl-push-18 {
    left: 75%;
  }

  .ant-hrmax-col-xxl-pull-18 {
    right: 75%;
  }

  .ant-hrmax-col-xxl-offset-18 {
    margin-left: 75%;
  }

  .ant-hrmax-col-xxl-order-18 {
    order: 18;
  }

  .ant-hrmax-col-xxl-17 {
    flex: 0 0 70.8333%;
    max-width: 70.8333%;
    display: block;
  }

  .ant-hrmax-col-xxl-push-17 {
    left: 70.8333%;
  }

  .ant-hrmax-col-xxl-pull-17 {
    right: 70.8333%;
  }

  .ant-hrmax-col-xxl-offset-17 {
    margin-left: 70.8333%;
  }

  .ant-hrmax-col-xxl-order-17 {
    order: 17;
  }

  .ant-hrmax-col-xxl-16 {
    flex: 0 0 66.6667%;
    max-width: 66.6667%;
    display: block;
  }

  .ant-hrmax-col-xxl-push-16 {
    left: 66.6667%;
  }

  .ant-hrmax-col-xxl-pull-16 {
    right: 66.6667%;
  }

  .ant-hrmax-col-xxl-offset-16 {
    margin-left: 66.6667%;
  }

  .ant-hrmax-col-xxl-order-16 {
    order: 16;
  }

  .ant-hrmax-col-xxl-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
    display: block;
  }

  .ant-hrmax-col-xxl-push-15 {
    left: 62.5%;
  }

  .ant-hrmax-col-xxl-pull-15 {
    right: 62.5%;
  }

  .ant-hrmax-col-xxl-offset-15 {
    margin-left: 62.5%;
  }

  .ant-hrmax-col-xxl-order-15 {
    order: 15;
  }

  .ant-hrmax-col-xxl-14 {
    flex: 0 0 58.3333%;
    max-width: 58.3333%;
    display: block;
  }

  .ant-hrmax-col-xxl-push-14 {
    left: 58.3333%;
  }

  .ant-hrmax-col-xxl-pull-14 {
    right: 58.3333%;
  }

  .ant-hrmax-col-xxl-offset-14 {
    margin-left: 58.3333%;
  }

  .ant-hrmax-col-xxl-order-14 {
    order: 14;
  }

  .ant-hrmax-col-xxl-13 {
    flex: 0 0 54.1667%;
    max-width: 54.1667%;
    display: block;
  }

  .ant-hrmax-col-xxl-push-13 {
    left: 54.1667%;
  }

  .ant-hrmax-col-xxl-pull-13 {
    right: 54.1667%;
  }

  .ant-hrmax-col-xxl-offset-13 {
    margin-left: 54.1667%;
  }

  .ant-hrmax-col-xxl-order-13 {
    order: 13;
  }

  .ant-hrmax-col-xxl-12 {
    flex: 0 0 50%;
    max-width: 50%;
    display: block;
  }

  .ant-hrmax-col-xxl-push-12 {
    left: 50%;
  }

  .ant-hrmax-col-xxl-pull-12 {
    right: 50%;
  }

  .ant-hrmax-col-xxl-offset-12 {
    margin-left: 50%;
  }

  .ant-hrmax-col-xxl-order-12 {
    order: 12;
  }

  .ant-hrmax-col-xxl-11 {
    flex: 0 0 45.8333%;
    max-width: 45.8333%;
    display: block;
  }

  .ant-hrmax-col-xxl-push-11 {
    left: 45.8333%;
  }

  .ant-hrmax-col-xxl-pull-11 {
    right: 45.8333%;
  }

  .ant-hrmax-col-xxl-offset-11 {
    margin-left: 45.8333%;
  }

  .ant-hrmax-col-xxl-order-11 {
    order: 11;
  }

  .ant-hrmax-col-xxl-10 {
    flex: 0 0 41.6667%;
    max-width: 41.6667%;
    display: block;
  }

  .ant-hrmax-col-xxl-push-10 {
    left: 41.6667%;
  }

  .ant-hrmax-col-xxl-pull-10 {
    right: 41.6667%;
  }

  .ant-hrmax-col-xxl-offset-10 {
    margin-left: 41.6667%;
  }

  .ant-hrmax-col-xxl-order-10 {
    order: 10;
  }

  .ant-hrmax-col-xxl-9 {
    flex: 0 0 37.5%;
    max-width: 37.5%;
    display: block;
  }

  .ant-hrmax-col-xxl-push-9 {
    left: 37.5%;
  }

  .ant-hrmax-col-xxl-pull-9 {
    right: 37.5%;
  }

  .ant-hrmax-col-xxl-offset-9 {
    margin-left: 37.5%;
  }

  .ant-hrmax-col-xxl-order-9 {
    order: 9;
  }

  .ant-hrmax-col-xxl-8 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    display: block;
  }

  .ant-hrmax-col-xxl-push-8 {
    left: 33.3333%;
  }

  .ant-hrmax-col-xxl-pull-8 {
    right: 33.3333%;
  }

  .ant-hrmax-col-xxl-offset-8 {
    margin-left: 33.3333%;
  }

  .ant-hrmax-col-xxl-order-8 {
    order: 8;
  }

  .ant-hrmax-col-xxl-7 {
    flex: 0 0 29.1667%;
    max-width: 29.1667%;
    display: block;
  }

  .ant-hrmax-col-xxl-push-7 {
    left: 29.1667%;
  }

  .ant-hrmax-col-xxl-pull-7 {
    right: 29.1667%;
  }

  .ant-hrmax-col-xxl-offset-7 {
    margin-left: 29.1667%;
  }

  .ant-hrmax-col-xxl-order-7 {
    order: 7;
  }

  .ant-hrmax-col-xxl-6 {
    flex: 0 0 25%;
    max-width: 25%;
    display: block;
  }

  .ant-hrmax-col-xxl-push-6 {
    left: 25%;
  }

  .ant-hrmax-col-xxl-pull-6 {
    right: 25%;
  }

  .ant-hrmax-col-xxl-offset-6 {
    margin-left: 25%;
  }

  .ant-hrmax-col-xxl-order-6 {
    order: 6;
  }

  .ant-hrmax-col-xxl-5 {
    flex: 0 0 20.8333%;
    max-width: 20.8333%;
    display: block;
  }

  .ant-hrmax-col-xxl-push-5 {
    left: 20.8333%;
  }

  .ant-hrmax-col-xxl-pull-5 {
    right: 20.8333%;
  }

  .ant-hrmax-col-xxl-offset-5 {
    margin-left: 20.8333%;
  }

  .ant-hrmax-col-xxl-order-5 {
    order: 5;
  }

  .ant-hrmax-col-xxl-4 {
    flex: 0 0 16.6667%;
    max-width: 16.6667%;
    display: block;
  }

  .ant-hrmax-col-xxl-push-4 {
    left: 16.6667%;
  }

  .ant-hrmax-col-xxl-pull-4 {
    right: 16.6667%;
  }

  .ant-hrmax-col-xxl-offset-4 {
    margin-left: 16.6667%;
  }

  .ant-hrmax-col-xxl-order-4 {
    order: 4;
  }

  .ant-hrmax-col-xxl-3 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
    display: block;
  }

  .ant-hrmax-col-xxl-push-3 {
    left: 12.5%;
  }

  .ant-hrmax-col-xxl-pull-3 {
    right: 12.5%;
  }

  .ant-hrmax-col-xxl-offset-3 {
    margin-left: 12.5%;
  }

  .ant-hrmax-col-xxl-order-3 {
    order: 3;
  }

  .ant-hrmax-col-xxl-2 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    display: block;
  }

  .ant-hrmax-col-xxl-push-2 {
    left: 8.33333%;
  }

  .ant-hrmax-col-xxl-pull-2 {
    right: 8.33333%;
  }

  .ant-hrmax-col-xxl-offset-2 {
    margin-left: 8.33333%;
  }

  .ant-hrmax-col-xxl-order-2 {
    order: 2;
  }

  .ant-hrmax-col-xxl-1 {
    flex: 0 0 4.16667%;
    max-width: 4.16667%;
    display: block;
  }

  .ant-hrmax-col-xxl-push-1 {
    left: 4.16667%;
  }

  .ant-hrmax-col-xxl-pull-1 {
    right: 4.16667%;
  }

  .ant-hrmax-col-xxl-offset-1 {
    margin-left: 4.16667%;
  }

  .ant-hrmax-col-xxl-order-1 {
    order: 1;
  }

  .ant-hrmax-col-xxl-0 {
    display: none;
  }

  .ant-hrmax-col-push-0 {
    left: auto;
  }

  .ant-hrmax-col-pull-0 {
    right: auto;
  }

  .ant-hrmax-col-xxl-push-0 {
    left: auto;
  }

  .ant-hrmax-col-xxl-pull-0 {
    right: auto;
  }

  .ant-hrmax-col-xxl-offset-0 {
    margin-left: 0;
  }

  .ant-hrmax-col-xxl-order-0 {
    order: 0;
  }

  .ant-hrmax-col-push-0.ant-hrmax-col-rtl {
    right: auto;
  }

  .ant-hrmax-col-pull-0.ant-hrmax-col-rtl {
    left: auto;
  }

  .ant-hrmax-col-xxl-push-0.ant-hrmax-col-rtl {
    right: auto;
  }

  .ant-hrmax-col-xxl-pull-0.ant-hrmax-col-rtl {
    left: auto;
  }

  .ant-hrmax-col-xxl-offset-0.ant-hrmax-col-rtl {
    margin-right: 0;
  }

  .ant-hrmax-col-xxl-push-1.ant-hrmax-col-rtl {
    left: auto;
    right: 4.16667%;
  }

  .ant-hrmax-col-xxl-pull-1.ant-hrmax-col-rtl {
    left: 4.16667%;
    right: auto;
  }

  .ant-hrmax-col-xxl-offset-1.ant-hrmax-col-rtl {
    margin-left: 0;
    margin-right: 4.16667%;
  }

  .ant-hrmax-col-xxl-push-2.ant-hrmax-col-rtl {
    left: auto;
    right: 8.33333%;
  }

  .ant-hrmax-col-xxl-pull-2.ant-hrmax-col-rtl {
    left: 8.33333%;
    right: auto;
  }

  .ant-hrmax-col-xxl-offset-2.ant-hrmax-col-rtl {
    margin-left: 0;
    margin-right: 8.33333%;
  }

  .ant-hrmax-col-xxl-push-3.ant-hrmax-col-rtl {
    left: auto;
    right: 12.5%;
  }

  .ant-hrmax-col-xxl-pull-3.ant-hrmax-col-rtl {
    left: 12.5%;
    right: auto;
  }

  .ant-hrmax-col-xxl-offset-3.ant-hrmax-col-rtl {
    margin-left: 0;
    margin-right: 12.5%;
  }

  .ant-hrmax-col-xxl-push-4.ant-hrmax-col-rtl {
    left: auto;
    right: 16.6667%;
  }

  .ant-hrmax-col-xxl-pull-4.ant-hrmax-col-rtl {
    left: 16.6667%;
    right: auto;
  }

  .ant-hrmax-col-xxl-offset-4.ant-hrmax-col-rtl {
    margin-left: 0;
    margin-right: 16.6667%;
  }

  .ant-hrmax-col-xxl-push-5.ant-hrmax-col-rtl {
    left: auto;
    right: 20.8333%;
  }

  .ant-hrmax-col-xxl-pull-5.ant-hrmax-col-rtl {
    left: 20.8333%;
    right: auto;
  }

  .ant-hrmax-col-xxl-offset-5.ant-hrmax-col-rtl {
    margin-left: 0;
    margin-right: 20.8333%;
  }

  .ant-hrmax-col-xxl-push-6.ant-hrmax-col-rtl {
    left: auto;
    right: 25%;
  }

  .ant-hrmax-col-xxl-pull-6.ant-hrmax-col-rtl {
    left: 25%;
    right: auto;
  }

  .ant-hrmax-col-xxl-offset-6.ant-hrmax-col-rtl {
    margin-left: 0;
    margin-right: 25%;
  }

  .ant-hrmax-col-xxl-push-7.ant-hrmax-col-rtl {
    left: auto;
    right: 29.1667%;
  }

  .ant-hrmax-col-xxl-pull-7.ant-hrmax-col-rtl {
    left: 29.1667%;
    right: auto;
  }

  .ant-hrmax-col-xxl-offset-7.ant-hrmax-col-rtl {
    margin-left: 0;
    margin-right: 29.1667%;
  }

  .ant-hrmax-col-xxl-push-8.ant-hrmax-col-rtl {
    left: auto;
    right: 33.3333%;
  }

  .ant-hrmax-col-xxl-pull-8.ant-hrmax-col-rtl {
    left: 33.3333%;
    right: auto;
  }

  .ant-hrmax-col-xxl-offset-8.ant-hrmax-col-rtl {
    margin-left: 0;
    margin-right: 33.3333%;
  }

  .ant-hrmax-col-xxl-push-9.ant-hrmax-col-rtl {
    left: auto;
    right: 37.5%;
  }

  .ant-hrmax-col-xxl-pull-9.ant-hrmax-col-rtl {
    left: 37.5%;
    right: auto;
  }

  .ant-hrmax-col-xxl-offset-9.ant-hrmax-col-rtl {
    margin-left: 0;
    margin-right: 37.5%;
  }

  .ant-hrmax-col-xxl-push-10.ant-hrmax-col-rtl {
    left: auto;
    right: 41.6667%;
  }

  .ant-hrmax-col-xxl-pull-10.ant-hrmax-col-rtl {
    left: 41.6667%;
    right: auto;
  }

  .ant-hrmax-col-xxl-offset-10.ant-hrmax-col-rtl {
    margin-left: 0;
    margin-right: 41.6667%;
  }

  .ant-hrmax-col-xxl-push-11.ant-hrmax-col-rtl {
    left: auto;
    right: 45.8333%;
  }

  .ant-hrmax-col-xxl-pull-11.ant-hrmax-col-rtl {
    left: 45.8333%;
    right: auto;
  }

  .ant-hrmax-col-xxl-offset-11.ant-hrmax-col-rtl {
    margin-left: 0;
    margin-right: 45.8333%;
  }

  .ant-hrmax-col-xxl-push-12.ant-hrmax-col-rtl {
    left: auto;
    right: 50%;
  }

  .ant-hrmax-col-xxl-pull-12.ant-hrmax-col-rtl {
    left: 50%;
    right: auto;
  }

  .ant-hrmax-col-xxl-offset-12.ant-hrmax-col-rtl {
    margin-left: 0;
    margin-right: 50%;
  }

  .ant-hrmax-col-xxl-push-13.ant-hrmax-col-rtl {
    left: auto;
    right: 54.1667%;
  }

  .ant-hrmax-col-xxl-pull-13.ant-hrmax-col-rtl {
    left: 54.1667%;
    right: auto;
  }

  .ant-hrmax-col-xxl-offset-13.ant-hrmax-col-rtl {
    margin-left: 0;
    margin-right: 54.1667%;
  }

  .ant-hrmax-col-xxl-push-14.ant-hrmax-col-rtl {
    left: auto;
    right: 58.3333%;
  }

  .ant-hrmax-col-xxl-pull-14.ant-hrmax-col-rtl {
    left: 58.3333%;
    right: auto;
  }

  .ant-hrmax-col-xxl-offset-14.ant-hrmax-col-rtl {
    margin-left: 0;
    margin-right: 58.3333%;
  }

  .ant-hrmax-col-xxl-push-15.ant-hrmax-col-rtl {
    left: auto;
    right: 62.5%;
  }

  .ant-hrmax-col-xxl-pull-15.ant-hrmax-col-rtl {
    left: 62.5%;
    right: auto;
  }

  .ant-hrmax-col-xxl-offset-15.ant-hrmax-col-rtl {
    margin-left: 0;
    margin-right: 62.5%;
  }

  .ant-hrmax-col-xxl-push-16.ant-hrmax-col-rtl {
    left: auto;
    right: 66.6667%;
  }

  .ant-hrmax-col-xxl-pull-16.ant-hrmax-col-rtl {
    left: 66.6667%;
    right: auto;
  }

  .ant-hrmax-col-xxl-offset-16.ant-hrmax-col-rtl {
    margin-left: 0;
    margin-right: 66.6667%;
  }

  .ant-hrmax-col-xxl-push-17.ant-hrmax-col-rtl {
    left: auto;
    right: 70.8333%;
  }

  .ant-hrmax-col-xxl-pull-17.ant-hrmax-col-rtl {
    left: 70.8333%;
    right: auto;
  }

  .ant-hrmax-col-xxl-offset-17.ant-hrmax-col-rtl {
    margin-left: 0;
    margin-right: 70.8333%;
  }

  .ant-hrmax-col-xxl-push-18.ant-hrmax-col-rtl {
    left: auto;
    right: 75%;
  }

  .ant-hrmax-col-xxl-pull-18.ant-hrmax-col-rtl {
    left: 75%;
    right: auto;
  }

  .ant-hrmax-col-xxl-offset-18.ant-hrmax-col-rtl {
    margin-left: 0;
    margin-right: 75%;
  }

  .ant-hrmax-col-xxl-push-19.ant-hrmax-col-rtl {
    left: auto;
    right: 79.1667%;
  }

  .ant-hrmax-col-xxl-pull-19.ant-hrmax-col-rtl {
    left: 79.1667%;
    right: auto;
  }

  .ant-hrmax-col-xxl-offset-19.ant-hrmax-col-rtl {
    margin-left: 0;
    margin-right: 79.1667%;
  }

  .ant-hrmax-col-xxl-push-20.ant-hrmax-col-rtl {
    left: auto;
    right: 83.3333%;
  }

  .ant-hrmax-col-xxl-pull-20.ant-hrmax-col-rtl {
    left: 83.3333%;
    right: auto;
  }

  .ant-hrmax-col-xxl-offset-20.ant-hrmax-col-rtl {
    margin-left: 0;
    margin-right: 83.3333%;
  }

  .ant-hrmax-col-xxl-push-21.ant-hrmax-col-rtl {
    left: auto;
    right: 87.5%;
  }

  .ant-hrmax-col-xxl-pull-21.ant-hrmax-col-rtl {
    left: 87.5%;
    right: auto;
  }

  .ant-hrmax-col-xxl-offset-21.ant-hrmax-col-rtl {
    margin-left: 0;
    margin-right: 87.5%;
  }

  .ant-hrmax-col-xxl-push-22.ant-hrmax-col-rtl {
    left: auto;
    right: 91.6667%;
  }

  .ant-hrmax-col-xxl-pull-22.ant-hrmax-col-rtl {
    left: 91.6667%;
    right: auto;
  }

  .ant-hrmax-col-xxl-offset-22.ant-hrmax-col-rtl {
    margin-left: 0;
    margin-right: 91.6667%;
  }

  .ant-hrmax-col-xxl-push-23.ant-hrmax-col-rtl {
    left: auto;
    right: 95.8333%;
  }

  .ant-hrmax-col-xxl-pull-23.ant-hrmax-col-rtl {
    left: 95.8333%;
    right: auto;
  }

  .ant-hrmax-col-xxl-offset-23.ant-hrmax-col-rtl {
    margin-left: 0;
    margin-right: 95.8333%;
  }

  .ant-hrmax-col-xxl-push-24.ant-hrmax-col-rtl {
    left: auto;
    right: 100%;
  }

  .ant-hrmax-col-xxl-pull-24.ant-hrmax-col-rtl {
    left: 100%;
    right: auto;
  }

  .ant-hrmax-col-xxl-offset-24.ant-hrmax-col-rtl {
    margin-left: 0;
    margin-right: 100%;
  }
}

.ant-hrmax-row-rtl {
  direction: rtl;
}

.ant-hrmax-image {
  display: inline-block;
  position: relative;
}

.ant-hrmax-image-img {
  vertical-align: middle;
  width: 100%;
  height: auto;
}

.ant-hrmax-image-img-placeholder {
  background-color: #f5f5f5;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTQuNSAyLjVoLTEzQS41LjUgMCAwIDAgMSAzdjEwYS41LjUgMCAwIDAgLjUuNWgxM2EuNS41IDAgMCAwIC41LS41VjNhLjUuNSAwIDAgMC0uNS0uNXpNNS4yODEgNC43NWExIDEgMCAwIDEgMCAyIDEgMSAwIDAgMSAwLTJ6bTguMDMgNi44M2EuMTI3LjEyNyAwIDAgMS0uMDgxLjAzSDIuNzY5YS4xMjUuMTI1IDAgMCAxLS4wOTYtLjIwN2wyLjY2MS0zLjE1NmEuMTI2LjEyNiAwIDAgMSAuMTc3LS4wMTZsLjAxNi4wMTZMNy4wOCAxMC4wOWwyLjQ3LTIuOTNhLjEyNi4xMjYgMCAwIDEgLjE3Ny0uMDE2bC4wMTUuMDE2IDMuNTg4IDQuMjQ0YS4xMjcuMTI3IDAgMCAxLS4wMi4xNzV6IiBmaWxsPSIjOEM4QzhDIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48L3N2Zz4=);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30%;
}

.ant-hrmax-image-mask {
  color: #fff;
  cursor: pointer;
  opacity: 0;
  background: #00000080;
  justify-content: center;
  align-items: center;
  transition: opacity .3s;
  display: flex;
  position: absolute;
  inset: 0;
}

.ant-hrmax-image-mask-info {
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 4px;
  overflow: hidden;
}

.ant-hrmax-image-mask-info .anthrmaxicon {
  margin-inline-end: 4px;
}

.ant-hrmax-image-mask:hover {
  opacity: 1;
}

.ant-hrmax-image-placeholder {
  position: absolute;
  inset: 0;
}

.ant-hrmax-image-preview {
  pointer-events: none;
  text-align: center;
  height: 100%;
}

.ant-hrmax-image-preview.ant-hrmax-zoom-enter, .ant-hrmax-image-preview.ant-hrmax-zoom-appear {
  opacity: 0;
  user-select: none;
  animation-duration: .3s;
  transform: none;
}

.ant-hrmax-image-preview-mask {
  z-index: 1000;
  background-color: #00000073;
  height: 100%;
  position: fixed;
  inset: 0;
}

.ant-hrmax-image-preview-mask-hidden {
  display: none;
}

.ant-hrmax-image-preview-wrap {
  outline: 0;
  position: fixed;
  inset: 0;
  overflow: auto;
}

.ant-hrmax-image-preview-body {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.ant-hrmax-image-preview-img {
  vertical-align: middle;
  cursor: grab;
  user-select: none;
  pointer-events: auto;
  max-width: 100%;
  max-height: 100%;
  transition: transform .3s cubic-bezier(.215, .61, .355, 1);
  transform: scale3d(1, 1, 1);
}

.ant-hrmax-image-preview-img-wrapper {
  transition: transform .3s cubic-bezier(.215, .61, .355, 1);
  position: absolute;
  inset: 0;
}

.ant-hrmax-image-preview-img-wrapper:before {
  content: "";
  width: 1px;
  height: 50%;
  margin-right: -1px;
  display: inline-block;
}

.ant-hrmax-image-preview-moving .ant-hrmax-image-preview-img {
  cursor: grabbing;
}

.ant-hrmax-image-preview-moving .ant-hrmax-image-preview-img-wrapper {
  transition-duration: 0s;
}

.ant-hrmax-image-preview-wrap {
  z-index: 1080;
}

.ant-hrmax-image-preview-operations-wrapper {
  z-index: 1081;
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
}

.ant-hrmax-image-preview-operations {
  box-sizing: border-box;
  color: #ffffffd9;
  font-variant: tabular-nums;
  font-feature-settings: "tnum";
  pointer-events: auto;
  background: #0000001a;
  flex-direction: row-reverse;
  align-items: center;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.5715;
  list-style: none;
  display: flex;
}

.ant-hrmax-image-preview-operations-operation {
  cursor: pointer;
  margin-left: 12px;
  padding: 12px;
  transition: all .3s;
}

.ant-hrmax-image-preview-operations-operation:hover {
  background: #0003;
}

.ant-hrmax-image-preview-operations-operation-disabled {
  color: #ffffff40;
  pointer-events: none;
}

.ant-hrmax-image-preview-operations-operation:last-of-type {
  margin-left: 0;
}

.ant-hrmax-image-preview-operations-progress {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.ant-hrmax-image-preview-operations-icon {
  font-size: 18px;
}

.ant-hrmax-image-preview-switch-left, .ant-hrmax-image-preview-switch-right {
  z-index: 1081;
  color: #ffffffd9;
  cursor: pointer;
  pointer-events: auto;
  background: #0000001a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  transition: all .3s;
  display: flex;
  position: fixed;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
}

.ant-hrmax-image-preview-switch-left:hover, .ant-hrmax-image-preview-switch-right:hover {
  background: #0003;
}

.ant-hrmax-image-preview-switch-left-disabled, .ant-hrmax-image-preview-switch-right-disabled, .ant-hrmax-image-preview-switch-left-disabled:hover, .ant-hrmax-image-preview-switch-right-disabled:hover {
  color: #ffffff40;
  cursor: not-allowed;
  background: #0000001a;
}

.ant-hrmax-image-preview-switch-left-disabled > .anthrmaxicon, .ant-hrmax-image-preview-switch-right-disabled > .anthrmaxicon, .ant-hrmax-image-preview-switch-left-disabled:hover > .anthrmaxicon, .ant-hrmax-image-preview-switch-right-disabled:hover > .anthrmaxicon {
  cursor: not-allowed;
}

.ant-hrmax-image-preview-switch-left > .anthrmaxicon, .ant-hrmax-image-preview-switch-right > .anthrmaxicon {
  font-size: 18px;
}

.ant-hrmax-image-preview-switch-left {
  left: 8px;
}

.ant-hrmax-image-preview-switch-right {
  right: 8px;
}

.ant-hrmax-input-affix-wrapper {
  color: #000;
  background-color: #fff;
  background-image: none;
  border: 1px solid #cdd0d4;
  border-radius: 8px;
  width: 100%;
  min-width: 0;
  padding: 4px 12px;
  font-size: 14px;
  line-height: 1.5715;
  transition: all .3s;
  display: inline-flex;
  position: relative;
}

.ant-hrmax-input-affix-wrapper::placeholder {
  color: #abb1b8;
  user-select: none;
}

.ant-hrmax-input-affix-wrapper:placeholder-shown {
  text-overflow: ellipsis;
}

.ant-hrmax-input-affix-wrapper:hover {
  border-color: #54a7af;
  border-right-width: 1px;
}

.ant-hrmax-input-rtl .ant-hrmax-input-affix-wrapper:hover {
  border-right-width: 0;
  border-left-width: 1px !important;
}

.ant-hrmax-input-affix-wrapper:focus, .ant-hrmax-input-affix-wrapper-focused {
  border-color: #429b9e;
  border-right-width: 1px;
  outline: 0;
  box-shadow: 0 0 0 2px #268a9233;
}

.ant-hrmax-input-rtl .ant-hrmax-input-affix-wrapper:focus, .ant-hrmax-input-rtl .ant-hrmax-input-affix-wrapper-focused {
  border-right-width: 0;
  border-left-width: 1px !important;
}

.ant-hrmax-input-affix-wrapper-disabled {
  color: #cdd0d4;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
  background-color: #f2f4f7;
  border-color: #cdd0d4;
}

.ant-hrmax-input-affix-wrapper-disabled:hover {
  border-color: #cdd0d4;
  border-right-width: 1px;
}

.ant-hrmax-input-affix-wrapper[disabled] {
  color: #cdd0d4;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
  background-color: #f2f4f7;
  border-color: #cdd0d4;
}

.ant-hrmax-input-affix-wrapper[disabled]:hover {
  border-color: #cdd0d4;
  border-right-width: 1px;
}

.ant-hrmax-input-affix-wrapper-borderless, .ant-hrmax-input-affix-wrapper-borderless:hover, .ant-hrmax-input-affix-wrapper-borderless:focus, .ant-hrmax-input-affix-wrapper-borderless-focused, .ant-hrmax-input-affix-wrapper-borderless-disabled, .ant-hrmax-input-affix-wrapper-borderless[disabled] {
  box-shadow: none;
  background-color: #0000;
  border: none;
}

textarea.ant-hrmax-input-affix-wrapper {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5715;
  transition: all .3s, height;
}

.ant-hrmax-input-affix-wrapper-lg {
  padding: 14px 16px;
  font-size: 16px;
}

.ant-hrmax-input-affix-wrapper-sm {
  padding: 6px 8px;
}

.ant-hrmax-input-affix-wrapper-rtl {
  direction: rtl;
}

.ant-hrmax-input-affix-wrapper:not(.ant-hrmax-input-affix-wrapper-disabled):hover {
  z-index: 1;
  border-color: #54a7af;
  border-right-width: 1px;
}

.ant-hrmax-input-rtl .ant-hrmax-input-affix-wrapper:not(.ant-hrmax-input-affix-wrapper-disabled):hover {
  border-right-width: 0;
  border-left-width: 1px !important;
}

.ant-hrmax-input-search-with-button .ant-hrmax-input-affix-wrapper:not(.ant-hrmax-input-affix-wrapper-disabled):hover {
  z-index: 0;
}

.ant-hrmax-input-affix-wrapper-focused, .ant-hrmax-input-affix-wrapper:focus {
  z-index: 1;
}

.ant-hrmax-input-affix-wrapper-disabled .ant-hrmax-input[disabled] {
  background: #fff0;
}

.ant-hrmax-input-affix-wrapper > .ant-hrmax-input {
  font-size: inherit;
  border: none;
  outline: none;
}

.ant-hrmax-input-affix-wrapper > .ant-hrmax-input:focus {
  box-shadow: none !important;
}

.ant-hrmax-input-affix-wrapper > .ant-hrmax-input:not(textarea) {
  padding: 0;
}

.ant-hrmax-input-affix-wrapper:before {
  visibility: hidden;
  content: " ";
  width: 0;
  display: inline-block;
}

.ant-hrmax-input-prefix, .ant-hrmax-input-suffix {
  flex: none;
  align-items: center;
  display: flex;
}

.ant-hrmax-input-prefix > :not(:last-child), .ant-hrmax-input-suffix > :not(:last-child) {
  margin-right: 8px;
}

.ant-hrmax-input-show-count-has-suffix {
  margin-right: 2px;
}

.ant-hrmax-input-prefix {
  margin-right: 4px;
}

.ant-hrmax-input-suffix {
  margin-left: 4px;
}

.anthrmaxicon.ant-hrmax-input-clear-icon, .ant-hrmax-input-clear-icon {
  color: #cdd0d4;
  vertical-align: -1px;
  cursor: pointer;
  margin: 0;
  font-size: 12px;
  transition: color .3s;
}

.anthrmaxicon.ant-hrmax-input-clear-icon:hover, .ant-hrmax-input-clear-icon:hover {
  color: #535b64;
}

.anthrmaxicon.ant-hrmax-input-clear-icon:active, .ant-hrmax-input-clear-icon:active {
  color: #000;
}

.anthrmaxicon.ant-hrmax-input-clear-icon-hidden, .ant-hrmax-input-clear-icon-hidden {
  visibility: hidden;
}

.anthrmaxicon.ant-hrmax-input-clear-icon-has-suffix, .ant-hrmax-input-clear-icon-has-suffix {
  margin: 0 4px;
}

.ant-hrmax-input-affix-wrapper.ant-hrmax-input-affix-wrapper-textarea-with-clear-btn {
  padding: 0;
}

.ant-hrmax-input-affix-wrapper.ant-hrmax-input-affix-wrapper-textarea-with-clear-btn .ant-hrmax-input-clear-icon {
  z-index: 1;
  position: absolute;
  top: 8px;
  right: 8px;
}

.ant-hrmax-input-status-error:not(.ant-hrmax-input-disabled):not(.ant-hrmax-input-borderless).ant-hrmax-input, .ant-hrmax-input-status-error:not(.ant-hrmax-input-disabled):not(.ant-hrmax-input-borderless).ant-hrmax-input:hover {
  background: #fff;
  border-color: #d90007;
}

.ant-hrmax-input-status-error:not(.ant-hrmax-input-disabled):not(.ant-hrmax-input-borderless).ant-hrmax-input:focus, .ant-hrmax-input-status-error:not(.ant-hrmax-input-disabled):not(.ant-hrmax-input-borderless).ant-hrmax-input-focused {
  border-color: #ff3029;
  border-right-width: 1px;
  outline: 0;
  box-shadow: 0 0 0 2px #d9000733;
}

.ant-hrmax-input-status-error .ant-hrmax-input-prefix {
  color: #d90007;
}

.ant-hrmax-input-status-warning:not(.ant-hrmax-input-disabled):not(.ant-hrmax-input-borderless).ant-hrmax-input, .ant-hrmax-input-status-warning:not(.ant-hrmax-input-disabled):not(.ant-hrmax-input-borderless).ant-hrmax-input:hover {
  background: #fff;
  border-color: #d98d00;
}

.ant-hrmax-input-status-warning:not(.ant-hrmax-input-disabled):not(.ant-hrmax-input-borderless).ant-hrmax-input:focus, .ant-hrmax-input-status-warning:not(.ant-hrmax-input-disabled):not(.ant-hrmax-input-borderless).ant-hrmax-input-focused {
  border-color: #ffc229;
  border-right-width: 1px;
  outline: 0;
  box-shadow: 0 0 0 2px #d98d0033;
}

.ant-hrmax-input-status-warning .ant-hrmax-input-prefix {
  color: #d98d00;
}

.ant-hrmax-input-affix-wrapper-status-error:not(.ant-hrmax-input-affix-wrapper-disabled):not(.ant-hrmax-input-affix-wrapper-borderless).ant-hrmax-input-affix-wrapper, .ant-hrmax-input-affix-wrapper-status-error:not(.ant-hrmax-input-affix-wrapper-disabled):not(.ant-hrmax-input-affix-wrapper-borderless).ant-hrmax-input-affix-wrapper:hover {
  background: #fff;
  border-color: #d90007;
}

.ant-hrmax-input-affix-wrapper-status-error:not(.ant-hrmax-input-affix-wrapper-disabled):not(.ant-hrmax-input-affix-wrapper-borderless).ant-hrmax-input-affix-wrapper:focus, .ant-hrmax-input-affix-wrapper-status-error:not(.ant-hrmax-input-affix-wrapper-disabled):not(.ant-hrmax-input-affix-wrapper-borderless).ant-hrmax-input-affix-wrapper-focused {
  border-color: #ff3029;
  border-right-width: 1px;
  outline: 0;
  box-shadow: 0 0 0 2px #d9000733;
}

.ant-hrmax-input-affix-wrapper-status-error .ant-hrmax-input-prefix {
  color: #d90007;
}

.ant-hrmax-input-affix-wrapper-status-warning:not(.ant-hrmax-input-affix-wrapper-disabled):not(.ant-hrmax-input-affix-wrapper-borderless).ant-hrmax-input-affix-wrapper, .ant-hrmax-input-affix-wrapper-status-warning:not(.ant-hrmax-input-affix-wrapper-disabled):not(.ant-hrmax-input-affix-wrapper-borderless).ant-hrmax-input-affix-wrapper:hover {
  background: #fff;
  border-color: #d98d00;
}

.ant-hrmax-input-affix-wrapper-status-warning:not(.ant-hrmax-input-affix-wrapper-disabled):not(.ant-hrmax-input-affix-wrapper-borderless).ant-hrmax-input-affix-wrapper:focus, .ant-hrmax-input-affix-wrapper-status-warning:not(.ant-hrmax-input-affix-wrapper-disabled):not(.ant-hrmax-input-affix-wrapper-borderless).ant-hrmax-input-affix-wrapper-focused {
  border-color: #ffc229;
  border-right-width: 1px;
  outline: 0;
  box-shadow: 0 0 0 2px #d98d0033;
}

.ant-hrmax-input-affix-wrapper-status-warning .ant-hrmax-input-prefix {
  color: #d98d00;
}

.ant-hrmax-input-textarea-status-error.ant-hrmax-input-textarea-has-feedback .ant-hrmax-input, .ant-hrmax-input-textarea-status-warning.ant-hrmax-input-textarea-has-feedback .ant-hrmax-input, .ant-hrmax-input-textarea-status-success.ant-hrmax-input-textarea-has-feedback .ant-hrmax-input, .ant-hrmax-input-textarea-status-validating.ant-hrmax-input-textarea-has-feedback .ant-hrmax-input {
  padding-right: 24px;
}

.ant-hrmax-input-group-wrapper-status-error .ant-hrmax-input-group-addon {
  color: #d90007;
  border-color: #d90007;
}

.ant-hrmax-input-group-wrapper-status-warning .ant-hrmax-input-group-addon {
  color: #d98d00;
  border-color: #d98d00;
}

.ant-hrmax-input {
  box-sizing: border-box;
  font-variant: tabular-nums;
  font-feature-settings: "tnum";
  color: #000;
  background-color: #fff;
  background-image: none;
  border: 1px solid #cdd0d4;
  border-radius: 8px;
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 4px 12px;
  font-size: 14px;
  line-height: 1.5715;
  list-style: none;
  transition: all .3s;
  display: inline-block;
  position: relative;
}

.ant-hrmax-input::placeholder {
  color: #abb1b8;
  user-select: none;
}

.ant-hrmax-input:placeholder-shown {
  text-overflow: ellipsis;
}

.ant-hrmax-input:hover {
  border-color: #54a7af;
  border-right-width: 1px;
}

.ant-hrmax-input-rtl .ant-hrmax-input:hover {
  border-right-width: 0;
  border-left-width: 1px !important;
}

.ant-hrmax-input:focus, .ant-hrmax-input-focused {
  border-color: #429b9e;
  border-right-width: 1px;
  outline: 0;
  box-shadow: 0 0 0 2px #268a9233;
}

.ant-hrmax-input-rtl .ant-hrmax-input:focus, .ant-hrmax-input-rtl .ant-hrmax-input-focused {
  border-right-width: 0;
  border-left-width: 1px !important;
}

.ant-hrmax-input-disabled {
  color: #cdd0d4;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
  background-color: #f2f4f7;
  border-color: #cdd0d4;
}

.ant-hrmax-input-disabled:hover {
  border-color: #cdd0d4;
  border-right-width: 1px;
}

.ant-hrmax-input[disabled] {
  color: #cdd0d4;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
  background-color: #f2f4f7;
  border-color: #cdd0d4;
}

.ant-hrmax-input[disabled]:hover {
  border-color: #cdd0d4;
  border-right-width: 1px;
}

.ant-hrmax-input-borderless, .ant-hrmax-input-borderless:hover, .ant-hrmax-input-borderless:focus, .ant-hrmax-input-borderless-focused, .ant-hrmax-input-borderless-disabled, .ant-hrmax-input-borderless[disabled] {
  box-shadow: none;
  background-color: #0000;
  border: none;
}

textarea.ant-hrmax-input {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5715;
  transition: all .3s, height;
}

.ant-hrmax-input-lg {
  padding: 14px 16px;
  font-size: 16px;
}

.ant-hrmax-input-sm {
  padding: 6px 8px;
}

.ant-hrmax-input-rtl {
  direction: rtl;
}

.ant-hrmax-input-group {
  box-sizing: border-box;
  color: #000;
  font-variant: tabular-nums;
  font-feature-settings: "tnum";
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.5715;
  list-style: none;
  display: table;
  position: relative;
}

.ant-hrmax-input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

.ant-hrmax-input-group > [class*="col-"] {
  padding-right: 8px;
}

.ant-hrmax-input-group > [class*="col-"]:last-child {
  padding-right: 0;
}

.ant-hrmax-input-group-addon, .ant-hrmax-input-group-wrap, .ant-hrmax-input-group > .ant-hrmax-input {
  display: table-cell;
}

.ant-hrmax-input-group-addon:not(:first-child):not(:last-child), .ant-hrmax-input-group-wrap:not(:first-child):not(:last-child), .ant-hrmax-input-group > .ant-hrmax-input:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.ant-hrmax-input-group-addon, .ant-hrmax-input-group-wrap {
  white-space: nowrap;
  vertical-align: middle;
  width: 1px;
}

.ant-hrmax-input-group-wrap > * {
  display: block !important;
}

.ant-hrmax-input-group .ant-hrmax-input {
  float: left;
  width: 100%;
  text-align: inherit;
  margin-bottom: 0;
}

.ant-hrmax-input-group .ant-hrmax-input:focus, .ant-hrmax-input-group .ant-hrmax-input:hover {
  z-index: 1;
  border-right-width: 1px;
}

.ant-hrmax-input-search-with-button .ant-hrmax-input-group .ant-hrmax-input:hover {
  z-index: 0;
}

.ant-hrmax-input-group-addon {
  color: #000;
  text-align: center;
  background-color: #f2f4f7;
  border: 1px solid #cdd0d4;
  border-radius: 8px;
  padding: 0 12px;
  font-size: 14px;
  font-weight: normal;
  transition: all .3s;
  position: relative;
}

.ant-hrmax-input-group-addon .ant-hrmax-select {
  margin: -5px -12px;
}

.ant-hrmax-input-group-addon .ant-hrmax-select.ant-hrmax-select-single:not(.ant-hrmax-select-customize-input) .ant-hrmax-select-selector {
  background-color: inherit;
  box-shadow: none;
  border: 1px solid #0000;
}

.ant-hrmax-input-group-addon .ant-hrmax-select-open .ant-hrmax-select-selector, .ant-hrmax-input-group-addon .ant-hrmax-select-focused .ant-hrmax-select-selector {
  color: #268a92;
}

.ant-hrmax-input-group-addon .ant-hrmax-cascader-picker {
  background-color: #0000;
  margin: -9px -12px;
}

.ant-hrmax-input-group-addon .ant-hrmax-cascader-picker .ant-hrmax-cascader-input {
  text-align: left;
  box-shadow: none;
  border: 0;
}

.ant-hrmax-input-group > .ant-hrmax-input:first-child, .ant-hrmax-input-group-addon:first-child, .ant-hrmax-input-group > .ant-hrmax-input:first-child .ant-hrmax-select .ant-hrmax-select-selector, .ant-hrmax-input-group-addon:first-child .ant-hrmax-select .ant-hrmax-select-selector {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.ant-hrmax-input-group > .ant-hrmax-input-affix-wrapper:not(:first-child) .ant-hrmax-input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.ant-hrmax-input-group > .ant-hrmax-input-affix-wrapper:not(:last-child) .ant-hrmax-input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.ant-hrmax-input-group-addon:first-child {
  border-right: 0;
}

.ant-hrmax-input-group-addon:last-child {
  border-left: 0;
}

.ant-hrmax-input-group > .ant-hrmax-input:last-child, .ant-hrmax-input-group-addon:last-child, .ant-hrmax-input-group > .ant-hrmax-input:last-child .ant-hrmax-select .ant-hrmax-select-selector, .ant-hrmax-input-group-addon:last-child .ant-hrmax-select .ant-hrmax-select-selector {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.ant-hrmax-input-group-lg .ant-hrmax-input, .ant-hrmax-input-group-lg > .ant-hrmax-input-group-addon {
  padding: 14px 16px;
  font-size: 16px;
}

.ant-hrmax-input-group-sm .ant-hrmax-input, .ant-hrmax-input-group-sm > .ant-hrmax-input-group-addon {
  padding: 6px 8px;
}

.ant-hrmax-input-group-lg .ant-hrmax-select-single .ant-hrmax-select-selector {
  height: 56px;
}

.ant-hrmax-input-group-sm .ant-hrmax-select-single .ant-hrmax-select-selector {
  height: 32px;
}

.ant-hrmax-input-group .ant-hrmax-input-affix-wrapper:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.ant-hrmax-input-search .ant-hrmax-input-group .ant-hrmax-input-affix-wrapper:not(:last-child) {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.ant-hrmax-input-group .ant-hrmax-input-affix-wrapper:not(:first-child), .ant-hrmax-input-search .ant-hrmax-input-group .ant-hrmax-input-affix-wrapper:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.ant-hrmax-input-group.ant-hrmax-input-group-compact {
  display: block;
}

.ant-hrmax-input-group.ant-hrmax-input-group-compact:before {
  content: "";
  display: table;
}

.ant-hrmax-input-group.ant-hrmax-input-group-compact:after {
  clear: both;
  content: "";
  display: table;
}

.ant-hrmax-input-group.ant-hrmax-input-group-compact-addon:not(:first-child):not(:last-child), .ant-hrmax-input-group.ant-hrmax-input-group-compact-wrap:not(:first-child):not(:last-child), .ant-hrmax-input-group.ant-hrmax-input-group-compact > .ant-hrmax-input:not(:first-child):not(:last-child) {
  border-right-width: 1px;
}

.ant-hrmax-input-group.ant-hrmax-input-group-compact-addon:not(:first-child):not(:last-child):hover, .ant-hrmax-input-group.ant-hrmax-input-group-compact-wrap:not(:first-child):not(:last-child):hover, .ant-hrmax-input-group.ant-hrmax-input-group-compact > .ant-hrmax-input:not(:first-child):not(:last-child):hover, .ant-hrmax-input-group.ant-hrmax-input-group-compact-addon:not(:first-child):not(:last-child):focus, .ant-hrmax-input-group.ant-hrmax-input-group-compact-wrap:not(:first-child):not(:last-child):focus, .ant-hrmax-input-group.ant-hrmax-input-group-compact > .ant-hrmax-input:not(:first-child):not(:last-child):focus {
  z-index: 1;
}

.ant-hrmax-input-group.ant-hrmax-input-group-compact > * {
  float: none;
  vertical-align: top;
  border-radius: 0;
  display: inline-block;
}

.ant-hrmax-input-group.ant-hrmax-input-group-compact > .ant-hrmax-input-affix-wrapper, .ant-hrmax-input-group.ant-hrmax-input-group-compact > .ant-hrmax-input-number-affix-wrapper, .ant-hrmax-input-group.ant-hrmax-input-group-compact > .ant-hrmax-picker-range {
  display: inline-flex;
}

.ant-hrmax-input-group.ant-hrmax-input-group-compact > :not(:last-child) {
  border-right-width: 1px;
  margin-right: -1px;
}

.ant-hrmax-input-group.ant-hrmax-input-group-compact .ant-hrmax-input {
  float: none;
}

.ant-hrmax-input-group.ant-hrmax-input-group-compact > .ant-hrmax-select > .ant-hrmax-select-selector, .ant-hrmax-input-group.ant-hrmax-input-group-compact > .ant-hrmax-select-auto-complete .ant-hrmax-input, .ant-hrmax-input-group.ant-hrmax-input-group-compact > .ant-hrmax-cascader-picker .ant-hrmax-input, .ant-hrmax-input-group.ant-hrmax-input-group-compact > .ant-hrmax-input-group-wrapper .ant-hrmax-input {
  border-right-width: 1px;
  border-radius: 0;
}

.ant-hrmax-input-group.ant-hrmax-input-group-compact > .ant-hrmax-select > .ant-hrmax-select-selector:hover, .ant-hrmax-input-group.ant-hrmax-input-group-compact > .ant-hrmax-select-auto-complete .ant-hrmax-input:hover, .ant-hrmax-input-group.ant-hrmax-input-group-compact > .ant-hrmax-cascader-picker .ant-hrmax-input:hover, .ant-hrmax-input-group.ant-hrmax-input-group-compact > .ant-hrmax-input-group-wrapper .ant-hrmax-input:hover, .ant-hrmax-input-group.ant-hrmax-input-group-compact > .ant-hrmax-select > .ant-hrmax-select-selector:focus, .ant-hrmax-input-group.ant-hrmax-input-group-compact > .ant-hrmax-select-auto-complete .ant-hrmax-input:focus, .ant-hrmax-input-group.ant-hrmax-input-group-compact > .ant-hrmax-cascader-picker .ant-hrmax-input:focus, .ant-hrmax-input-group.ant-hrmax-input-group-compact > .ant-hrmax-input-group-wrapper .ant-hrmax-input:focus, .ant-hrmax-input-group.ant-hrmax-input-group-compact > .ant-hrmax-select-focused, .ant-hrmax-input-group.ant-hrmax-input-group-compact > .ant-hrmax-select > .ant-hrmax-select-arrow {
  z-index: 1;
}

.ant-hrmax-input-group.ant-hrmax-input-group-compact > :first-child, .ant-hrmax-input-group.ant-hrmax-input-group-compact > .ant-hrmax-select:first-child > .ant-hrmax-select-selector, .ant-hrmax-input-group.ant-hrmax-input-group-compact > .ant-hrmax-select-auto-complete:first-child .ant-hrmax-input, .ant-hrmax-input-group.ant-hrmax-input-group-compact > .ant-hrmax-cascader-picker:first-child .ant-hrmax-input {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.ant-hrmax-input-group.ant-hrmax-input-group-compact > :last-child, .ant-hrmax-input-group.ant-hrmax-input-group-compact > .ant-hrmax-select:last-child > .ant-hrmax-select-selector, .ant-hrmax-input-group.ant-hrmax-input-group-compact > .ant-hrmax-cascader-picker:last-child .ant-hrmax-input, .ant-hrmax-input-group.ant-hrmax-input-group-compact > .ant-hrmax-cascader-picker-focused:last-child .ant-hrmax-input {
  border-right-width: 1px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.ant-hrmax-input-group.ant-hrmax-input-group-compact > .ant-hrmax-select-auto-complete .ant-hrmax-input {
  vertical-align: top;
}

.ant-hrmax-input-group.ant-hrmax-input-group-compact .ant-hrmax-input-group-wrapper + .ant-hrmax-input-group-wrapper {
  margin-left: -1px;
}

.ant-hrmax-input-group.ant-hrmax-input-group-compact .ant-hrmax-input-group-wrapper + .ant-hrmax-input-group-wrapper .ant-hrmax-input-affix-wrapper, .ant-hrmax-input-group.ant-hrmax-input-group-compact .ant-hrmax-input-group-wrapper:not(:last-child).ant-hrmax-input-search > .ant-hrmax-input-group > .ant-hrmax-input-group-addon > .ant-hrmax-input-search-button {
  border-radius: 0;
}

.ant-hrmax-input-group.ant-hrmax-input-group-compact .ant-hrmax-input-group-wrapper:not(:last-child).ant-hrmax-input-search > .ant-hrmax-input-group > .ant-hrmax-input {
  border-radius: 8px 0 0 8px;
}

.ant-hrmax-input-group > .ant-hrmax-input-rtl:first-child, .ant-hrmax-input-group-rtl .ant-hrmax-input-group-addon:first-child {
  border-radius: 0 8px 8px 0;
}

.ant-hrmax-input-group-rtl .ant-hrmax-input-group-addon:first-child {
  border-left: 0;
  border-right: 1px solid #cdd0d4;
}

.ant-hrmax-input-group-rtl.ant-hrmax-input-group > .ant-hrmax-input:last-child, .ant-hrmax-input-group-rtl.ant-hrmax-input-group-addon:last-child, .ant-hrmax-input-group-rtl.ant-hrmax-input-group .ant-hrmax-input-affix-wrapper:not(:first-child) {
  border-radius: 8px 0 0 8px;
}

.ant-hrmax-input-group-rtl.ant-hrmax-input-group .ant-hrmax-input-affix-wrapper:not(:last-child) {
  border-radius: 0 8px 8px 0;
}

.ant-hrmax-input-group-rtl.ant-hrmax-input-group.ant-hrmax-input-group-compact > :not(:last-child) {
  border-left-width: 1px;
  margin-left: -1px;
  margin-right: 0;
}

.ant-hrmax-input-group-rtl.ant-hrmax-input-group.ant-hrmax-input-group-compact > :first-child, .ant-hrmax-input-group-rtl.ant-hrmax-input-group.ant-hrmax-input-group-compact > .ant-hrmax-select:first-child > .ant-hrmax-select-selector, .ant-hrmax-input-group-rtl.ant-hrmax-input-group.ant-hrmax-input-group-compact > .ant-hrmax-select-auto-complete:first-child .ant-hrmax-input, .ant-hrmax-input-group-rtl.ant-hrmax-input-group.ant-hrmax-input-group-compact > .ant-hrmax-cascader-picker:first-child .ant-hrmax-input {
  border-radius: 0 8px 8px 0;
}

.ant-hrmax-input-group-rtl.ant-hrmax-input-group.ant-hrmax-input-group-compact > :last-child, .ant-hrmax-input-group-rtl.ant-hrmax-input-group.ant-hrmax-input-group-compact > .ant-hrmax-select:last-child > .ant-hrmax-select-selector, .ant-hrmax-input-group-rtl.ant-hrmax-input-group.ant-hrmax-input-group-compact > .ant-hrmax-select-auto-complete:last-child .ant-hrmax-input, .ant-hrmax-input-group-rtl.ant-hrmax-input-group.ant-hrmax-input-group-compact > .ant-hrmax-cascader-picker:last-child .ant-hrmax-input, .ant-hrmax-input-group-rtl.ant-hrmax-input-group.ant-hrmax-input-group-compact > .ant-hrmax-cascader-picker-focused:last-child .ant-hrmax-input {
  border-left-width: 1px;
  border-radius: 8px 0 0 8px;
}

.ant-hrmax-input-group.ant-hrmax-input-group-compact .ant-hrmax-input-group-wrapper-rtl + .ant-hrmax-input-group-wrapper-rtl {
  margin-left: 0;
  margin-right: -1px;
}

.ant-hrmax-input-group.ant-hrmax-input-group-compact .ant-hrmax-input-group-wrapper-rtl:not(:last-child).ant-hrmax-input-search > .ant-hrmax-input-group > .ant-hrmax-input, .ant-hrmax-input-group > .ant-hrmax-input-rtl:first-child {
  border-radius: 0 8px 8px 0;
}

.ant-hrmax-input-group > .ant-hrmax-input-rtl:last-child {
  border-radius: 8px 0 0 8px;
}

.ant-hrmax-input-group-rtl .ant-hrmax-input-group-addon:first-child {
  border-left: 0;
  border-right: 1px solid #cdd0d4;
  border-radius: 0 8px 8px 0;
}

.ant-hrmax-input-group-rtl .ant-hrmax-input-group-addon:last-child {
  border-left: 1px solid #cdd0d4;
  border-right: 0;
  border-radius: 8px 0 0 8px;
}

.ant-hrmax-input-group-wrapper {
  text-align: start;
  vertical-align: top;
  width: 100%;
  display: inline-block;
}

.ant-hrmax-input-password-icon.anthrmaxicon {
  color: #535b64;
  cursor: pointer;
  transition: all .3s;
}

.ant-hrmax-input[type="color"] {
  height: 32px;
}

.ant-hrmax-input[type="color"].ant-hrmax-input-lg {
  height: 56px;
}

.ant-hrmax-input[type="color"].ant-hrmax-input-sm {
  height: 32px;
  padding-top: 3px;
  padding-bottom: 3px;
}

.ant-hrmax-input-textarea-show-count > .ant-hrmax-input {
  height: 100%;
}

.ant-hrmax-input-textarea-show-count:after {
  float: right;
  color: #535b64;
  white-space: nowrap;
  content: attr(data-count);
  pointer-events: none;
}

.ant-hrmax-input-textarea-show-count.ant-hrmax-input-textarea-in-form-item:after {
  margin-bottom: -22px;
}

.ant-hrmax-input-textarea-suffix {
  z-index: 1;
  align-items: center;
  margin: auto;
  display: inline-flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
}

.ant-hrmax-input-compact-item:not(.ant-hrmax-input-compact-last-item):not(.ant-hrmax-input-compact-item-rtl) {
  margin-right: -1px;
}

.ant-hrmax-input-compact-item:not(.ant-hrmax-input-compact-last-item).ant-hrmax-input-compact-item-rtl {
  margin-left: -1px;
}

.ant-hrmax-input-compact-item:hover, .ant-hrmax-input-compact-item:focus, .ant-hrmax-input-compact-item:active {
  z-index: 2;
}

.ant-hrmax-input-compact-item[disabled] {
  z-index: 0;
}

.ant-hrmax-input-compact-item:not(.ant-hrmax-input-compact-first-item):not(.ant-hrmax-input-compact-last-item).ant-hrmax-input {
  border-radius: 0;
}

.ant-hrmax-input-compact-item.ant-hrmax-input.ant-hrmax-input-compact-first-item:not(.ant-hrmax-input-compact-last-item):not(.ant-hrmax-input-compact-item-rtl) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.ant-hrmax-input-compact-item.ant-hrmax-input.ant-hrmax-input-compact-last-item:not(.ant-hrmax-input-compact-first-item):not(.ant-hrmax-input-compact-item-rtl), .ant-hrmax-input-compact-item.ant-hrmax-input.ant-hrmax-input-compact-item-rtl.ant-hrmax-input-compact-first-item:not(.ant-hrmax-input-compact-last-item) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.ant-hrmax-input-compact-item.ant-hrmax-input.ant-hrmax-input-compact-item-rtl.ant-hrmax-input-compact-last-item:not(.ant-hrmax-input-compact-first-item) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.ant-hrmax-input-search .ant-hrmax-input-affix-wrapper {
  border-radius: 0;
}

.ant-hrmax-input-search .ant-hrmax-input-lg {
  line-height: 1.5713;
}

.ant-hrmax-input-search > .ant-hrmax-input-group > .ant-hrmax-input-group-addon:last-child {
  border: 0;
  padding: 0;
  left: -1px;
}

.ant-hrmax-input-search > .ant-hrmax-input-group > .ant-hrmax-input-group-addon:last-child .ant-hrmax-input-search-button {
  border-radius: 0 8px 8px 0;
  padding-top: 0;
  padding-bottom: 0;
}

.ant-hrmax-input-search > .ant-hrmax-input-group > .ant-hrmax-input-group-addon:last-child .ant-hrmax-input-search-button:not(.ant-hrmax-btn-primary) {
  color: #535b64;
}

.ant-hrmax-input-search > .ant-hrmax-input-group > .ant-hrmax-input-group-addon:last-child .ant-hrmax-input-search-button:not(.ant-hrmax-btn-primary).ant-hrmax-btn-loading:before {
  inset: 0;
}

.ant-hrmax-input-search-button {
  height: 32px;
}

.ant-hrmax-input-search-button:hover, .ant-hrmax-input-search-button:focus {
  z-index: 1;
}

.ant-hrmax-input-search-large .ant-hrmax-input-search-button {
  height: 56px;
}

.ant-hrmax-input-search-small .ant-hrmax-input-search-button {
  height: 32px;
}

.ant-hrmax-input-search.ant-hrmax-input-compact-item:not(.ant-hrmax-input-compact-item-rtl):not(.ant-hrmax-input-compact-last-item) .ant-hrmax-input-group-addon .ant-hrmax-input-search-button {
  border-radius: 0;
  margin-right: -1px;
}

.ant-hrmax-input-search.ant-hrmax-input-compact-item:not(.ant-hrmax-input-compact-first-item) .ant-hrmax-input, .ant-hrmax-input-search.ant-hrmax-input-compact-item:not(.ant-hrmax-input-compact-first-item) .ant-hrmax-input-affix-wrapper {
  border-radius: 0;
}

.ant-hrmax-input-search.ant-hrmax-input-compact-item > .ant-hrmax-input-group-addon .ant-hrmax-input-search-button:hover, .ant-hrmax-input-search.ant-hrmax-input-compact-item > .ant-hrmax-input:hover, .ant-hrmax-input-search.ant-hrmax-input-compact-item .ant-hrmax-input-affix-wrapper:hover, .ant-hrmax-input-search.ant-hrmax-input-compact-item > .ant-hrmax-input-group-addon .ant-hrmax-input-search-button:focus, .ant-hrmax-input-search.ant-hrmax-input-compact-item > .ant-hrmax-input:focus, .ant-hrmax-input-search.ant-hrmax-input-compact-item .ant-hrmax-input-affix-wrapper:focus, .ant-hrmax-input-search.ant-hrmax-input-compact-item > .ant-hrmax-input-group-addon .ant-hrmax-input-search-button:active, .ant-hrmax-input-search.ant-hrmax-input-compact-item > .ant-hrmax-input:active, .ant-hrmax-input-search.ant-hrmax-input-compact-item .ant-hrmax-input-affix-wrapper:active, .ant-hrmax-input-search.ant-hrmax-input-compact-item > .ant-hrmax-input-affix-wrapper-focused {
  z-index: 2;
}

.ant-hrmax-input-search.ant-hrmax-input-compact-item-rtl:not(.ant-hrmax-input-compact-last-item) .ant-hrmax-input-group-addon:last-child .ant-hrmax-input-search-button {
  border-radius: 0;
  margin-left: -1px;
}

.ant-hrmax-input-group-wrapper-rtl, .ant-hrmax-input-group-rtl {
  direction: rtl;
}

.ant-hrmax-input-affix-wrapper.ant-hrmax-input-affix-wrapper-rtl > input.ant-hrmax-input {
  border: none;
  outline: none;
}

.ant-hrmax-input-affix-wrapper-rtl .ant-hrmax-input-prefix {
  margin: 0 0 0 4px;
}

.ant-hrmax-input-affix-wrapper-rtl .ant-hrmax-input-suffix {
  margin: 0 4px 0 0;
}

.ant-hrmax-input-textarea-rtl {
  direction: rtl;
}

.ant-hrmax-input-textarea-rtl.ant-hrmax-input-textarea-show-count:after {
  text-align: left;
}

.ant-hrmax-input-affix-wrapper-rtl .ant-hrmax-input-clear-icon-has-suffix {
  margin-left: 4px;
  margin-right: 0;
}

.ant-hrmax-input-affix-wrapper-rtl .ant-hrmax-input-clear-icon {
  left: 8px;
  right: auto;
}

.ant-hrmax-input-search-rtl {
  direction: rtl;
}

.ant-hrmax-input-search-rtl .ant-hrmax-input:hover + .ant-hrmax-input-group-addon .ant-hrmax-input-search-button:not(.ant-hrmax-btn-primary), .ant-hrmax-input-search-rtl .ant-hrmax-input:focus + .ant-hrmax-input-group-addon .ant-hrmax-input-search-button:not(.ant-hrmax-btn-primary) {
  border-left-color: #cdd0d4;
}

.ant-hrmax-input-search-rtl .ant-hrmax-input:hover + .ant-hrmax-input-group-addon .ant-hrmax-input-search-button:not(.ant-hrmax-btn-primary):hover, .ant-hrmax-input-search-rtl .ant-hrmax-input:focus + .ant-hrmax-input-group-addon .ant-hrmax-input-search-button:not(.ant-hrmax-btn-primary):hover {
  border-left-color: #54a7af;
}

.ant-hrmax-input-search-rtl > .ant-hrmax-input-group > .ant-hrmax-input-affix-wrapper:hover, .ant-hrmax-input-search-rtl > .ant-hrmax-input-group > .ant-hrmax-input-affix-wrapper-focused {
  border-right-color: #54a7af;
}

.ant-hrmax-input-search-rtl > .ant-hrmax-input-group > .ant-hrmax-input-group-addon:last-child {
  left: auto;
  right: -1px;
}

.ant-hrmax-input-search-rtl > .ant-hrmax-input-group > .ant-hrmax-input-group-addon:last-child .ant-hrmax-input-search-button {
  border-radius: 8px 0 0 8px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ant-hrmax-input {
    height: 32px;
  }

  .ant-hrmax-input-lg {
    height: 56px;
  }

  .ant-hrmax-input-sm {
    height: 32px;
  }

  .ant-hrmax-input-affix-wrapper > input.ant-hrmax-input {
    height: auto;
  }
}

.ant-hrmax-input-number-affix-wrapper {
  color: #000;
  padding: 0;
  background-color: #fff;
  background-image: none;
  border: 1px solid #cdd0d4;
  border-radius: 8px;
  width: 90px;
  min-width: 0;
  padding-inline-start: 12px;
  font-size: 14px;
  line-height: 1.5715;
  transition: all .3s;
  display: inline-flex;
  position: relative;
}

.ant-hrmax-input-number-affix-wrapper::placeholder {
  color: #abb1b8;
  user-select: none;
}

.ant-hrmax-input-number-affix-wrapper:placeholder-shown {
  text-overflow: ellipsis;
}

.ant-hrmax-input-number-affix-wrapper:hover {
  border-color: #54a7af;
  border-right-width: 1px;
}

.ant-hrmax-input-rtl .ant-hrmax-input-number-affix-wrapper:hover {
  border-right-width: 0;
  border-left-width: 1px !important;
}

.ant-hrmax-input-number-affix-wrapper:focus, .ant-hrmax-input-number-affix-wrapper-focused {
  border-color: #429b9e;
  border-right-width: 1px;
  outline: 0;
  box-shadow: 0 0 0 2px #268a9233;
}

.ant-hrmax-input-rtl .ant-hrmax-input-number-affix-wrapper:focus, .ant-hrmax-input-rtl .ant-hrmax-input-number-affix-wrapper-focused {
  border-right-width: 0;
  border-left-width: 1px !important;
}

.ant-hrmax-input-number-affix-wrapper-disabled {
  color: #cdd0d4;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
  background-color: #f2f4f7;
  border-color: #cdd0d4;
}

.ant-hrmax-input-number-affix-wrapper-disabled:hover {
  border-color: #cdd0d4;
  border-right-width: 1px;
}

.ant-hrmax-input-number-affix-wrapper[disabled] {
  color: #cdd0d4;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
  background-color: #f2f4f7;
  border-color: #cdd0d4;
}

.ant-hrmax-input-number-affix-wrapper[disabled]:hover {
  border-color: #cdd0d4;
  border-right-width: 1px;
}

.ant-hrmax-input-number-affix-wrapper-borderless, .ant-hrmax-input-number-affix-wrapper-borderless:hover, .ant-hrmax-input-number-affix-wrapper-borderless:focus, .ant-hrmax-input-number-affix-wrapper-borderless-focused, .ant-hrmax-input-number-affix-wrapper-borderless-disabled, .ant-hrmax-input-number-affix-wrapper-borderless[disabled] {
  box-shadow: none;
  background-color: #0000;
  border: none;
}

textarea.ant-hrmax-input-number-affix-wrapper {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5715;
  transition: all .3s, height;
}

.ant-hrmax-input-number-affix-wrapper-lg {
  padding: 14px 16px;
  font-size: 16px;
}

.ant-hrmax-input-number-affix-wrapper-sm {
  padding: 6px 8px;
}

.ant-hrmax-input-number-affix-wrapper-rtl {
  direction: rtl;
}

.ant-hrmax-input-number-affix-wrapper:not(.ant-hrmax-input-number-affix-wrapper-disabled):hover {
  z-index: 1;
  border-color: #54a7af;
  border-right-width: 1px;
}

.ant-hrmax-input-rtl .ant-hrmax-input-number-affix-wrapper:not(.ant-hrmax-input-number-affix-wrapper-disabled):hover {
  border-right-width: 0;
  border-left-width: 1px !important;
}

.ant-hrmax-input-number-affix-wrapper-focused, .ant-hrmax-input-number-affix-wrapper:focus {
  z-index: 1;
}

.ant-hrmax-input-number-affix-wrapper-disabled .ant-hrmax-input-number[disabled] {
  background: none;
}

.ant-hrmax-input-number-affix-wrapper > div.ant-hrmax-input-number {
  border: none;
  outline: none;
  width: 100%;
}

.ant-hrmax-input-number-affix-wrapper > div.ant-hrmax-input-number.ant-hrmax-input-number-focused {
  box-shadow: none !important;
}

.ant-hrmax-input-number-affix-wrapper input.ant-hrmax-input-number-input {
  padding: 0;
}

.ant-hrmax-input-number-affix-wrapper:before {
  visibility: hidden;
  content: " ";
  width: 0;
  display: inline-block;
}

.ant-hrmax-input-number-affix-wrapper .ant-hrmax-input-number-handler-wrap {
  z-index: 2;
}

.ant-hrmax-input-number-prefix, .ant-hrmax-input-number-suffix {
  pointer-events: none;
  flex: none;
  align-items: center;
  display: flex;
}

.ant-hrmax-input-number-prefix {
  margin-inline-end: 4px;
}

.ant-hrmax-input-number-suffix {
  z-index: 1;
  height: 100%;
  margin-left: 4px;
  margin-right: 12px;
  position: absolute;
  top: 0;
  right: 0;
}

.ant-hrmax-input-number-group-wrapper .ant-hrmax-input-number-affix-wrapper {
  width: 100%;
}

.ant-hrmax-input-number-status-error:not(.ant-hrmax-input-number-disabled):not(.ant-hrmax-input-number-borderless).ant-hrmax-input-number, .ant-hrmax-input-number-status-error:not(.ant-hrmax-input-number-disabled):not(.ant-hrmax-input-number-borderless).ant-hrmax-input-number:hover {
  background: #fff;
  border-color: #d90007;
}

.ant-hrmax-input-number-status-error:not(.ant-hrmax-input-number-disabled):not(.ant-hrmax-input-number-borderless).ant-hrmax-input-number:focus, .ant-hrmax-input-number-status-error:not(.ant-hrmax-input-number-disabled):not(.ant-hrmax-input-number-borderless).ant-hrmax-input-number-focused {
  border-color: #ff3029;
  border-right-width: 1px;
  outline: 0;
  box-shadow: 0 0 0 2px #d9000733;
}

.ant-hrmax-input-number-status-error .ant-hrmax-input-number-prefix {
  color: #d90007;
}

.ant-hrmax-input-number-status-warning:not(.ant-hrmax-input-number-disabled):not(.ant-hrmax-input-number-borderless).ant-hrmax-input-number, .ant-hrmax-input-number-status-warning:not(.ant-hrmax-input-number-disabled):not(.ant-hrmax-input-number-borderless).ant-hrmax-input-number:hover {
  background: #fff;
  border-color: #d98d00;
}

.ant-hrmax-input-number-status-warning:not(.ant-hrmax-input-number-disabled):not(.ant-hrmax-input-number-borderless).ant-hrmax-input-number:focus, .ant-hrmax-input-number-status-warning:not(.ant-hrmax-input-number-disabled):not(.ant-hrmax-input-number-borderless).ant-hrmax-input-number-focused {
  border-color: #ffc229;
  border-right-width: 1px;
  outline: 0;
  box-shadow: 0 0 0 2px #d98d0033;
}

.ant-hrmax-input-number-status-warning .ant-hrmax-input-number-prefix {
  color: #d98d00;
}

.ant-hrmax-input-number-affix-wrapper-status-error:not(.ant-hrmax-input-number-affix-wrapper-disabled):not(.ant-hrmax-input-number-affix-wrapper-borderless).ant-hrmax-input-number-affix-wrapper, .ant-hrmax-input-number-affix-wrapper-status-error:not(.ant-hrmax-input-number-affix-wrapper-disabled):not(.ant-hrmax-input-number-affix-wrapper-borderless).ant-hrmax-input-number-affix-wrapper:hover {
  background: #fff;
  border-color: #d90007;
}

.ant-hrmax-input-number-affix-wrapper-status-error:not(.ant-hrmax-input-number-affix-wrapper-disabled):not(.ant-hrmax-input-number-affix-wrapper-borderless).ant-hrmax-input-number-affix-wrapper:focus, .ant-hrmax-input-number-affix-wrapper-status-error:not(.ant-hrmax-input-number-affix-wrapper-disabled):not(.ant-hrmax-input-number-affix-wrapper-borderless).ant-hrmax-input-number-affix-wrapper-focused {
  border-color: #ff3029;
  border-right-width: 1px;
  outline: 0;
  box-shadow: 0 0 0 2px #d9000733;
}

.ant-hrmax-input-number-affix-wrapper-status-error .ant-hrmax-input-number-prefix {
  color: #d90007;
}

.ant-hrmax-input-number-affix-wrapper-status-warning:not(.ant-hrmax-input-number-affix-wrapper-disabled):not(.ant-hrmax-input-number-affix-wrapper-borderless).ant-hrmax-input-number-affix-wrapper, .ant-hrmax-input-number-affix-wrapper-status-warning:not(.ant-hrmax-input-number-affix-wrapper-disabled):not(.ant-hrmax-input-number-affix-wrapper-borderless).ant-hrmax-input-number-affix-wrapper:hover {
  background: #fff;
  border-color: #d98d00;
}

.ant-hrmax-input-number-affix-wrapper-status-warning:not(.ant-hrmax-input-number-affix-wrapper-disabled):not(.ant-hrmax-input-number-affix-wrapper-borderless).ant-hrmax-input-number-affix-wrapper:focus, .ant-hrmax-input-number-affix-wrapper-status-warning:not(.ant-hrmax-input-number-affix-wrapper-disabled):not(.ant-hrmax-input-number-affix-wrapper-borderless).ant-hrmax-input-number-affix-wrapper-focused {
  border-color: #ffc229;
  border-right-width: 1px;
  outline: 0;
  box-shadow: 0 0 0 2px #d98d0033;
}

.ant-hrmax-input-number-affix-wrapper-status-warning .ant-hrmax-input-number-prefix {
  color: #d98d00;
}

.ant-hrmax-input-number-group-wrapper-status-error .ant-hrmax-input-number-group-addon {
  color: #d90007;
  border-color: #d90007;
}

.ant-hrmax-input-number-group-wrapper-status-warning .ant-hrmax-input-number-group-addon {
  color: #d98d00;
  border-color: #d98d00;
}

.ant-hrmax-input-number {
  box-sizing: border-box;
  font-variant: tabular-nums;
  font-feature-settings: "tnum";
  color: #000;
  padding: 4px 12px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #cdd0d4;
  border-radius: 8px;
  width: 90px;
  min-width: 0;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.5715;
  list-style: none;
  transition: all .3s;
  display: inline-block;
  position: relative;
}

.ant-hrmax-input-number::placeholder {
  color: #abb1b8;
  user-select: none;
}

.ant-hrmax-input-number:placeholder-shown {
  text-overflow: ellipsis;
}

.ant-hrmax-input-rtl .ant-hrmax-input-number:hover {
  border-right-width: 0;
  border-left-width: 1px !important;
}

.ant-hrmax-input-number:focus, .ant-hrmax-input-number-focused {
  border-color: #429b9e;
  border-right-width: 1px;
  outline: 0;
  box-shadow: 0 0 0 2px #268a9233;
}

.ant-hrmax-input-rtl .ant-hrmax-input-number:focus, .ant-hrmax-input-rtl .ant-hrmax-input-number-focused {
  border-right-width: 0;
  border-left-width: 1px !important;
}

.ant-hrmax-input-number[disabled] {
  color: #cdd0d4;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
  background-color: #f2f4f7;
  border-color: #cdd0d4;
}

.ant-hrmax-input-number[disabled]:hover {
  border-color: #cdd0d4;
  border-right-width: 1px;
}

.ant-hrmax-input-number-borderless, .ant-hrmax-input-number-borderless:hover, .ant-hrmax-input-number-borderless:focus, .ant-hrmax-input-number-borderless-focused, .ant-hrmax-input-number-borderless-disabled, .ant-hrmax-input-number-borderless[disabled] {
  box-shadow: none;
  background-color: #0000;
  border: none;
}

textarea.ant-hrmax-input-number {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5715;
  transition: all .3s, height;
}

.ant-hrmax-input-number-group {
  box-sizing: border-box;
  color: #000;
  font-variant: tabular-nums;
  font-feature-settings: "tnum";
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.5715;
  list-style: none;
  display: table;
  position: relative;
}

.ant-hrmax-input-number-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

.ant-hrmax-input-number-group > [class*="col-"] {
  padding-right: 8px;
}

.ant-hrmax-input-number-group > [class*="col-"]:last-child {
  padding-right: 0;
}

.ant-hrmax-input-number-group-addon, .ant-hrmax-input-number-group-wrap, .ant-hrmax-input-number-group > .ant-hrmax-input-number {
  display: table-cell;
}

.ant-hrmax-input-number-group-addon:not(:first-child):not(:last-child), .ant-hrmax-input-number-group-wrap:not(:first-child):not(:last-child), .ant-hrmax-input-number-group > .ant-hrmax-input-number:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.ant-hrmax-input-number-group-addon, .ant-hrmax-input-number-group-wrap {
  white-space: nowrap;
  vertical-align: middle;
  width: 1px;
}

.ant-hrmax-input-number-group-wrap > * {
  display: block !important;
}

.ant-hrmax-input-number-group .ant-hrmax-input-number {
  float: left;
  width: 100%;
  text-align: inherit;
  margin-bottom: 0;
}

.ant-hrmax-input-number-group .ant-hrmax-input-number:focus, .ant-hrmax-input-number-group .ant-hrmax-input-number:hover {
  z-index: 1;
  border-right-width: 1px;
}

.ant-hrmax-input-search-with-button .ant-hrmax-input-number-group .ant-hrmax-input-number:hover {
  z-index: 0;
}

.ant-hrmax-input-number-group-addon {
  color: #000;
  text-align: center;
  background-color: #f2f4f7;
  border: 1px solid #cdd0d4;
  border-radius: 8px;
  padding: 0 12px;
  font-size: 14px;
  font-weight: normal;
  transition: all .3s;
  position: relative;
}

.ant-hrmax-input-number-group-addon .ant-hrmax-select {
  margin: -5px -12px;
}

.ant-hrmax-input-number-group-addon .ant-hrmax-select.ant-hrmax-select-single:not(.ant-hrmax-select-customize-input) .ant-hrmax-select-selector {
  background-color: inherit;
  box-shadow: none;
  border: 1px solid #0000;
}

.ant-hrmax-input-number-group-addon .ant-hrmax-select-open .ant-hrmax-select-selector, .ant-hrmax-input-number-group-addon .ant-hrmax-select-focused .ant-hrmax-select-selector {
  color: #268a92;
}

.ant-hrmax-input-number-group-addon .ant-hrmax-cascader-picker {
  background-color: #0000;
  margin: -9px -12px;
}

.ant-hrmax-input-number-group-addon .ant-hrmax-cascader-picker .ant-hrmax-cascader-input {
  text-align: left;
  box-shadow: none;
  border: 0;
}

.ant-hrmax-input-number-group > .ant-hrmax-input-number:first-child, .ant-hrmax-input-number-group-addon:first-child, .ant-hrmax-input-number-group > .ant-hrmax-input-number:first-child .ant-hrmax-select .ant-hrmax-select-selector, .ant-hrmax-input-number-group-addon:first-child .ant-hrmax-select .ant-hrmax-select-selector {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.ant-hrmax-input-number-group > .ant-hrmax-input-number-affix-wrapper:not(:first-child) .ant-hrmax-input-number {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.ant-hrmax-input-number-group > .ant-hrmax-input-number-affix-wrapper:not(:last-child) .ant-hrmax-input-number {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.ant-hrmax-input-number-group-addon:first-child {
  border-right: 0;
}

.ant-hrmax-input-number-group-addon:last-child {
  border-left: 0;
}

.ant-hrmax-input-number-group > .ant-hrmax-input-number:last-child, .ant-hrmax-input-number-group-addon:last-child, .ant-hrmax-input-number-group > .ant-hrmax-input-number:last-child .ant-hrmax-select .ant-hrmax-select-selector, .ant-hrmax-input-number-group-addon:last-child .ant-hrmax-select .ant-hrmax-select-selector {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.ant-hrmax-input-number-group-lg .ant-hrmax-input-number, .ant-hrmax-input-number-group-lg > .ant-hrmax-input-number-group-addon {
  padding: 14px 16px;
  font-size: 16px;
}

.ant-hrmax-input-number-group-sm .ant-hrmax-input-number, .ant-hrmax-input-number-group-sm > .ant-hrmax-input-number-group-addon {
  padding: 6px 8px;
}

.ant-hrmax-input-number-group-lg .ant-hrmax-select-single .ant-hrmax-select-selector {
  height: 56px;
}

.ant-hrmax-input-number-group-sm .ant-hrmax-select-single .ant-hrmax-select-selector {
  height: 32px;
}

.ant-hrmax-input-number-group .ant-hrmax-input-number-affix-wrapper:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.ant-hrmax-input-search .ant-hrmax-input-number-group .ant-hrmax-input-number-affix-wrapper:not(:last-child) {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.ant-hrmax-input-number-group .ant-hrmax-input-number-affix-wrapper:not(:first-child), .ant-hrmax-input-search .ant-hrmax-input-number-group .ant-hrmax-input-number-affix-wrapper:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.ant-hrmax-input-number-group.ant-hrmax-input-number-group-compact {
  display: block;
}

.ant-hrmax-input-number-group.ant-hrmax-input-number-group-compact:before {
  content: "";
  display: table;
}

.ant-hrmax-input-number-group.ant-hrmax-input-number-group-compact:after {
  clear: both;
  content: "";
  display: table;
}

.ant-hrmax-input-number-group.ant-hrmax-input-number-group-compact-addon:not(:first-child):not(:last-child), .ant-hrmax-input-number-group.ant-hrmax-input-number-group-compact-wrap:not(:first-child):not(:last-child), .ant-hrmax-input-number-group.ant-hrmax-input-number-group-compact > .ant-hrmax-input-number:not(:first-child):not(:last-child) {
  border-right-width: 1px;
}

.ant-hrmax-input-number-group.ant-hrmax-input-number-group-compact-addon:not(:first-child):not(:last-child):hover, .ant-hrmax-input-number-group.ant-hrmax-input-number-group-compact-wrap:not(:first-child):not(:last-child):hover, .ant-hrmax-input-number-group.ant-hrmax-input-number-group-compact > .ant-hrmax-input-number:not(:first-child):not(:last-child):hover, .ant-hrmax-input-number-group.ant-hrmax-input-number-group-compact-addon:not(:first-child):not(:last-child):focus, .ant-hrmax-input-number-group.ant-hrmax-input-number-group-compact-wrap:not(:first-child):not(:last-child):focus, .ant-hrmax-input-number-group.ant-hrmax-input-number-group-compact > .ant-hrmax-input-number:not(:first-child):not(:last-child):focus {
  z-index: 1;
}

.ant-hrmax-input-number-group.ant-hrmax-input-number-group-compact > * {
  float: none;
  vertical-align: top;
  border-radius: 0;
  display: inline-block;
}

.ant-hrmax-input-number-group.ant-hrmax-input-number-group-compact > .ant-hrmax-input-number-affix-wrapper, .ant-hrmax-input-number-group.ant-hrmax-input-number-group-compact > .ant-hrmax-input-number-number-affix-wrapper, .ant-hrmax-input-number-group.ant-hrmax-input-number-group-compact > .ant-hrmax-picker-range {
  display: inline-flex;
}

.ant-hrmax-input-number-group.ant-hrmax-input-number-group-compact > :not(:last-child) {
  border-right-width: 1px;
  margin-right: -1px;
}

.ant-hrmax-input-number-group.ant-hrmax-input-number-group-compact .ant-hrmax-input-number {
  float: none;
}

.ant-hrmax-input-number-group.ant-hrmax-input-number-group-compact > .ant-hrmax-select > .ant-hrmax-select-selector, .ant-hrmax-input-number-group.ant-hrmax-input-number-group-compact > .ant-hrmax-select-auto-complete .ant-hrmax-input, .ant-hrmax-input-number-group.ant-hrmax-input-number-group-compact > .ant-hrmax-cascader-picker .ant-hrmax-input, .ant-hrmax-input-number-group.ant-hrmax-input-number-group-compact > .ant-hrmax-input-group-wrapper .ant-hrmax-input {
  border-right-width: 1px;
  border-radius: 0;
}

.ant-hrmax-input-number-group.ant-hrmax-input-number-group-compact > .ant-hrmax-select > .ant-hrmax-select-selector:hover, .ant-hrmax-input-number-group.ant-hrmax-input-number-group-compact > .ant-hrmax-select-auto-complete .ant-hrmax-input:hover, .ant-hrmax-input-number-group.ant-hrmax-input-number-group-compact > .ant-hrmax-cascader-picker .ant-hrmax-input:hover, .ant-hrmax-input-number-group.ant-hrmax-input-number-group-compact > .ant-hrmax-input-group-wrapper .ant-hrmax-input:hover, .ant-hrmax-input-number-group.ant-hrmax-input-number-group-compact > .ant-hrmax-select > .ant-hrmax-select-selector:focus, .ant-hrmax-input-number-group.ant-hrmax-input-number-group-compact > .ant-hrmax-select-auto-complete .ant-hrmax-input:focus, .ant-hrmax-input-number-group.ant-hrmax-input-number-group-compact > .ant-hrmax-cascader-picker .ant-hrmax-input:focus, .ant-hrmax-input-number-group.ant-hrmax-input-number-group-compact > .ant-hrmax-input-group-wrapper .ant-hrmax-input:focus, .ant-hrmax-input-number-group.ant-hrmax-input-number-group-compact > .ant-hrmax-select-focused, .ant-hrmax-input-number-group.ant-hrmax-input-number-group-compact > .ant-hrmax-select > .ant-hrmax-select-arrow {
  z-index: 1;
}

.ant-hrmax-input-number-group.ant-hrmax-input-number-group-compact > :first-child, .ant-hrmax-input-number-group.ant-hrmax-input-number-group-compact > .ant-hrmax-select:first-child > .ant-hrmax-select-selector, .ant-hrmax-input-number-group.ant-hrmax-input-number-group-compact > .ant-hrmax-select-auto-complete:first-child .ant-hrmax-input, .ant-hrmax-input-number-group.ant-hrmax-input-number-group-compact > .ant-hrmax-cascader-picker:first-child .ant-hrmax-input {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.ant-hrmax-input-number-group.ant-hrmax-input-number-group-compact > :last-child, .ant-hrmax-input-number-group.ant-hrmax-input-number-group-compact > .ant-hrmax-select:last-child > .ant-hrmax-select-selector, .ant-hrmax-input-number-group.ant-hrmax-input-number-group-compact > .ant-hrmax-cascader-picker:last-child .ant-hrmax-input, .ant-hrmax-input-number-group.ant-hrmax-input-number-group-compact > .ant-hrmax-cascader-picker-focused:last-child .ant-hrmax-input {
  border-right-width: 1px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.ant-hrmax-input-number-group.ant-hrmax-input-number-group-compact > .ant-hrmax-select-auto-complete .ant-hrmax-input {
  vertical-align: top;
}

.ant-hrmax-input-number-group.ant-hrmax-input-number-group-compact .ant-hrmax-input-group-wrapper + .ant-hrmax-input-group-wrapper {
  margin-left: -1px;
}

.ant-hrmax-input-number-group.ant-hrmax-input-number-group-compact .ant-hrmax-input-group-wrapper + .ant-hrmax-input-group-wrapper .ant-hrmax-input-affix-wrapper, .ant-hrmax-input-number-group.ant-hrmax-input-number-group-compact .ant-hrmax-input-group-wrapper:not(:last-child).ant-hrmax-input-search > .ant-hrmax-input-group > .ant-hrmax-input-group-addon > .ant-hrmax-input-search-button {
  border-radius: 0;
}

.ant-hrmax-input-number-group.ant-hrmax-input-number-group-compact .ant-hrmax-input-group-wrapper:not(:last-child).ant-hrmax-input-search > .ant-hrmax-input-group > .ant-hrmax-input {
  border-radius: 8px 0 0 8px;
}

.ant-hrmax-input-number-group > .ant-hrmax-input-number-rtl:first-child, .ant-hrmax-input-number-group-rtl .ant-hrmax-input-number-group-addon:first-child {
  border-radius: 0 8px 8px 0;
}

.ant-hrmax-input-number-group-rtl .ant-hrmax-input-number-group-addon:first-child {
  border-left: 0;
  border-right: 1px solid #cdd0d4;
}

.ant-hrmax-input-number-group-rtl.ant-hrmax-input-number-group > .ant-hrmax-input-number:last-child, .ant-hrmax-input-number-group-rtl.ant-hrmax-input-number-group-addon:last-child, .ant-hrmax-input-number-group-rtl.ant-hrmax-input-number-group .ant-hrmax-input-number-affix-wrapper:not(:first-child) {
  border-radius: 8px 0 0 8px;
}

.ant-hrmax-input-number-group-rtl.ant-hrmax-input-number-group .ant-hrmax-input-number-affix-wrapper:not(:last-child) {
  border-radius: 0 8px 8px 0;
}

.ant-hrmax-input-number-group-rtl.ant-hrmax-input-number-group.ant-hrmax-input-number-group-compact > :not(:last-child) {
  border-left-width: 1px;
  margin-left: -1px;
  margin-right: 0;
}

.ant-hrmax-input-number-group-rtl.ant-hrmax-input-number-group.ant-hrmax-input-number-group-compact > :first-child, .ant-hrmax-input-number-group-rtl.ant-hrmax-input-number-group.ant-hrmax-input-number-group-compact > .ant-hrmax-select:first-child > .ant-hrmax-select-selector, .ant-hrmax-input-number-group-rtl.ant-hrmax-input-number-group.ant-hrmax-input-number-group-compact > .ant-hrmax-select-auto-complete:first-child .ant-hrmax-input, .ant-hrmax-input-number-group-rtl.ant-hrmax-input-number-group.ant-hrmax-input-number-group-compact > .ant-hrmax-cascader-picker:first-child .ant-hrmax-input {
  border-radius: 0 8px 8px 0;
}

.ant-hrmax-input-number-group-rtl.ant-hrmax-input-number-group.ant-hrmax-input-number-group-compact > :last-child, .ant-hrmax-input-number-group-rtl.ant-hrmax-input-number-group.ant-hrmax-input-number-group-compact > .ant-hrmax-select:last-child > .ant-hrmax-select-selector, .ant-hrmax-input-number-group-rtl.ant-hrmax-input-number-group.ant-hrmax-input-number-group-compact > .ant-hrmax-select-auto-complete:last-child .ant-hrmax-input, .ant-hrmax-input-number-group-rtl.ant-hrmax-input-number-group.ant-hrmax-input-number-group-compact > .ant-hrmax-cascader-picker:last-child .ant-hrmax-input, .ant-hrmax-input-number-group-rtl.ant-hrmax-input-number-group.ant-hrmax-input-number-group-compact > .ant-hrmax-cascader-picker-focused:last-child .ant-hrmax-input {
  border-left-width: 1px;
  border-radius: 8px 0 0 8px;
}

.ant-hrmax-input-number-group.ant-hrmax-input-number-group-compact .ant-hrmax-input-group-wrapper-rtl + .ant-hrmax-input-group-wrapper-rtl {
  margin-left: 0;
  margin-right: -1px;
}

.ant-hrmax-input-number-group.ant-hrmax-input-number-group-compact .ant-hrmax-input-group-wrapper-rtl:not(:last-child).ant-hrmax-input-search > .ant-hrmax-input-group > .ant-hrmax-input, .ant-hrmax-input-number-group > .ant-hrmax-input-number-rtl:first-child {
  border-radius: 0 8px 8px 0;
}

.ant-hrmax-input-number-group > .ant-hrmax-input-number-rtl:last-child {
  border-radius: 8px 0 0 8px;
}

.ant-hrmax-input-number-group-rtl .ant-hrmax-input-number-group-addon:first-child {
  border-left: 0;
  border-right: 1px solid #cdd0d4;
  border-radius: 0 8px 8px 0;
}

.ant-hrmax-input-number-group-rtl .ant-hrmax-input-number-group-addon:last-child {
  border-left: 1px solid #cdd0d4;
  border-right: 0;
  border-radius: 8px 0 0 8px;
}

.ant-hrmax-input-number-group-wrapper {
  text-align: start;
  vertical-align: top;
  display: inline-block;
}

.ant-hrmax-input-number-handler {
  color: #535b64;
  text-align: center;
  border-left: 1px solid #cdd0d4;
  width: 100%;
  height: 50%;
  font-weight: bold;
  line-height: 0;
  transition: all .1s linear;
  display: block;
  position: relative;
  overflow: hidden;
}

.ant-hrmax-input-number-handler:active {
  background: #f4f4f4;
}

.ant-hrmax-input-number-handler:hover .ant-hrmax-input-number-handler-up-inner, .ant-hrmax-input-number-handler:hover .ant-hrmax-input-number-handler-down-inner {
  color: #54a7af;
}

.ant-hrmax-input-number-handler-up-inner, .ant-hrmax-input-number-handler-down-inner {
  color: #535b64;
  text-align: center;
  text-transform: none;
  vertical-align: -.125em;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  user-select: none;
  align-items: center;
  width: 12px;
  height: 12px;
  font-style: normal;
  line-height: 12px;
  transition: all .1s linear;
  display: inline-flex;
  position: absolute;
  right: 4px;
}

.ant-hrmax-input-number-handler-up-inner > *, .ant-hrmax-input-number-handler-down-inner > * {
  line-height: 1;
}

.ant-hrmax-input-number-handler-up-inner svg, .ant-hrmax-input-number-handler-down-inner svg {
  display: inline-block;
}

.ant-hrmax-input-number-handler-up-inner:before, .ant-hrmax-input-number-handler-down-inner:before {
  display: none;
}

.ant-hrmax-input-number-handler-up-inner .ant-hrmax-input-number-handler-up-inner-icon, .ant-hrmax-input-number-handler-up-inner .ant-hrmax-input-number-handler-down-inner-icon, .ant-hrmax-input-number-handler-down-inner .ant-hrmax-input-number-handler-up-inner-icon, .ant-hrmax-input-number-handler-down-inner .ant-hrmax-input-number-handler-down-inner-icon {
  display: block;
}

.ant-hrmax-input-number:hover {
  border-color: #54a7af;
  border-right-width: 1px;
}

.ant-hrmax-input-number:hover + .ant-hrmax-form-item-children-icon {
  opacity: 0;
  transition: opacity .24s linear .24s;
}

.ant-hrmax-input-number-focused {
  border-color: #429b9e;
  border-right-width: 1px;
  outline: 0;
  box-shadow: 0 0 0 2px #268a9233;
}

.ant-hrmax-input-rtl .ant-hrmax-input-number-focused {
  border-right-width: 0;
  border-left-width: 1px !important;
}

.ant-hrmax-input-number-disabled {
  color: #cdd0d4;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
  background-color: #f2f4f7;
  border-color: #cdd0d4;
}

.ant-hrmax-input-number-disabled:hover {
  border-color: #cdd0d4;
  border-right-width: 1px;
}

.ant-hrmax-input-number-disabled .ant-hrmax-input-number-input {
  cursor: not-allowed;
}

.ant-hrmax-input-number-disabled .ant-hrmax-input-number-handler-wrap, .ant-hrmax-input-number-readonly .ant-hrmax-input-number-handler-wrap {
  display: none;
}

.ant-hrmax-input-number-input {
  text-align: left;
  background-color: #0000;
  border: 0;
  border-radius: 8px;
  outline: 0;
  width: 100%;
  height: 30px;
  padding: 0 11px;
  transition: all .3s linear;
  appearance: textfield !important;
}

.ant-hrmax-input-number-input::placeholder {
  color: #abb1b8;
  user-select: none;
}

.ant-hrmax-input-number-input:placeholder-shown {
  text-overflow: ellipsis;
}

.ant-hrmax-input-number-input[type="number"]::-webkit-inner-spin-button, .ant-hrmax-input-number-input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

.ant-hrmax-input-number-lg {
  padding: 0;
  font-size: 16px;
}

.ant-hrmax-input-number-lg input {
  height: 54px;
}

.ant-hrmax-input-number-sm {
  padding: 0;
}

.ant-hrmax-input-number-sm input {
  height: 30px;
  padding: 0 7px;
}

.ant-hrmax-input-number-handler-wrap {
  opacity: 0;
  background: #fff;
  border-radius: 0 8px 8px 0;
  width: 22px;
  height: 100%;
  transition: opacity .24s linear .1s;
  position: absolute;
  top: 0;
  right: 0;
}

.ant-hrmax-input-number-handler-wrap .ant-hrmax-input-number-handler .ant-hrmax-input-number-handler-up-inner, .ant-hrmax-input-number-handler-wrap .ant-hrmax-input-number-handler .ant-hrmax-input-number-handler-down-inner {
  justify-content: center;
  align-items: center;
  min-width: auto;
  margin-right: 0;
  font-size: 7px;
  display: flex;
}

.ant-hrmax-input-number-borderless .ant-hrmax-input-number-handler-wrap {
  border-left-width: 0;
}

.ant-hrmax-input-number-handler-wrap:hover .ant-hrmax-input-number-handler {
  height: 40%;
}

.ant-hrmax-input-number:hover .ant-hrmax-input-number-handler-wrap, .ant-hrmax-input-number-focused .ant-hrmax-input-number-handler-wrap {
  opacity: 1;
}

.ant-hrmax-input-number-handler-up {
  cursor: pointer;
  border-top-right-radius: 8px;
}

.ant-hrmax-input-number-handler-up-inner {
  text-align: center;
  margin-top: -5px;
  top: 50%;
}

.ant-hrmax-input-number-handler-up:hover {
  height: 60% !important;
}

.ant-hrmax-input-number-handler-down {
  cursor: pointer;
  border-top: 1px solid #cdd0d4;
  border-bottom-right-radius: 8px;
  top: 0;
}

.ant-hrmax-input-number-handler-down-inner {
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}

.ant-hrmax-input-number-handler-down:hover {
  height: 60% !important;
}

.ant-hrmax-input-number-borderless .ant-hrmax-input-number-handler-down {
  border-top-width: 0;
}

.ant-hrmax-input-number:hover:not(.ant-hrmax-input-number-borderless) .ant-hrmax-input-number-handler-down, .ant-hrmax-input-number-focused:not(.ant-hrmax-input-number-borderless) .ant-hrmax-input-number-handler-down {
  border-top: 1px solid #cdd0d4;
}

.ant-hrmax-input-number-handler-up-disabled, .ant-hrmax-input-number-handler-down-disabled {
  cursor: not-allowed;
}

.ant-hrmax-input-number-handler-up-disabled:hover .ant-hrmax-input-number-handler-up-inner, .ant-hrmax-input-number-handler-down-disabled:hover .ant-hrmax-input-number-handler-down-inner {
  color: #cdd0d4;
}

.ant-hrmax-input-number-borderless {
  box-shadow: none;
}

.ant-hrmax-input-number-out-of-range input {
  color: #d90007;
}

.ant-hrmax-input-number-compact-item:not(.ant-hrmax-input-number-compact-last-item):not(.ant-hrmax-input-number-compact-item-rtl) {
  margin-right: -1px;
}

.ant-hrmax-input-number-compact-item:not(.ant-hrmax-input-number-compact-last-item).ant-hrmax-input-number-compact-item-rtl {
  margin-left: -1px;
}

.ant-hrmax-input-number-compact-item:hover, .ant-hrmax-input-number-compact-item:focus, .ant-hrmax-input-number-compact-item:active, .ant-hrmax-input-number-compact-item.ant-hrmax-input-number-focused {
  z-index: 2;
}

.ant-hrmax-input-number-compact-item[disabled] {
  z-index: 0;
}

.ant-hrmax-input-number-compact-item:not(.ant-hrmax-input-number-compact-first-item):not(.ant-hrmax-input-number-compact-last-item).ant-hrmax-input-number {
  border-radius: 0;
}

.ant-hrmax-input-number-compact-item.ant-hrmax-input-number.ant-hrmax-input-number-compact-first-item:not(.ant-hrmax-input-number-compact-last-item):not(.ant-hrmax-input-number-compact-item-rtl) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.ant-hrmax-input-number-compact-item.ant-hrmax-input-number.ant-hrmax-input-number-compact-last-item:not(.ant-hrmax-input-number-compact-first-item):not(.ant-hrmax-input-number-compact-item-rtl), .ant-hrmax-input-number-compact-item.ant-hrmax-input-number.ant-hrmax-input-number-compact-item-rtl.ant-hrmax-input-number-compact-first-item:not(.ant-hrmax-input-number-compact-last-item) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.ant-hrmax-input-number-compact-item.ant-hrmax-input-number.ant-hrmax-input-number-compact-item-rtl.ant-hrmax-input-number-compact-last-item:not(.ant-hrmax-input-number-compact-first-item) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.ant-hrmax-input-number-rtl {
  direction: rtl;
}

.ant-hrmax-input-number-rtl .ant-hrmax-input-number-handler {
  border-left: 0;
  border-right: 1px solid #cdd0d4;
}

.ant-hrmax-input-number-rtl .ant-hrmax-input-number-handler-wrap {
  left: 0;
  right: auto;
}

.ant-hrmax-input-number-rtl.ant-hrmax-input-number-borderless .ant-hrmax-input-number-handler-wrap {
  border-right-width: 0;
}

.ant-hrmax-input-number-rtl .ant-hrmax-input-number-handler-up {
  border-top-right-radius: 0;
}

.ant-hrmax-input-number-rtl .ant-hrmax-input-number-handler-down {
  border-bottom-right-radius: 0;
}

.ant-hrmax-input-number-rtl .ant-hrmax-input-number-input {
  text-align: right;
  direction: ltr;
}

.ant-hrmax-layout {
  background: #f2f6fb;
  flex-direction: column;
  flex: auto;
  min-height: 0;
  display: flex;
}

.ant-hrmax-layout, .ant-hrmax-layout * {
  box-sizing: border-box;
}

.ant-hrmax-layout.ant-hrmax-layout-has-sider {
  flex-direction: row;
}

.ant-hrmax-layout.ant-hrmax-layout-has-sider > .ant-hrmax-layout, .ant-hrmax-layout.ant-hrmax-layout-has-sider > .ant-hrmax-layout-content {
  width: 0;
}

.ant-hrmax-layout-header, .ant-hrmax-layout-footer {
  flex: none;
}

.ant-hrmax-layout-header {
  color: #000;
  background: #001529;
  height: 64px;
  padding: 0 50px;
  line-height: 64px;
}

.ant-hrmax-layout-footer {
  color: #000;
  background: #f2f6fb;
  padding: 24px 50px;
  font-size: 14px;
}

.ant-hrmax-layout-content {
  flex: auto;
  min-height: 0;
}

.ant-hrmax-layout-sider {
  background: #001529;
  min-width: 0;
  transition: all .2s;
  position: relative;
}

.ant-hrmax-layout-sider-children {
  height: 100%;
  margin-top: -.1px;
  padding-top: .1px;
}

.ant-hrmax-layout-sider-children .ant-hrmax-menu.ant-hrmax-menu-inline-collapsed {
  width: auto;
}

.ant-hrmax-layout-sider-has-trigger {
  padding-bottom: 48px;
}

.ant-hrmax-layout-sider-right {
  order: 1;
}

.ant-hrmax-layout-sider-trigger {
  z-index: 1;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background: #002140;
  height: 48px;
  line-height: 48px;
  transition: all .2s;
  position: fixed;
  bottom: 0;
}

.ant-hrmax-layout-sider-zero-width > * {
  overflow: hidden;
}

.ant-hrmax-layout-sider-zero-width-trigger {
  z-index: 1;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background: #001529;
  border-radius: 0 8px 8px 0;
  width: 36px;
  height: 42px;
  font-size: 18px;
  line-height: 42px;
  transition: background .3s;
  position: absolute;
  top: 64px;
  right: -36px;
}

.ant-hrmax-layout-sider-zero-width-trigger:after {
  content: "";
  background: none;
  transition: all .3s;
  position: absolute;
  inset: 0;
}

.ant-hrmax-layout-sider-zero-width-trigger:hover:after {
  background: #ffffff1a;
}

.ant-hrmax-layout-sider-zero-width-trigger-right {
  border-radius: 8px 0 0 8px;
  left: -36px;
}

.ant-hrmax-layout-sider-light {
  background: #fff;
}

.ant-hrmax-layout-sider-light .ant-hrmax-layout-sider-trigger, .ant-hrmax-layout-sider-light .ant-hrmax-layout-sider-zero-width-trigger {
  color: #000;
  background: #fff;
}

.ant-hrmax-layout-rtl {
  direction: rtl;
}

.ant-hrmax-list {
  box-sizing: border-box;
  color: #000;
  font-variant: tabular-nums;
  font-feature-settings: "tnum";
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.5715;
  list-style: none;
  position: relative;
}

.ant-hrmax-list * {
  outline: none;
}

.ant-hrmax-list-pagination {
  text-align: right;
  margin-top: 24px;
}

.ant-hrmax-list-pagination .ant-hrmax-pagination-options {
  text-align: left;
}

.ant-hrmax-list-more {
  text-align: center;
  margin-top: 12px;
}

.ant-hrmax-list-more button {
  padding-left: 32px;
  padding-right: 32px;
}

.ant-hrmax-list-spin {
  text-align: center;
  min-height: 40px;
}

.ant-hrmax-list-empty-text {
  color: #cdd0d4;
  text-align: center;
  padding: 16px;
  font-size: 14px;
}

.ant-hrmax-list-items {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ant-hrmax-list-item {
  color: #000;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  display: flex;
}

.ant-hrmax-list-item-meta {
  flex: 1;
  align-items: flex-start;
  max-width: 100%;
  display: flex;
}

.ant-hrmax-list-item-meta-avatar {
  margin-right: 16px;
}

.ant-hrmax-list-item-meta-content {
  color: #000;
  flex: 1 0;
  width: 0;
}

.ant-hrmax-list-item-meta-title {
  color: #000;
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 1.5715;
}

.ant-hrmax-list-item-meta-title > a {
  color: #000;
  transition: all .3s;
}

.ant-hrmax-list-item-meta-title > a:hover {
  color: #268a92;
}

.ant-hrmax-list-item-meta-description {
  color: #535b64;
  font-size: 14px;
  line-height: 1.5715;
}

.ant-hrmax-list-item-action {
  flex: none;
  margin-left: 48px;
  padding: 0;
  font-size: 0;
  list-style: none;
}

.ant-hrmax-list-item-action > li {
  color: #535b64;
  text-align: center;
  padding: 0 8px;
  font-size: 14px;
  line-height: 1.5715;
  display: inline-block;
  position: relative;
}

.ant-hrmax-list-item-action > li:first-child {
  padding-left: 0;
}

.ant-hrmax-list-item-action-split {
  background-color: #f2f6fb;
  width: 1px;
  height: 14px;
  margin-top: -7px;
  position: absolute;
  top: 50%;
  right: 0;
}

.ant-hrmax-list-header, .ant-hrmax-list-footer {
  background: none;
  padding-top: 12px;
  padding-bottom: 12px;
}

.ant-hrmax-list-empty {
  color: #535b64;
  text-align: center;
  padding: 16px 0;
  font-size: 12px;
}

.ant-hrmax-list-split .ant-hrmax-list-item {
  border-bottom: 1px solid #f2f6fb;
}

.ant-hrmax-list-split .ant-hrmax-list-item:last-child {
  border-bottom: none;
}

.ant-hrmax-list-split .ant-hrmax-list-header {
  border-bottom: 1px solid #f2f6fb;
}

.ant-hrmax-list-split.ant-hrmax-list-empty .ant-hrmax-list-footer {
  border-top: 1px solid #f2f6fb;
}

.ant-hrmax-list-loading .ant-hrmax-list-spin-nested-loading {
  min-height: 32px;
}

.ant-hrmax-list-split.ant-hrmax-list-something-after-last-item .ant-hrmax-spin-container > .ant-hrmax-list-items > .ant-hrmax-list-item:last-child {
  border-bottom: 1px solid #f2f6fb;
}

.ant-hrmax-list-lg .ant-hrmax-list-item {
  padding: 16px 24px;
}

.ant-hrmax-list-sm .ant-hrmax-list-item {
  padding: 8px 16px;
}

.ant-hrmax-list-vertical .ant-hrmax-list-item {
  align-items: initial;
}

.ant-hrmax-list-vertical .ant-hrmax-list-item-main {
  flex: 1;
  display: block;
}

.ant-hrmax-list-vertical .ant-hrmax-list-item-extra {
  margin-left: 40px;
}

.ant-hrmax-list-vertical .ant-hrmax-list-item-meta {
  margin-bottom: 16px;
}

.ant-hrmax-list-vertical .ant-hrmax-list-item-meta-title {
  color: #000000d9;
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 24px;
}

.ant-hrmax-list-vertical .ant-hrmax-list-item-action {
  margin-top: 16px;
  margin-left: auto;
}

.ant-hrmax-list-vertical .ant-hrmax-list-item-action > li {
  padding: 0 16px;
}

.ant-hrmax-list-vertical .ant-hrmax-list-item-action > li:first-child {
  padding-left: 0;
}

.ant-hrmax-list-grid .ant-hrmax-col > .ant-hrmax-list-item {
  border-bottom: none;
  max-width: 100%;
  margin-bottom: 16px;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.ant-hrmax-list-item-no-flex {
  display: block;
}

.ant-hrmax-list:not(.ant-hrmax-list-vertical) .ant-hrmax-list-item-no-flex .ant-hrmax-list-item-action {
  float: right;
}

.ant-hrmax-list-bordered {
  border: 1px solid #cdd0d4;
  border-radius: 8px;
}

.ant-hrmax-list-bordered .ant-hrmax-list-header, .ant-hrmax-list-bordered .ant-hrmax-list-footer, .ant-hrmax-list-bordered .ant-hrmax-list-item {
  padding-left: 24px;
  padding-right: 24px;
}

.ant-hrmax-list-bordered .ant-hrmax-list-pagination {
  margin: 16px 24px;
}

.ant-hrmax-list-bordered.ant-hrmax-list-sm .ant-hrmax-list-item, .ant-hrmax-list-bordered.ant-hrmax-list-sm .ant-hrmax-list-header, .ant-hrmax-list-bordered.ant-hrmax-list-sm .ant-hrmax-list-footer {
  padding: 8px 16px;
}

.ant-hrmax-list-bordered.ant-hrmax-list-lg .ant-hrmax-list-item, .ant-hrmax-list-bordered.ant-hrmax-list-lg .ant-hrmax-list-header, .ant-hrmax-list-bordered.ant-hrmax-list-lg .ant-hrmax-list-footer {
  padding: 16px 24px;
}

@media screen and (width <= 768px) {
  .ant-hrmax-list-item-action, .ant-hrmax-list-vertical .ant-hrmax-list-item-extra {
    margin-left: 24px;
  }
}

@media screen and (width <= 576px) {
  .ant-hrmax-list-item {
    flex-wrap: wrap;
  }

  .ant-hrmax-list-item-action {
    margin-left: 12px;
  }

  .ant-hrmax-list-vertical .ant-hrmax-list-item {
    flex-wrap: wrap-reverse;
  }

  .ant-hrmax-list-vertical .ant-hrmax-list-item-main {
    min-width: 220px;
  }

  .ant-hrmax-list-vertical .ant-hrmax-list-item-extra {
    margin: auto auto 16px;
  }
}

.ant-hrmax-list-rtl {
  text-align: right;
  direction: rtl;
}

.ant-hrmax-list-rtl .ReactVirtualized__List .ant-hrmax-list-item {
  direction: rtl;
}

.ant-hrmax-list-rtl .ant-hrmax-list-pagination {
  text-align: left;
}

.ant-hrmax-list-rtl .ant-hrmax-list-item-meta-avatar {
  margin-left: 16px;
  margin-right: 0;
}

.ant-hrmax-list-rtl .ant-hrmax-list-item-action {
  margin-left: 0;
  margin-right: 48px;
}

.ant-hrmax-list.ant-hrmax-list-rtl .ant-hrmax-list-item-action > li:first-child {
  padding-left: 16px;
  padding-right: 0;
}

.ant-hrmax-list-rtl .ant-hrmax-list-item-action-split {
  left: 0;
  right: auto;
}

.ant-hrmax-list-rtl.ant-hrmax-list-vertical .ant-hrmax-list-item-extra {
  margin-left: 0;
  margin-right: 40px;
}

.ant-hrmax-list-rtl.ant-hrmax-list-vertical .ant-hrmax-list-item-action {
  margin-right: auto;
}

.ant-hrmax-list-rtl .ant-hrmax-list-vertical .ant-hrmax-list-item-action > li:first-child {
  padding-left: 16px;
  padding-right: 0;
}

.ant-hrmax-list-rtl .ant-hrmax-list:not(.ant-hrmax-list-vertical) .ant-hrmax-list-item-no-flex .ant-hrmax-list-item-action {
  float: left;
}

@media screen and (width <= 768px) {
  .ant-hrmax-list-rtl .ant-hrmax-list-item-action, .ant-hrmax-list-rtl .ant-hrmax-list-vertical .ant-hrmax-list-item-extra {
    margin-left: 0;
    margin-right: 24px;
  }
}

@media screen and (width <= 576px) {
  .ant-hrmax-list-rtl .ant-hrmax-list-item-action {
    margin-left: 0;
    margin-right: 22px;
  }

  .ant-hrmax-list-rtl.ant-hrmax-list-vertical .ant-hrmax-list-item-extra {
    margin: auto auto 16px;
  }
}

.ant-hrmax-mentions-status-error:not(.ant-hrmax-mentions-disabled):not(.ant-hrmax-mentions-borderless).ant-hrmax-mentions, .ant-hrmax-mentions-status-error:not(.ant-hrmax-mentions-disabled):not(.ant-hrmax-mentions-borderless).ant-hrmax-mentions:hover {
  background: #fff;
  border-color: #d90007;
}

.ant-hrmax-mentions-status-error:not(.ant-hrmax-mentions-disabled):not(.ant-hrmax-mentions-borderless).ant-hrmax-mentions:focus, .ant-hrmax-mentions-status-error:not(.ant-hrmax-mentions-disabled):not(.ant-hrmax-mentions-borderless).ant-hrmax-mentions-focused {
  border-color: #ff3029;
  border-right-width: 1px;
  outline: 0;
  box-shadow: 0 0 0 2px #d9000733;
}

.ant-hrmax-mentions-status-error .ant-hrmax-input-prefix {
  color: #d90007;
}

.ant-hrmax-mentions-status-warning:not(.ant-hrmax-mentions-disabled):not(.ant-hrmax-mentions-borderless).ant-hrmax-mentions, .ant-hrmax-mentions-status-warning:not(.ant-hrmax-mentions-disabled):not(.ant-hrmax-mentions-borderless).ant-hrmax-mentions:hover {
  background: #fff;
  border-color: #d98d00;
}

.ant-hrmax-mentions-status-warning:not(.ant-hrmax-mentions-disabled):not(.ant-hrmax-mentions-borderless).ant-hrmax-mentions:focus, .ant-hrmax-mentions-status-warning:not(.ant-hrmax-mentions-disabled):not(.ant-hrmax-mentions-borderless).ant-hrmax-mentions-focused {
  border-color: #ffc229;
  border-right-width: 1px;
  outline: 0;
  box-shadow: 0 0 0 2px #d98d0033;
}

.ant-hrmax-mentions-status-warning .ant-hrmax-input-prefix {
  color: #d98d00;
}

.ant-hrmax-mentions {
  box-sizing: border-box;
  font-variant: tabular-nums;
  font-feature-settings: "tnum";
  color: #000;
  white-space: pre-wrap;
  vertical-align: bottom;
  background-color: #fff;
  background-image: none;
  border: 1px solid #cdd0d4;
  border-radius: 8px;
  width: 100%;
  min-width: 0;
  height: auto;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.5715;
  list-style: none;
  transition: all .3s;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.ant-hrmax-mentions::placeholder {
  color: #abb1b8;
  user-select: none;
}

.ant-hrmax-mentions:placeholder-shown {
  text-overflow: ellipsis;
}

.ant-hrmax-mentions:hover {
  border-color: #54a7af;
  border-right-width: 1px;
}

.ant-hrmax-input-rtl .ant-hrmax-mentions:hover {
  border-right-width: 0;
  border-left-width: 1px !important;
}

.ant-hrmax-mentions:focus, .ant-hrmax-mentions-focused {
  border-color: #429b9e;
  border-right-width: 1px;
  outline: 0;
  box-shadow: 0 0 0 2px #268a9233;
}

.ant-hrmax-input-rtl .ant-hrmax-mentions:focus, .ant-hrmax-input-rtl .ant-hrmax-mentions-focused {
  border-right-width: 0;
  border-left-width: 1px !important;
}

.ant-hrmax-mentions-disabled {
  color: #cdd0d4;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
  background-color: #f2f4f7;
  border-color: #cdd0d4;
}

.ant-hrmax-mentions-disabled:hover {
  border-color: #cdd0d4;
  border-right-width: 1px;
}

.ant-hrmax-mentions[disabled] {
  color: #cdd0d4;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
  background-color: #f2f4f7;
  border-color: #cdd0d4;
}

.ant-hrmax-mentions[disabled]:hover {
  border-color: #cdd0d4;
  border-right-width: 1px;
}

.ant-hrmax-mentions-borderless, .ant-hrmax-mentions-borderless:hover, .ant-hrmax-mentions-borderless:focus, .ant-hrmax-mentions-borderless-focused, .ant-hrmax-mentions-borderless-disabled, .ant-hrmax-mentions-borderless[disabled] {
  box-shadow: none;
  background-color: #0000;
  border: none;
}

textarea.ant-hrmax-mentions {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5715;
  transition: all .3s, height;
}

.ant-hrmax-mentions-lg {
  padding: 14px 16px;
  font-size: 16px;
}

.ant-hrmax-mentions-sm {
  padding: 6px 8px;
}

.ant-hrmax-mentions-disabled > textarea {
  color: #cdd0d4;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
  background-color: #f2f4f7;
  border-color: #cdd0d4;
}

.ant-hrmax-mentions-disabled > textarea:hover {
  border-color: #cdd0d4;
  border-right-width: 1px;
}

.ant-hrmax-mentions-focused {
  border-color: #429b9e;
  border-right-width: 1px;
  outline: 0;
  box-shadow: 0 0 0 2px #268a9233;
}

.ant-hrmax-input-rtl .ant-hrmax-mentions-focused {
  border-right-width: 0;
  border-left-width: 1px !important;
}

.ant-hrmax-mentions > textarea, .ant-hrmax-mentions-measure {
  min-height: 30px;
  overflow: inherit;
  font-weight: inherit;
  font-size: inherit;
  font-family: inherit;
  font-style: inherit;
  font-variant: inherit;
  font-size-adjust: inherit;
  font-stretch: inherit;
  line-height: inherit;
  direction: inherit;
  letter-spacing: inherit;
  white-space: inherit;
  text-align: inherit;
  vertical-align: top;
  word-wrap: break-word;
  word-break: inherit;
  tab-size: inherit;
  margin: 0;
  padding: 4px 12px;
  overflow: hidden auto;
}

.ant-hrmax-mentions > textarea {
  resize: none;
  border: none;
  outline: none;
  width: 100%;
}

.ant-hrmax-mentions > textarea::placeholder {
  color: #abb1b8;
  user-select: none;
}

.ant-hrmax-mentions > textarea:placeholder-shown {
  text-overflow: ellipsis;
}

.ant-hrmax-mentions-measure {
  z-index: -1;
  color: #0000;
  pointer-events: none;
  position: absolute;
  inset: 0;
}

.ant-hrmax-mentions-measure > span {
  min-height: 1em;
  display: inline-block;
}

.ant-hrmax-mentions-dropdown {
  color: #000;
  font-variant: tabular-nums;
  font-feature-settings: "tnum";
  z-index: 1050;
  box-sizing: border-box;
  font-variant: initial;
  background-color: #fff;
  border-radius: 8px;
  outline: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.5715;
  list-style: none;
  position: absolute;
  top: -9999px;
  left: -9999px;
  box-shadow: 0 3px 6px -4px #0000001f, 0 6px 16px #00000014, 0 9px 28px 8px #0000000d;
}

.ant-hrmax-mentions-dropdown-hidden {
  display: none;
}

.ant-hrmax-mentions-dropdown-menu {
  outline: none;
  max-height: 250px;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  overflow: auto;
}

.ant-hrmax-mentions-dropdown-menu-item {
  color: #000;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  min-width: 100px;
  padding: 5px 12px;
  font-weight: normal;
  line-height: 1.5715;
  transition: background .3s;
  display: block;
  position: relative;
  overflow: hidden;
}

.ant-hrmax-mentions-dropdown-menu-item:hover {
  background-color: #f2f4f7;
}

.ant-hrmax-mentions-dropdown-menu-item:first-child {
  border-radius: 8px 8px 0 0;
}

.ant-hrmax-mentions-dropdown-menu-item:last-child {
  border-radius: 0 0 8px 8px;
}

.ant-hrmax-mentions-dropdown-menu-item-disabled {
  color: #cdd0d4;
  cursor: not-allowed;
}

.ant-hrmax-mentions-dropdown-menu-item-disabled:hover {
  color: #cdd0d4;
  cursor: not-allowed;
  background-color: #fff;
}

.ant-hrmax-mentions-dropdown-menu-item-selected {
  color: #000;
  background-color: #fafafa;
  font-weight: 600;
}

.ant-hrmax-mentions-dropdown-menu-item-active {
  background-color: #f2f4f7;
}

.ant-hrmax-mentions-suffix {
  z-index: 1;
  align-items: center;
  margin: auto;
  display: inline-flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
}

.ant-hrmax-mentions-rtl {
  direction: rtl;
}

.ant-hrmax-menu-item-danger.ant-hrmax-menu-item, .ant-hrmax-menu-item-danger.ant-hrmax-menu-item:hover, .ant-hrmax-menu-item-danger.ant-hrmax-menu-item-active {
  color: #d90007;
}

.ant-hrmax-menu-item-danger.ant-hrmax-menu-item:active {
  background: #ffeae6;
}

.ant-hrmax-menu-item-danger.ant-hrmax-menu-item-selected, .ant-hrmax-menu-item-danger.ant-hrmax-menu-item-selected > a, .ant-hrmax-menu-item-danger.ant-hrmax-menu-item-selected > a:hover {
  color: #d90007;
}

.ant-hrmax-menu:not(.ant-hrmax-menu-horizontal) .ant-hrmax-menu-item-danger.ant-hrmax-menu-item-selected {
  background-color: #ffeae6;
}

.ant-hrmax-menu-inline .ant-hrmax-menu-item-danger.ant-hrmax-menu-item:after {
  border-right-color: #d90007;
}

.ant-hrmax-menu-dark .ant-hrmax-menu-item-danger.ant-hrmax-menu-item, .ant-hrmax-menu-dark .ant-hrmax-menu-item-danger.ant-hrmax-menu-item:hover, .ant-hrmax-menu-dark .ant-hrmax-menu-item-danger.ant-hrmax-menu-item > a {
  color: #d90007;
}

.ant-hrmax-menu-dark.ant-hrmax-menu-dark:not(.ant-hrmax-menu-horizontal) .ant-hrmax-menu-item-danger.ant-hrmax-menu-item-selected {
  color: #fff;
  background-color: #d90007;
}

.ant-hrmax-menu {
  box-sizing: border-box;
  font-variant: tabular-nums;
  font-feature-settings: "tnum";
  color: #000;
  text-align: left;
  background: #fff;
  outline: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 0;
  list-style: none;
  transition: background .3s, width .3s cubic-bezier(.2, 0, 0, 1);
  box-shadow: 0 3px 6px -4px #0000001f, 0 6px 16px #00000014, 0 9px 28px 8px #0000000d;
}

.ant-hrmax-menu:before {
  content: "";
  display: table;
}

.ant-hrmax-menu:after {
  clear: both;
  content: "";
  display: table;
}

.ant-hrmax-menu ul, .ant-hrmax-menu ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ant-hrmax-menu-overflow {
  display: flex;
}

.ant-hrmax-menu-overflow-item {
  flex: none;
}

.ant-hrmax-menu-hidden, .ant-hrmax-menu-submenu-hidden {
  display: none;
}

.ant-hrmax-menu-item-group-title {
  color: #535b64;
  height: 1.5715px;
  padding: 8px 16px;
  font-size: 14px;
  line-height: 1.5715;
  transition: all .3s;
}

.ant-hrmax-menu-horizontal .ant-hrmax-menu-submenu {
  transition: border-color .3s cubic-bezier(.645, .045, .355, 1), background .3s cubic-bezier(.645, .045, .355, 1);
}

.ant-hrmax-menu-submenu, .ant-hrmax-menu-submenu-inline {
  transition: border-color .3s cubic-bezier(.645, .045, .355, 1), background .3s cubic-bezier(.645, .045, .355, 1), padding .15s cubic-bezier(.645, .045, .355, 1);
}

.ant-hrmax-menu-submenu-selected {
  color: #268a92;
}

.ant-hrmax-menu-item:active, .ant-hrmax-menu-submenu-title:active {
  background: #e9f4f5;
}

.ant-hrmax-menu-submenu .ant-hrmax-menu-sub {
  cursor: initial;
  transition: background .3s cubic-bezier(.645, .045, .355, 1), padding .3s cubic-bezier(.645, .045, .355, 1);
}

.ant-hrmax-menu-title-content {
  transition: color .3s;
}

.ant-hrmax-menu-item a {
  color: #000;
}

.ant-hrmax-menu-item a:hover {
  color: #268a92;
}

.ant-hrmax-menu-item a:before {
  content: "";
  background-color: #0000;
  position: absolute;
  inset: 0;
}

.ant-hrmax-menu-item > .ant-hrmax-badge a {
  color: #000;
}

.ant-hrmax-menu-item > .ant-hrmax-badge a:hover {
  color: #268a92;
}

.ant-hrmax-menu-item-divider {
  border: 0 solid #f2f6fb;
  border-top-width: 1px;
  line-height: 0;
  overflow: hidden;
}

.ant-hrmax-menu-item-divider-dashed {
  border-style: dashed;
}

.ant-hrmax-menu-horizontal .ant-hrmax-menu-item, .ant-hrmax-menu-horizontal .ant-hrmax-menu-submenu {
  margin-top: -1px;
}

.ant-hrmax-menu-horizontal > .ant-hrmax-menu-item:hover, .ant-hrmax-menu-horizontal > .ant-hrmax-menu-item-active, .ant-hrmax-menu-horizontal > .ant-hrmax-menu-submenu .ant-hrmax-menu-submenu-title:hover {
  background-color: #0000;
}

.ant-hrmax-menu-item-selected, .ant-hrmax-menu-item-selected a, .ant-hrmax-menu-item-selected a:hover {
  color: #268a92;
}

.ant-hrmax-menu:not(.ant-hrmax-menu-horizontal) .ant-hrmax-menu-item-selected {
  background-color: #e9f4f5;
}

.ant-hrmax-menu-inline, .ant-hrmax-menu-vertical, .ant-hrmax-menu-vertical-left {
  border-right: 1px solid #f2f6fb;
}

.ant-hrmax-menu-vertical-right {
  border-left: 1px solid #f2f6fb;
}

.ant-hrmax-menu-vertical.ant-hrmax-menu-sub, .ant-hrmax-menu-vertical-left.ant-hrmax-menu-sub, .ant-hrmax-menu-vertical-right.ant-hrmax-menu-sub {
  border-right: 0;
  min-width: 160px;
  max-height: calc(100vh - 100px);
  padding: 0;
  overflow: hidden;
}

.ant-hrmax-menu-vertical.ant-hrmax-menu-sub:not([class*="-active"]), .ant-hrmax-menu-vertical-left.ant-hrmax-menu-sub:not([class*="-active"]), .ant-hrmax-menu-vertical-right.ant-hrmax-menu-sub:not([class*="-active"]) {
  overflow: hidden auto;
}

.ant-hrmax-menu-vertical.ant-hrmax-menu-sub .ant-hrmax-menu-item, .ant-hrmax-menu-vertical-left.ant-hrmax-menu-sub .ant-hrmax-menu-item, .ant-hrmax-menu-vertical-right.ant-hrmax-menu-sub .ant-hrmax-menu-item {
  border-right: 0;
  margin-left: 0;
  left: 0;
}

.ant-hrmax-menu-vertical.ant-hrmax-menu-sub .ant-hrmax-menu-item:after, .ant-hrmax-menu-vertical-left.ant-hrmax-menu-sub .ant-hrmax-menu-item:after, .ant-hrmax-menu-vertical-right.ant-hrmax-menu-sub .ant-hrmax-menu-item:after {
  border-right: 0;
}

.ant-hrmax-menu-vertical.ant-hrmax-menu-sub > .ant-hrmax-menu-item, .ant-hrmax-menu-vertical-left.ant-hrmax-menu-sub > .ant-hrmax-menu-item, .ant-hrmax-menu-vertical-right.ant-hrmax-menu-sub > .ant-hrmax-menu-item, .ant-hrmax-menu-vertical.ant-hrmax-menu-sub > .ant-hrmax-menu-submenu, .ant-hrmax-menu-vertical-left.ant-hrmax-menu-sub > .ant-hrmax-menu-submenu, .ant-hrmax-menu-vertical-right.ant-hrmax-menu-sub > .ant-hrmax-menu-submenu {
  transform-origin: 0 0;
}

.ant-hrmax-menu-horizontal.ant-hrmax-menu-sub {
  min-width: 114px;
}

.ant-hrmax-menu-horizontal .ant-hrmax-menu-item, .ant-hrmax-menu-horizontal .ant-hrmax-menu-submenu-title {
  transition: border-color .3s, background .3s;
}

.ant-hrmax-menu-item, .ant-hrmax-menu-submenu-title {
  white-space: nowrap;
  cursor: pointer;
  margin: 0;
  padding: 0 20px;
  transition: border-color .3s, background .3s, padding .3s cubic-bezier(.645, .045, .355, 1);
  display: block;
  position: relative;
}

.ant-hrmax-menu-item .ant-hrmax-menu-item-icon, .ant-hrmax-menu-submenu-title .ant-hrmax-menu-item-icon, .ant-hrmax-menu-item .anthrmaxicon, .ant-hrmax-menu-submenu-title .anthrmaxicon {
  min-width: 14px;
  font-size: 14px;
  transition: font-size .15s cubic-bezier(.215, .61, .355, 1), margin .3s cubic-bezier(.645, .045, .355, 1), color .3s;
}

.ant-hrmax-menu-item .ant-hrmax-menu-item-icon + span, .ant-hrmax-menu-submenu-title .ant-hrmax-menu-item-icon + span, .ant-hrmax-menu-item .anthrmaxicon + span, .ant-hrmax-menu-submenu-title .anthrmaxicon + span {
  opacity: 1;
  margin-left: 10px;
  transition: opacity .3s cubic-bezier(.645, .045, .355, 1), margin .3s, color .3s;
}

.ant-hrmax-menu-item .ant-hrmax-menu-item-icon.svg, .ant-hrmax-menu-submenu-title .ant-hrmax-menu-item-icon.svg {
  vertical-align: -.125em;
}

.ant-hrmax-menu-item.ant-hrmax-menu-item-only-child > .anthrmaxicon, .ant-hrmax-menu-submenu-title.ant-hrmax-menu-item-only-child > .anthrmaxicon, .ant-hrmax-menu-item.ant-hrmax-menu-item-only-child > .ant-hrmax-menu-item-icon, .ant-hrmax-menu-submenu-title.ant-hrmax-menu-item-only-child > .ant-hrmax-menu-item-icon {
  margin-right: 0;
}

.ant-hrmax-menu-item:not(.ant-hrmax-menu-item-disabled):focus-visible, .ant-hrmax-menu-submenu-title:not(.ant-hrmax-menu-item-disabled):focus-visible {
  box-shadow: 0 0 0 2px #d1ebed;
}

.ant-hrmax-menu > .ant-hrmax-menu-item-divider {
  margin: 1px 0;
  padding: 0;
}

.ant-hrmax-menu-submenu-popup {
  z-index: 1050;
  box-shadow: none;
  transform-origin: 0 0;
  background: none;
  border-radius: 8px;
  position: absolute;
}

.ant-hrmax-menu-submenu-popup:before {
  z-index: -1;
  opacity: .0001;
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  inset: -7px 0 0;
}

.ant-hrmax-menu-submenu-placement-rightTop:before {
  top: 0;
  left: -7px;
}

.ant-hrmax-menu-submenu > .ant-hrmax-menu {
  background-color: #fff;
  border-radius: 8px;
}

.ant-hrmax-menu-submenu > .ant-hrmax-menu-submenu-title:after {
  transition: transform .3s cubic-bezier(.645, .045, .355, 1);
}

.ant-hrmax-menu-submenu-popup > .ant-hrmax-menu {
  background-color: #fff;
}

.ant-hrmax-menu-submenu-expand-icon, .ant-hrmax-menu-submenu-arrow {
  color: #000;
  width: 10px;
  transition: transform .3s cubic-bezier(.645, .045, .355, 1);
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}

.ant-hrmax-menu-submenu-arrow:before, .ant-hrmax-menu-submenu-arrow:after {
  content: "";
  background-color: currentColor;
  border-radius: 2px;
  width: 6px;
  height: 1.5px;
  transition: background .3s cubic-bezier(.645, .045, .355, 1), transform .3s cubic-bezier(.645, .045, .355, 1), top .3s cubic-bezier(.645, .045, .355, 1), color .3s cubic-bezier(.645, .045, .355, 1);
  position: absolute;
}

.ant-hrmax-menu-submenu-arrow:before {
  transform: rotate(45deg)translateY(-2.5px);
}

.ant-hrmax-menu-submenu-arrow:after {
  transform: rotate(-45deg)translateY(2.5px);
}

.ant-hrmax-menu-submenu:hover > .ant-hrmax-menu-submenu-title > .ant-hrmax-menu-submenu-expand-icon, .ant-hrmax-menu-submenu:hover > .ant-hrmax-menu-submenu-title > .ant-hrmax-menu-submenu-arrow {
  color: #268a92;
}

.ant-hrmax-menu-inline-collapsed .ant-hrmax-menu-submenu-arrow:before, .ant-hrmax-menu-submenu-inline .ant-hrmax-menu-submenu-arrow:before {
  transform: rotate(-45deg)translateX(2.5px);
}

.ant-hrmax-menu-inline-collapsed .ant-hrmax-menu-submenu-arrow:after, .ant-hrmax-menu-submenu-inline .ant-hrmax-menu-submenu-arrow:after {
  transform: rotate(45deg)translateX(-2.5px);
}

.ant-hrmax-menu-submenu-horizontal .ant-hrmax-menu-submenu-arrow {
  display: none;
}

.ant-hrmax-menu-submenu-open.ant-hrmax-menu-submenu-inline > .ant-hrmax-menu-submenu-title > .ant-hrmax-menu-submenu-arrow {
  transform: translateY(-2px);
}

.ant-hrmax-menu-submenu-open.ant-hrmax-menu-submenu-inline > .ant-hrmax-menu-submenu-title > .ant-hrmax-menu-submenu-arrow:after {
  transform: rotate(-45deg)translateX(-2.5px);
}

.ant-hrmax-menu-submenu-open.ant-hrmax-menu-submenu-inline > .ant-hrmax-menu-submenu-title > .ant-hrmax-menu-submenu-arrow:before {
  transform: rotate(45deg)translateX(2.5px);
}

.ant-hrmax-menu-vertical .ant-hrmax-menu-submenu-selected, .ant-hrmax-menu-vertical-left .ant-hrmax-menu-submenu-selected, .ant-hrmax-menu-vertical-right .ant-hrmax-menu-submenu-selected {
  color: #268a92;
}

.ant-hrmax-menu-horizontal {
  box-shadow: none;
  border: 0;
  border-bottom: 1px solid #f2f6fb;
  line-height: 46px;
}

.ant-hrmax-menu-horizontal:not(.ant-hrmax-menu-dark) > .ant-hrmax-menu-item, .ant-hrmax-menu-horizontal:not(.ant-hrmax-menu-dark) > .ant-hrmax-menu-submenu {
  margin-top: -1px;
  margin-bottom: 0;
  padding: 0 20px;
}

.ant-hrmax-menu-horizontal:not(.ant-hrmax-menu-dark) > .ant-hrmax-menu-item:hover, .ant-hrmax-menu-horizontal:not(.ant-hrmax-menu-dark) > .ant-hrmax-menu-submenu:hover, .ant-hrmax-menu-horizontal:not(.ant-hrmax-menu-dark) > .ant-hrmax-menu-item-active, .ant-hrmax-menu-horizontal:not(.ant-hrmax-menu-dark) > .ant-hrmax-menu-submenu-active, .ant-hrmax-menu-horizontal:not(.ant-hrmax-menu-dark) > .ant-hrmax-menu-item-open, .ant-hrmax-menu-horizontal:not(.ant-hrmax-menu-dark) > .ant-hrmax-menu-submenu-open, .ant-hrmax-menu-horizontal:not(.ant-hrmax-menu-dark) > .ant-hrmax-menu-item-selected, .ant-hrmax-menu-horizontal:not(.ant-hrmax-menu-dark) > .ant-hrmax-menu-submenu-selected {
  color: #268a92;
}

.ant-hrmax-menu-horizontal:not(.ant-hrmax-menu-dark) > .ant-hrmax-menu-item:hover:after, .ant-hrmax-menu-horizontal:not(.ant-hrmax-menu-dark) > .ant-hrmax-menu-submenu:hover:after, .ant-hrmax-menu-horizontal:not(.ant-hrmax-menu-dark) > .ant-hrmax-menu-item-active:after, .ant-hrmax-menu-horizontal:not(.ant-hrmax-menu-dark) > .ant-hrmax-menu-submenu-active:after, .ant-hrmax-menu-horizontal:not(.ant-hrmax-menu-dark) > .ant-hrmax-menu-item-open:after, .ant-hrmax-menu-horizontal:not(.ant-hrmax-menu-dark) > .ant-hrmax-menu-submenu-open:after, .ant-hrmax-menu-horizontal:not(.ant-hrmax-menu-dark) > .ant-hrmax-menu-item-selected:after, .ant-hrmax-menu-horizontal:not(.ant-hrmax-menu-dark) > .ant-hrmax-menu-submenu-selected:after {
  border-bottom: 2px solid #268a92;
}

.ant-hrmax-menu-horizontal > .ant-hrmax-menu-item, .ant-hrmax-menu-horizontal > .ant-hrmax-menu-submenu {
  vertical-align: bottom;
  display: inline-block;
  position: relative;
  top: 1px;
}

.ant-hrmax-menu-horizontal > .ant-hrmax-menu-item:after, .ant-hrmax-menu-horizontal > .ant-hrmax-menu-submenu:after {
  content: "";
  border-bottom: 2px solid #0000;
  transition: border-color .3s cubic-bezier(.645, .045, .355, 1);
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
}

.ant-hrmax-menu-horizontal > .ant-hrmax-menu-submenu > .ant-hrmax-menu-submenu-title {
  padding: 0;
}

.ant-hrmax-menu-horizontal > .ant-hrmax-menu-item a {
  color: #000;
}

.ant-hrmax-menu-horizontal > .ant-hrmax-menu-item a:hover {
  color: #268a92;
}

.ant-hrmax-menu-horizontal > .ant-hrmax-menu-item a:before {
  bottom: -2px;
}

.ant-hrmax-menu-horizontal > .ant-hrmax-menu-item-selected a {
  color: #268a92;
}

.ant-hrmax-menu-horizontal:after {
  clear: both;
  content: " ";
  height: 0;
  display: block;
}

.ant-hrmax-menu-vertical .ant-hrmax-menu-item, .ant-hrmax-menu-vertical-left .ant-hrmax-menu-item, .ant-hrmax-menu-vertical-right .ant-hrmax-menu-item, .ant-hrmax-menu-inline .ant-hrmax-menu-item {
  position: relative;
}

.ant-hrmax-menu-vertical .ant-hrmax-menu-item:after, .ant-hrmax-menu-vertical-left .ant-hrmax-menu-item:after, .ant-hrmax-menu-vertical-right .ant-hrmax-menu-item:after, .ant-hrmax-menu-inline .ant-hrmax-menu-item:after {
  opacity: 0;
  content: "";
  border-right: 3px solid #268a92;
  transition: transform .15s cubic-bezier(.215, .61, .355, 1), opacity .15s cubic-bezier(.215, .61, .355, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  transform: scaleY(.0001);
}

.ant-hrmax-menu-vertical .ant-hrmax-menu-item, .ant-hrmax-menu-vertical-left .ant-hrmax-menu-item, .ant-hrmax-menu-vertical-right .ant-hrmax-menu-item, .ant-hrmax-menu-inline .ant-hrmax-menu-item, .ant-hrmax-menu-vertical .ant-hrmax-menu-submenu-title, .ant-hrmax-menu-vertical-left .ant-hrmax-menu-submenu-title, .ant-hrmax-menu-vertical-right .ant-hrmax-menu-submenu-title, .ant-hrmax-menu-inline .ant-hrmax-menu-submenu-title {
  text-overflow: ellipsis;
  height: 40px;
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 0 16px;
  line-height: 40px;
  overflow: hidden;
}

.ant-hrmax-menu-vertical .ant-hrmax-menu-submenu, .ant-hrmax-menu-vertical-left .ant-hrmax-menu-submenu, .ant-hrmax-menu-vertical-right .ant-hrmax-menu-submenu, .ant-hrmax-menu-inline .ant-hrmax-menu-submenu {
  padding-bottom: .02px;
}

.ant-hrmax-menu-vertical .ant-hrmax-menu-item:not(:last-child), .ant-hrmax-menu-vertical-left .ant-hrmax-menu-item:not(:last-child), .ant-hrmax-menu-vertical-right .ant-hrmax-menu-item:not(:last-child), .ant-hrmax-menu-inline .ant-hrmax-menu-item:not(:last-child) {
  margin-bottom: 8px;
}

.ant-hrmax-menu-vertical > .ant-hrmax-menu-item, .ant-hrmax-menu-vertical-left > .ant-hrmax-menu-item, .ant-hrmax-menu-vertical-right > .ant-hrmax-menu-item, .ant-hrmax-menu-inline > .ant-hrmax-menu-item, .ant-hrmax-menu-vertical > .ant-hrmax-menu-submenu > .ant-hrmax-menu-submenu-title, .ant-hrmax-menu-vertical-left > .ant-hrmax-menu-submenu > .ant-hrmax-menu-submenu-title, .ant-hrmax-menu-vertical-right > .ant-hrmax-menu-submenu > .ant-hrmax-menu-submenu-title, .ant-hrmax-menu-inline > .ant-hrmax-menu-submenu > .ant-hrmax-menu-submenu-title {
  height: 40px;
  line-height: 40px;
}

.ant-hrmax-menu-vertical .ant-hrmax-menu-item-group-list .ant-hrmax-menu-submenu-title, .ant-hrmax-menu-vertical .ant-hrmax-menu-submenu-title {
  padding-right: 34px;
}

.ant-hrmax-menu-inline {
  width: 100%;
}

.ant-hrmax-menu-inline .ant-hrmax-menu-selected:after, .ant-hrmax-menu-inline .ant-hrmax-menu-item-selected:after {
  opacity: 1;
  transition: transform .15s cubic-bezier(.645, .045, .355, 1), opacity .15s cubic-bezier(.645, .045, .355, 1);
  transform: scaleY(1);
}

.ant-hrmax-menu-inline .ant-hrmax-menu-item, .ant-hrmax-menu-inline .ant-hrmax-menu-submenu-title {
  width: calc(100% + 1px);
}

.ant-hrmax-menu-inline .ant-hrmax-menu-item-group-list .ant-hrmax-menu-submenu-title, .ant-hrmax-menu-inline .ant-hrmax-menu-submenu-title {
  padding-right: 34px;
}

.ant-hrmax-menu-inline.ant-hrmax-menu-root .ant-hrmax-menu-item, .ant-hrmax-menu-inline.ant-hrmax-menu-root .ant-hrmax-menu-submenu-title {
  align-items: center;
  transition: border-color .3s, background .3s, padding .1s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

.ant-hrmax-menu-inline.ant-hrmax-menu-root .ant-hrmax-menu-item > .ant-hrmax-menu-title-content, .ant-hrmax-menu-inline.ant-hrmax-menu-root .ant-hrmax-menu-submenu-title > .ant-hrmax-menu-title-content {
  text-overflow: ellipsis;
  flex: auto;
  min-width: 0;
  overflow: hidden;
}

.ant-hrmax-menu-inline.ant-hrmax-menu-root .ant-hrmax-menu-item > *, .ant-hrmax-menu-inline.ant-hrmax-menu-root .ant-hrmax-menu-submenu-title > * {
  flex: none;
}

.ant-hrmax-menu.ant-hrmax-menu-inline-collapsed {
  width: 80px;
}

.ant-hrmax-menu.ant-hrmax-menu-inline-collapsed > .ant-hrmax-menu-item, .ant-hrmax-menu.ant-hrmax-menu-inline-collapsed > .ant-hrmax-menu-item-group > .ant-hrmax-menu-item-group-list > .ant-hrmax-menu-item, .ant-hrmax-menu.ant-hrmax-menu-inline-collapsed > .ant-hrmax-menu-item-group > .ant-hrmax-menu-item-group-list > .ant-hrmax-menu-submenu > .ant-hrmax-menu-submenu-title, .ant-hrmax-menu.ant-hrmax-menu-inline-collapsed > .ant-hrmax-menu-submenu > .ant-hrmax-menu-submenu-title {
  text-overflow: clip;
  padding: 0 calc(50% - 8px);
  left: 0;
}

.ant-hrmax-menu.ant-hrmax-menu-inline-collapsed > .ant-hrmax-menu-item .ant-hrmax-menu-submenu-arrow, .ant-hrmax-menu.ant-hrmax-menu-inline-collapsed > .ant-hrmax-menu-item-group > .ant-hrmax-menu-item-group-list > .ant-hrmax-menu-item .ant-hrmax-menu-submenu-arrow, .ant-hrmax-menu.ant-hrmax-menu-inline-collapsed > .ant-hrmax-menu-item-group > .ant-hrmax-menu-item-group-list > .ant-hrmax-menu-submenu > .ant-hrmax-menu-submenu-title .ant-hrmax-menu-submenu-arrow, .ant-hrmax-menu.ant-hrmax-menu-inline-collapsed > .ant-hrmax-menu-submenu > .ant-hrmax-menu-submenu-title .ant-hrmax-menu-submenu-arrow {
  opacity: 0;
}

.ant-hrmax-menu.ant-hrmax-menu-inline-collapsed > .ant-hrmax-menu-item .ant-hrmax-menu-item-icon, .ant-hrmax-menu.ant-hrmax-menu-inline-collapsed > .ant-hrmax-menu-item-group > .ant-hrmax-menu-item-group-list > .ant-hrmax-menu-item .ant-hrmax-menu-item-icon, .ant-hrmax-menu.ant-hrmax-menu-inline-collapsed > .ant-hrmax-menu-item-group > .ant-hrmax-menu-item-group-list > .ant-hrmax-menu-submenu > .ant-hrmax-menu-submenu-title .ant-hrmax-menu-item-icon, .ant-hrmax-menu.ant-hrmax-menu-inline-collapsed > .ant-hrmax-menu-submenu > .ant-hrmax-menu-submenu-title .ant-hrmax-menu-item-icon, .ant-hrmax-menu.ant-hrmax-menu-inline-collapsed > .ant-hrmax-menu-item .anthrmaxicon, .ant-hrmax-menu.ant-hrmax-menu-inline-collapsed > .ant-hrmax-menu-item-group > .ant-hrmax-menu-item-group-list > .ant-hrmax-menu-item .anthrmaxicon, .ant-hrmax-menu.ant-hrmax-menu-inline-collapsed > .ant-hrmax-menu-item-group > .ant-hrmax-menu-item-group-list > .ant-hrmax-menu-submenu > .ant-hrmax-menu-submenu-title .anthrmaxicon, .ant-hrmax-menu.ant-hrmax-menu-inline-collapsed > .ant-hrmax-menu-submenu > .ant-hrmax-menu-submenu-title .anthrmaxicon {
  margin: 0;
  font-size: 16px;
  line-height: 40px;
}

.ant-hrmax-menu.ant-hrmax-menu-inline-collapsed > .ant-hrmax-menu-item .ant-hrmax-menu-item-icon + span, .ant-hrmax-menu.ant-hrmax-menu-inline-collapsed > .ant-hrmax-menu-item-group > .ant-hrmax-menu-item-group-list > .ant-hrmax-menu-item .ant-hrmax-menu-item-icon + span, .ant-hrmax-menu.ant-hrmax-menu-inline-collapsed > .ant-hrmax-menu-item-group > .ant-hrmax-menu-item-group-list > .ant-hrmax-menu-submenu > .ant-hrmax-menu-submenu-title .ant-hrmax-menu-item-icon + span, .ant-hrmax-menu.ant-hrmax-menu-inline-collapsed > .ant-hrmax-menu-submenu > .ant-hrmax-menu-submenu-title .ant-hrmax-menu-item-icon + span, .ant-hrmax-menu.ant-hrmax-menu-inline-collapsed > .ant-hrmax-menu-item .anthrmaxicon + span, .ant-hrmax-menu.ant-hrmax-menu-inline-collapsed > .ant-hrmax-menu-item-group > .ant-hrmax-menu-item-group-list > .ant-hrmax-menu-item .anthrmaxicon + span, .ant-hrmax-menu.ant-hrmax-menu-inline-collapsed > .ant-hrmax-menu-item-group > .ant-hrmax-menu-item-group-list > .ant-hrmax-menu-submenu > .ant-hrmax-menu-submenu-title .anthrmaxicon + span, .ant-hrmax-menu.ant-hrmax-menu-inline-collapsed > .ant-hrmax-menu-submenu > .ant-hrmax-menu-submenu-title .anthrmaxicon + span {
  opacity: 0;
  display: inline-block;
}

.ant-hrmax-menu.ant-hrmax-menu-inline-collapsed .ant-hrmax-menu-item-icon, .ant-hrmax-menu.ant-hrmax-menu-inline-collapsed .anthrmaxicon {
  display: inline-block;
}

.ant-hrmax-menu.ant-hrmax-menu-inline-collapsed-tooltip {
  pointer-events: none;
}

.ant-hrmax-menu.ant-hrmax-menu-inline-collapsed-tooltip .ant-hrmax-menu-item-icon, .ant-hrmax-menu.ant-hrmax-menu-inline-collapsed-tooltip .anthrmaxicon {
  display: none;
}

.ant-hrmax-menu.ant-hrmax-menu-inline-collapsed-tooltip a {
  color: #ffffffd9;
}

.ant-hrmax-menu.ant-hrmax-menu-inline-collapsed .ant-hrmax-menu-item-group-title {
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 4px;
  padding-right: 4px;
  overflow: hidden;
}

.ant-hrmax-menu-item-group-list {
  margin: 0;
  padding: 0;
}

.ant-hrmax-menu-item-group-list .ant-hrmax-menu-item, .ant-hrmax-menu-item-group-list .ant-hrmax-menu-submenu-title {
  padding: 0 16px 0 28px;
}

.ant-hrmax-menu-root.ant-hrmax-menu-vertical, .ant-hrmax-menu-root.ant-hrmax-menu-vertical-left, .ant-hrmax-menu-root.ant-hrmax-menu-vertical-right, .ant-hrmax-menu-root.ant-hrmax-menu-inline {
  box-shadow: none;
}

.ant-hrmax-menu-root.ant-hrmax-menu-inline-collapsed .ant-hrmax-menu-item > .ant-hrmax-menu-inline-collapsed-noicon, .ant-hrmax-menu-root.ant-hrmax-menu-inline-collapsed .ant-hrmax-menu-submenu .ant-hrmax-menu-submenu-title > .ant-hrmax-menu-inline-collapsed-noicon {
  text-align: center;
  font-size: 16px;
}

.ant-hrmax-menu-sub.ant-hrmax-menu-inline {
  box-shadow: none;
  background: #fafafa;
  border: 0;
  border-radius: 0;
  padding: 0;
}

.ant-hrmax-menu-sub.ant-hrmax-menu-inline > .ant-hrmax-menu-item, .ant-hrmax-menu-sub.ant-hrmax-menu-inline > .ant-hrmax-menu-submenu > .ant-hrmax-menu-submenu-title {
  height: 40px;
  line-height: 40px;
  list-style-type: disc;
  list-style-position: inside;
}

.ant-hrmax-menu-sub.ant-hrmax-menu-inline .ant-hrmax-menu-item-group-title {
  padding-left: 32px;
}

.ant-hrmax-menu-item-disabled, .ant-hrmax-menu-submenu-disabled {
  cursor: not-allowed;
  background: none;
  color: #cdd0d4 !important;
}

.ant-hrmax-menu-item-disabled:after, .ant-hrmax-menu-submenu-disabled:after {
  border-color: #0000 !important;
}

.ant-hrmax-menu-item-disabled a, .ant-hrmax-menu-submenu-disabled a {
  pointer-events: none;
  color: #cdd0d4 !important;
}

.ant-hrmax-menu-item-disabled > .ant-hrmax-menu-submenu-title, .ant-hrmax-menu-submenu-disabled > .ant-hrmax-menu-submenu-title {
  cursor: not-allowed;
  color: #cdd0d4 !important;
}

.ant-hrmax-menu-item-disabled > .ant-hrmax-menu-submenu-title > .ant-hrmax-menu-submenu-arrow:before, .ant-hrmax-menu-submenu-disabled > .ant-hrmax-menu-submenu-title > .ant-hrmax-menu-submenu-arrow:before, .ant-hrmax-menu-item-disabled > .ant-hrmax-menu-submenu-title > .ant-hrmax-menu-submenu-arrow:after, .ant-hrmax-menu-submenu-disabled > .ant-hrmax-menu-submenu-title > .ant-hrmax-menu-submenu-arrow:after {
  background: #cdd0d4 !important;
}

.ant-hrmax-layout-header .ant-hrmax-menu {
  line-height: inherit;
}

.ant-hrmax-menu-inline-collapsed-tooltip a, .ant-hrmax-menu-inline-collapsed-tooltip a:hover {
  color: #fff;
}

.ant-hrmax-menu-light .ant-hrmax-menu-item:hover, .ant-hrmax-menu-light .ant-hrmax-menu-item-active, .ant-hrmax-menu-light .ant-hrmax-menu:not(.ant-hrmax-menu-inline) .ant-hrmax-menu-submenu-open, .ant-hrmax-menu-light .ant-hrmax-menu-submenu-active, .ant-hrmax-menu-light .ant-hrmax-menu-submenu-title:hover {
  color: #268a92;
}

.ant-hrmax-menu.ant-hrmax-menu-root:focus-visible, .ant-hrmax-menu-dark .ant-hrmax-menu-item:focus-visible, .ant-hrmax-menu-dark .ant-hrmax-menu-submenu-title:focus-visible {
  box-shadow: 0 0 0 2px #016b72;
}

.ant-hrmax-menu.ant-hrmax-menu-dark, .ant-hrmax-menu-dark .ant-hrmax-menu-sub, .ant-hrmax-menu.ant-hrmax-menu-dark .ant-hrmax-menu-sub {
  color: #ffffffa6;
  background: #001529;
}

.ant-hrmax-menu.ant-hrmax-menu-dark .ant-hrmax-menu-submenu-title .ant-hrmax-menu-submenu-arrow, .ant-hrmax-menu-dark .ant-hrmax-menu-sub .ant-hrmax-menu-submenu-title .ant-hrmax-menu-submenu-arrow, .ant-hrmax-menu.ant-hrmax-menu-dark .ant-hrmax-menu-sub .ant-hrmax-menu-submenu-title .ant-hrmax-menu-submenu-arrow {
  opacity: .45;
  transition: all .3s;
}

.ant-hrmax-menu.ant-hrmax-menu-dark .ant-hrmax-menu-submenu-title .ant-hrmax-menu-submenu-arrow:after, .ant-hrmax-menu-dark .ant-hrmax-menu-sub .ant-hrmax-menu-submenu-title .ant-hrmax-menu-submenu-arrow:after, .ant-hrmax-menu.ant-hrmax-menu-dark .ant-hrmax-menu-sub .ant-hrmax-menu-submenu-title .ant-hrmax-menu-submenu-arrow:after, .ant-hrmax-menu.ant-hrmax-menu-dark .ant-hrmax-menu-submenu-title .ant-hrmax-menu-submenu-arrow:before, .ant-hrmax-menu-dark .ant-hrmax-menu-sub .ant-hrmax-menu-submenu-title .ant-hrmax-menu-submenu-arrow:before, .ant-hrmax-menu.ant-hrmax-menu-dark .ant-hrmax-menu-sub .ant-hrmax-menu-submenu-title .ant-hrmax-menu-submenu-arrow:before {
  background: #fff;
}

.ant-hrmax-menu-dark.ant-hrmax-menu-submenu-popup {
  background: none;
}

.ant-hrmax-menu-dark .ant-hrmax-menu-inline.ant-hrmax-menu-sub {
  background: #000c17;
}

.ant-hrmax-menu-dark.ant-hrmax-menu-horizontal {
  border-bottom: 0;
}

.ant-hrmax-menu-dark.ant-hrmax-menu-horizontal > .ant-hrmax-menu-item, .ant-hrmax-menu-dark.ant-hrmax-menu-horizontal > .ant-hrmax-menu-submenu {
  border-color: #001529 #001529 currentColor;
  border-bottom-style: none;
  border-bottom-width: 0;
  margin-top: 0;
  padding: 0 20px;
  top: 0;
}

.ant-hrmax-menu-dark.ant-hrmax-menu-horizontal > .ant-hrmax-menu-item:hover {
  background-color: #268a92;
}

.ant-hrmax-menu-dark.ant-hrmax-menu-horizontal > .ant-hrmax-menu-item > a:before {
  bottom: 0;
}

.ant-hrmax-menu-dark .ant-hrmax-menu-item, .ant-hrmax-menu-dark .ant-hrmax-menu-item-group-title, .ant-hrmax-menu-dark .ant-hrmax-menu-item > a, .ant-hrmax-menu-dark .ant-hrmax-menu-item > span > a {
  color: #ffffffa6;
}

.ant-hrmax-menu-dark.ant-hrmax-menu-inline, .ant-hrmax-menu-dark.ant-hrmax-menu-vertical, .ant-hrmax-menu-dark.ant-hrmax-menu-vertical-left, .ant-hrmax-menu-dark.ant-hrmax-menu-vertical-right {
  border-right: 0;
}

.ant-hrmax-menu-dark.ant-hrmax-menu-inline .ant-hrmax-menu-item, .ant-hrmax-menu-dark.ant-hrmax-menu-vertical .ant-hrmax-menu-item, .ant-hrmax-menu-dark.ant-hrmax-menu-vertical-left .ant-hrmax-menu-item, .ant-hrmax-menu-dark.ant-hrmax-menu-vertical-right .ant-hrmax-menu-item {
  border-right: 0;
  margin-left: 0;
  left: 0;
}

.ant-hrmax-menu-dark.ant-hrmax-menu-inline .ant-hrmax-menu-item:after, .ant-hrmax-menu-dark.ant-hrmax-menu-vertical .ant-hrmax-menu-item:after, .ant-hrmax-menu-dark.ant-hrmax-menu-vertical-left .ant-hrmax-menu-item:after, .ant-hrmax-menu-dark.ant-hrmax-menu-vertical-right .ant-hrmax-menu-item:after {
  border-right: 0;
}

.ant-hrmax-menu-dark.ant-hrmax-menu-inline .ant-hrmax-menu-item, .ant-hrmax-menu-dark.ant-hrmax-menu-inline .ant-hrmax-menu-submenu-title {
  width: 100%;
}

.ant-hrmax-menu-dark .ant-hrmax-menu-item:hover, .ant-hrmax-menu-dark .ant-hrmax-menu-item-active, .ant-hrmax-menu-dark .ant-hrmax-menu-submenu-active, .ant-hrmax-menu-dark .ant-hrmax-menu-submenu-open, .ant-hrmax-menu-dark .ant-hrmax-menu-submenu-selected, .ant-hrmax-menu-dark .ant-hrmax-menu-submenu-title:hover {
  color: #fff;
  background-color: #0000;
}

.ant-hrmax-menu-dark .ant-hrmax-menu-item:hover > a, .ant-hrmax-menu-dark .ant-hrmax-menu-item-active > a, .ant-hrmax-menu-dark .ant-hrmax-menu-submenu-active > a, .ant-hrmax-menu-dark .ant-hrmax-menu-submenu-open > a, .ant-hrmax-menu-dark .ant-hrmax-menu-submenu-selected > a, .ant-hrmax-menu-dark .ant-hrmax-menu-submenu-title:hover > a, .ant-hrmax-menu-dark .ant-hrmax-menu-item:hover > span > a, .ant-hrmax-menu-dark .ant-hrmax-menu-item-active > span > a, .ant-hrmax-menu-dark .ant-hrmax-menu-submenu-active > span > a, .ant-hrmax-menu-dark .ant-hrmax-menu-submenu-open > span > a, .ant-hrmax-menu-dark .ant-hrmax-menu-submenu-selected > span > a, .ant-hrmax-menu-dark .ant-hrmax-menu-submenu-title:hover > span > a {
  color: #fff;
}

.ant-hrmax-menu-dark .ant-hrmax-menu-item:hover > .ant-hrmax-menu-submenu-title > .ant-hrmax-menu-submenu-arrow, .ant-hrmax-menu-dark .ant-hrmax-menu-item-active > .ant-hrmax-menu-submenu-title > .ant-hrmax-menu-submenu-arrow, .ant-hrmax-menu-dark .ant-hrmax-menu-submenu-active > .ant-hrmax-menu-submenu-title > .ant-hrmax-menu-submenu-arrow, .ant-hrmax-menu-dark .ant-hrmax-menu-submenu-open > .ant-hrmax-menu-submenu-title > .ant-hrmax-menu-submenu-arrow, .ant-hrmax-menu-dark .ant-hrmax-menu-submenu-selected > .ant-hrmax-menu-submenu-title > .ant-hrmax-menu-submenu-arrow, .ant-hrmax-menu-dark .ant-hrmax-menu-submenu-title:hover > .ant-hrmax-menu-submenu-title > .ant-hrmax-menu-submenu-arrow {
  opacity: 1;
}

.ant-hrmax-menu-dark .ant-hrmax-menu-item:hover > .ant-hrmax-menu-submenu-title > .ant-hrmax-menu-submenu-arrow:after, .ant-hrmax-menu-dark .ant-hrmax-menu-item-active > .ant-hrmax-menu-submenu-title > .ant-hrmax-menu-submenu-arrow:after, .ant-hrmax-menu-dark .ant-hrmax-menu-submenu-active > .ant-hrmax-menu-submenu-title > .ant-hrmax-menu-submenu-arrow:after, .ant-hrmax-menu-dark .ant-hrmax-menu-submenu-open > .ant-hrmax-menu-submenu-title > .ant-hrmax-menu-submenu-arrow:after, .ant-hrmax-menu-dark .ant-hrmax-menu-submenu-selected > .ant-hrmax-menu-submenu-title > .ant-hrmax-menu-submenu-arrow:after, .ant-hrmax-menu-dark .ant-hrmax-menu-submenu-title:hover > .ant-hrmax-menu-submenu-title > .ant-hrmax-menu-submenu-arrow:after, .ant-hrmax-menu-dark .ant-hrmax-menu-item:hover > .ant-hrmax-menu-submenu-title > .ant-hrmax-menu-submenu-arrow:before, .ant-hrmax-menu-dark .ant-hrmax-menu-item-active > .ant-hrmax-menu-submenu-title > .ant-hrmax-menu-submenu-arrow:before, .ant-hrmax-menu-dark .ant-hrmax-menu-submenu-active > .ant-hrmax-menu-submenu-title > .ant-hrmax-menu-submenu-arrow:before, .ant-hrmax-menu-dark .ant-hrmax-menu-submenu-open > .ant-hrmax-menu-submenu-title > .ant-hrmax-menu-submenu-arrow:before, .ant-hrmax-menu-dark .ant-hrmax-menu-submenu-selected > .ant-hrmax-menu-submenu-title > .ant-hrmax-menu-submenu-arrow:before, .ant-hrmax-menu-dark .ant-hrmax-menu-submenu-title:hover > .ant-hrmax-menu-submenu-title > .ant-hrmax-menu-submenu-arrow:before {
  background: #fff;
}

.ant-hrmax-menu-dark .ant-hrmax-menu-item:hover {
  background-color: #0000;
}

.ant-hrmax-menu-dark.ant-hrmax-menu-dark:not(.ant-hrmax-menu-horizontal) .ant-hrmax-menu-item-selected {
  background-color: #268a92;
}

.ant-hrmax-menu-dark .ant-hrmax-menu-item-selected {
  color: #fff;
  border-right: 0;
}

.ant-hrmax-menu-dark .ant-hrmax-menu-item-selected:after {
  border-right: 0;
}

.ant-hrmax-menu-dark .ant-hrmax-menu-item-selected > a, .ant-hrmax-menu-dark .ant-hrmax-menu-item-selected > span > a, .ant-hrmax-menu-dark .ant-hrmax-menu-item-selected > a:hover, .ant-hrmax-menu-dark .ant-hrmax-menu-item-selected > span > a:hover, .ant-hrmax-menu-dark .ant-hrmax-menu-item-selected .ant-hrmax-menu-item-icon, .ant-hrmax-menu-dark .ant-hrmax-menu-item-selected .anthrmaxicon, .ant-hrmax-menu-dark .ant-hrmax-menu-item-selected .ant-hrmax-menu-item-icon + span, .ant-hrmax-menu-dark .ant-hrmax-menu-item-selected .anthrmaxicon + span {
  color: #fff;
}

.ant-hrmax-menu.ant-hrmax-menu-dark .ant-hrmax-menu-item-selected, .ant-hrmax-menu-submenu-popup.ant-hrmax-menu-dark .ant-hrmax-menu-item-selected {
  background-color: #268a92;
}

.ant-hrmax-menu-dark .ant-hrmax-menu-item-disabled, .ant-hrmax-menu-dark .ant-hrmax-menu-submenu-disabled, .ant-hrmax-menu-dark .ant-hrmax-menu-item-disabled > a, .ant-hrmax-menu-dark .ant-hrmax-menu-submenu-disabled > a, .ant-hrmax-menu-dark .ant-hrmax-menu-item-disabled > span > a, .ant-hrmax-menu-dark .ant-hrmax-menu-submenu-disabled > span > a {
  opacity: .8;
  color: #ffffff59 !important;
}

.ant-hrmax-menu-dark .ant-hrmax-menu-item-disabled > .ant-hrmax-menu-submenu-title, .ant-hrmax-menu-dark .ant-hrmax-menu-submenu-disabled > .ant-hrmax-menu-submenu-title {
  color: #ffffff59 !important;
}

.ant-hrmax-menu-dark .ant-hrmax-menu-item-disabled > .ant-hrmax-menu-submenu-title > .ant-hrmax-menu-submenu-arrow:before, .ant-hrmax-menu-dark .ant-hrmax-menu-submenu-disabled > .ant-hrmax-menu-submenu-title > .ant-hrmax-menu-submenu-arrow:before, .ant-hrmax-menu-dark .ant-hrmax-menu-item-disabled > .ant-hrmax-menu-submenu-title > .ant-hrmax-menu-submenu-arrow:after, .ant-hrmax-menu-dark .ant-hrmax-menu-submenu-disabled > .ant-hrmax-menu-submenu-title > .ant-hrmax-menu-submenu-arrow:after {
  background: #ffffff59 !important;
}

.ant-hrmax-menu.ant-hrmax-menu-rtl {
  text-align: right;
  direction: rtl;
}

.ant-hrmax-menu-rtl .ant-hrmax-menu-item-group-title {
  text-align: right;
}

.ant-hrmax-menu-rtl.ant-hrmax-menu-inline, .ant-hrmax-menu-rtl.ant-hrmax-menu-vertical {
  border-left: 1px solid #f2f6fb;
  border-right: none;
}

.ant-hrmax-menu-rtl.ant-hrmax-menu-dark.ant-hrmax-menu-inline, .ant-hrmax-menu-rtl.ant-hrmax-menu-dark.ant-hrmax-menu-vertical {
  border-left: none;
}

.ant-hrmax-menu-rtl.ant-hrmax-menu-vertical.ant-hrmax-menu-sub > .ant-hrmax-menu-item, .ant-hrmax-menu-rtl.ant-hrmax-menu-vertical-left.ant-hrmax-menu-sub > .ant-hrmax-menu-item, .ant-hrmax-menu-rtl.ant-hrmax-menu-vertical-right.ant-hrmax-menu-sub > .ant-hrmax-menu-item, .ant-hrmax-menu-rtl.ant-hrmax-menu-vertical.ant-hrmax-menu-sub > .ant-hrmax-menu-submenu, .ant-hrmax-menu-rtl.ant-hrmax-menu-vertical-left.ant-hrmax-menu-sub > .ant-hrmax-menu-submenu, .ant-hrmax-menu-rtl.ant-hrmax-menu-vertical-right.ant-hrmax-menu-sub > .ant-hrmax-menu-submenu {
  transform-origin: 100% 0;
}

.ant-hrmax-menu-rtl .ant-hrmax-menu-item .ant-hrmax-menu-item-icon, .ant-hrmax-menu-rtl .ant-hrmax-menu-submenu-title .ant-hrmax-menu-item-icon, .ant-hrmax-menu-rtl .ant-hrmax-menu-item .anthrmaxicon, .ant-hrmax-menu-rtl .ant-hrmax-menu-submenu-title .anthrmaxicon {
  margin-left: 10px;
  margin-right: auto;
}

.ant-hrmax-menu-rtl .ant-hrmax-menu-item.ant-hrmax-menu-item-only-child > .ant-hrmax-menu-item-icon, .ant-hrmax-menu-rtl .ant-hrmax-menu-submenu-title.ant-hrmax-menu-item-only-child > .ant-hrmax-menu-item-icon, .ant-hrmax-menu-rtl .ant-hrmax-menu-item.ant-hrmax-menu-item-only-child > .anthrmaxicon, .ant-hrmax-menu-rtl .ant-hrmax-menu-submenu-title.ant-hrmax-menu-item-only-child > .anthrmaxicon {
  margin-left: 0;
}

.ant-hrmax-menu-submenu-rtl.ant-hrmax-menu-submenu-popup {
  transform-origin: 100% 0;
}

.ant-hrmax-menu-rtl .ant-hrmax-menu-submenu-vertical > .ant-hrmax-menu-submenu-title .ant-hrmax-menu-submenu-arrow, .ant-hrmax-menu-rtl .ant-hrmax-menu-submenu-vertical-left > .ant-hrmax-menu-submenu-title .ant-hrmax-menu-submenu-arrow, .ant-hrmax-menu-rtl .ant-hrmax-menu-submenu-vertical-right > .ant-hrmax-menu-submenu-title .ant-hrmax-menu-submenu-arrow, .ant-hrmax-menu-rtl .ant-hrmax-menu-submenu-inline > .ant-hrmax-menu-submenu-title .ant-hrmax-menu-submenu-arrow {
  left: 16px;
  right: auto;
}

.ant-hrmax-menu-rtl .ant-hrmax-menu-submenu-vertical > .ant-hrmax-menu-submenu-title .ant-hrmax-menu-submenu-arrow:before, .ant-hrmax-menu-rtl .ant-hrmax-menu-submenu-vertical-left > .ant-hrmax-menu-submenu-title .ant-hrmax-menu-submenu-arrow:before, .ant-hrmax-menu-rtl .ant-hrmax-menu-submenu-vertical-right > .ant-hrmax-menu-submenu-title .ant-hrmax-menu-submenu-arrow:before {
  transform: rotate(-45deg)translateY(-2px);
}

.ant-hrmax-menu-rtl .ant-hrmax-menu-submenu-vertical > .ant-hrmax-menu-submenu-title .ant-hrmax-menu-submenu-arrow:after, .ant-hrmax-menu-rtl .ant-hrmax-menu-submenu-vertical-left > .ant-hrmax-menu-submenu-title .ant-hrmax-menu-submenu-arrow:after, .ant-hrmax-menu-rtl .ant-hrmax-menu-submenu-vertical-right > .ant-hrmax-menu-submenu-title .ant-hrmax-menu-submenu-arrow:after {
  transform: rotate(45deg)translateY(2px);
}

.ant-hrmax-menu-rtl.ant-hrmax-menu-vertical .ant-hrmax-menu-item:after, .ant-hrmax-menu-rtl.ant-hrmax-menu-vertical-left .ant-hrmax-menu-item:after, .ant-hrmax-menu-rtl.ant-hrmax-menu-vertical-right .ant-hrmax-menu-item:after, .ant-hrmax-menu-rtl.ant-hrmax-menu-inline .ant-hrmax-menu-item:after {
  left: 0;
  right: auto;
}

.ant-hrmax-menu-rtl.ant-hrmax-menu-vertical .ant-hrmax-menu-item, .ant-hrmax-menu-rtl.ant-hrmax-menu-vertical-left .ant-hrmax-menu-item, .ant-hrmax-menu-rtl.ant-hrmax-menu-vertical-right .ant-hrmax-menu-item, .ant-hrmax-menu-rtl.ant-hrmax-menu-inline .ant-hrmax-menu-item, .ant-hrmax-menu-rtl.ant-hrmax-menu-vertical .ant-hrmax-menu-submenu-title, .ant-hrmax-menu-rtl.ant-hrmax-menu-vertical-left .ant-hrmax-menu-submenu-title, .ant-hrmax-menu-rtl.ant-hrmax-menu-vertical-right .ant-hrmax-menu-submenu-title, .ant-hrmax-menu-rtl.ant-hrmax-menu-inline .ant-hrmax-menu-submenu-title {
  text-align: right;
}

.ant-hrmax-menu-rtl.ant-hrmax-menu-inline .ant-hrmax-menu-submenu-title {
  padding-left: 34px;
  padding-right: 0;
}

.ant-hrmax-menu-rtl.ant-hrmax-menu-vertical .ant-hrmax-menu-submenu-title {
  padding-left: 34px;
  padding-right: 16px;
}

.ant-hrmax-menu-rtl.ant-hrmax-menu-inline-collapsed.ant-hrmax-menu-vertical .ant-hrmax-menu-submenu-title {
  padding: 0 calc(50% - 8px);
}

.ant-hrmax-menu-rtl .ant-hrmax-menu-item-group-list .ant-hrmax-menu-item, .ant-hrmax-menu-rtl .ant-hrmax-menu-item-group-list .ant-hrmax-menu-submenu-title {
  padding: 0 28px 0 16px;
}

.ant-hrmax-menu-sub.ant-hrmax-menu-inline {
  border: 0;
}

.ant-hrmax-menu-rtl.ant-hrmax-menu-sub.ant-hrmax-menu-inline .ant-hrmax-menu-item-group-title {
  padding-left: 0;
  padding-right: 32px;
}

.ant-hrmax-message {
  box-sizing: border-box;
  color: #000;
  font-variant: tabular-nums;
  font-feature-settings: "tnum";
  z-index: 1010;
  pointer-events: none;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.5715;
  list-style: none;
  position: fixed;
  top: 8px;
  left: 0;
}

.ant-hrmax-message-notice {
  text-align: center;
  padding: 8px;
}

.ant-hrmax-message-notice-content {
  pointer-events: all;
  background: #fff;
  border-radius: 8px;
  padding: 10px 16px;
  display: inline-block;
  box-shadow: 0 3px 6px -4px #0000001f, 0 6px 16px #00000014, 0 9px 28px 8px #0000000d;
}

.ant-hrmax-message-success .anthrmaxicon {
  color: #2e9908;
}

.ant-hrmax-message-error .anthrmaxicon {
  color: #d90007;
}

.ant-hrmax-message-warning .anthrmaxicon {
  color: #d98d00;
}

.ant-hrmax-message-info .anthrmaxicon, .ant-hrmax-message-loading .anthrmaxicon {
  color: #397ee5;
}

.ant-hrmax-message .anthrmaxicon {
  margin-right: 8px;
  font-size: 16px;
  position: relative;
  top: 1px;
}

.ant-hrmax-message-notice.ant-hrmax-move-up-leave.ant-hrmax-move-up-leave-active {
  animation-name: MessageMoveOut;
  animation-duration: .3s;
}

@keyframes MessageMoveOut {
  0% {
    opacity: 1;
    max-height: 150px;
    padding: 8px;
  }

  100% {
    opacity: 0;
    max-height: 0;
    padding: 0;
  }
}

.ant-hrmax-message-rtl, .ant-hrmax-message-rtl span {
  direction: rtl;
}

.ant-hrmax-message-rtl .anthrmaxicon {
  margin-left: 8px;
  margin-right: 0;
}

.ant-hrmax-modal {
  box-sizing: border-box;
  color: #000;
  font-variant: tabular-nums;
  font-feature-settings: "tnum";
  pointer-events: none;
  width: auto;
  max-width: calc(100vw - 32px);
  margin: 0 auto;
  padding: 0 0 24px;
  font-size: 14px;
  line-height: 1.5715;
  list-style: none;
  position: relative;
  top: 100px;
}

.ant-hrmax-modal.ant-hrmax-zoom-enter, .ant-hrmax-modal.ant-hrmax-zoom-appear {
  opacity: 0;
  user-select: none;
  animation-duration: .3s;
  transform: none;
}

.ant-hrmax-modal-mask {
  z-index: 1000;
  background-color: #00000073;
  height: 100%;
  position: fixed;
  inset: 0;
}

.ant-hrmax-modal-mask-hidden {
  display: none;
}

.ant-hrmax-modal-wrap {
  z-index: 1000;
  outline: 0;
  position: fixed;
  inset: 0;
  overflow: auto;
}

.ant-hrmax-modal-title {
  color: #000000d9;
  word-wrap: break-word;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.ant-hrmax-modal-content {
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-radius: 8px;
  position: relative;
  box-shadow: 0 3px 6px -4px #0000001f, 0 6px 16px #00000014, 0 9px 28px 8px #0000000d;
}

.ant-hrmax-modal-close {
  z-index: 10;
  color: #535b64;
  cursor: pointer;
  background: none;
  border: 0;
  outline: 0;
  padding: 0;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: color .3s;
  position: absolute;
  top: 0;
  right: 0;
}

.ant-hrmax-modal-close-x {
  text-align: center;
  text-transform: none;
  text-rendering: auto;
  width: 56px;
  height: 56px;
  font-size: 16px;
  font-style: normal;
  line-height: 56px;
  display: block;
}

.ant-hrmax-modal-close:focus, .ant-hrmax-modal-close:hover {
  color: #000000bf;
  text-decoration: none;
}

.ant-hrmax-modal-header {
  color: #000;
  background: #fff;
  border-bottom: 1px solid #f2f6fb;
  border-radius: 8px 8px 0 0;
  padding: 16px;
}

.ant-hrmax-modal-body {
  word-wrap: break-word;
  padding: 16px;
  font-size: 14px;
  line-height: 1.5715;
}

.ant-hrmax-modal-footer {
  text-align: right;
  background: none;
  border-top: 1px solid #f2f6fb;
  border-radius: 0 0 8px 8px;
  padding: 10px 16px;
}

.ant-hrmax-modal-footer .ant-hrmax-btn + .ant-hrmax-btn:not(.ant-hrmax-dropdown-trigger) {
  margin-bottom: 0;
  margin-left: 8px;
}

.ant-hrmax-modal-open {
  overflow: hidden;
}

.ant-hrmax-modal-centered {
  text-align: center;
}

.ant-hrmax-modal-centered:before {
  vertical-align: middle;
  content: "";
  width: 0;
  height: 100%;
  display: inline-block;
}

.ant-hrmax-modal-centered .ant-hrmax-modal {
  text-align: left;
  vertical-align: middle;
  padding-bottom: 0;
  display: inline-block;
  top: 0;
}

@media (width <= 767px) {
  .ant-hrmax-modal {
    max-width: calc(100vw - 16px);
    margin: 8px auto;
  }

  .ant-hrmax-modal-centered .ant-hrmax-modal {
    flex: 1;
  }
}

.ant-hrmax-modal-confirm .ant-hrmax-modal-header {
  display: none;
}

.ant-hrmax-modal-confirm-body-wrapper:before {
  content: "";
  display: table;
}

.ant-hrmax-modal-confirm-body-wrapper:after {
  clear: both;
  content: "";
  display: table;
}

.ant-hrmax-modal-confirm-body .ant-hrmax-modal-confirm-title {
  color: #000000d9;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  display: block;
  overflow: hidden;
}

.ant-hrmax-modal-confirm-body .ant-hrmax-modal-confirm-content {
  color: #000;
  margin-top: 8px;
  font-size: 14px;
}

.ant-hrmax-modal-confirm-body > .anthrmaxicon {
  float: left;
  margin-right: 16px;
  font-size: 22px;
}

.ant-hrmax-modal-confirm-body > .anthrmaxicon + .ant-hrmax-modal-confirm-title + .ant-hrmax-modal-confirm-content {
  margin-left: 38px;
}

.ant-hrmax-modal-confirm .ant-hrmax-modal-confirm-btns {
  text-align: right;
  margin-top: 24px;
}

.ant-hrmax-modal-confirm .ant-hrmax-modal-confirm-btns .ant-hrmax-btn + .ant-hrmax-btn {
  margin-bottom: 0;
  margin-left: 8px;
}

.ant-hrmax-modal-confirm-error .ant-hrmax-modal-confirm-body > .anthrmaxicon {
  color: #d90007;
}

.ant-hrmax-modal-confirm-warning .ant-hrmax-modal-confirm-body > .anthrmaxicon, .ant-hrmax-modal-confirm-confirm .ant-hrmax-modal-confirm-body > .anthrmaxicon {
  color: #d98d00;
}

.ant-hrmax-modal-confirm-info .ant-hrmax-modal-confirm-body > .anthrmaxicon {
  color: #397ee5;
}

.ant-hrmax-modal-confirm-success .ant-hrmax-modal-confirm-body > .anthrmaxicon {
  color: #2e9908;
}

.ant-hrmax-modal-confirm .ant-hrmax-zoom-leave .ant-hrmax-modal-confirm-btns {
  pointer-events: none;
}

.ant-hrmax-modal-wrap-rtl {
  direction: rtl;
}

.ant-hrmax-modal-wrap-rtl .ant-hrmax-modal-close {
  right: initial;
  left: 0;
}

.ant-hrmax-modal-wrap-rtl .ant-hrmax-modal-footer {
  text-align: left;
}

.ant-hrmax-modal-wrap-rtl .ant-hrmax-modal-footer .ant-hrmax-btn + .ant-hrmax-btn {
  margin-left: 0;
  margin-right: 8px;
}

.ant-hrmax-modal-wrap-rtl .ant-hrmax-modal-confirm-body {
  direction: rtl;
}

.ant-hrmax-modal-wrap-rtl .ant-hrmax-modal-confirm-body > .anthrmaxicon {
  float: right;
  margin-left: 16px;
  margin-right: 0;
}

.ant-hrmax-modal-wrap-rtl .ant-hrmax-modal-confirm-body > .anthrmaxicon + .ant-hrmax-modal-confirm-title + .ant-hrmax-modal-confirm-content {
  margin-left: 0;
  margin-right: 38px;
}

.ant-hrmax-modal-wrap-rtl .ant-hrmax-modal-confirm-btns {
  text-align: left;
}

.ant-hrmax-modal-wrap-rtl .ant-hrmax-modal-confirm-btns .ant-hrmax-btn + .ant-hrmax-btn {
  margin-left: 0;
  margin-right: 8px;
}

.ant-hrmax-modal-wrap-rtl.ant-hrmax-modal-centered .ant-hrmax-modal {
  text-align: right;
}

.ant-hrmax-notification {
  box-sizing: border-box;
  color: #000;
  font-variant: tabular-nums;
  font-feature-settings: "tnum";
  z-index: 1010;
  margin: 0 24px 0 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.5715;
  list-style: none;
  position: fixed;
}

.ant-hrmax-notification-close-icon {
  cursor: pointer;
  font-size: 14px;
}

.ant-hrmax-notification-hook-holder {
  position: relative;
}

.ant-hrmax-notification-notice {
  word-wrap: break-word;
  background: #fff;
  border-radius: 8px;
  width: 384px;
  max-width: calc(100vw - 48px);
  margin-bottom: 16px;
  margin-left: auto;
  padding: 16px 24px;
  line-height: 1.5715;
  position: relative;
  overflow: hidden;
  box-shadow: 0 3px 6px -4px #0000001f, 0 6px 16px #00000014, 0 9px 28px 8px #0000000d;
}

.ant-hrmax-notification-top .ant-hrmax-notification-notice, .ant-hrmax-notification-bottom .ant-hrmax-notification-notice {
  margin-left: auto;
  margin-right: auto;
}

.ant-hrmax-notification-topLeft .ant-hrmax-notification-notice, .ant-hrmax-notification-bottomLeft .ant-hrmax-notification-notice {
  margin-left: 0;
  margin-right: auto;
}

.ant-hrmax-notification-notice-message {
  color: #000000d9;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 24px;
}

.ant-hrmax-notification-notice-message-single-line-auto-margin {
  pointer-events: none;
  background-color: #0000;
  width: calc(264px - 100%);
  max-width: 4px;
  display: block;
}

.ant-hrmax-notification-notice-message-single-line-auto-margin:before {
  content: "";
  display: block;
}

.ant-hrmax-notification-notice-description {
  font-size: 14px;
}

.ant-hrmax-notification-notice-closable .ant-hrmax-notification-notice-message {
  padding-right: 24px;
}

.ant-hrmax-notification-notice-with-icon .ant-hrmax-notification-notice-message {
  margin-bottom: 4px;
  margin-left: 48px;
  font-size: 16px;
}

.ant-hrmax-notification-notice-with-icon .ant-hrmax-notification-notice-description {
  margin-left: 48px;
  font-size: 14px;
}

.ant-hrmax-notification-notice-icon {
  margin-left: 4px;
  font-size: 24px;
  line-height: 24px;
  position: absolute;
}

.anthrmaxicon.ant-hrmax-notification-notice-icon-success {
  color: #2e9908;
}

.anthrmaxicon.ant-hrmax-notification-notice-icon-info {
  color: #397ee5;
}

.anthrmaxicon.ant-hrmax-notification-notice-icon-warning {
  color: #d98d00;
}

.anthrmaxicon.ant-hrmax-notification-notice-icon-error {
  color: #d90007;
}

.ant-hrmax-notification-notice-close {
  color: #535b64;
  outline: none;
  position: absolute;
  top: 16px;
  right: 22px;
}

.ant-hrmax-notification-notice-close:hover {
  color: #32373c;
}

.ant-hrmax-notification-notice-btn {
  float: right;
  margin-top: 16px;
}

.ant-hrmax-notification .notification-fade-effect {
  animation-duration: .24s;
  animation-timing-function: cubic-bezier(.645, .045, .355, 1);
  animation-fill-mode: both;
}

.ant-hrmax-notification-fade-enter, .ant-hrmax-notification-fade-appear {
  opacity: 0;
  animation-duration: .24s;
  animation-timing-function: cubic-bezier(.645, .045, .355, 1);
  animation-play-state: paused;
  animation-fill-mode: both;
}

.ant-hrmax-notification-fade-leave {
  animation-duration: .2s;
  animation-timing-function: cubic-bezier(.645, .045, .355, 1);
  animation-play-state: paused;
  animation-fill-mode: both;
}

.ant-hrmax-notification-fade-enter.ant-hrmax-notification-fade-enter-active, .ant-hrmax-notification-fade-appear.ant-hrmax-notification-fade-appear-active {
  animation-name: NotificationFadeIn;
  animation-play-state: running;
}

.ant-hrmax-notification-fade-leave.ant-hrmax-notification-fade-leave-active {
  animation-name: NotificationFadeOut;
  animation-play-state: running;
}

@keyframes NotificationFadeIn {
  0% {
    opacity: 0;
    left: 384px;
  }

  100% {
    opacity: 1;
    left: 0;
  }
}

@keyframes NotificationFadeOut {
  0% {
    opacity: 1;
    max-height: 150px;
    margin-bottom: 16px;
  }

  100% {
    opacity: 0;
    max-height: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.ant-hrmax-notification-rtl {
  direction: rtl;
}

.ant-hrmax-notification-rtl .ant-hrmax-notification-notice-closable .ant-hrmax-notification-notice-message {
  padding-left: 24px;
  padding-right: 0;
}

.ant-hrmax-notification-rtl .ant-hrmax-notification-notice-with-icon .ant-hrmax-notification-notice-message, .ant-hrmax-notification-rtl .ant-hrmax-notification-notice-with-icon .ant-hrmax-notification-notice-description {
  margin-left: 0;
  margin-right: 48px;
}

.ant-hrmax-notification-rtl .ant-hrmax-notification-notice-icon {
  margin-left: 0;
  margin-right: 4px;
}

.ant-hrmax-notification-rtl .ant-hrmax-notification-notice-close {
  left: 22px;
  right: auto;
}

.ant-hrmax-notification-rtl .ant-hrmax-notification-notice-btn {
  float: left;
}

.ant-hrmax-notification-top, .ant-hrmax-notification-bottom {
  margin-left: 0;
  margin-right: 0;
}

.ant-hrmax-notification-top .ant-hrmax-notification-fade-enter.ant-hrmax-notification-fade-enter-active, .ant-hrmax-notification-top .ant-hrmax-notification-fade-appear.ant-hrmax-notification-fade-appear-active {
  animation-name: NotificationTopFadeIn;
}

.ant-hrmax-notification-bottom .ant-hrmax-notification-fade-enter.ant-hrmax-notification-fade-enter-active, .ant-hrmax-notification-bottom .ant-hrmax-notification-fade-appear.ant-hrmax-notification-fade-appear-active {
  animation-name: NotificationBottomFadeIn;
}

.ant-hrmax-notification-topLeft, .ant-hrmax-notification-bottomLeft {
  margin-left: 24px;
  margin-right: 0;
}

.ant-hrmax-notification-topLeft .ant-hrmax-notification-fade-enter.ant-hrmax-notification-fade-enter-active, .ant-hrmax-notification-bottomLeft .ant-hrmax-notification-fade-enter.ant-hrmax-notification-fade-enter-active, .ant-hrmax-notification-topLeft .ant-hrmax-notification-fade-appear.ant-hrmax-notification-fade-appear-active, .ant-hrmax-notification-bottomLeft .ant-hrmax-notification-fade-appear.ant-hrmax-notification-fade-appear-active {
  animation-name: NotificationLeftFadeIn;
}

@keyframes NotificationTopFadeIn {
  0% {
    opacity: 0;
    margin-top: -100%;
  }

  100% {
    opacity: 1;
    margin-top: 0;
  }
}

@keyframes NotificationBottomFadeIn {
  0% {
    opacity: 0;
    margin-bottom: -100%;
  }

  100% {
    opacity: 1;
    margin-bottom: 0;
  }
}

@keyframes NotificationLeftFadeIn {
  0% {
    opacity: 0;
    right: 384px;
  }

  100% {
    opacity: 1;
    right: 0;
  }
}

.ant-hrmax-page-header {
  box-sizing: border-box;
  color: #000;
  font-variant: tabular-nums;
  font-feature-settings: "tnum";
  background-color: #fff;
  margin: 0;
  padding: 16px 24px;
  font-size: 14px;
  line-height: 1.5715;
  list-style: none;
  position: relative;
}

.ant-hrmax-page-header-ghost {
  background-color: inherit;
}

.ant-hrmax-page-header.has-breadcrumb {
  padding-top: 12px;
}

.ant-hrmax-page-header.has-footer {
  padding-bottom: 0;
}

.ant-hrmax-page-header-back {
  margin-right: 16px;
  font-size: 16px;
  line-height: 1;
}

.ant-hrmax-page-header-back-button {
  color: #000;
  cursor: pointer;
  outline: none;
  transition: color .3s;
}

.ant-hrmax-page-header-back-button:focus-visible, .ant-hrmax-page-header-back-button:hover {
  color: #429b9e;
}

.ant-hrmax-page-header-back-button:active {
  color: #16636b;
}

.ant-hrmax-page-header .ant-hrmax-divider-vertical {
  vertical-align: middle;
  height: 14px;
  margin: 0 12px;
}

.ant-hrmax-breadcrumb + .ant-hrmax-page-header-heading {
  margin-top: 8px;
}

.ant-hrmax-page-header-heading {
  justify-content: space-between;
  display: flex;
}

.ant-hrmax-page-header-heading-left {
  align-items: center;
  margin: 4px 0;
  display: flex;
  overflow: hidden;
}

.ant-hrmax-page-header-heading-title {
  color: #000000d9;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 0;
  margin-right: 12px;
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
  overflow: hidden;
}

.ant-hrmax-page-header-heading .ant-hrmax-avatar {
  margin-right: 12px;
}

.ant-hrmax-page-header-heading-sub-title {
  color: #535b64;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-right: 12px;
  font-size: 14px;
  line-height: 1.5715;
  overflow: hidden;
}

.ant-hrmax-page-header-heading-extra {
  white-space: nowrap;
  margin: 4px 0;
}

.ant-hrmax-page-header-heading-extra > * {
  white-space: unset;
}

.ant-hrmax-page-header-content {
  padding-top: 12px;
}

.ant-hrmax-page-header-footer {
  margin-top: 16px;
}

.ant-hrmax-page-header-footer .ant-hrmax-tabs > .ant-hrmax-tabs-nav {
  margin: 0;
}

.ant-hrmax-page-header-footer .ant-hrmax-tabs > .ant-hrmax-tabs-nav:before {
  border: none;
}

.ant-hrmax-page-header-footer .ant-hrmax-tabs .ant-hrmax-tabs-tab {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 16px;
}

.ant-hrmax-page-header-compact .ant-hrmax-page-header-heading {
  flex-wrap: wrap;
}

.ant-hrmax-page-header-rtl {
  direction: rtl;
}

.ant-hrmax-page-header-rtl .ant-hrmax-page-header-back {
  float: right;
  margin-left: 16px;
  margin-right: 0;
}

.ant-hrmax-page-header-rtl .ant-hrmax-page-header-heading-title, .ant-hrmax-page-header-rtl .ant-hrmax-page-header-heading .ant-hrmax-avatar {
  margin-left: 12px;
  margin-right: 0;
}

.ant-hrmax-page-header-rtl .ant-hrmax-page-header-heading-sub-title {
  float: right;
  margin-left: 12px;
  margin-right: 0;
}

.ant-hrmax-page-header-rtl .ant-hrmax-page-header-heading-tags {
  float: right;
}

.ant-hrmax-page-header-rtl .ant-hrmax-page-header-heading-extra {
  float: left;
}

.ant-hrmax-page-header-rtl .ant-hrmax-page-header-heading-extra > * {
  margin-left: 0;
  margin-right: 12px;
}

.ant-hrmax-page-header-rtl .ant-hrmax-page-header-heading-extra > :first-child {
  margin-right: 0;
}

.ant-hrmax-page-header-rtl .ant-hrmax-page-header-footer .ant-hrmax-tabs-bar .ant-hrmax-tabs-nav {
  float: right;
}

.ant-hrmax-pagination {
  box-sizing: border-box;
  color: #000;
  font-variant: tabular-nums;
  font-feature-settings: "tnum";
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.5715;
  list-style: none;
}

.ant-hrmax-pagination ul, .ant-hrmax-pagination ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ant-hrmax-pagination:after {
  clear: both;
  visibility: hidden;
  content: " ";
  height: 0;
  display: block;
  overflow: hidden;
}

.ant-hrmax-pagination-total-text {
  vertical-align: middle;
  height: 36px;
  margin-right: 8px;
  line-height: 34px;
  display: inline-block;
}

.ant-hrmax-pagination-item {
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: #0000;
  border: 1px solid #cdd0d4;
  border-radius: 8px;
  outline: 0;
  min-width: 36px;
  height: 36px;
  margin-right: 8px;
  font-family: Hiragino Sans, ヒラギノ角ゴ ProN, Hiragino Kaku Gothic ProN, ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, Yu Gothic, 游ゴシック, YuGothic, Meiryo, メイリオ, Hiragino Sans GB, Microsoft YaHei, -apple-system, BlinkMacSystemFont, Noto Sans CJK JP, Noto Sans CJK SC, Source Han Sans JP, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif;
  line-height: 34px;
  list-style: none;
  display: inline-block;
}

.ant-hrmax-pagination-item a {
  color: #000;
  padding: 0 6px;
  transition: none;
  display: block;
}

.ant-hrmax-pagination-item a:hover {
  text-decoration: none;
}

.ant-hrmax-pagination-item:hover {
  border-color: #268a92;
  transition: all .3s;
}

.ant-hrmax-pagination-item:hover a {
  color: #268a92;
}

.ant-hrmax-pagination-item:focus-visible {
  border-color: #268a92;
  transition: all .3s;
}

.ant-hrmax-pagination-item:focus-visible a {
  color: #268a92;
}

.ant-hrmax-pagination-item-active {
  background: #397ee5;
  border-color: #268a92;
  font-weight: 500;
}

.ant-hrmax-pagination-item-active a {
  color: #268a92;
}

.ant-hrmax-pagination-item-active:hover, .ant-hrmax-pagination-item-active:focus-visible {
  border-color: #54a7af;
}

.ant-hrmax-pagination-item-active:hover a, .ant-hrmax-pagination-item-active:focus-visible a {
  color: #54a7af;
}

.ant-hrmax-pagination-jump-prev, .ant-hrmax-pagination-jump-next {
  outline: 0;
}

.ant-hrmax-pagination-jump-prev .ant-hrmax-pagination-item-container, .ant-hrmax-pagination-jump-next .ant-hrmax-pagination-item-container {
  position: relative;
}

.ant-hrmax-pagination-jump-prev .ant-hrmax-pagination-item-container .ant-hrmax-pagination-item-link-icon, .ant-hrmax-pagination-jump-next .ant-hrmax-pagination-item-container .ant-hrmax-pagination-item-link-icon {
  color: #268a92;
  letter-spacing: -1px;
  opacity: 0;
  font-size: 12px;
  transition: all .2s;
}

.ant-hrmax-pagination-jump-prev .ant-hrmax-pagination-item-container .ant-hrmax-pagination-item-link-icon-svg, .ant-hrmax-pagination-jump-next .ant-hrmax-pagination-item-container .ant-hrmax-pagination-item-link-icon-svg {
  margin: auto;
  inset: 0;
}

.ant-hrmax-pagination-jump-prev .ant-hrmax-pagination-item-container .ant-hrmax-pagination-item-ellipsis, .ant-hrmax-pagination-jump-next .ant-hrmax-pagination-item-container .ant-hrmax-pagination-item-ellipsis {
  color: #cdd0d4;
  letter-spacing: 2px;
  text-align: center;
  text-indent: .13em;
  opacity: 1;
  margin: auto;
  font-family: Arial, Helvetica, sans-serif;
  transition: all .2s;
  display: block;
  position: absolute;
  inset: 0;
}

.ant-hrmax-pagination-jump-prev:hover .ant-hrmax-pagination-item-link-icon, .ant-hrmax-pagination-jump-next:hover .ant-hrmax-pagination-item-link-icon {
  opacity: 1;
}

.ant-hrmax-pagination-jump-prev:hover .ant-hrmax-pagination-item-ellipsis, .ant-hrmax-pagination-jump-next:hover .ant-hrmax-pagination-item-ellipsis {
  opacity: 0;
}

.ant-hrmax-pagination-jump-prev:focus-visible .ant-hrmax-pagination-item-link-icon, .ant-hrmax-pagination-jump-next:focus-visible .ant-hrmax-pagination-item-link-icon {
  opacity: 1;
}

.ant-hrmax-pagination-jump-prev:focus-visible .ant-hrmax-pagination-item-ellipsis, .ant-hrmax-pagination-jump-next:focus-visible .ant-hrmax-pagination-item-ellipsis {
  opacity: 0;
}

.ant-hrmax-pagination-prev, .ant-hrmax-pagination-jump-prev, .ant-hrmax-pagination-jump-next {
  margin-right: 8px;
}

.ant-hrmax-pagination-prev, .ant-hrmax-pagination-next, .ant-hrmax-pagination-jump-prev, .ant-hrmax-pagination-jump-next {
  color: #000;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 8px;
  min-width: 36px;
  height: 36px;
  font-family: Hiragino Sans, ヒラギノ角ゴ ProN, Hiragino Kaku Gothic ProN, ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, Yu Gothic, 游ゴシック, YuGothic, Meiryo, メイリオ, Hiragino Sans GB, Microsoft YaHei, -apple-system, BlinkMacSystemFont, Noto Sans CJK JP, Noto Sans CJK SC, Source Han Sans JP, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif;
  line-height: 36px;
  list-style: none;
  transition: all .3s;
  display: inline-block;
}

.ant-hrmax-pagination-prev, .ant-hrmax-pagination-next {
  outline: 0;
  font-family: Arial, Helvetica, sans-serif;
}

.ant-hrmax-pagination-prev button, .ant-hrmax-pagination-next button {
  color: #000;
  cursor: pointer;
  user-select: none;
}

.ant-hrmax-pagination-prev:hover button, .ant-hrmax-pagination-next:hover button {
  border-color: #54a7af;
}

.ant-hrmax-pagination-prev .ant-hrmax-pagination-item-link, .ant-hrmax-pagination-next .ant-hrmax-pagination-item-link {
  text-align: center;
  background-color: #fff;
  border: 1px solid #cdd0d4;
  border-radius: 8px;
  outline: none;
  width: 100%;
  height: 100%;
  padding: 0;
  font-size: 12px;
  transition: all .3s;
  display: block;
}

.ant-hrmax-pagination-prev:focus-visible .ant-hrmax-pagination-item-link, .ant-hrmax-pagination-next:focus-visible .ant-hrmax-pagination-item-link, .ant-hrmax-pagination-prev:hover .ant-hrmax-pagination-item-link, .ant-hrmax-pagination-next:hover .ant-hrmax-pagination-item-link {
  color: #268a92;
  border-color: #268a92;
}

.ant-hrmax-pagination-disabled, .ant-hrmax-pagination-disabled:hover {
  cursor: not-allowed;
}

.ant-hrmax-pagination-disabled .ant-hrmax-pagination-item-link, .ant-hrmax-pagination-disabled:hover .ant-hrmax-pagination-item-link {
  color: #cdd0d4;
  cursor: not-allowed;
  border-color: #cdd0d4;
}

.ant-hrmax-pagination-disabled:focus-visible {
  cursor: not-allowed;
}

.ant-hrmax-pagination-disabled:focus-visible .ant-hrmax-pagination-item-link {
  color: #cdd0d4;
  cursor: not-allowed;
  border-color: #cdd0d4;
}

.ant-hrmax-pagination-slash {
  margin: 0 10px 0 5px;
}

.ant-hrmax-pagination-options {
  vertical-align: middle;
  margin-left: 16px;
  display: inline-block;
}

@media (-ms-high-contrast: none) {
  .ant-hrmax-pagination-options ::-ms-backdrop, .ant-hrmax-pagination-options {
    vertical-align: top;
  }
}

.ant-hrmax-pagination-options-size-changer.ant-hrmax-select {
  width: auto;
  display: inline-block;
}

.ant-hrmax-pagination-options-quick-jumper {
  vertical-align: top;
  height: 32px;
  margin-left: 8px;
  line-height: 32px;
  display: inline-block;
}

.ant-hrmax-pagination-options-quick-jumper input {
  color: #000;
  background-color: #fff;
  background-image: none;
  border: 1px solid #cdd0d4;
  border-radius: 8px;
  width: 50px;
  min-width: 0;
  height: 32px;
  margin: 0 8px;
  padding: 4px 12px;
  font-size: 14px;
  line-height: 1.5715;
  transition: all .3s;
  display: inline-block;
  position: relative;
}

.ant-hrmax-pagination-options-quick-jumper input::placeholder {
  color: #abb1b8;
  user-select: none;
}

.ant-hrmax-pagination-options-quick-jumper input:placeholder-shown {
  text-overflow: ellipsis;
}

.ant-hrmax-pagination-options-quick-jumper input:hover {
  border-color: #54a7af;
  border-right-width: 1px;
}

.ant-hrmax-input-rtl .ant-hrmax-pagination-options-quick-jumper input:hover {
  border-right-width: 0;
  border-left-width: 1px !important;
}

.ant-hrmax-pagination-options-quick-jumper input:focus, .ant-hrmax-pagination-options-quick-jumper input-focused {
  border-color: #429b9e;
  border-right-width: 1px;
  outline: 0;
  box-shadow: 0 0 0 2px #268a9233;
}

.ant-hrmax-input-rtl .ant-hrmax-pagination-options-quick-jumper input:focus, .ant-hrmax-input-rtl .ant-hrmax-pagination-options-quick-jumper input-focused {
  border-right-width: 0;
  border-left-width: 1px !important;
}

.ant-hrmax-pagination-options-quick-jumper input-disabled {
  color: #cdd0d4;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
  background-color: #f2f4f7;
  border-color: #cdd0d4;
}

.ant-hrmax-pagination-options-quick-jumper input-disabled:hover {
  border-color: #cdd0d4;
  border-right-width: 1px;
}

.ant-hrmax-pagination-options-quick-jumper input[disabled] {
  color: #cdd0d4;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
  background-color: #f2f4f7;
  border-color: #cdd0d4;
}

.ant-hrmax-pagination-options-quick-jumper input[disabled]:hover {
  border-color: #cdd0d4;
  border-right-width: 1px;
}

.ant-hrmax-pagination-options-quick-jumper input-borderless, .ant-hrmax-pagination-options-quick-jumper input-borderless:hover, .ant-hrmax-pagination-options-quick-jumper input-borderless:focus, .ant-hrmax-pagination-options-quick-jumper input-borderless-focused, .ant-hrmax-pagination-options-quick-jumper input-borderless-disabled, .ant-hrmax-pagination-options-quick-jumper input-borderless[disabled] {
  box-shadow: none;
  background-color: #0000;
  border: none;
}

textarea.ant-hrmax-pagination-options-quick-jumper input {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5715;
  transition: all .3s, height;
}

.ant-hrmax-pagination-options-quick-jumper input-lg {
  padding: 14px 16px;
  font-size: 16px;
}

.ant-hrmax-pagination-options-quick-jumper input-sm {
  padding: 6px 8px;
}

.ant-hrmax-pagination-options-quick-jumper input-rtl {
  direction: rtl;
}

.ant-hrmax-pagination-simple .ant-hrmax-pagination-prev, .ant-hrmax-pagination-simple .ant-hrmax-pagination-next {
  vertical-align: top;
  height: 24px;
  line-height: 24px;
}

.ant-hrmax-pagination-simple .ant-hrmax-pagination-prev .ant-hrmax-pagination-item-link, .ant-hrmax-pagination-simple .ant-hrmax-pagination-next .ant-hrmax-pagination-item-link {
  background-color: #0000;
  border: 0;
  height: 24px;
}

.ant-hrmax-pagination-simple .ant-hrmax-pagination-simple-pager {
  height: 24px;
  margin-right: 8px;
  display: inline-block;
}

.ant-hrmax-pagination-simple .ant-hrmax-pagination-simple-pager input {
  box-sizing: border-box;
  text-align: center;
  background-color: #fff;
  border: 1px solid #cdd0d4;
  border-radius: 8px;
  outline: none;
  height: 100%;
  margin-right: 8px;
  padding: 0 6px;
  transition: border-color .3s;
}

.ant-hrmax-pagination-simple .ant-hrmax-pagination-simple-pager input:hover {
  border-color: #268a92;
}

.ant-hrmax-pagination-simple .ant-hrmax-pagination-simple-pager input:focus {
  border-color: #429b9e;
  box-shadow: 0 0 0 2px #268a9233;
}

.ant-hrmax-pagination-simple .ant-hrmax-pagination-simple-pager input[disabled] {
  color: #cdd0d4;
  cursor: not-allowed;
  background: #f2f4f7;
  border-color: #cdd0d4;
}

.ant-hrmax-pagination.ant-hrmax-pagination-mini .ant-hrmax-pagination-total-text, .ant-hrmax-pagination.ant-hrmax-pagination-mini .ant-hrmax-pagination-simple-pager {
  height: 24px;
  line-height: 24px;
}

.ant-hrmax-pagination.ant-hrmax-pagination-mini .ant-hrmax-pagination-item {
  min-width: 24px;
  height: 24px;
  margin: 0;
  line-height: 22px;
}

.ant-hrmax-pagination.ant-hrmax-pagination-mini .ant-hrmax-pagination-item:not(.ant-hrmax-pagination-item-active) {
  background: none;
  border-color: #0000;
}

.ant-hrmax-pagination.ant-hrmax-pagination-mini .ant-hrmax-pagination-prev, .ant-hrmax-pagination.ant-hrmax-pagination-mini .ant-hrmax-pagination-next {
  min-width: 24px;
  height: 24px;
  margin: 0;
  line-height: 24px;
}

.ant-hrmax-pagination.ant-hrmax-pagination-mini .ant-hrmax-pagination-prev .ant-hrmax-pagination-item-link, .ant-hrmax-pagination.ant-hrmax-pagination-mini .ant-hrmax-pagination-next .ant-hrmax-pagination-item-link {
  background: none;
  border-color: #0000;
}

.ant-hrmax-pagination.ant-hrmax-pagination-mini .ant-hrmax-pagination-prev .ant-hrmax-pagination-item-link:after, .ant-hrmax-pagination.ant-hrmax-pagination-mini .ant-hrmax-pagination-next .ant-hrmax-pagination-item-link:after {
  height: 24px;
  line-height: 24px;
}

.ant-hrmax-pagination.ant-hrmax-pagination-mini .ant-hrmax-pagination-jump-prev, .ant-hrmax-pagination.ant-hrmax-pagination-mini .ant-hrmax-pagination-jump-next {
  height: 24px;
  margin-right: 0;
  line-height: 24px;
}

.ant-hrmax-pagination.ant-hrmax-pagination-mini .ant-hrmax-pagination-options {
  margin-left: 2px;
}

.ant-hrmax-pagination.ant-hrmax-pagination-mini .ant-hrmax-pagination-options-size-changer {
  top: 0;
}

.ant-hrmax-pagination.ant-hrmax-pagination-mini .ant-hrmax-pagination-options-quick-jumper {
  height: 24px;
  line-height: 24px;
}

.ant-hrmax-pagination.ant-hrmax-pagination-mini .ant-hrmax-pagination-options-quick-jumper input {
  width: 44px;
  height: 32px;
  padding: 6px 8px;
}

.ant-hrmax-pagination.ant-hrmax-pagination-disabled {
  cursor: not-allowed;
}

.ant-hrmax-pagination.ant-hrmax-pagination-disabled .ant-hrmax-pagination-item {
  cursor: not-allowed;
  background: #f2f4f7;
  border-color: #cdd0d4;
}

.ant-hrmax-pagination.ant-hrmax-pagination-disabled .ant-hrmax-pagination-item a {
  color: #cdd0d4;
  cursor: not-allowed;
  background: none;
  border: none;
}

.ant-hrmax-pagination.ant-hrmax-pagination-disabled .ant-hrmax-pagination-item-active {
  background: #e5e6eb;
}

.ant-hrmax-pagination.ant-hrmax-pagination-disabled .ant-hrmax-pagination-item-active a {
  color: #cdd0d4;
}

.ant-hrmax-pagination.ant-hrmax-pagination-disabled .ant-hrmax-pagination-item-link {
  color: #cdd0d4;
  cursor: not-allowed;
  background: #f2f4f7;
  border-color: #cdd0d4;
}

.ant-hrmax-pagination-simple.ant-hrmax-pagination.ant-hrmax-pagination-disabled .ant-hrmax-pagination-item-link {
  background: none;
}

.ant-hrmax-pagination.ant-hrmax-pagination-disabled .ant-hrmax-pagination-item-link-icon {
  opacity: 0;
}

.ant-hrmax-pagination.ant-hrmax-pagination-disabled .ant-hrmax-pagination-item-ellipsis {
  opacity: 1;
}

.ant-hrmax-pagination.ant-hrmax-pagination-disabled .ant-hrmax-pagination-simple-pager {
  color: #cdd0d4;
}

@media only screen and (width <= 992px) {
  .ant-hrmax-pagination-item-after-jump-prev, .ant-hrmax-pagination-item-before-jump-next {
    display: none;
  }
}

@media only screen and (width <= 576px) {
  .ant-hrmax-pagination-options {
    display: none;
  }
}

.ant-hrmax-pagination-rtl .ant-hrmax-pagination-total-text, .ant-hrmax-pagination-rtl .ant-hrmax-pagination-item, .ant-hrmax-pagination-rtl .ant-hrmax-pagination-prev, .ant-hrmax-pagination-rtl .ant-hrmax-pagination-jump-prev, .ant-hrmax-pagination-rtl .ant-hrmax-pagination-jump-next {
  margin-left: 8px;
  margin-right: 0;
}

.ant-hrmax-pagination-rtl .ant-hrmax-pagination-slash {
  margin: 0 5px 0 10px;
}

.ant-hrmax-pagination-rtl .ant-hrmax-pagination-options {
  margin-left: 0;
  margin-right: 16px;
}

.ant-hrmax-pagination-rtl .ant-hrmax-pagination-options .ant-hrmax-pagination-options-size-changer.ant-hrmax-select {
  margin-left: 8px;
  margin-right: 0;
}

.ant-hrmax-pagination-rtl .ant-hrmax-pagination-options .ant-hrmax-pagination-options-quick-jumper {
  margin-left: 0;
}

.ant-hrmax-pagination-rtl.ant-hrmax-pagination-simple .ant-hrmax-pagination-simple-pager, .ant-hrmax-pagination-rtl.ant-hrmax-pagination-simple .ant-hrmax-pagination-simple-pager input {
  margin-left: 8px;
  margin-right: 0;
}

.ant-hrmax-pagination-rtl.ant-hrmax-pagination.mini .ant-hrmax-pagination-options {
  margin-left: 0;
  margin-right: 2px;
}

.ant-hrmax-popconfirm {
  z-index: 1060;
}

.ant-hrmax-popover {
  box-sizing: border-box;
  color: #000;
  font-variant: tabular-nums;
  font-feature-settings: "tnum";
  z-index: 1030;
  white-space: normal;
  text-align: left;
  cursor: auto;
  user-select: text;
  max-width: 100vw;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5715;
  list-style: none;
  position: absolute;
  top: 0;
  left: 0;
}

.ant-hrmax-popover-content {
  position: relative;
}

.ant-hrmax-popover:after {
  content: "";
  background: #ffffff03;
  position: absolute;
}

.ant-hrmax-popover-hidden {
  display: none;
}

.ant-hrmax-popover-placement-top, .ant-hrmax-popover-placement-topLeft, .ant-hrmax-popover-placement-topRight {
  padding-bottom: 15.3137px;
}

.ant-hrmax-popover-placement-right, .ant-hrmax-popover-placement-rightTop, .ant-hrmax-popover-placement-rightBottom {
  padding-left: 15.3137px;
}

.ant-hrmax-popover-placement-bottom, .ant-hrmax-popover-placement-bottomLeft, .ant-hrmax-popover-placement-bottomRight {
  padding-top: 15.3137px;
}

.ant-hrmax-popover-placement-left, .ant-hrmax-popover-placement-leftTop, .ant-hrmax-popover-placement-leftBottom {
  padding-right: 15.3137px;
}

.ant-hrmax-popover-inner {
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 8px;
  box-shadow: 0 3px 6px -4px #0000001f, 0 6px 16px #00000014, 0 9px 28px 8px #0000000d;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ant-hrmax-popover-inner {
    box-shadow: 0 3px 6px -4px #0000001f, 0 6px 16px #00000014, 0 9px 28px 8px #0000000d;
  }
}

.ant-hrmax-popover-title {
  color: #000000d9;
  border-bottom: 1px solid #f2f6fb;
  min-width: 177px;
  min-height: 32px;
  margin: 0;
  padding: 5px 16px 4px;
  font-weight: 500;
}

.ant-hrmax-popover-inner-content {
  color: #000;
  width: max-content;
  max-width: 100%;
  padding: 12px 16px;
}

.ant-hrmax-popover-message {
  color: #000;
  padding: 4px 0 12px;
  font-size: 14px;
  display: flex;
}

.ant-hrmax-popover-message-icon {
  color: #d98d00;
  margin-right: 8px;
  font-size: 14px;
  display: inline-block;
}

.ant-hrmax-popover-buttons {
  text-align: right;
  margin-bottom: 4px;
}

.ant-hrmax-popover-buttons button:not(:first-child) {
  margin-left: 8px;
}

.ant-hrmax-popover-arrow {
  pointer-events: none;
  background: none;
  width: 22px;
  height: 22px;
  display: block;
  position: absolute;
  overflow: hidden;
}

.ant-hrmax-popover-arrow-content {
  --antd-arrow-background-color: #fff;
  content: "";
  pointer-events: auto;
  pointer-events: none;
  border-radius: 0 0 2px;
  width: 11.3137px;
  height: 11.3137px;
  margin: auto;
  display: block;
  position: absolute;
  inset: 0;
}

.ant-hrmax-popover-arrow-content:before {
  background: var(--antd-arrow-background-color);
  content: "";
  clip-path: inset(33%);
  width: 33.9411px;
  height: 33.9411px;
  clip-path: path("M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z");
  background-position: -10px -10px;
  background-repeat: no-repeat;
  position: absolute;
  top: -11.3137px;
  left: -11.3137px;
}

.ant-hrmax-popover-placement-top .ant-hrmax-popover-arrow, .ant-hrmax-popover-placement-topLeft .ant-hrmax-popover-arrow, .ant-hrmax-popover-placement-topRight .ant-hrmax-popover-arrow {
  bottom: 0;
  transform: translateY(100%);
}

.ant-hrmax-popover-placement-top .ant-hrmax-popover-arrow-content, .ant-hrmax-popover-placement-topLeft .ant-hrmax-popover-arrow-content, .ant-hrmax-popover-placement-topRight .ant-hrmax-popover-arrow-content {
  transform: translateY(-11px)rotate(45deg);
  box-shadow: 3px 3px 7px #00000012;
}

.ant-hrmax-popover-placement-top .ant-hrmax-popover-arrow {
  left: 50%;
  transform: translateY(100%)translateX(-50%);
}

.ant-hrmax-popover-placement-topLeft .ant-hrmax-popover-arrow {
  left: 16px;
}

.ant-hrmax-popover-placement-topRight .ant-hrmax-popover-arrow {
  right: 16px;
}

.ant-hrmax-popover-placement-right .ant-hrmax-popover-arrow, .ant-hrmax-popover-placement-rightTop .ant-hrmax-popover-arrow, .ant-hrmax-popover-placement-rightBottom .ant-hrmax-popover-arrow {
  left: 0;
  transform: translateX(-100%);
}

.ant-hrmax-popover-placement-right .ant-hrmax-popover-arrow-content, .ant-hrmax-popover-placement-rightTop .ant-hrmax-popover-arrow-content, .ant-hrmax-popover-placement-rightBottom .ant-hrmax-popover-arrow-content {
  transform: translateX(11px)rotate(135deg);
  box-shadow: 3px 3px 7px #00000012;
}

.ant-hrmax-popover-placement-right .ant-hrmax-popover-arrow {
  top: 50%;
  transform: translateX(-100%)translateY(-50%);
}

.ant-hrmax-popover-placement-rightTop .ant-hrmax-popover-arrow {
  top: 12px;
}

.ant-hrmax-popover-placement-rightBottom .ant-hrmax-popover-arrow {
  bottom: 12px;
}

.ant-hrmax-popover-placement-bottom .ant-hrmax-popover-arrow, .ant-hrmax-popover-placement-bottomLeft .ant-hrmax-popover-arrow, .ant-hrmax-popover-placement-bottomRight .ant-hrmax-popover-arrow {
  top: 0;
  transform: translateY(-100%);
}

.ant-hrmax-popover-placement-bottom .ant-hrmax-popover-arrow-content, .ant-hrmax-popover-placement-bottomLeft .ant-hrmax-popover-arrow-content, .ant-hrmax-popover-placement-bottomRight .ant-hrmax-popover-arrow-content {
  transform: translateY(11px)rotate(-135deg);
  box-shadow: 2px 2px 5px #0000000f;
}

.ant-hrmax-popover-placement-bottom .ant-hrmax-popover-arrow {
  left: 50%;
  transform: translateY(-100%)translateX(-50%);
}

.ant-hrmax-popover-placement-bottomLeft .ant-hrmax-popover-arrow {
  left: 16px;
}

.ant-hrmax-popover-placement-bottomRight .ant-hrmax-popover-arrow {
  right: 16px;
}

.ant-hrmax-popover-placement-left .ant-hrmax-popover-arrow, .ant-hrmax-popover-placement-leftTop .ant-hrmax-popover-arrow, .ant-hrmax-popover-placement-leftBottom .ant-hrmax-popover-arrow {
  right: 0;
  transform: translateX(100%);
}

.ant-hrmax-popover-placement-left .ant-hrmax-popover-arrow-content, .ant-hrmax-popover-placement-leftTop .ant-hrmax-popover-arrow-content, .ant-hrmax-popover-placement-leftBottom .ant-hrmax-popover-arrow-content {
  transform: translateX(-11px)rotate(-45deg);
  box-shadow: 3px 3px 7px #00000012;
}

.ant-hrmax-popover-placement-left .ant-hrmax-popover-arrow {
  top: 50%;
  transform: translateX(100%)translateY(-50%);
}

.ant-hrmax-popover-placement-leftTop .ant-hrmax-popover-arrow {
  top: 12px;
}

.ant-hrmax-popover-placement-leftBottom .ant-hrmax-popover-arrow {
  bottom: 12px;
}

.ant-hrmax-popover-pink .ant-hrmax-popover-inner, .ant-hrmax-popover-pink .ant-hrmax-popover-arrow-content, .ant-hrmax-popover-magenta .ant-hrmax-popover-inner, .ant-hrmax-popover-magenta .ant-hrmax-popover-arrow-content {
  background-color: #eb2f96;
}

.ant-hrmax-popover-red .ant-hrmax-popover-inner, .ant-hrmax-popover-red .ant-hrmax-popover-arrow-content {
  background-color: red;
}

.ant-hrmax-popover-volcano .ant-hrmax-popover-inner, .ant-hrmax-popover-volcano .ant-hrmax-popover-arrow-content {
  background-color: #fa541c;
}

.ant-hrmax-popover-orange .ant-hrmax-popover-inner, .ant-hrmax-popover-orange .ant-hrmax-popover-arrow-content {
  background-color: #ff6400;
}

.ant-hrmax-popover-yellow .ant-hrmax-popover-inner, .ant-hrmax-popover-yellow .ant-hrmax-popover-arrow-content {
  background-color: #ffcf00;
}

.ant-hrmax-popover-gold .ant-hrmax-popover-inner, .ant-hrmax-popover-gold .ant-hrmax-popover-arrow-content {
  background-color: #ffae00;
}

.ant-hrmax-popover-cyan .ant-hrmax-popover-inner, .ant-hrmax-popover-cyan .ant-hrmax-popover-arrow-content {
  background-color: #13bf94;
}

.ant-hrmax-popover-lime .ant-hrmax-popover-inner, .ant-hrmax-popover-lime .ant-hrmax-popover-arrow-content {
  background-color: #a0d911;
}

.ant-hrmax-popover-green .ant-hrmax-popover-inner, .ant-hrmax-popover-green .ant-hrmax-popover-arrow-content {
  background-color: #46bf13;
}

.ant-hrmax-popover-blue .ant-hrmax-popover-inner, .ant-hrmax-popover-blue .ant-hrmax-popover-arrow-content {
  background-color: #397ee5;
}

.ant-hrmax-popover-geekblue .ant-hrmax-popover-inner, .ant-hrmax-popover-geekblue .ant-hrmax-popover-arrow-content {
  background-color: #4060ff;
}

.ant-hrmax-popover-purple .ant-hrmax-popover-inner, .ant-hrmax-popover-purple .ant-hrmax-popover-arrow-content {
  background-color: #6c00ff;
}

.ant-hrmax-popover-rtl {
  text-align: right;
  direction: rtl;
}

.ant-hrmax-popover-rtl .ant-hrmax-popover-message-icon {
  margin-left: 8px;
  margin-right: 0;
}

.ant-hrmax-popover-rtl .ant-hrmax-popover-message-title {
  padding-left: 16px;
}

.ant-hrmax-popover-rtl .ant-hrmax-popover-buttons {
  text-align: left;
}

.ant-hrmax-popover-rtl .ant-hrmax-popover-buttons button {
  margin-left: 0;
  margin-right: 8px;
}

.ant-hrmax-progress {
  box-sizing: border-box;
  color: #000;
  font-variant: tabular-nums;
  font-feature-settings: "tnum";
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.5715;
  list-style: none;
  display: inline-block;
}

.ant-hrmax-progress-line {
  width: 100%;
  font-size: 14px;
  position: relative;
}

.ant-hrmax-progress-steps {
  display: inline-block;
}

.ant-hrmax-progress-steps-outer {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.ant-hrmax-progress-steps-item {
  background: #e5e6eb;
  flex-shrink: 0;
  min-width: 2px;
  margin-right: 2px;
  transition: all .3s;
}

.ant-hrmax-progress-small.ant-hrmax-progress-line, .ant-hrmax-progress-small.ant-hrmax-progress-line .ant-hrmax-progress-text .anthrmaxicon {
  font-size: 12px;
}

.ant-hrmax-progress-outer {
  width: 100%;
  margin-right: 0;
  padding-right: 0;
  display: inline-block;
}

.ant-hrmax-progress-show-info .ant-hrmax-progress-outer {
  margin-right: calc(-2em - 8px);
  padding-right: calc(2em + 8px);
}

.ant-hrmax-progress-inner {
  vertical-align: middle;
  background-color: #e5e6eb;
  border-radius: 100px;
  width: 100%;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.ant-hrmax-progress-circle-path {
  animation: .3s ant-hrmax-progress-appear;
}

.ant-hrmax-progress-success-bg, .ant-hrmax-progress-bg {
  background-color: #4060ff;
  border-radius: 100px;
  transition: all .4s cubic-bezier(.08, .82, .17, 1);
  position: relative;
}

.ant-hrmax-progress-success-bg {
  background-color: #2e9908;
  position: absolute;
  top: 0;
  left: 0;
}

.ant-hrmax-progress-text {
  color: #000;
  white-space: nowrap;
  text-align: left;
  vertical-align: middle;
  word-break: normal;
  width: 2em;
  margin-left: 8px;
  font-size: 1em;
  line-height: 1;
  display: inline-block;
}

.ant-hrmax-progress-text .anthrmaxicon {
  font-size: 14px;
}

.ant-hrmax-progress-status-active .ant-hrmax-progress-bg:before {
  opacity: 0;
  content: "";
  background: #fff;
  border-radius: 10px;
  animation: 2.4s cubic-bezier(.23, 1, .32, 1) infinite ant-hrmax-progress-active;
  position: absolute;
  inset: 0;
}

.ant-hrmax-progress-circle .ant-hrmax-progress-inner {
  background-color: #0000;
  line-height: 1;
  position: relative;
}

.ant-hrmax-progress-circle .ant-hrmax-progress-text {
  color: #000;
  white-space: normal;
  text-align: center;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 1em;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ant-hrmax-progress-circle .ant-hrmax-progress-text .anthrmaxicon {
  font-size: 1.16667em;
}

@keyframes ant-hrmax-progress-active {
  0% {
    opacity: .1;
    transform: translateX(-100%)scaleX(0);
  }

  20% {
    opacity: .5;
    transform: translateX(-100%)scaleX(0);
  }

  100% {
    opacity: 0;
    transform: translateX(0)scaleX(1);
  }
}

.ant-hrmax-progress-rtl {
  direction: rtl;
}

.ant-hrmax-progress-rtl.ant-hrmax-progress-show-info .ant-hrmax-progress-outer {
  margin-left: calc(-2em - 8px);
  margin-right: 0;
  padding-left: calc(2em + 8px);
  padding-right: 0;
}

.ant-hrmax-progress-rtl .ant-hrmax-progress-success-bg {
  left: auto;
  right: 0;
}

.ant-hrmax-progress-rtl.ant-hrmax-progress-line .ant-hrmax-progress-text, .ant-hrmax-progress-rtl.ant-hrmax-progress-steps .ant-hrmax-progress-text {
  text-align: right;
  margin-left: 0;
  margin-right: 8px;
}

.ant-hrmax-radio-group {
  box-sizing: border-box;
  color: #000;
  font-variant: tabular-nums;
  font-feature-settings: "tnum";
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 1.5715;
  list-style: none;
  display: inline-block;
}

.ant-hrmax-radio-group .ant-hrmax-badge-count {
  z-index: 1;
}

.ant-hrmax-radio-group > .ant-hrmax-badge:not(:first-child) > .ant-hrmax-radio-button-wrapper {
  border-left: none;
}

.ant-hrmax-radio-wrapper {
  box-sizing: border-box;
  color: #000;
  font-variant: tabular-nums;
  font-feature-settings: "tnum";
  cursor: pointer;
  align-items: baseline;
  margin: 0 8px 0 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.5715;
  list-style: none;
  display: inline-flex;
  position: relative;
}

.ant-hrmax-radio-wrapper-disabled {
  cursor: not-allowed;
}

.ant-hrmax-radio-wrapper:after {
  content: " ";
  width: 0;
  display: inline-block;
  overflow: hidden;
}

.ant-hrmax-radio-wrapper.ant-hrmax-radio-wrapper-in-form-item input[type="radio"] {
  width: 14px;
  height: 14px;
}

.ant-hrmax-radio {
  box-sizing: border-box;
  color: #000;
  font-variant: tabular-nums;
  font-feature-settings: "tnum";
  cursor: pointer;
  outline: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.5715;
  list-style: none;
  display: inline-block;
  position: relative;
  top: .2em;
}

.ant-hrmax-radio-wrapper:hover .ant-hrmax-radio, .ant-hrmax-radio:hover .ant-hrmax-radio-inner, .ant-hrmax-radio-input:focus + .ant-hrmax-radio-inner {
  border-color: #268a92;
}

.ant-hrmax-radio-input:focus + .ant-hrmax-radio-inner {
  box-shadow: 0 0 0 3px #268a921f;
}

.ant-hrmax-radio-checked:after {
  visibility: hidden;
  content: "";
  border: 1px solid #268a92;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  animation: .36s ease-in-out both antRadioEffect;
  position: absolute;
  top: 0;
  left: 0;
}

.ant-hrmax-radio-inner {
  background-color: #fff;
  border: 1px solid #cdd0d4;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  transition: all .3s;
  display: block;
  position: relative;
  top: 0;
  left: 0;
}

.ant-hrmax-radio-inner:after {
  opacity: 0;
  content: " ";
  background-color: #268a92;
  border-top: 0;
  border-left: 0;
  border-radius: 18px;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  margin-left: -9px;
  transition: all .3s cubic-bezier(.78, .14, .15, .86);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: scale(0);
}

.ant-hrmax-radio-input {
  z-index: 1;
  cursor: pointer;
  opacity: 0;
  position: absolute;
  inset: 0;
}

.ant-hrmax-radio.ant-hrmax-radio-disabled .ant-hrmax-radio-inner {
  border-color: #cdd0d4;
}

.ant-hrmax-radio-checked .ant-hrmax-radio-inner {
  border-color: #268a92;
}

.ant-hrmax-radio-checked .ant-hrmax-radio-inner:after {
  opacity: 1;
  transition: all .3s cubic-bezier(.78, .14, .15, .86);
  transform: scale(.444444);
}

.ant-hrmax-radio-disabled {
  cursor: not-allowed;
}

.ant-hrmax-radio-disabled .ant-hrmax-radio-inner {
  cursor: not-allowed;
  background-color: #f2f4f7;
}

.ant-hrmax-radio-disabled .ant-hrmax-radio-inner:after {
  background-color: #0003;
}

.ant-hrmax-radio-disabled .ant-hrmax-radio-input {
  cursor: not-allowed;
}

.ant-hrmax-radio-disabled + span {
  color: #cdd0d4;
  cursor: not-allowed;
}

span.ant-hrmax-radio + * {
  padding-left: 8px;
  padding-right: 8px;
}

.ant-hrmax-radio-button-wrapper {
  color: #000;
  cursor: pointer;
  background: #fff;
  border: 1px solid #cdd0d4;
  border-width: 1.02px 1px 1px 0;
  height: 32px;
  margin: 0;
  padding: 0 15px;
  font-size: 14px;
  line-height: 30px;
  transition: color .3s, background .3s, border-color .3s, box-shadow .3s;
  display: inline-block;
  position: relative;
}

.ant-hrmax-radio-button-wrapper a {
  color: #000;
}

.ant-hrmax-radio-button-wrapper > .ant-hrmax-radio-button {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.ant-hrmax-radio-group-large .ant-hrmax-radio-button-wrapper {
  height: 56px;
  font-size: 16px;
  line-height: 54px;
}

.ant-hrmax-radio-group-small .ant-hrmax-radio-button-wrapper {
  height: 32px;
  padding: 0 7px;
  line-height: 30px;
}

.ant-hrmax-radio-button-wrapper:not(:first-child):before {
  box-sizing: content-box;
  content: "";
  background-color: #cdd0d4;
  width: 1px;
  height: 100%;
  padding: 1px 0;
  transition: background-color .3s;
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
}

.ant-hrmax-radio-button-wrapper:first-child {
  border-left: 1px solid #cdd0d4;
  border-radius: 8px 0 0 8px;
}

.ant-hrmax-radio-button-wrapper:last-child {
  border-radius: 0 8px 8px 0;
}

.ant-hrmax-radio-button-wrapper:first-child:last-child {
  border-radius: 8px;
}

.ant-hrmax-radio-button-wrapper:hover {
  color: #268a92;
  position: relative;
}

.ant-hrmax-radio-button-wrapper:focus-within {
  box-shadow: 0 0 0 3px #268a921f;
}

.ant-hrmax-radio-button-wrapper .ant-hrmax-radio-inner, .ant-hrmax-radio-button-wrapper input[type="checkbox"], .ant-hrmax-radio-button-wrapper input[type="radio"] {
  opacity: 0;
  pointer-events: none;
  width: 0;
  height: 0;
}

.ant-hrmax-radio-button-wrapper-checked:not(.ant-hrmax-radio-button-wrapper-disabled) {
  z-index: 1;
  color: #268a92;
  background: #fff;
  border-color: #268a92;
}

.ant-hrmax-radio-button-wrapper-checked:not(.ant-hrmax-radio-button-wrapper-disabled):before {
  background-color: #268a92;
}

.ant-hrmax-radio-button-wrapper-checked:not(.ant-hrmax-radio-button-wrapper-disabled):first-child {
  border-color: #268a92;
}

.ant-hrmax-radio-button-wrapper-checked:not(.ant-hrmax-radio-button-wrapper-disabled):hover {
  color: #54a7af;
  border-color: #54a7af;
}

.ant-hrmax-radio-button-wrapper-checked:not(.ant-hrmax-radio-button-wrapper-disabled):hover:before {
  background-color: #54a7af;
}

.ant-hrmax-radio-button-wrapper-checked:not(.ant-hrmax-radio-button-wrapper-disabled):active {
  color: #016b72;
  border-color: #016b72;
}

.ant-hrmax-radio-button-wrapper-checked:not(.ant-hrmax-radio-button-wrapper-disabled):active:before {
  background-color: #016b72;
}

.ant-hrmax-radio-button-wrapper-checked:not(.ant-hrmax-radio-button-wrapper-disabled):focus-within {
  box-shadow: 0 0 0 3px #268a921f;
}

.ant-hrmax-radio-group-solid .ant-hrmax-radio-button-wrapper-checked:not(.ant-hrmax-radio-button-wrapper-disabled) {
  color: #fff;
  background: #268a92;
  border-color: #268a92;
}

.ant-hrmax-radio-group-solid .ant-hrmax-radio-button-wrapper-checked:not(.ant-hrmax-radio-button-wrapper-disabled):hover {
  color: #fff;
  background: #54a7af;
  border-color: #54a7af;
}

.ant-hrmax-radio-group-solid .ant-hrmax-radio-button-wrapper-checked:not(.ant-hrmax-radio-button-wrapper-disabled):active {
  color: #fff;
  background: #016b72;
  border-color: #016b72;
}

.ant-hrmax-radio-group-solid .ant-hrmax-radio-button-wrapper-checked:not(.ant-hrmax-radio-button-wrapper-disabled):focus-within {
  box-shadow: 0 0 0 3px #268a921f;
}

.ant-hrmax-radio-button-wrapper-disabled {
  color: #cdd0d4;
  cursor: not-allowed;
  background-color: #f2f4f7;
  border-color: #cdd0d4;
}

.ant-hrmax-radio-button-wrapper-disabled:first-child, .ant-hrmax-radio-button-wrapper-disabled:hover {
  color: #cdd0d4;
  background-color: #f2f4f7;
  border-color: #cdd0d4;
}

.ant-hrmax-radio-button-wrapper-disabled:first-child {
  border-left-color: #cdd0d4;
}

.ant-hrmax-radio-button-wrapper-disabled.ant-hrmax-radio-button-wrapper-checked {
  color: #cdd0d4;
  box-shadow: none;
  background-color: #e5e6eb;
  border-color: #cdd0d4;
}

@keyframes antRadioEffect {
  0% {
    opacity: .5;
    transform: scale(1);
  }

  100% {
    opacity: 0;
    transform: scale(1.6);
  }
}

.ant-hrmax-radio-group.ant-hrmax-radio-group-rtl {
  direction: rtl;
}

.ant-hrmax-radio-wrapper.ant-hrmax-radio-wrapper-rtl {
  direction: rtl;
  margin-left: 8px;
  margin-right: 0;
}

.ant-hrmax-radio-button-wrapper.ant-hrmax-radio-button-wrapper-rtl {
  border-left-width: 1px;
  border-right-width: 0;
}

.ant-hrmax-radio-button-wrapper.ant-hrmax-radio-button-wrapper-rtl.ant-hrmax-radio-button-wrapper:not(:first-child):before {
  left: 0;
  right: -1px;
}

.ant-hrmax-radio-button-wrapper.ant-hrmax-radio-button-wrapper-rtl.ant-hrmax-radio-button-wrapper:first-child {
  border-right: 1px solid #cdd0d4;
  border-radius: 0 8px 8px 0;
}

.ant-hrmax-radio-button-wrapper-checked:not([class*=" ant-hrmax-radio-button-wrapper-disabled"]).ant-hrmax-radio-button-wrapper:first-child {
  border-right-color: #54a7af;
}

.ant-hrmax-radio-button-wrapper.ant-hrmax-radio-button-wrapper-rtl.ant-hrmax-radio-button-wrapper:last-child {
  border-radius: 8px 0 0 8px;
}

.ant-hrmax-radio-button-wrapper.ant-hrmax-radio-button-wrapper-rtl.ant-hrmax-radio-button-wrapper-disabled:first-child {
  border-right-color: #cdd0d4;
}

.ant-hrmax-rate {
  box-sizing: border-box;
  color: #ffcf00;
  font-variant: tabular-nums;
  font-feature-settings: "tnum";
  font-size: 20px;
  line-height: 1.5715;
  line-height: unset;
  outline: none;
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}

.ant-hrmax-rate-disabled .ant-hrmax-rate-star {
  cursor: default;
}

.ant-hrmax-rate-disabled .ant-hrmax-rate-star > div:hover {
  transform: scale(1);
}

.ant-hrmax-rate-star {
  color: inherit;
  cursor: pointer;
  display: inline-block;
  position: relative;
}

.ant-hrmax-rate-star:not(:last-child) {
  margin-right: 8px;
}

.ant-hrmax-rate-star > div {
  transition: all .3s, outline;
}

.ant-hrmax-rate-star > div:hover {
  transform: scale(1.1);
}

.ant-hrmax-rate-star > div:focus {
  outline: 0;
}

.ant-hrmax-rate-star > div:focus-visible {
  outline: 1px dashed #ffcf00;
  transform: scale(1.1);
}

.ant-hrmax-rate-star-first, .ant-hrmax-rate-star-second {
  color: #f2f6fb;
  user-select: none;
  transition: all .3s;
}

.ant-hrmax-rate-star-first .anthrmaxicon, .ant-hrmax-rate-star-second .anthrmaxicon {
  vertical-align: middle;
}

.ant-hrmax-rate-star-first {
  opacity: 0;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.ant-hrmax-rate-star-half .ant-hrmax-rate-star-first, .ant-hrmax-rate-star-half .ant-hrmax-rate-star-second {
  opacity: 1;
}

.ant-hrmax-rate-star-half .ant-hrmax-rate-star-first, .ant-hrmax-rate-star-full .ant-hrmax-rate-star-second {
  color: inherit;
}

.ant-hrmax-rate-text {
  margin: 0 8px;
  font-size: 14px;
  display: inline-block;
}

.ant-hrmax-rate-rtl {
  direction: rtl;
}

.ant-hrmax-rate-rtl .ant-hrmax-rate-star:not(:last-child) {
  margin-left: 8px;
  margin-right: 0;
}

.ant-hrmax-rate-rtl .ant-hrmax-rate-star-first {
  left: auto;
  right: 0;
}

.ant-hrmax-result {
  padding: 48px 32px;
}

.ant-hrmax-result-success .ant-hrmax-result-icon > .anthrmaxicon {
  color: #2e9908;
}

.ant-hrmax-result-error .ant-hrmax-result-icon > .anthrmaxicon {
  color: #d90007;
}

.ant-hrmax-result-info .ant-hrmax-result-icon > .anthrmaxicon {
  color: #397ee5;
}

.ant-hrmax-result-warning .ant-hrmax-result-icon > .anthrmaxicon {
  color: #d98d00;
}

.ant-hrmax-result-image {
  width: 250px;
  height: 295px;
  margin: auto;
}

.ant-hrmax-result-icon {
  text-align: center;
  margin-bottom: 24px;
}

.ant-hrmax-result-icon > .anthrmaxicon {
  font-size: 72px;
}

.ant-hrmax-result-title {
  color: #000000d9;
  text-align: center;
  font-size: 24px;
  line-height: 1.8;
}

.ant-hrmax-result-subtitle {
  color: #535b64;
  text-align: center;
  font-size: 14px;
  line-height: 1.6;
}

.ant-hrmax-result-extra {
  text-align: center;
  margin: 24px 0 0;
}

.ant-hrmax-result-extra > * {
  margin-right: 8px;
}

.ant-hrmax-result-extra > :last-child {
  margin-right: 0;
}

.ant-hrmax-result-content {
  background-color: #fafafa;
  margin-top: 24px;
  padding: 24px 40px;
}

.ant-hrmax-result-rtl {
  direction: rtl;
}

.ant-hrmax-result-rtl .ant-hrmax-result-extra > * {
  margin-left: 8px;
  margin-right: 0;
}

.ant-hrmax-result-rtl .ant-hrmax-result-extra > :last-child {
  margin-left: 0;
}

.segmented-disabled-item, .segmented-disabled-item:hover, .segmented-disabled-item:focus {
  color: #cdd0d4;
  cursor: not-allowed;
}

.segmented-item-selected {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px -2px #0000000d, 0 1px 4px -1px #00000012, 0 0 1px #00000014;
}

.segmented-text-ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: keep-all;
  overflow: hidden;
}

.ant-hrmax-segmented {
  box-sizing: border-box;
  color: #121e29;
  font-variant: tabular-nums;
  font-feature-settings: "tnum";
  background-color: #f2f4f7;
  border-radius: 8px;
  margin: 0;
  padding: 2px;
  font-size: 14px;
  line-height: 1.5715;
  list-style: none;
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
  display: inline-block;
}

.ant-hrmax-segmented-group {
  place-items: stretch flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.ant-hrmax-segmented.ant-hrmax-segmented-block {
  display: flex;
}

.ant-hrmax-segmented.ant-hrmax-segmented-block .ant-hrmax-segmented-item {
  flex: 1;
  min-width: 0;
}

.ant-hrmax-segmented:not(.ant-hrmax-segmented-disabled):hover, .ant-hrmax-segmented:not(.ant-hrmax-segmented-disabled):focus {
  background-color: #e5e6eb;
}

.ant-hrmax-segmented-item {
  text-align: center;
  cursor: pointer;
  transition: color .3s cubic-bezier(.645, .045, .355, 1);
  position: relative;
}

.ant-hrmax-segmented-item-selected {
  color: #268a92;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px -2px #0000000d, 0 1px 4px -1px #00000012, 0 0 1px #00000014;
}

.ant-hrmax-segmented-item:hover, .ant-hrmax-segmented-item:focus {
  color: #268a92;
}

.ant-hrmax-segmented-item-label {
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: keep-all;
  min-height: 28px;
  padding: 0 12px;
  line-height: 28px;
  overflow: hidden;
}

.ant-hrmax-segmented-item-icon + * {
  margin-left: 6px;
}

.ant-hrmax-segmented-item-input {
  opacity: 0;
  pointer-events: none;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.ant-hrmax-segmented.ant-hrmax-segmented-lg .ant-hrmax-segmented-item-label {
  min-height: 52px;
  padding: 0 16px;
  font-size: 16px;
  line-height: 52px;
}

.ant-hrmax-segmented.ant-hrmax-segmented-sm .ant-hrmax-segmented-item-label {
  min-height: 28px;
  padding: 0 8px;
  line-height: 28px;
}

.ant-hrmax-segmented-item-disabled, .ant-hrmax-segmented-item-disabled:hover, .ant-hrmax-segmented-item-disabled:focus {
  color: #cdd0d4;
  cursor: not-allowed;
}

.ant-hrmax-segmented-thumb {
  background-color: #fff;
  border-radius: 8px;
  width: 0;
  height: 100%;
  padding: 4px 0;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0 2px 8px -2px #0000000d, 0 1px 4px -1px #00000012, 0 0 1px #00000014;
}

.ant-hrmax-segmented-thumb-motion-appear-active {
  will-change: transform, width;
  transition: transform .3s cubic-bezier(.645, .045, .355, 1), width .3s cubic-bezier(.645, .045, .355, 1);
}

.ant-hrmax-segmented.ant-hrmax-segmented-rtl {
  direction: rtl;
}

.ant-hrmax-segmented.ant-hrmax-segmented-rtl .ant-hrmax-segmented-item-icon {
  margin-left: 6px;
  margin-right: 0;
}

.ant-hrmax-select-single .ant-hrmax-select-selector {
  display: flex;
}

.ant-hrmax-select-single .ant-hrmax-select-selector .ant-hrmax-select-selection-search {
  position: absolute;
  inset: 0 12px;
}

.ant-hrmax-select-single .ant-hrmax-select-selector .ant-hrmax-select-selection-search-input {
  width: 100%;
}

.ant-hrmax-select-single .ant-hrmax-select-selector .ant-hrmax-select-selection-item, .ant-hrmax-select-single .ant-hrmax-select-selector .ant-hrmax-select-selection-placeholder {
  padding: 0;
  line-height: 30px;
  transition: all .3s, visibility;
}

.ant-hrmax-select-single .ant-hrmax-select-selector .ant-hrmax-select-selection-item {
  user-select: none;
  position: relative;
}

.ant-hrmax-select-single .ant-hrmax-select-selector .ant-hrmax-select-selection-placeholder {
  pointer-events: none;
  transition: none;
}

.ant-hrmax-select-single .ant-hrmax-select-selector:after, .ant-hrmax-select-single .ant-hrmax-select-selector .ant-hrmax-select-selection-item:after, .ant-hrmax-select-single .ant-hrmax-select-selector .ant-hrmax-select-selection-placeholder:after {
  visibility: hidden;
  content: " ";
  width: 0;
  display: inline-block;
}

.ant-hrmax-select-single.ant-hrmax-select-show-arrow .ant-hrmax-select-selection-search {
  right: 26px;
}

.ant-hrmax-select-single.ant-hrmax-select-show-arrow .ant-hrmax-select-selection-item, .ant-hrmax-select-single.ant-hrmax-select-show-arrow .ant-hrmax-select-selection-placeholder {
  padding-right: 18px;
}

.ant-hrmax-select-single.ant-hrmax-select-open .ant-hrmax-select-selection-item {
  color: #abb1b8;
}

.ant-hrmax-select-single:not(.ant-hrmax-select-customize-input) .ant-hrmax-select-selector {
  width: 100%;
  height: 32px;
  padding: 0 12px;
}

.ant-hrmax-select-single:not(.ant-hrmax-select-customize-input) .ant-hrmax-select-selector .ant-hrmax-select-selection-search-input {
  height: 30px;
}

.ant-hrmax-select-single:not(.ant-hrmax-select-customize-input) .ant-hrmax-select-selector:after {
  line-height: 30px;
}

.ant-hrmax-select-single.ant-hrmax-select-customize-input .ant-hrmax-select-selector:after {
  display: none;
}

.ant-hrmax-select-single.ant-hrmax-select-customize-input .ant-hrmax-select-selector .ant-hrmax-select-selection-search {
  width: 100%;
  position: static;
}

.ant-hrmax-select-single.ant-hrmax-select-customize-input .ant-hrmax-select-selector .ant-hrmax-select-selection-placeholder {
  padding: 0 12px;
  position: absolute;
  left: 0;
  right: 0;
}

.ant-hrmax-select-single.ant-hrmax-select-customize-input .ant-hrmax-select-selector .ant-hrmax-select-selection-placeholder:after {
  display: none;
}

.ant-hrmax-select-single.ant-hrmax-select-lg:not(.ant-hrmax-select-customize-input) .ant-hrmax-select-selector {
  height: 40px;
}

.ant-hrmax-select-single.ant-hrmax-select-lg:not(.ant-hrmax-select-customize-input) .ant-hrmax-select-selector:after, .ant-hrmax-select-single.ant-hrmax-select-lg:not(.ant-hrmax-select-customize-input) .ant-hrmax-select-selector .ant-hrmax-select-selection-item, .ant-hrmax-select-single.ant-hrmax-select-lg:not(.ant-hrmax-select-customize-input) .ant-hrmax-select-selector .ant-hrmax-select-selection-placeholder {
  line-height: 38px;
}

.ant-hrmax-select-single.ant-hrmax-select-lg:not(.ant-hrmax-select-customize-input):not(.ant-hrmax-select-customize-input) .ant-hrmax-select-selection-search-input {
  height: 38px;
}

.ant-hrmax-select-single.ant-hrmax-select-sm:not(.ant-hrmax-select-customize-input) .ant-hrmax-select-selector {
  height: 32px;
}

.ant-hrmax-select-single.ant-hrmax-select-sm:not(.ant-hrmax-select-customize-input) .ant-hrmax-select-selector:after, .ant-hrmax-select-single.ant-hrmax-select-sm:not(.ant-hrmax-select-customize-input) .ant-hrmax-select-selector .ant-hrmax-select-selection-item, .ant-hrmax-select-single.ant-hrmax-select-sm:not(.ant-hrmax-select-customize-input) .ant-hrmax-select-selector .ant-hrmax-select-selection-placeholder {
  line-height: 30px;
}

.ant-hrmax-select-single.ant-hrmax-select-sm:not(.ant-hrmax-select-customize-input):not(.ant-hrmax-select-customize-input) .ant-hrmax-select-selection-search-input {
  height: 30px;
}

.ant-hrmax-select-single.ant-hrmax-select-sm:not(.ant-hrmax-select-customize-input) .ant-hrmax-select-selection-search {
  left: 8px;
  right: 8px;
}

.ant-hrmax-select-single.ant-hrmax-select-sm:not(.ant-hrmax-select-customize-input) .ant-hrmax-select-selector {
  padding: 0 8px;
}

.ant-hrmax-select-single.ant-hrmax-select-sm:not(.ant-hrmax-select-customize-input).ant-hrmax-select-show-arrow .ant-hrmax-select-selection-search {
  right: 29px;
}

.ant-hrmax-select-single.ant-hrmax-select-sm:not(.ant-hrmax-select-customize-input).ant-hrmax-select-show-arrow .ant-hrmax-select-selection-item, .ant-hrmax-select-single.ant-hrmax-select-sm:not(.ant-hrmax-select-customize-input).ant-hrmax-select-show-arrow .ant-hrmax-select-selection-placeholder {
  padding-right: 21px;
}

.ant-hrmax-select-single.ant-hrmax-select-lg:not(.ant-hrmax-select-customize-input) .ant-hrmax-select-selector {
  padding: 0 16px;
}

.ant-hrmax-select-selection-overflow {
  flex-wrap: wrap;
  flex: auto;
  max-width: 100%;
  display: flex;
  position: relative;
}

.ant-hrmax-select-selection-overflow-item {
  flex: none;
  align-self: center;
  max-width: 100%;
}

.ant-hrmax-select-multiple .ant-hrmax-select-selector {
  flex-wrap: wrap;
  align-items: center;
  padding: 1px 4px;
  display: flex;
}

.ant-hrmax-select-show-search.ant-hrmax-select-multiple .ant-hrmax-select-selector {
  cursor: text;
}

.ant-hrmax-select-disabled.ant-hrmax-select-multiple .ant-hrmax-select-selector {
  cursor: not-allowed;
  background: #f2f4f7;
}

.ant-hrmax-select-multiple .ant-hrmax-select-selector:after {
  visibility: hidden;
  content: " ";
  width: 0;
  margin: 2px 0;
  line-height: 24px;
  display: inline-block;
}

.ant-hrmax-select-multiple.ant-hrmax-select-show-arrow .ant-hrmax-select-selector, .ant-hrmax-select-multiple.ant-hrmax-select-allow-clear .ant-hrmax-select-selector {
  padding-right: 24px;
}

.ant-hrmax-select-multiple .ant-hrmax-select-selection-item {
  box-sizing: border-box;
  cursor: default;
  user-select: none;
  margin-top: 2px;
  margin-bottom: 2px;
  background: #f2f4f7;
  border: 1px solid #f2f6fb;
  border-radius: 8px;
  flex: none;
  max-width: 100%;
  height: 24px;
  margin-inline-end: 4px;
  padding-inline: 8px 4px;
  line-height: 22px;
  transition: font-size .3s, line-height .3s, height .3s;
  display: flex;
  position: relative;
}

.ant-hrmax-select-disabled.ant-hrmax-select-multiple .ant-hrmax-select-selection-item {
  color: #bfbfbf;
  cursor: not-allowed;
  border-color: #cdd0d4;
}

.ant-hrmax-select-multiple .ant-hrmax-select-selection-item-content {
  white-space: pre;
  text-overflow: ellipsis;
  margin-right: 4px;
  display: inline-block;
  overflow: hidden;
}

.ant-hrmax-select-multiple .ant-hrmax-select-selection-item-remove {
  color: #535b64;
  text-align: center;
  text-transform: none;
  vertical-align: -.125em;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  font-style: normal;
  font-weight: bold;
  line-height: 0;
  line-height: inherit;
  cursor: pointer;
  align-items: center;
  display: inline-flex;
}

.ant-hrmax-select-multiple .ant-hrmax-select-selection-item-remove > * {
  line-height: 1;
}

.ant-hrmax-select-multiple .ant-hrmax-select-selection-item-remove svg {
  display: inline-block;
}

.ant-hrmax-select-multiple .ant-hrmax-select-selection-item-remove:before {
  display: none;
}

.ant-hrmax-select-multiple .ant-hrmax-select-selection-item-remove .ant-hrmax-select-multiple .ant-hrmax-select-selection-item-remove-icon {
  display: block;
}

.ant-hrmax-select-multiple .ant-hrmax-select-selection-item-remove > .anthrmaxicon {
  vertical-align: middle;
}

.ant-hrmax-select-multiple .ant-hrmax-select-selection-item-remove:hover {
  color: #000000bf;
}

.ant-hrmax-select-multiple .ant-hrmax-select-selection-overflow-item + .ant-hrmax-select-selection-overflow-item .ant-hrmax-select-selection-search {
  margin-inline-start: 0;
}

.ant-hrmax-select-multiple .ant-hrmax-select-selection-search {
  max-width: 100%;
  margin-inline-start: 8px;
  position: relative;
}

.ant-hrmax-select-multiple .ant-hrmax-select-selection-search-input, .ant-hrmax-select-multiple .ant-hrmax-select-selection-search-mirror {
  height: 24px;
  font-family: Hiragino Sans, ヒラギノ角ゴ ProN, Hiragino Kaku Gothic ProN, ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, Yu Gothic, 游ゴシック, YuGothic, Meiryo, メイリオ, Hiragino Sans GB, Microsoft YaHei, -apple-system, BlinkMacSystemFont, Noto Sans CJK JP, Noto Sans CJK SC, Source Han Sans JP, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif;
  line-height: 24px;
  transition: all .3s;
}

.ant-hrmax-select-multiple .ant-hrmax-select-selection-search-input {
  width: 100%;
  min-width: 4.1px;
}

.ant-hrmax-select-multiple .ant-hrmax-select-selection-search-mirror {
  z-index: 999;
  white-space: pre;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.ant-hrmax-select-multiple .ant-hrmax-select-selection-placeholder {
  transition: all .3s;
  position: absolute;
  top: 50%;
  left: 12px;
  right: 12px;
  transform: translateY(-50%);
}

.ant-hrmax-select-multiple.ant-hrmax-select-lg .ant-hrmax-select-selector:after {
  line-height: 48px;
}

.ant-hrmax-select-multiple.ant-hrmax-select-lg .ant-hrmax-select-selection-item {
  height: 48px;
  line-height: 46px;
}

.ant-hrmax-select-multiple.ant-hrmax-select-lg .ant-hrmax-select-selection-search {
  height: 48px;
  line-height: 48px;
}

.ant-hrmax-select-multiple.ant-hrmax-select-lg .ant-hrmax-select-selection-search-input, .ant-hrmax-select-multiple.ant-hrmax-select-lg .ant-hrmax-select-selection-search-mirror {
  height: 48px;
  line-height: 46px;
}

.ant-hrmax-select-multiple.ant-hrmax-select-sm .ant-hrmax-select-selector:after {
  line-height: 24px;
}

.ant-hrmax-select-multiple.ant-hrmax-select-sm .ant-hrmax-select-selection-item {
  height: 24px;
  line-height: 22px;
}

.ant-hrmax-select-multiple.ant-hrmax-select-sm .ant-hrmax-select-selection-search {
  height: 24px;
  line-height: 24px;
}

.ant-hrmax-select-multiple.ant-hrmax-select-sm .ant-hrmax-select-selection-search-input, .ant-hrmax-select-multiple.ant-hrmax-select-sm .ant-hrmax-select-selection-search-mirror {
  height: 24px;
  line-height: 22px;
}

.ant-hrmax-select-multiple.ant-hrmax-select-sm .ant-hrmax-select-selection-placeholder {
  left: 8px;
}

.ant-hrmax-select-multiple.ant-hrmax-select-sm .ant-hrmax-select-selection-search {
  margin-inline-start: 3px;
}

.ant-hrmax-select-disabled .ant-hrmax-select-selection-item-remove {
  display: none;
}

.ant-hrmax-select-status-error.ant-hrmax-select:not(.ant-hrmax-select-disabled):not(.ant-hrmax-select-customize-input):not(.ant-hrmax-pagination-size-changer) .ant-hrmax-select-selector {
  background-color: #fff;
  border-color: #d90007 !important;
}

.ant-hrmax-select-status-error.ant-hrmax-select:not(.ant-hrmax-select-disabled):not(.ant-hrmax-select-customize-input):not(.ant-hrmax-pagination-size-changer).ant-hrmax-select-open .ant-hrmax-select-selector, .ant-hrmax-select-status-error.ant-hrmax-select:not(.ant-hrmax-select-disabled):not(.ant-hrmax-select-customize-input):not(.ant-hrmax-pagination-size-changer).ant-hrmax-select-focused .ant-hrmax-select-selector {
  border-color: #ff3029;
  border-right-width: 1px;
  outline: 0;
  box-shadow: 0 0 0 2px #d9000733;
}

.ant-hrmax-select-status-warning.ant-hrmax-select:not(.ant-hrmax-select-disabled):not(.ant-hrmax-select-customize-input):not(.ant-hrmax-pagination-size-changer) .ant-hrmax-select-selector {
  background-color: #fff;
  border-color: #d98d00 !important;
}

.ant-hrmax-select-status-warning.ant-hrmax-select:not(.ant-hrmax-select-disabled):not(.ant-hrmax-select-customize-input):not(.ant-hrmax-pagination-size-changer).ant-hrmax-select-open .ant-hrmax-select-selector, .ant-hrmax-select-status-warning.ant-hrmax-select:not(.ant-hrmax-select-disabled):not(.ant-hrmax-select-customize-input):not(.ant-hrmax-pagination-size-changer).ant-hrmax-select-focused .ant-hrmax-select-selector {
  border-color: #ffc229;
  border-right-width: 1px;
  outline: 0;
  box-shadow: 0 0 0 2px #d98d0033;
}

.ant-hrmax-select-status-error.ant-hrmax-select-has-feedback .ant-hrmax-select-clear, .ant-hrmax-select-status-warning.ant-hrmax-select-has-feedback .ant-hrmax-select-clear, .ant-hrmax-select-status-success.ant-hrmax-select-has-feedback .ant-hrmax-select-clear, .ant-hrmax-select-status-validating.ant-hrmax-select-has-feedback .ant-hrmax-select-clear {
  right: 32px;
}

.ant-hrmax-select-status-error.ant-hrmax-select-has-feedback .ant-hrmax-select-selection-selected-value, .ant-hrmax-select-status-warning.ant-hrmax-select-has-feedback .ant-hrmax-select-selection-selected-value, .ant-hrmax-select-status-success.ant-hrmax-select-has-feedback .ant-hrmax-select-selection-selected-value, .ant-hrmax-select-status-validating.ant-hrmax-select-has-feedback .ant-hrmax-select-selection-selected-value {
  padding-right: 42px;
}

.ant-hrmax-select {
  box-sizing: border-box;
  color: #000;
  font-variant: tabular-nums;
  font-feature-settings: "tnum";
  cursor: pointer;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.5715;
  list-style: none;
  display: inline-block;
  position: relative;
}

.ant-hrmax-select:not(.ant-hrmax-select-customize-input) .ant-hrmax-select-selector {
  background-color: #fff;
  border: 1px solid #cdd0d4;
  border-radius: 8px;
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
  position: relative;
}

.ant-hrmax-select:not(.ant-hrmax-select-customize-input) .ant-hrmax-select-selector input {
  cursor: pointer;
}

.ant-hrmax-select-show-search.ant-hrmax-select:not(.ant-hrmax-select-customize-input) .ant-hrmax-select-selector {
  cursor: text;
}

.ant-hrmax-select-show-search.ant-hrmax-select:not(.ant-hrmax-select-customize-input) .ant-hrmax-select-selector input {
  cursor: auto;
}

.ant-hrmax-select-focused:not(.ant-hrmax-select-disabled).ant-hrmax-select:not(.ant-hrmax-select-customize-input) .ant-hrmax-select-selector {
  border-color: #429b9e;
  border-right-width: 1px;
  outline: 0;
  box-shadow: 0 0 0 2px #268a9233;
}

.ant-hrmax-input-rtl .ant-hrmax-select-focused:not(.ant-hrmax-select-disabled).ant-hrmax-select:not(.ant-hrmax-select-customize-input) .ant-hrmax-select-selector {
  border-right-width: 0;
  border-left-width: 1px !important;
}

.ant-hrmax-select-disabled.ant-hrmax-select:not(.ant-hrmax-select-customize-input) .ant-hrmax-select-selector {
  color: #cdd0d4;
  cursor: not-allowed;
  background: #f2f4f7;
}

.ant-hrmax-select-multiple.ant-hrmax-select-disabled.ant-hrmax-select:not(.ant-hrmax-select-customize-input) .ant-hrmax-select-selector {
  background: #f2f4f7;
}

.ant-hrmax-select-disabled.ant-hrmax-select:not(.ant-hrmax-select-customize-input) .ant-hrmax-select-selector input {
  cursor: not-allowed;
}

.ant-hrmax-select:not(.ant-hrmax-select-customize-input) .ant-hrmax-select-selector .ant-hrmax-select-selection-search-input {
  appearance: none;
  background: none;
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
}

.ant-hrmax-select:not(.ant-hrmax-select-customize-input) .ant-hrmax-select-selector .ant-hrmax-select-selection-search-input::-webkit-search-cancel-button {
  -webkit-appearance: none;
  display: none;
}

.ant-hrmax-select:not(.ant-hrmax-select-disabled):hover .ant-hrmax-select-selector {
  border-color: #54a7af;
  border-right-width: 1px;
}

.ant-hrmax-input-rtl .ant-hrmax-select:not(.ant-hrmax-select-disabled):hover .ant-hrmax-select-selector {
  border-right-width: 0;
  border-left-width: 1px !important;
}

.ant-hrmax-select-selection-item {
  white-space: nowrap;
  text-overflow: ellipsis;
  flex: 1;
  font-weight: normal;
  overflow: hidden;
}

@media (-ms-high-contrast: none) {
  .ant-hrmax-select-selection-item ::-ms-backdrop, .ant-hrmax-select-selection-item {
    flex: auto;
  }
}

.ant-hrmax-select-selection-placeholder {
  color: #abb1b8;
  white-space: nowrap;
  text-overflow: ellipsis;
  pointer-events: none;
  flex: 1;
  overflow: hidden;
}

@media (-ms-high-contrast: none) {
  .ant-hrmax-select-selection-placeholder ::-ms-backdrop, .ant-hrmax-select-selection-placeholder {
    flex: auto;
  }
}

.ant-hrmax-select-arrow {
  color: #cdd0d4;
  text-transform: none;
  vertical-align: -.125em;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  pointer-events: none;
  align-items: center;
  height: 12px;
  margin-top: -6px;
  font-size: 12px;
  font-style: normal;
  line-height: 1;
  display: flex;
  position: absolute;
  top: 50%;
  right: 11px;
}

.ant-hrmax-select-arrow > * {
  line-height: 1;
}

.ant-hrmax-select-arrow svg {
  display: inline-block;
}

.ant-hrmax-select-arrow:before {
  display: none;
}

.ant-hrmax-select-arrow .ant-hrmax-select-arrow-icon {
  display: block;
}

.ant-hrmax-select-arrow .anthrmaxicon {
  vertical-align: top;
  transition: transform .3s;
}

.ant-hrmax-select-arrow .anthrmaxicon > svg {
  vertical-align: top;
}

.ant-hrmax-select-arrow .anthrmaxicon:not(.ant-hrmax-select-suffix) {
  pointer-events: auto;
}

.ant-hrmax-select-disabled .ant-hrmax-select-arrow {
  cursor: not-allowed;
}

.ant-hrmax-select-arrow > :not(:last-child) {
  margin-inline-end: 8px;
}

.ant-hrmax-select-clear {
  z-index: 1;
  color: #cdd0d4;
  text-align: center;
  text-transform: none;
  cursor: pointer;
  opacity: 0;
  text-rendering: auto;
  background: #fff;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  font-size: 12px;
  font-style: normal;
  line-height: 1;
  transition: color .3s, opacity .15s;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 11px;
}

.ant-hrmax-select-clear:before {
  display: block;
}

.ant-hrmax-select-clear:hover {
  color: #535b64;
}

.ant-hrmax-select:hover .ant-hrmax-select-clear {
  opacity: 1;
}

.ant-hrmax-select-dropdown {
  color: #000;
  font-variant: tabular-nums;
  font-feature-settings: "tnum";
  z-index: 1050;
  box-sizing: border-box;
  font-variant: initial;
  background-color: #fff;
  border-radius: 8px;
  outline: none;
  margin: 0;
  padding: 4px 0;
  font-size: 14px;
  line-height: 1.5715;
  list-style: none;
  position: absolute;
  top: -9999px;
  left: -9999px;
  overflow: hidden;
  box-shadow: 0 3px 6px -4px #0000001f, 0 6px 16px #00000014, 0 9px 28px 8px #0000000d;
}

.ant-hrmax-select-dropdown.ant-hrmax-slide-up-enter.ant-hrmax-slide-up-enter-active.ant-hrmax-select-dropdown-placement-bottomLeft, .ant-hrmax-select-dropdown.ant-hrmax-slide-up-appear.ant-hrmax-slide-up-appear-active.ant-hrmax-select-dropdown-placement-bottomLeft {
  animation-name: antSlideUpIn;
}

.ant-hrmax-select-dropdown.ant-hrmax-slide-up-enter.ant-hrmax-slide-up-enter-active.ant-hrmax-select-dropdown-placement-topLeft, .ant-hrmax-select-dropdown.ant-hrmax-slide-up-appear.ant-hrmax-slide-up-appear-active.ant-hrmax-select-dropdown-placement-topLeft {
  animation-name: antSlideDownIn;
}

.ant-hrmax-select-dropdown.ant-hrmax-slide-up-leave.ant-hrmax-slide-up-leave-active.ant-hrmax-select-dropdown-placement-bottomLeft {
  animation-name: antSlideUpOut;
}

.ant-hrmax-select-dropdown.ant-hrmax-slide-up-leave.ant-hrmax-slide-up-leave-active.ant-hrmax-select-dropdown-placement-topLeft {
  animation-name: antSlideDownOut;
}

.ant-hrmax-select-dropdown-hidden {
  display: none;
}

.ant-hrmax-select-dropdown-empty {
  color: #cdd0d4;
}

.ant-hrmax-select-item-empty {
  color: #cdd0d4;
  min-height: 32px;
  padding: 7px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
  display: block;
  position: relative;
}

.ant-hrmax-select-item {
  color: #000;
  cursor: pointer;
  min-height: 32px;
  padding: 7px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
  transition: background .3s;
  display: block;
  position: relative;
}

.ant-hrmax-select-item-group {
  color: #535b64;
  cursor: default;
  font-size: 12px;
}

.ant-hrmax-select-item-option {
  display: flex;
}

.ant-hrmax-select-item-option-content {
  white-space: nowrap;
  text-overflow: ellipsis;
  flex: auto;
  overflow: hidden;
}

.ant-hrmax-select-item-option-state {
  flex: none;
}

.ant-hrmax-select-item-option-active:not(.ant-hrmax-select-item-option-disabled) {
  background-color: #f2f4f7;
}

.ant-hrmax-select-item-option-selected:not(.ant-hrmax-select-item-option-disabled) {
  color: #121e29;
  background-color: #e5e6eb;
  font-weight: 600;
}

.ant-hrmax-select-item-option-selected:not(.ant-hrmax-select-item-option-disabled) .ant-hrmax-select-item-option-state {
  color: #268a92;
}

.ant-hrmax-select-item-option-disabled {
  color: #cdd0d4;
  cursor: not-allowed;
}

.ant-hrmax-select-item-option-grouped {
  padding-left: 24px;
}

.ant-hrmax-select-lg {
  font-size: 16px;
}

.ant-hrmax-select-borderless .ant-hrmax-select-selector {
  box-shadow: none !important;
  background-color: #0000 !important;
  border-color: #0000 !important;
}

.ant-hrmax-select.ant-hrmax-select-in-form-item {
  width: 100%;
}

.ant-hrmax-select-compact-item:not(.ant-hrmax-select-compact-last-item) {
  margin-right: -1px;
}

.ant-hrmax-select-compact-item:not(.ant-hrmax-select-compact-last-item).ant-hrmax-select-compact-item-rtl {
  margin-left: -1px;
  margin-right: 0;
}

.ant-hrmax-select-compact-item:hover > *, .ant-hrmax-select-compact-item:focus > *, .ant-hrmax-select-compact-item:active > *, .ant-hrmax-select-compact-item.ant-hrmax-select-focused > * {
  z-index: 2;
}

.ant-hrmax-select-compact-item[disabled] > * {
  z-index: 0;
}

.ant-hrmax-select-compact-item:not(.ant-hrmax-select-compact-first-item):not(.ant-hrmax-select-compact-last-item).ant-hrmax-select > .ant-hrmax-select-selector {
  border-radius: 0;
}

.ant-hrmax-select-compact-item.ant-hrmax-select-compact-first-item.ant-hrmax-select:not(.ant-hrmax-select-compact-last-item):not(.ant-hrmax-select-compact-item-rtl) > .ant-hrmax-select-selector {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.ant-hrmax-select-compact-item.ant-hrmax-select-compact-last-item.ant-hrmax-select:not(.ant-hrmax-select-compact-first-item):not(.ant-hrmax-select-compact-item-rtl) > .ant-hrmax-select-selector, .ant-hrmax-select-compact-item.ant-hrmax-select.ant-hrmax-select-compact-first-item.ant-hrmax-select-compact-item-rtl:not(.ant-hrmax-select-compact-last-item) > .ant-hrmax-select-selector {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.ant-hrmax-select-compact-item.ant-hrmax-select.ant-hrmax-select-compact-last-item.ant-hrmax-select-compact-item-rtl:not(.ant-hrmax-select-compact-first-item) > .ant-hrmax-select-selector {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.ant-hrmax-select-rtl {
  direction: rtl;
}

.ant-hrmax-select-rtl .ant-hrmax-select-arrow, .ant-hrmax-select-rtl .ant-hrmax-select-clear {
  right: initial;
  left: 11px;
}

.ant-hrmax-select-dropdown-rtl {
  direction: rtl;
}

.ant-hrmax-select-dropdown-rtl .ant-hrmax-select-item-option-grouped {
  padding-left: 12px;
  padding-right: 24px;
}

.ant-hrmax-select-rtl.ant-hrmax-select-multiple.ant-hrmax-select-show-arrow .ant-hrmax-select-selector, .ant-hrmax-select-rtl.ant-hrmax-select-multiple.ant-hrmax-select-allow-clear .ant-hrmax-select-selector {
  padding-left: 24px;
  padding-right: 4px;
}

.ant-hrmax-select-rtl.ant-hrmax-select-multiple .ant-hrmax-select-selection-item {
  text-align: right;
}

.ant-hrmax-select-rtl.ant-hrmax-select-multiple .ant-hrmax-select-selection-item-content {
  text-align: right;
  margin-left: 4px;
  margin-right: 0;
}

.ant-hrmax-select-rtl.ant-hrmax-select-multiple .ant-hrmax-select-selection-search-mirror {
  left: auto;
  right: 0;
}

.ant-hrmax-select-rtl.ant-hrmax-select-multiple .ant-hrmax-select-selection-placeholder {
  left: auto;
  right: 12px;
}

.ant-hrmax-select-rtl.ant-hrmax-select-multiple.ant-hrmax-select-sm .ant-hrmax-select-selection-placeholder {
  right: 8px;
}

.ant-hrmax-select-rtl.ant-hrmax-select-single .ant-hrmax-select-selector .ant-hrmax-select-selection-item, .ant-hrmax-select-rtl.ant-hrmax-select-single .ant-hrmax-select-selector .ant-hrmax-select-selection-placeholder {
  text-align: right;
  left: 9px;
  right: 0;
}

.ant-hrmax-select-rtl.ant-hrmax-select-single.ant-hrmax-select-show-arrow .ant-hrmax-select-selection-search {
  left: 26px;
  right: 12px;
}

.ant-hrmax-select-rtl.ant-hrmax-select-single.ant-hrmax-select-show-arrow .ant-hrmax-select-selection-item, .ant-hrmax-select-rtl.ant-hrmax-select-single.ant-hrmax-select-show-arrow .ant-hrmax-select-selection-placeholder {
  padding-left: 18px;
  padding-right: 0;
}

.ant-hrmax-select-rtl.ant-hrmax-select-single.ant-hrmax-select-sm:not(.ant-hrmax-select-customize-input).ant-hrmax-select-show-arrow .ant-hrmax-select-selection-search {
  right: 7px;
}

.ant-hrmax-select-rtl.ant-hrmax-select-single.ant-hrmax-select-sm:not(.ant-hrmax-select-customize-input).ant-hrmax-select-show-arrow .ant-hrmax-select-selection-item, .ant-hrmax-select-rtl.ant-hrmax-select-single.ant-hrmax-select-sm:not(.ant-hrmax-select-customize-input).ant-hrmax-select-show-arrow .ant-hrmax-select-selection-placeholder {
  padding-left: 21px;
  padding-right: 0;
}

.ant-hrmax-skeleton {
  width: 100%;
  display: table;
}

.ant-hrmax-skeleton-header {
  vertical-align: top;
  padding-right: 16px;
  display: table-cell;
}

.ant-hrmax-skeleton-header .ant-hrmax-skeleton-avatar {
  vertical-align: top;
  background: #bebebe33;
  width: 32px;
  height: 32px;
  line-height: 32px;
  display: inline-block;
}

.ant-hrmax-skeleton-header .ant-hrmax-skeleton-avatar.ant-hrmax-skeleton-avatar-circle {
  border-radius: 50%;
}

.ant-hrmax-skeleton-header .ant-hrmax-skeleton-avatar-lg {
  width: 48px;
  height: 48px;
  line-height: 48px;
}

.ant-hrmax-skeleton-header .ant-hrmax-skeleton-avatar-lg.ant-hrmax-skeleton-avatar-circle {
  border-radius: 50%;
}

.ant-hrmax-skeleton-header .ant-hrmax-skeleton-avatar-sm {
  width: 24px;
  height: 24px;
  line-height: 24px;
}

.ant-hrmax-skeleton-header .ant-hrmax-skeleton-avatar-sm.ant-hrmax-skeleton-avatar-circle {
  border-radius: 50%;
}

.ant-hrmax-skeleton-content {
  vertical-align: top;
  width: 100%;
  display: table-cell;
}

.ant-hrmax-skeleton-content .ant-hrmax-skeleton-title {
  background: #bebebe33;
  border-radius: 8px;
  width: 100%;
  height: 16px;
}

.ant-hrmax-skeleton-content .ant-hrmax-skeleton-title + .ant-hrmax-skeleton-paragraph {
  margin-top: 24px;
}

.ant-hrmax-skeleton-content .ant-hrmax-skeleton-paragraph {
  padding: 0;
}

.ant-hrmax-skeleton-content .ant-hrmax-skeleton-paragraph > li {
  background: #bebebe33;
  border-radius: 8px;
  width: 100%;
  height: 16px;
  list-style: none;
}

.ant-hrmax-skeleton-content .ant-hrmax-skeleton-paragraph > li:last-child:not(:first-child):not(:nth-child(2)) {
  width: 61%;
}

.ant-hrmax-skeleton-content .ant-hrmax-skeleton-paragraph > li + li {
  margin-top: 16px;
}

.ant-hrmax-skeleton-with-avatar .ant-hrmax-skeleton-content .ant-hrmax-skeleton-title {
  margin-top: 12px;
}

.ant-hrmax-skeleton-with-avatar .ant-hrmax-skeleton-content .ant-hrmax-skeleton-title + .ant-hrmax-skeleton-paragraph {
  margin-top: 28px;
}

.ant-hrmax-skeleton-round .ant-hrmax-skeleton-content .ant-hrmax-skeleton-title, .ant-hrmax-skeleton-round .ant-hrmax-skeleton-content .ant-hrmax-skeleton-paragraph > li {
  border-radius: 100px;
}

.ant-hrmax-skeleton-active .ant-hrmax-skeleton-title, .ant-hrmax-skeleton-active .ant-hrmax-skeleton-paragraph > li, .ant-hrmax-skeleton-active .ant-hrmax-skeleton-avatar, .ant-hrmax-skeleton-active .ant-hrmax-skeleton-button, .ant-hrmax-skeleton-active .ant-hrmax-skeleton-input, .ant-hrmax-skeleton-active .ant-hrmax-skeleton-image {
  z-index: 0;
  background: none;
  position: relative;
  overflow: hidden;
}

.ant-hrmax-skeleton-active .ant-hrmax-skeleton-title:after, .ant-hrmax-skeleton-active .ant-hrmax-skeleton-paragraph > li:after, .ant-hrmax-skeleton-active .ant-hrmax-skeleton-avatar:after, .ant-hrmax-skeleton-active .ant-hrmax-skeleton-button:after, .ant-hrmax-skeleton-active .ant-hrmax-skeleton-input:after, .ant-hrmax-skeleton-active .ant-hrmax-skeleton-image:after {
  content: "";
  background: linear-gradient(90deg, #bebebe33 25%, #8181813d 37%, #bebebe33 63%);
  animation: 1.4s infinite ant-hrmax-skeleton-loading;
  position: absolute;
  inset: 0 -150%;
}

.ant-hrmax-skeleton.ant-hrmax-skeleton-block, .ant-hrmax-skeleton.ant-hrmax-skeleton-block .ant-hrmax-skeleton-button, .ant-hrmax-skeleton.ant-hrmax-skeleton-block .ant-hrmax-skeleton-input {
  width: 100%;
}

.ant-hrmax-skeleton-element {
  width: auto;
  display: inline-block;
}

.ant-hrmax-skeleton-element .ant-hrmax-skeleton-button {
  vertical-align: top;
  background: #bebebe33;
  border-radius: 8px;
  width: 64px;
  min-width: 64px;
  height: 32px;
  line-height: 32px;
  display: inline-block;
}

.ant-hrmax-skeleton-element .ant-hrmax-skeleton-button.ant-hrmax-skeleton-button-square {
  width: 32px;
  min-width: 32px;
}

.ant-hrmax-skeleton-element .ant-hrmax-skeleton-button.ant-hrmax-skeleton-button-circle {
  border-radius: 50%;
  width: 32px;
  min-width: 32px;
}

.ant-hrmax-skeleton-element .ant-hrmax-skeleton-button.ant-hrmax-skeleton-button-round {
  border-radius: 32px;
}

.ant-hrmax-skeleton-element .ant-hrmax-skeleton-button-lg {
  width: 80px;
  min-width: 80px;
  height: 40px;
  line-height: 40px;
}

.ant-hrmax-skeleton-element .ant-hrmax-skeleton-button-lg.ant-hrmax-skeleton-button-square {
  width: 40px;
  min-width: 40px;
}

.ant-hrmax-skeleton-element .ant-hrmax-skeleton-button-lg.ant-hrmax-skeleton-button-circle {
  border-radius: 50%;
  width: 40px;
  min-width: 40px;
}

.ant-hrmax-skeleton-element .ant-hrmax-skeleton-button-lg.ant-hrmax-skeleton-button-round {
  border-radius: 40px;
}

.ant-hrmax-skeleton-element .ant-hrmax-skeleton-button-sm {
  width: 48px;
  min-width: 48px;
  height: 24px;
  line-height: 24px;
}

.ant-hrmax-skeleton-element .ant-hrmax-skeleton-button-sm.ant-hrmax-skeleton-button-square {
  width: 24px;
  min-width: 24px;
}

.ant-hrmax-skeleton-element .ant-hrmax-skeleton-button-sm.ant-hrmax-skeleton-button-circle {
  border-radius: 50%;
  width: 24px;
  min-width: 24px;
}

.ant-hrmax-skeleton-element .ant-hrmax-skeleton-button-sm.ant-hrmax-skeleton-button-round {
  border-radius: 24px;
}

.ant-hrmax-skeleton-element .ant-hrmax-skeleton-avatar {
  vertical-align: top;
  background: #bebebe33;
  width: 32px;
  height: 32px;
  line-height: 32px;
  display: inline-block;
}

.ant-hrmax-skeleton-element .ant-hrmax-skeleton-avatar.ant-hrmax-skeleton-avatar-circle {
  border-radius: 50%;
}

.ant-hrmax-skeleton-element .ant-hrmax-skeleton-avatar-lg {
  width: 48px;
  height: 48px;
  line-height: 48px;
}

.ant-hrmax-skeleton-element .ant-hrmax-skeleton-avatar-lg.ant-hrmax-skeleton-avatar-circle {
  border-radius: 50%;
}

.ant-hrmax-skeleton-element .ant-hrmax-skeleton-avatar-sm {
  width: 24px;
  height: 24px;
  line-height: 24px;
}

.ant-hrmax-skeleton-element .ant-hrmax-skeleton-avatar-sm.ant-hrmax-skeleton-avatar-circle {
  border-radius: 50%;
}

.ant-hrmax-skeleton-element .ant-hrmax-skeleton-input {
  vertical-align: top;
  background: #bebebe33;
  width: 160px;
  min-width: 160px;
  height: 32px;
  line-height: 32px;
  display: inline-block;
}

.ant-hrmax-skeleton-element .ant-hrmax-skeleton-input-lg {
  width: 280px;
  min-width: 280px;
  height: 56px;
  line-height: 56px;
}

.ant-hrmax-skeleton-element .ant-hrmax-skeleton-input-sm {
  width: 160px;
  min-width: 160px;
  height: 32px;
  line-height: 32px;
}

.ant-hrmax-skeleton-element .ant-hrmax-skeleton-image {
  vertical-align: top;
  background: #bebebe33;
  justify-content: center;
  align-items: center;
  width: 96px;
  height: 96px;
  line-height: 96px;
  display: flex;
}

.ant-hrmax-skeleton-element .ant-hrmax-skeleton-image.ant-hrmax-skeleton-image-circle {
  border-radius: 50%;
}

.ant-hrmax-skeleton-element .ant-hrmax-skeleton-image-path {
  fill: #bfbfbf;
}

.ant-hrmax-skeleton-element .ant-hrmax-skeleton-image-svg {
  width: 48px;
  max-width: 192px;
  height: 48px;
  max-height: 192px;
  line-height: 48px;
}

.ant-hrmax-skeleton-element .ant-hrmax-skeleton-image-svg.ant-hrmax-skeleton-image-circle {
  border-radius: 50%;
}

@keyframes ant-hrmax-skeleton-loading {
  0% {
    transform: translateX(-37.5%);
  }

  100% {
    transform: translateX(37.5%);
  }
}

.ant-hrmax-skeleton-rtl {
  direction: rtl;
}

.ant-hrmax-skeleton-rtl .ant-hrmax-skeleton-header {
  padding-left: 16px;
  padding-right: 0;
}

.ant-hrmax-skeleton-rtl.ant-hrmax-skeleton.ant-hrmax-skeleton-active .ant-hrmax-skeleton-content .ant-hrmax-skeleton-title, .ant-hrmax-skeleton-rtl.ant-hrmax-skeleton.ant-hrmax-skeleton-active .ant-hrmax-skeleton-content .ant-hrmax-skeleton-paragraph > li, .ant-hrmax-skeleton-rtl.ant-hrmax-skeleton.ant-hrmax-skeleton-active .ant-hrmax-skeleton-avatar {
  animation-name: ant-hrmax-skeleton-loading-rtl;
}

@keyframes ant-hrmax-skeleton-loading-rtl {
  0% {
    background-position: 0%;
  }

  100% {
    background-position: 100%;
  }
}

.ant-hrmax-slider {
  box-sizing: border-box;
  color: #000;
  font-variant: tabular-nums;
  font-feature-settings: "tnum";
  cursor: pointer;
  touch-action: none;
  height: 12px;
  margin: 10px 6px;
  padding: 4px 0;
  font-size: 14px;
  line-height: 1.5715;
  list-style: none;
  position: relative;
}

.ant-hrmax-slider-vertical {
  width: 12px;
  height: 100%;
  margin: 6px 10px;
  padding: 0 4px;
}

.ant-hrmax-slider-vertical .ant-hrmax-slider-rail {
  width: 4px;
  height: 100%;
}

.ant-hrmax-slider-vertical .ant-hrmax-slider-track {
  width: 4px;
}

.ant-hrmax-slider-vertical .ant-hrmax-slider-handle {
  margin-top: -6px;
  margin-left: -5px;
}

.ant-hrmax-slider-vertical .ant-hrmax-slider-mark {
  width: 18px;
  height: 100%;
  top: 0;
  left: 12px;
}

.ant-hrmax-slider-vertical .ant-hrmax-slider-mark-text {
  white-space: nowrap;
  left: 4px;
}

.ant-hrmax-slider-vertical .ant-hrmax-slider-step {
  width: 4px;
  height: 100%;
}

.ant-hrmax-slider-vertical .ant-hrmax-slider-dot {
  margin-left: -2px;
  top: auto;
}

.ant-hrmax-slider-tooltip .ant-hrmax-tooltip-inner {
  min-width: unset;
}

.ant-hrmax-slider-rtl.ant-hrmax-slider-vertical .ant-hrmax-slider-handle {
  margin-left: 0;
  margin-right: -5px;
}

.ant-hrmax-slider-rtl.ant-hrmax-slider-vertical .ant-hrmax-slider-mark {
  left: auto;
  right: 12px;
}

.ant-hrmax-slider-rtl.ant-hrmax-slider-vertical .ant-hrmax-slider-mark-text {
  left: auto;
  right: 4px;
}

.ant-hrmax-slider-rtl.ant-hrmax-slider-vertical .ant-hrmax-slider-dot {
  left: auto;
  right: 2px;
}

.ant-hrmax-slider-with-marks {
  margin-bottom: 28px;
}

.ant-hrmax-slider-rail {
  background-color: #f5f5f5;
  border-radius: 8px;
  width: 100%;
  height: 4px;
  transition: background-color .3s;
  position: absolute;
}

.ant-hrmax-slider-track {
  background-color: #b7e0e4;
  border-radius: 8px;
  height: 4px;
  transition: background-color .3s;
  position: absolute;
}

.ant-hrmax-slider-handle {
  width: 14px;
  height: 14px;
  box-shadow: 0;
  cursor: pointer;
  background-color: #fff;
  border: 2px solid #b7e0e4;
  border-radius: 50%;
  margin-top: -5px;
  transition: border-color .3s, box-shadow .6s, transform .3s cubic-bezier(.18, .89, .32, 1.28);
  position: absolute;
}

.ant-hrmax-slider-handle-dragging {
  z-index: 1;
}

.ant-hrmax-slider-handle:focus {
  border-color: #51a1a8;
  outline: none;
  box-shadow: 0 0 0 5px #268a921f;
}

.ant-hrmax-slider-handle.ant-hrmax-tooltip-open {
  border-color: #268a92;
}

.ant-hrmax-slider-handle:after {
  content: "";
  position: absolute;
  inset: -6px;
}

.ant-hrmax-slider:hover .ant-hrmax-slider-rail {
  background-color: #e1e1e1;
}

.ant-hrmax-slider:hover .ant-hrmax-slider-track {
  background-color: #85c4c9;
}

.ant-hrmax-slider:hover .ant-hrmax-slider-handle:not(.ant-hrmax-tooltip-open) {
  border-color: #85c4c9;
}

.ant-hrmax-slider-mark {
  width: 100%;
  font-size: 14px;
  position: absolute;
  top: 14px;
  left: 0;
}

.ant-hrmax-slider-mark-text {
  color: #535b64;
  text-align: center;
  word-break: keep-all;
  cursor: pointer;
  user-select: none;
  display: inline-block;
  position: absolute;
}

.ant-hrmax-slider-mark-text-active {
  color: #000;
}

.ant-hrmax-slider-step {
  pointer-events: none;
  background: none;
  width: 100%;
  height: 4px;
  position: absolute;
}

.ant-hrmax-slider-dot {
  cursor: pointer;
  background-color: #fff;
  border: 2px solid #f2f6fb;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  position: absolute;
  top: -2px;
}

.ant-hrmax-slider-dot-active {
  border-color: #93c5c9;
}

.ant-hrmax-slider-disabled {
  cursor: not-allowed;
}

.ant-hrmax-slider-disabled .ant-hrmax-slider-rail {
  background-color: #f5f5f5 !important;
}

.ant-hrmax-slider-disabled .ant-hrmax-slider-track {
  background-color: #cdd0d4 !important;
}

.ant-hrmax-slider-disabled .ant-hrmax-slider-handle, .ant-hrmax-slider-disabled .ant-hrmax-slider-dot {
  box-shadow: none;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #cdd0d4 !important;
}

.ant-hrmax-slider-disabled .ant-hrmax-slider-mark-text, .ant-hrmax-slider-disabled .ant-hrmax-slider-dot {
  cursor: not-allowed !important;
}

.ant-hrmax-slider-rtl {
  direction: rtl;
}

.ant-hrmax-slider-rtl .ant-hrmax-slider-mark {
  left: auto;
  right: 0;
}

.ant-hrmax-space {
  display: inline-flex;
}

.ant-hrmax-space-vertical {
  flex-direction: column;
}

.ant-hrmax-space-align-center {
  align-items: center;
}

.ant-hrmax-space-align-start {
  align-items: flex-start;
}

.ant-hrmax-space-align-end {
  align-items: flex-end;
}

.ant-hrmax-space-align-baseline {
  align-items: baseline;
}

.ant-hrmax-space-item:empty {
  display: none;
}

.ant-hrmax-space-compact {
  display: inline-flex;
}

.ant-hrmax-space-compact-block {
  width: 100%;
  display: flex;
}

.ant-hrmax-space-compact-vertical {
  flex-direction: column;
}

.ant-hrmax-space-rtl, .ant-hrmax-space-compact-rtl {
  direction: rtl;
}

.ant-hrmax-spin {
  box-sizing: border-box;
  color: #268a92;
  font-variant: tabular-nums;
  font-feature-settings: "tnum";
  text-align: center;
  vertical-align: middle;
  opacity: 0;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 1.5715;
  list-style: none;
  transition: transform .3s cubic-bezier(.78, .14, .15, .86);
  display: none;
  position: absolute;
}

.ant-hrmax-spin-spinning {
  opacity: 1;
  display: inline-block;
  position: static;
}

.ant-hrmax-spin-nested-loading {
  position: relative;
}

.ant-hrmax-spin-nested-loading > div > .ant-hrmax-spin {
  z-index: 4;
  width: 100%;
  height: 100%;
  max-height: 400px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ant-hrmax-spin-nested-loading > div > .ant-hrmax-spin .ant-hrmax-spin-dot {
  margin: -10px;
  position: absolute;
  top: 50%;
  left: 50%;
}

.ant-hrmax-spin-nested-loading > div > .ant-hrmax-spin .ant-hrmax-spin-text {
  text-shadow: 0 1px 2px #fff;
  width: 100%;
  padding-top: 5px;
  font-size: 14px;
  position: absolute;
  top: 50%;
}

.ant-hrmax-spin-nested-loading > div > .ant-hrmax-spin.ant-hrmax-spin-show-text .ant-hrmax-spin-dot {
  margin-top: -20px;
}

.ant-hrmax-spin-nested-loading > div > .ant-hrmax-spin-sm .ant-hrmax-spin-dot {
  margin: -7px;
}

.ant-hrmax-spin-nested-loading > div > .ant-hrmax-spin-sm .ant-hrmax-spin-text {
  padding-top: 2px;
}

.ant-hrmax-spin-nested-loading > div > .ant-hrmax-spin-sm.ant-hrmax-spin-show-text .ant-hrmax-spin-dot {
  margin-top: -17px;
}

.ant-hrmax-spin-nested-loading > div > .ant-hrmax-spin-lg .ant-hrmax-spin-dot {
  margin: -16px;
}

.ant-hrmax-spin-nested-loading > div > .ant-hrmax-spin-lg .ant-hrmax-spin-text {
  padding-top: 11px;
}

.ant-hrmax-spin-nested-loading > div > .ant-hrmax-spin-lg.ant-hrmax-spin-show-text .ant-hrmax-spin-dot {
  margin-top: -26px;
}

.ant-hrmax-spin-container {
  transition: opacity .3s;
  position: relative;
}

.ant-hrmax-spin-container:after {
  z-index: 10;
  display: none \9 ;
  opacity: 0;
  content: "";
  pointer-events: none;
  background: #fff;
  width: 100%;
  height: 100%;
  transition: all .3s;
  position: absolute;
  inset: 0;
}

.ant-hrmax-spin-blur {
  clear: both;
  opacity: .5;
  user-select: none;
  pointer-events: none;
}

.ant-hrmax-spin-blur:after {
  opacity: .4;
  pointer-events: auto;
}

.ant-hrmax-spin-tip {
  color: #535b64;
}

.ant-hrmax-spin-dot {
  width: 1em;
  height: 1em;
  font-size: 20px;
  display: inline-block;
  position: relative;
}

.ant-hrmax-spin-dot-item {
  transform-origin: 50%;
  opacity: .3;
  background-color: #268a92;
  border-radius: 100%;
  width: 9px;
  height: 9px;
  animation: 1s linear infinite alternate antSpinMove;
  display: block;
  position: absolute;
  transform: scale(.75);
}

.ant-hrmax-spin-dot-item:first-child {
  top: 0;
  left: 0;
}

.ant-hrmax-spin-dot-item:nth-child(2) {
  animation-delay: .4s;
  top: 0;
  right: 0;
}

.ant-hrmax-spin-dot-item:nth-child(3) {
  animation-delay: .8s;
  bottom: 0;
  right: 0;
}

.ant-hrmax-spin-dot-item:nth-child(4) {
  animation-delay: 1.2s;
  bottom: 0;
  left: 0;
}

.ant-hrmax-spin-dot-spin {
  animation: 1.2s linear infinite antRotate;
  transform: rotate(0);
}

.ant-hrmax-spin-sm .ant-hrmax-spin-dot {
  font-size: 14px;
}

.ant-hrmax-spin-sm .ant-hrmax-spin-dot i {
  width: 6px;
  height: 6px;
}

.ant-hrmax-spin-lg .ant-hrmax-spin-dot {
  font-size: 32px;
}

.ant-hrmax-spin-lg .ant-hrmax-spin-dot i {
  width: 14px;
  height: 14px;
}

.ant-hrmax-spin.ant-hrmax-spin-show-text .ant-hrmax-spin-text {
  display: block;
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .ant-hrmax-spin-blur {
    opacity: .5;
    background: #fff;
  }
}

@keyframes antSpinMove {
  to {
    opacity: 1;
  }
}

@keyframes antRotate {
  to {
    transform: rotate(360deg);
  }
}

.ant-hrmax-spin-rtl {
  direction: rtl;
}

.ant-hrmax-spin-rtl .ant-hrmax-spin-dot-spin {
  animation-name: antRotateRtl;
  transform: rotate(-45deg);
}

@keyframes antRotateRtl {
  to {
    transform: rotate(-405deg);
  }
}

.ant-hrmax-statistic {
  box-sizing: border-box;
  color: #000;
  font-variant: tabular-nums;
  font-feature-settings: "tnum";
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.5715;
  list-style: none;
}

.ant-hrmax-statistic-title {
  color: #535b64;
  margin-bottom: 4px;
  font-size: 14px;
}

.ant-hrmax-statistic-skeleton {
  padding-top: 16px;
}

.ant-hrmax-statistic-content {
  color: #000000d9;
  font-family: Hiragino Sans, ヒラギノ角ゴ ProN, Hiragino Kaku Gothic ProN, ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, Yu Gothic, 游ゴシック, YuGothic, Meiryo, メイリオ, Hiragino Sans GB, Microsoft YaHei, -apple-system, BlinkMacSystemFont, Noto Sans CJK JP, Noto Sans CJK SC, Source Han Sans JP, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif;
  font-size: 24px;
}

.ant-hrmax-statistic-content-value {
  direction: ltr;
  display: inline-block;
}

.ant-hrmax-statistic-content-prefix, .ant-hrmax-statistic-content-suffix {
  display: inline-block;
}

.ant-hrmax-statistic-content-prefix {
  margin-right: 4px;
}

.ant-hrmax-statistic-content-suffix {
  margin-left: 4px;
}

.ant-hrmax-statistic-rtl {
  direction: rtl;
}

.ant-hrmax-statistic-rtl .ant-hrmax-statistic-content-prefix {
  margin-left: 4px;
  margin-right: 0;
}

.ant-hrmax-statistic-rtl .ant-hrmax-statistic-content-suffix {
  margin-left: 0;
  margin-right: 4px;
}

.ant-hrmax-steps {
  box-sizing: border-box;
  color: #000;
  font-variant: tabular-nums;
  font-feature-settings: "tnum";
  width: 100%;
  text-align: initial;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 1.5715;
  list-style: none;
  display: flex;
}

.ant-hrmax-steps-item {
  vertical-align: top;
  flex: 1;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.ant-hrmax-steps-item-container {
  outline: none;
}

.ant-hrmax-steps-item:last-child {
  flex: none;
}

.ant-hrmax-steps-item:last-child > .ant-hrmax-steps-item-container > .ant-hrmax-steps-item-tail, .ant-hrmax-steps-item:last-child > .ant-hrmax-steps-item-container > .ant-hrmax-steps-item-content > .ant-hrmax-steps-item-title:after {
  display: none;
}

.ant-hrmax-steps-item-icon, .ant-hrmax-steps-item-content {
  vertical-align: top;
  display: inline-block;
}

.ant-hrmax-steps-item-icon {
  text-align: center;
  border: 1px solid #cdd0d4;
  border-radius: 32px;
  width: 32px;
  height: 32px;
  margin: 0 8px 0 0;
  font-family: Hiragino Sans, ヒラギノ角ゴ ProN, Hiragino Kaku Gothic ProN, ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, Yu Gothic, 游ゴシック, YuGothic, Meiryo, メイリオ, Hiragino Sans GB, Microsoft YaHei, -apple-system, BlinkMacSystemFont, Noto Sans CJK JP, Noto Sans CJK SC, Source Han Sans JP, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif;
  font-size: 16px;
  line-height: 32px;
  transition: background-color .3s, border-color .3s;
}

.ant-hrmax-steps-item-icon .ant-hrmax-steps-icon {
  color: #268a92;
  line-height: 1;
  position: relative;
  top: -.5px;
}

.ant-hrmax-steps-item-tail {
  width: 100%;
  padding: 0 10px;
  position: absolute;
  top: 12px;
  left: 0;
}

.ant-hrmax-steps-item-tail:after {
  content: "";
  background: #f2f6fb;
  border-radius: 1px;
  width: 100%;
  height: 1px;
  transition: background .3s;
  display: inline-block;
}

.ant-hrmax-steps-item-title {
  color: #000;
  padding-right: 16px;
  font-size: 16px;
  line-height: 32px;
  display: inline-block;
  position: relative;
}

.ant-hrmax-steps-item-title:after {
  content: "";
  background: #f2f6fb;
  width: 9999px;
  height: 1px;
  display: block;
  position: absolute;
  top: 16px;
  left: 100%;
}

.ant-hrmax-steps-item-subtitle {
  color: #535b64;
  margin-left: 8px;
  font-size: 14px;
  font-weight: normal;
  display: inline;
}

.ant-hrmax-steps-item-description {
  color: #535b64;
  font-size: 14px;
}

.ant-hrmax-steps-item-wait > .ant-hrmax-steps-item-container > .ant-hrmax-steps-item-content > .ant-hrmax-steps-item-title {
  color: #535b64;
}

.ant-hrmax-steps-item-wait > .ant-hrmax-steps-item-container > .ant-hrmax-steps-item-content > .ant-hrmax-steps-item-description {
  color: #535b64;
}

.ant-hrmax-steps-item-wait > .ant-hrmax-steps-item-container > .ant-hrmax-steps-item-tail:after {
  background-color: #f2f6fb;
}

.ant-hrmax-steps-item-wait .ant-hrmax-steps-item-icon {
  background-color: #fff;
  border-color: #cdd0d4;
}

.ant-hrmax-steps-item-wait .ant-hrmax-steps-item-icon > .ant-hrmax-steps-icon {
  color: #cdd0d4;
}

.ant-hrmax-steps-item-wait .ant-hrmax-steps-item-icon > .ant-hrmax-steps-icon .ant-hrmax-steps-icon-dot {
  background: #cdd0d4;
}

.ant-hrmax-steps-item-wait > .ant-hrmax-steps-item-container > .ant-hrmax-steps-item-content > .ant-hrmax-steps-item-title:after, .ant-hrmax-steps-item-wait > .ant-hrmax-steps-item-container > .ant-hrmax-steps-item-tail:after {
  background-color: #f2f6fb;
}

.ant-hrmax-steps-item-process > .ant-hrmax-steps-item-container > .ant-hrmax-steps-item-content > .ant-hrmax-steps-item-title:after, .ant-hrmax-steps-item-process > .ant-hrmax-steps-item-container > .ant-hrmax-steps-item-tail:after {
  background-color: #f2f6fb;
}

.ant-hrmax-steps-item-process > .ant-hrmax-steps-item-container > .ant-hrmax-steps-item-icon .ant-hrmax-steps-icon {
  color: #fff;
}

.ant-hrmax-steps-item-process > .ant-hrmax-steps-item-container > .ant-hrmax-steps-item-title {
  font-weight: 500;
}

.ant-hrmax-steps-item-finish > .ant-hrmax-steps-item-container > .ant-hrmax-steps-item-content > .ant-hrmax-steps-item-title:after, .ant-hrmax-steps-item-finish > .ant-hrmax-steps-item-container > .ant-hrmax-steps-item-tail:after {
  background-color: #268a92;
}

.ant-hrmax-steps-item-error > .ant-hrmax-steps-item-container > .ant-hrmax-steps-item-content > .ant-hrmax-steps-item-title:after, .ant-hrmax-steps-item-error > .ant-hrmax-steps-item-container > .ant-hrmax-steps-item-tail:after {
  background-color: #f2f6fb;
}

.ant-hrmax-steps-item.ant-hrmax-steps-next-error .ant-hrmax-steps-item-title:after {
  background: #d90007;
}

.ant-hrmax-steps-item-disabled {
  cursor: not-allowed;
}

.ant-hrmax-steps .ant-hrmax-steps-item:not(.ant-hrmax-steps-item-active) > .ant-hrmax-steps-item-container[role="button"] {
  cursor: pointer;
}

.ant-hrmax-steps .ant-hrmax-steps-item:not(.ant-hrmax-steps-item-active) > .ant-hrmax-steps-item-container[role="button"] .ant-hrmax-steps-item-title, .ant-hrmax-steps .ant-hrmax-steps-item:not(.ant-hrmax-steps-item-active) > .ant-hrmax-steps-item-container[role="button"] .ant-hrmax-steps-item-subtitle, .ant-hrmax-steps .ant-hrmax-steps-item:not(.ant-hrmax-steps-item-active) > .ant-hrmax-steps-item-container[role="button"] .ant-hrmax-steps-item-description, .ant-hrmax-steps .ant-hrmax-steps-item:not(.ant-hrmax-steps-item-active) > .ant-hrmax-steps-item-container[role="button"] .ant-hrmax-steps-item-icon .ant-hrmax-steps-icon {
  transition: color .3s;
}

.ant-hrmax-steps-horizontal:not(.ant-hrmax-steps-label-vertical) .ant-hrmax-steps-item {
  white-space: nowrap;
  padding-left: 16px;
}

.ant-hrmax-steps-horizontal:not(.ant-hrmax-steps-label-vertical) .ant-hrmax-steps-item:first-child {
  padding-left: 0;
}

.ant-hrmax-steps-horizontal:not(.ant-hrmax-steps-label-vertical) .ant-hrmax-steps-item:last-child .ant-hrmax-steps-item-title {
  padding-right: 0;
}

.ant-hrmax-steps-horizontal:not(.ant-hrmax-steps-label-vertical) .ant-hrmax-steps-item-tail {
  display: none;
}

.ant-hrmax-steps-horizontal:not(.ant-hrmax-steps-label-vertical) .ant-hrmax-steps-item-description {
  white-space: normal;
  max-width: 140px;
}

.ant-hrmax-steps-item-custom > .ant-hrmax-steps-item-container > .ant-hrmax-steps-item-icon {
  background: none;
  border: 0;
  height: auto;
}

.ant-hrmax-steps-item-custom > .ant-hrmax-steps-item-container > .ant-hrmax-steps-item-icon > .ant-hrmax-steps-icon {
  width: 32px;
  height: 32px;
  font-size: 24px;
  line-height: 32px;
  top: 0;
  left: .5px;
}

.ant-hrmax-steps-item-custom.ant-hrmax-steps-item-process .ant-hrmax-steps-item-icon > .ant-hrmax-steps-icon {
  color: #268a92;
}

.ant-hrmax-steps:not(.ant-hrmax-steps-vertical) .ant-hrmax-steps-item-custom .ant-hrmax-steps-item-icon {
  background: none;
  width: auto;
}

.ant-hrmax-steps-small.ant-hrmax-steps-horizontal:not(.ant-hrmax-steps-label-vertical) .ant-hrmax-steps-item {
  padding-left: 12px;
}

.ant-hrmax-steps-small.ant-hrmax-steps-horizontal:not(.ant-hrmax-steps-label-vertical) .ant-hrmax-steps-item:first-child {
  padding-left: 0;
}

.ant-hrmax-steps-small .ant-hrmax-steps-item-icon {
  text-align: center;
  border-radius: 24px;
  width: 24px;
  height: 24px;
  margin: 0 8px 0 0;
  font-size: 12px;
  line-height: 24px;
}

.ant-hrmax-steps-small .ant-hrmax-steps-item-title {
  padding-right: 12px;
  font-size: 14px;
  line-height: 24px;
}

.ant-hrmax-steps-small .ant-hrmax-steps-item-title:after {
  top: 12px;
}

.ant-hrmax-steps-small .ant-hrmax-steps-item-description {
  color: #535b64;
  font-size: 14px;
}

.ant-hrmax-steps-small .ant-hrmax-steps-item-tail {
  top: 8px;
}

.ant-hrmax-steps-small .ant-hrmax-steps-item-custom .ant-hrmax-steps-item-icon {
  width: inherit;
  height: inherit;
  line-height: inherit;
  background: none;
  border: 0;
  border-radius: 0;
}

.ant-hrmax-steps-small .ant-hrmax-steps-item-custom .ant-hrmax-steps-item-icon > .ant-hrmax-steps-icon {
  font-size: 24px;
  line-height: 24px;
  transform: none;
}

.ant-hrmax-steps-vertical {
  flex-direction: column;
  display: flex;
}

.ant-hrmax-steps-vertical > .ant-hrmax-steps-item {
  flex: 1 0 auto;
  padding-left: 0;
  display: block;
  overflow: visible;
}

.ant-hrmax-steps-vertical > .ant-hrmax-steps-item .ant-hrmax-steps-item-icon {
  float: left;
  margin-right: 16px;
}

.ant-hrmax-steps-vertical > .ant-hrmax-steps-item .ant-hrmax-steps-item-content {
  min-height: 48px;
  display: block;
  overflow: hidden;
}

.ant-hrmax-steps-vertical > .ant-hrmax-steps-item .ant-hrmax-steps-item-title {
  line-height: 32px;
}

.ant-hrmax-steps-vertical > .ant-hrmax-steps-item .ant-hrmax-steps-item-description {
  padding-bottom: 12px;
}

.ant-hrmax-steps-vertical > .ant-hrmax-steps-item > .ant-hrmax-steps-item-container > .ant-hrmax-steps-item-tail {
  width: 1px;
  height: 100%;
  padding: 38px 0 6px;
  position: absolute;
  top: 0;
  left: 15px;
}

.ant-hrmax-steps-vertical > .ant-hrmax-steps-item > .ant-hrmax-steps-item-container > .ant-hrmax-steps-item-tail:after {
  width: 1px;
  height: 100%;
}

.ant-hrmax-steps-vertical > .ant-hrmax-steps-item:not(:last-child) > .ant-hrmax-steps-item-container > .ant-hrmax-steps-item-tail {
  display: block;
}

.ant-hrmax-steps-vertical > .ant-hrmax-steps-item > .ant-hrmax-steps-item-container > .ant-hrmax-steps-item-content > .ant-hrmax-steps-item-title:after {
  display: none;
}

.ant-hrmax-steps-vertical.ant-hrmax-steps-small .ant-hrmax-steps-item-container .ant-hrmax-steps-item-tail {
  padding: 30px 0 6px;
  position: absolute;
  top: 0;
  left: 11px;
}

.ant-hrmax-steps-vertical.ant-hrmax-steps-small .ant-hrmax-steps-item-container .ant-hrmax-steps-item-title {
  line-height: 24px;
}

.ant-hrmax-steps-label-vertical .ant-hrmax-steps-item {
  overflow: visible;
}

.ant-hrmax-steps-label-vertical .ant-hrmax-steps-item-tail {
  margin-left: 58px;
  padding: 3.5px 24px;
}

.ant-hrmax-steps-label-vertical .ant-hrmax-steps-item-content {
  text-align: center;
  width: 116px;
  margin-top: 8px;
  display: block;
}

.ant-hrmax-steps-label-vertical .ant-hrmax-steps-item-icon {
  margin-left: 42px;
  display: inline-block;
}

.ant-hrmax-steps-label-vertical .ant-hrmax-steps-item-title {
  padding-left: 0;
  padding-right: 0;
}

.ant-hrmax-steps-label-vertical .ant-hrmax-steps-item-title:after {
  display: none;
}

.ant-hrmax-steps-label-vertical .ant-hrmax-steps-item-subtitle {
  margin-bottom: 4px;
  margin-left: 0;
  line-height: 1.5715;
  display: block;
}

.ant-hrmax-steps-label-vertical.ant-hrmax-steps-small:not(.ant-hrmax-steps-dot) .ant-hrmax-steps-item-icon {
  margin-left: 46px;
}

.ant-hrmax-steps-dot .ant-hrmax-steps-item-title, .ant-hrmax-steps-dot.ant-hrmax-steps-small .ant-hrmax-steps-item-title {
  line-height: 1.5715;
}

.ant-hrmax-steps-dot .ant-hrmax-steps-item-tail, .ant-hrmax-steps-dot.ant-hrmax-steps-small .ant-hrmax-steps-item-tail {
  width: 100%;
  margin: 0 0 0 70px;
  padding: 0;
  top: 2px;
}

.ant-hrmax-steps-dot .ant-hrmax-steps-item-tail:after, .ant-hrmax-steps-dot.ant-hrmax-steps-small .ant-hrmax-steps-item-tail:after {
  width: calc(100% - 20px);
  height: 3px;
  margin-left: 12px;
}

.ant-hrmax-steps-dot .ant-hrmax-steps-item:first-child .ant-hrmax-steps-icon-dot, .ant-hrmax-steps-dot.ant-hrmax-steps-small .ant-hrmax-steps-item:first-child .ant-hrmax-steps-icon-dot {
  left: 2px;
}

.ant-hrmax-steps-dot .ant-hrmax-steps-item-icon, .ant-hrmax-steps-dot.ant-hrmax-steps-small .ant-hrmax-steps-item-icon {
  background: none;
  border: 0;
  width: 8px;
  height: 8px;
  margin-left: 67px;
  padding-right: 0;
  line-height: 8px;
}

.ant-hrmax-steps-dot .ant-hrmax-steps-item-icon .ant-hrmax-steps-icon-dot, .ant-hrmax-steps-dot.ant-hrmax-steps-small .ant-hrmax-steps-item-icon .ant-hrmax-steps-icon-dot {
  float: left;
  border-radius: 100px;
  width: 100%;
  height: 100%;
  transition: all .3s;
  position: relative;
}

.ant-hrmax-steps-dot .ant-hrmax-steps-item-icon .ant-hrmax-steps-icon-dot:after, .ant-hrmax-steps-dot.ant-hrmax-steps-small .ant-hrmax-steps-item-icon .ant-hrmax-steps-icon-dot:after {
  content: "";
  background: none;
  width: 60px;
  height: 32px;
  position: absolute;
  top: -12px;
  left: -26px;
}

.ant-hrmax-steps-dot .ant-hrmax-steps-item-content, .ant-hrmax-steps-dot.ant-hrmax-steps-small .ant-hrmax-steps-item-content {
  width: 140px;
}

.ant-hrmax-steps-dot .ant-hrmax-steps-item-process .ant-hrmax-steps-item-icon, .ant-hrmax-steps-dot.ant-hrmax-steps-small .ant-hrmax-steps-item-process .ant-hrmax-steps-item-icon {
  background: none;
  width: 10px;
  height: 10px;
  line-height: 10px;
  position: relative;
  top: -1px;
}

.ant-hrmax-steps-dot .ant-hrmax-steps-item-process .ant-hrmax-steps-icon:first-child .ant-hrmax-steps-icon-dot, .ant-hrmax-steps-dot.ant-hrmax-steps-small .ant-hrmax-steps-item-process .ant-hrmax-steps-icon:first-child .ant-hrmax-steps-icon-dot {
  left: 0;
}

.ant-hrmax-steps-vertical.ant-hrmax-steps-dot .ant-hrmax-steps-item-icon {
  background: none;
  margin-top: 13px;
  margin-left: 0;
}

.ant-hrmax-steps-vertical.ant-hrmax-steps-dot .ant-hrmax-steps-item > .ant-hrmax-steps-item-container > .ant-hrmax-steps-item-tail {
  margin: 0;
  padding: 22px 0 4px;
  top: 6.5px;
  left: -9px;
}

.ant-hrmax-steps-vertical.ant-hrmax-steps-dot.ant-hrmax-steps-small .ant-hrmax-steps-item-icon {
  margin-top: 10px;
}

.ant-hrmax-steps-vertical.ant-hrmax-steps-dot.ant-hrmax-steps-small .ant-hrmax-steps-item > .ant-hrmax-steps-item-container > .ant-hrmax-steps-item-tail {
  top: 3.5px;
}

.ant-hrmax-steps-vertical.ant-hrmax-steps-dot .ant-hrmax-steps-item:first-child .ant-hrmax-steps-icon-dot {
  left: 0;
}

.ant-hrmax-steps-vertical.ant-hrmax-steps-dot .ant-hrmax-steps-item-content {
  width: inherit;
}

.ant-hrmax-steps-vertical.ant-hrmax-steps-dot .ant-hrmax-steps-item-process .ant-hrmax-steps-item-container .ant-hrmax-steps-item-icon .ant-hrmax-steps-icon-dot {
  top: -1px;
  left: -1px;
}

.ant-hrmax-steps-navigation {
  padding-top: 12px;
}

.ant-hrmax-steps-navigation.ant-hrmax-steps-small .ant-hrmax-steps-item-container {
  margin-left: -12px;
}

.ant-hrmax-steps-navigation .ant-hrmax-steps-item {
  text-align: center;
  overflow: visible;
}

.ant-hrmax-steps-navigation .ant-hrmax-steps-item-container {
  text-align: left;
  height: 100%;
  margin-left: -16px;
  padding-bottom: 12px;
  transition: opacity .3s;
  display: inline-block;
}

.ant-hrmax-steps-navigation .ant-hrmax-steps-item-container .ant-hrmax-steps-item-content {
  max-width: auto;
}

.ant-hrmax-steps-navigation .ant-hrmax-steps-item-container .ant-hrmax-steps-item-title {
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
  padding-right: 0;
  overflow: hidden;
}

.ant-hrmax-steps-navigation .ant-hrmax-steps-item-container .ant-hrmax-steps-item-title:after {
  display: none;
}

.ant-hrmax-steps-navigation .ant-hrmax-steps-item:not(.ant-hrmax-steps-item-active) .ant-hrmax-steps-item-container[role="button"] {
  cursor: pointer;
}

.ant-hrmax-steps-navigation .ant-hrmax-steps-item:not(.ant-hrmax-steps-item-active) .ant-hrmax-steps-item-container[role="button"]:hover {
  opacity: .85;
}

.ant-hrmax-steps-navigation .ant-hrmax-steps-item:last-child {
  flex: 1;
}

.ant-hrmax-steps-navigation .ant-hrmax-steps-item:last-child:after {
  display: none;
}

.ant-hrmax-steps-navigation .ant-hrmax-steps-item:after {
  content: "";
  border-top: 1px solid #00000040;
  border-bottom: none;
  border-left: none;
  border-right: 1px solid #00000040;
  width: 12px;
  height: 12px;
  margin-top: -14px;
  margin-left: -2px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: rotate(45deg);
}

.ant-hrmax-steps-navigation .ant-hrmax-steps-item:before {
  content: "";
  background-color: #268a92;
  width: 0;
  height: 2px;
  transition: width .3s ease-out, left .3s ease-out;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
}

.ant-hrmax-steps-navigation .ant-hrmax-steps-item.ant-hrmax-steps-item-active:before {
  width: 100%;
  left: 0;
}

.ant-hrmax-steps-navigation.ant-hrmax-steps-vertical > .ant-hrmax-steps-item {
  margin-right: 0 !important;
}

.ant-hrmax-steps-navigation.ant-hrmax-steps-vertical > .ant-hrmax-steps-item:before {
  display: none;
}

.ant-hrmax-steps-navigation.ant-hrmax-steps-vertical > .ant-hrmax-steps-item.ant-hrmax-steps-item-active:before {
  top: 0;
  right: 0;
  left: unset;
  width: 3px;
  height: calc(100% - 24px);
  display: block;
}

.ant-hrmax-steps-navigation.ant-hrmax-steps-vertical > .ant-hrmax-steps-item:after {
  text-align: center;
  width: 8px;
  height: 8px;
  margin-bottom: 8px;
  display: block;
  position: relative;
  top: -2px;
  left: 50%;
  transform: rotate(135deg);
}

.ant-hrmax-steps-navigation.ant-hrmax-steps-vertical > .ant-hrmax-steps-item > .ant-hrmax-steps-item-container > .ant-hrmax-steps-item-tail, .ant-hrmax-steps-navigation.ant-hrmax-steps-horizontal > .ant-hrmax-steps-item > .ant-hrmax-steps-item-container > .ant-hrmax-steps-item-tail {
  visibility: hidden;
}

.ant-hrmax-steps-rtl {
  direction: rtl;
}

.ant-hrmax-steps.ant-hrmax-steps-rtl .ant-hrmax-steps-item-icon {
  margin-left: 8px;
  margin-right: 0;
}

.ant-hrmax-steps-rtl .ant-hrmax-steps-item-tail {
  left: auto;
  right: 0;
}

.ant-hrmax-steps-rtl .ant-hrmax-steps-item-title {
  padding-left: 16px;
  padding-right: 0;
}

.ant-hrmax-steps-rtl .ant-hrmax-steps-item-title .ant-hrmax-steps-item-subtitle {
  float: left;
  margin-left: 0;
  margin-right: 8px;
}

.ant-hrmax-steps-rtl .ant-hrmax-steps-item-title:after {
  left: auto;
  right: 100%;
}

.ant-hrmax-steps-rtl.ant-hrmax-steps-horizontal:not(.ant-hrmax-steps-label-vertical) .ant-hrmax-steps-item {
  padding-left: 0;
  padding-right: 16px;
}

.ant-hrmax-steps-rtl.ant-hrmax-steps-horizontal:not(.ant-hrmax-steps-label-vertical) .ant-hrmax-steps-item:first-child {
  padding-right: 0;
}

.ant-hrmax-steps-rtl.ant-hrmax-steps-horizontal:not(.ant-hrmax-steps-label-vertical) .ant-hrmax-steps-item:last-child .ant-hrmax-steps-item-title {
  padding-left: 0;
}

.ant-hrmax-steps-rtl .ant-hrmax-steps-item-custom .ant-hrmax-steps-item-icon > .ant-hrmax-steps-icon {
  left: auto;
  right: .5px;
}

.ant-hrmax-steps-rtl.ant-hrmax-steps-navigation.ant-hrmax-steps-small .ant-hrmax-steps-item-container {
  margin-left: 0;
  margin-right: -12px;
}

.ant-hrmax-steps-rtl.ant-hrmax-steps-navigation .ant-hrmax-steps-item-container {
  text-align: right;
  margin-left: 0;
  margin-right: -16px;
}

.ant-hrmax-steps-rtl.ant-hrmax-steps-navigation .ant-hrmax-steps-item-container .ant-hrmax-steps-item-title {
  padding-left: 0;
}

.ant-hrmax-steps-rtl.ant-hrmax-steps-navigation .ant-hrmax-steps-item:after {
  margin-left: 0;
  margin-right: -2px;
  left: auto;
  right: 100%;
  transform: rotate(225deg);
}

.ant-hrmax-steps-rtl.ant-hrmax-steps-small.ant-hrmax-steps-horizontal:not(.ant-hrmax-steps-label-vertical) .ant-hrmax-steps-item {
  padding-left: 0;
  padding-right: 12px;
}

.ant-hrmax-steps-rtl.ant-hrmax-steps-small.ant-hrmax-steps-horizontal:not(.ant-hrmax-steps-label-vertical) .ant-hrmax-steps-item:first-child {
  padding-right: 0;
}

.ant-hrmax-steps-rtl.ant-hrmax-steps-small .ant-hrmax-steps-item-title {
  padding-left: 12px;
  padding-right: 0;
}

.ant-hrmax-steps-rtl.ant-hrmax-steps-vertical > .ant-hrmax-steps-item .ant-hrmax-steps-item-icon {
  float: right;
  margin-left: 16px;
  margin-right: 0;
}

.ant-hrmax-steps-rtl.ant-hrmax-steps-vertical > .ant-hrmax-steps-item > .ant-hrmax-steps-item-container > .ant-hrmax-steps-item-tail {
  left: auto;
  right: 16px;
}

.ant-hrmax-steps-rtl.ant-hrmax-steps-vertical.ant-hrmax-steps-small .ant-hrmax-steps-item-container .ant-hrmax-steps-item-tail {
  left: auto;
  right: 12px;
}

.ant-hrmax-steps-rtl.ant-hrmax-steps-label-vertical .ant-hrmax-steps-item-title {
  padding-left: 0;
}

.ant-hrmax-steps-rtl.ant-hrmax-steps-dot .ant-hrmax-steps-item-tail, .ant-hrmax-steps-rtl.ant-hrmax-steps-dot.ant-hrmax-steps-small .ant-hrmax-steps-item-tail {
  margin: 0 70px 0 0;
}

.ant-hrmax-steps-rtl.ant-hrmax-steps-dot .ant-hrmax-steps-item-tail:after, .ant-hrmax-steps-rtl.ant-hrmax-steps-dot.ant-hrmax-steps-small .ant-hrmax-steps-item-tail:after {
  margin-left: 0;
  margin-right: 12px;
}

.ant-hrmax-steps-rtl.ant-hrmax-steps-dot .ant-hrmax-steps-item:first-child .ant-hrmax-steps-icon-dot, .ant-hrmax-steps-rtl.ant-hrmax-steps-dot.ant-hrmax-steps-small .ant-hrmax-steps-item:first-child .ant-hrmax-steps-icon-dot {
  left: auto;
  right: 2px;
}

.ant-hrmax-steps-rtl.ant-hrmax-steps-dot .ant-hrmax-steps-item-icon, .ant-hrmax-steps-rtl.ant-hrmax-steps-dot.ant-hrmax-steps-small .ant-hrmax-steps-item-icon {
  margin-left: 0;
  margin-right: 67px;
}

.ant-hrmax-steps-rtl.ant-hrmax-steps-dot .ant-hrmax-steps-item-icon .ant-hrmax-steps-icon-dot, .ant-hrmax-steps-rtl.ant-hrmax-steps-dot.ant-hrmax-steps-small .ant-hrmax-steps-item-icon .ant-hrmax-steps-icon-dot {
  float: right;
}

.ant-hrmax-steps-rtl.ant-hrmax-steps-dot .ant-hrmax-steps-item-icon .ant-hrmax-steps-icon-dot:after, .ant-hrmax-steps-rtl.ant-hrmax-steps-dot.ant-hrmax-steps-small .ant-hrmax-steps-item-icon .ant-hrmax-steps-icon-dot:after {
  left: auto;
  right: -26px;
}

.ant-hrmax-steps-rtl.ant-hrmax-steps-vertical.ant-hrmax-steps-dot .ant-hrmax-steps-item-icon {
  margin-left: 16px;
  margin-right: 0;
}

.ant-hrmax-steps-rtl.ant-hrmax-steps-vertical.ant-hrmax-steps-dot .ant-hrmax-steps-item > .ant-hrmax-steps-item-container > .ant-hrmax-steps-item-tail {
  left: auto;
  right: -9px;
}

.ant-hrmax-steps-rtl.ant-hrmax-steps-vertical.ant-hrmax-steps-dot .ant-hrmax-steps-item:first-child .ant-hrmax-steps-icon-dot {
  left: auto;
  right: 0;
}

.ant-hrmax-steps-rtl.ant-hrmax-steps-vertical.ant-hrmax-steps-dot .ant-hrmax-steps-item-process .ant-hrmax-steps-icon-dot {
  left: auto;
  right: -2px;
}

.ant-hrmax-steps-rtl.ant-hrmax-steps-with-progress.ant-hrmax-steps-vertical > .ant-hrmax-steps-item {
  padding-right: 4px;
}

.ant-hrmax-steps-rtl.ant-hrmax-steps-with-progress.ant-hrmax-steps-vertical > .ant-hrmax-steps-item > .ant-hrmax-steps-item-container > .ant-hrmax-steps-item-tail {
  right: 19px;
}

.ant-hrmax-steps-rtl.ant-hrmax-steps-with-progress.ant-hrmax-steps-small.ant-hrmax-steps-vertical > .ant-hrmax-steps-item > .ant-hrmax-steps-item-container > .ant-hrmax-steps-item-tail {
  right: 15px;
}

.ant-hrmax-steps-rtl.ant-hrmax-steps-with-progress.ant-hrmax-steps-horizontal.ant-hrmax-steps-label-horizontal .ant-hrmax-steps-item:first-child {
  padding-left: 0;
  padding-right: 4px;
}

.ant-hrmax-steps-rtl.ant-hrmax-steps-with-progress.ant-hrmax-steps-horizontal.ant-hrmax-steps-label-horizontal .ant-hrmax-steps-item:first-child.ant-hrmax-steps-item-active {
  padding-right: 4px;
}

.ant-hrmax-steps-with-progress .ant-hrmax-steps-item {
  padding-top: 4px;
}

.ant-hrmax-steps-with-progress .ant-hrmax-steps-item > .ant-hrmax-steps-item-container > .ant-hrmax-steps-item-tail {
  top: 4px;
  left: 19px;
}

.ant-hrmax-steps-with-progress.ant-hrmax-steps-horizontal .ant-hrmax-steps-item:first-child, .ant-hrmax-steps-with-progress.ant-hrmax-steps-small.ant-hrmax-steps-horizontal .ant-hrmax-steps-item:first-child {
  padding-bottom: 4px;
  padding-left: 4px;
}

.ant-hrmax-steps-with-progress.ant-hrmax-steps-small > .ant-hrmax-steps-item > .ant-hrmax-steps-item-container > .ant-hrmax-steps-item-tail {
  left: 15px;
}

.ant-hrmax-steps-with-progress.ant-hrmax-steps-vertical .ant-hrmax-steps-item {
  padding-left: 4px;
}

.ant-hrmax-steps-with-progress.ant-hrmax-steps-label-vertical .ant-hrmax-steps-item .ant-hrmax-steps-item-tail {
  top: 14px !important;
}

.ant-hrmax-steps-with-progress .ant-hrmax-steps-item-icon {
  position: relative;
}

.ant-hrmax-steps-with-progress .ant-hrmax-steps-item-icon .ant-hrmax-progress {
  position: absolute;
  inset: -5px;
}

.ant-hrmax-switch {
  color: #000;
  font-variant: tabular-nums;
  font-feature-settings: "tnum";
  box-sizing: border-box;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: #cdd0d4;
  border: 0;
  border-radius: 100px;
  min-width: 44px;
  height: 22px;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 22px;
  list-style: none;
  transition: all .2s;
  display: inline-block;
  position: relative;
}

.ant-hrmax-switch:focus {
  outline: 0;
  box-shadow: 0 0 0 2px #cdd0d41a;
}

.ant-hrmax-switch:focus:hover {
  box-shadow: none;
}

.ant-hrmax-switch-loading, .ant-hrmax-switch-disabled {
  cursor: not-allowed;
  opacity: .4;
}

.ant-hrmax-switch-loading *, .ant-hrmax-switch-disabled * {
  box-shadow: none;
  cursor: not-allowed;
}

.ant-hrmax-switch-inner {
  color: #fff;
  margin: 0 7px 0 25px;
  font-size: 12px;
  transition: margin .2s;
  display: block;
}

.ant-hrmax-switch-checked .ant-hrmax-switch-inner {
  margin: 0 25px 0 7px;
}

.ant-hrmax-switch-handle {
  width: 18px;
  height: 18px;
  transition: all .2s ease-in-out;
  position: absolute;
  top: 2px;
  left: 2px;
}

.ant-hrmax-switch-handle:before {
  content: "";
  background-color: #fff;
  border-radius: 9px;
  transition: all .2s ease-in-out;
  position: absolute;
  inset: 0;
  box-shadow: 0 2px 4px #00230b33;
}

.ant-hrmax-switch-checked .ant-hrmax-switch-handle {
  left: calc(100% - 20px);
}

.ant-hrmax-switch:not(.ant-hrmax-switch-disabled):active .ant-hrmax-switch-handle:before {
  left: 0;
  right: -30%;
}

.ant-hrmax-switch:not(.ant-hrmax-switch-disabled):active.ant-hrmax-switch-checked .ant-hrmax-switch-handle:before {
  left: -30%;
  right: 0;
}

.ant-hrmax-switch-loading-icon.anthrmaxicon {
  color: #000000a6;
  vertical-align: top;
  position: relative;
  top: 2px;
}

.ant-hrmax-switch-small {
  min-width: 28px;
  height: 16px;
  line-height: 16px;
}

.ant-hrmax-switch-small .ant-hrmax-switch-inner {
  margin: 0 5px 0 18px;
  font-size: 12px;
}

.ant-hrmax-switch-small .ant-hrmax-switch-handle {
  width: 12px;
  height: 12px;
}

.ant-hrmax-switch-small .ant-hrmax-switch-loading-icon {
  font-size: 9px;
  top: 1.5px;
}

.ant-hrmax-switch-small.ant-hrmax-switch-checked .ant-hrmax-switch-inner {
  margin: 0 18px 0 5px;
}

.ant-hrmax-switch-small.ant-hrmax-switch-checked .ant-hrmax-switch-handle {
  left: calc(100% - 14px);
}

.ant-hrmax-switch-rtl {
  direction: rtl;
}

.ant-hrmax-switch-rtl .ant-hrmax-switch-inner {
  margin: 0 25px 0 7px;
}

.ant-hrmax-switch-rtl .ant-hrmax-switch-handle {
  left: auto;
  right: 2px;
}

.ant-hrmax-switch-rtl:not(.ant-hrmax-switch-rtl-disabled):active .ant-hrmax-switch-handle:before {
  left: -30%;
  right: 0;
}

.ant-hrmax-switch-rtl:not(.ant-hrmax-switch-rtl-disabled):active.ant-hrmax-switch-checked .ant-hrmax-switch-handle:before {
  left: 0;
  right: -30%;
}

.ant-hrmax-switch-rtl.ant-hrmax-switch-checked .ant-hrmax-switch-inner {
  margin: 0 7px 0 25px;
}

.ant-hrmax-switch-rtl.ant-hrmax-switch-checked .ant-hrmax-switch-handle {
  right: calc(100% - 20px);
}

.ant-hrmax-switch-rtl.ant-hrmax-switch-small.ant-hrmax-switch-checked .ant-hrmax-switch-handle {
  right: calc(100% - 14px);
}

.ant-hrmax-table.ant-hrmax-table-middle {
  font-size: 14px;
}

.ant-hrmax-table.ant-hrmax-table-middle .ant-hrmax-table-title, .ant-hrmax-table.ant-hrmax-table-middle .ant-hrmax-table-footer, .ant-hrmax-table.ant-hrmax-table-middle .ant-hrmax-table-thead > tr > th, .ant-hrmax-table.ant-hrmax-table-middle .ant-hrmax-table-tbody > tr > td, .ant-hrmax-table.ant-hrmax-table-middle tfoot > tr > th, .ant-hrmax-table.ant-hrmax-table-middle tfoot > tr > td {
  padding: 12px 8px;
}

.ant-hrmax-table.ant-hrmax-table-middle .ant-hrmax-table-filter-trigger {
  margin-right: -4px;
}

.ant-hrmax-table.ant-hrmax-table-middle .ant-hrmax-table-expanded-row-fixed {
  margin: -12px -8px;
}

.ant-hrmax-table.ant-hrmax-table-middle .ant-hrmax-table-tbody .ant-hrmax-table-wrapper:only-child .ant-hrmax-table {
  margin: -12px -8px -12px 40px;
}

.ant-hrmax-table.ant-hrmax-table-middle .ant-hrmax-table-selection-column {
  padding-inline-start: 2px;
}

.ant-hrmax-table.ant-hrmax-table-small {
  font-size: 14px;
}

.ant-hrmax-table.ant-hrmax-table-small .ant-hrmax-table-title, .ant-hrmax-table.ant-hrmax-table-small .ant-hrmax-table-footer, .ant-hrmax-table.ant-hrmax-table-small .ant-hrmax-table-thead > tr > th, .ant-hrmax-table.ant-hrmax-table-small .ant-hrmax-table-tbody > tr > td, .ant-hrmax-table.ant-hrmax-table-small tfoot > tr > th, .ant-hrmax-table.ant-hrmax-table-small tfoot > tr > td {
  padding: 8px;
}

.ant-hrmax-table.ant-hrmax-table-small .ant-hrmax-table-filter-trigger {
  margin-right: -4px;
}

.ant-hrmax-table.ant-hrmax-table-small .ant-hrmax-table-expanded-row-fixed {
  margin: -8px;
}

.ant-hrmax-table.ant-hrmax-table-small .ant-hrmax-table-tbody .ant-hrmax-table-wrapper:only-child .ant-hrmax-table {
  margin: -8px -8px -8px 40px;
}

.ant-hrmax-table.ant-hrmax-table-small .ant-hrmax-table-selection-column {
  padding-inline-start: 2px;
}

.ant-hrmax-table.ant-hrmax-table-bordered > .ant-hrmax-table-title {
  border: 1px solid #f2f6fb;
  border-bottom: 0;
}

.ant-hrmax-table.ant-hrmax-table-bordered > .ant-hrmax-table-container {
  border-left: 1px solid #f2f6fb;
}

.ant-hrmax-table.ant-hrmax-table-bordered > .ant-hrmax-table-container > .ant-hrmax-table-content > table > thead > tr > th, .ant-hrmax-table.ant-hrmax-table-bordered > .ant-hrmax-table-container > .ant-hrmax-table-header > table > thead > tr > th, .ant-hrmax-table.ant-hrmax-table-bordered > .ant-hrmax-table-container > .ant-hrmax-table-body > table > thead > tr > th, .ant-hrmax-table.ant-hrmax-table-bordered > .ant-hrmax-table-container > .ant-hrmax-table-summary > table > thead > tr > th, .ant-hrmax-table.ant-hrmax-table-bordered > .ant-hrmax-table-container > .ant-hrmax-table-content > table > tbody > tr > td, .ant-hrmax-table.ant-hrmax-table-bordered > .ant-hrmax-table-container > .ant-hrmax-table-header > table > tbody > tr > td, .ant-hrmax-table.ant-hrmax-table-bordered > .ant-hrmax-table-container > .ant-hrmax-table-body > table > tbody > tr > td, .ant-hrmax-table.ant-hrmax-table-bordered > .ant-hrmax-table-container > .ant-hrmax-table-summary > table > tbody > tr > td, .ant-hrmax-table.ant-hrmax-table-bordered > .ant-hrmax-table-container > .ant-hrmax-table-content > table > tfoot > tr > th, .ant-hrmax-table.ant-hrmax-table-bordered > .ant-hrmax-table-container > .ant-hrmax-table-header > table > tfoot > tr > th, .ant-hrmax-table.ant-hrmax-table-bordered > .ant-hrmax-table-container > .ant-hrmax-table-body > table > tfoot > tr > th, .ant-hrmax-table.ant-hrmax-table-bordered > .ant-hrmax-table-container > .ant-hrmax-table-summary > table > tfoot > tr > th, .ant-hrmax-table.ant-hrmax-table-bordered > .ant-hrmax-table-container > .ant-hrmax-table-content > table > tfoot > tr > td, .ant-hrmax-table.ant-hrmax-table-bordered > .ant-hrmax-table-container > .ant-hrmax-table-header > table > tfoot > tr > td, .ant-hrmax-table.ant-hrmax-table-bordered > .ant-hrmax-table-container > .ant-hrmax-table-body > table > tfoot > tr > td, .ant-hrmax-table.ant-hrmax-table-bordered > .ant-hrmax-table-container > .ant-hrmax-table-summary > table > tfoot > tr > td {
  border-right: 1px solid #f2f6fb;
}

.ant-hrmax-table.ant-hrmax-table-bordered > .ant-hrmax-table-container > .ant-hrmax-table-content > table > thead > tr:not(:last-child) > th, .ant-hrmax-table.ant-hrmax-table-bordered > .ant-hrmax-table-container > .ant-hrmax-table-header > table > thead > tr:not(:last-child) > th, .ant-hrmax-table.ant-hrmax-table-bordered > .ant-hrmax-table-container > .ant-hrmax-table-body > table > thead > tr:not(:last-child) > th, .ant-hrmax-table.ant-hrmax-table-bordered > .ant-hrmax-table-container > .ant-hrmax-table-summary > table > thead > tr:not(:last-child) > th {
  border-bottom: 1px solid #f2f6fb;
}

.ant-hrmax-table.ant-hrmax-table-bordered > .ant-hrmax-table-container > .ant-hrmax-table-content > table > thead > tr > th:before, .ant-hrmax-table.ant-hrmax-table-bordered > .ant-hrmax-table-container > .ant-hrmax-table-header > table > thead > tr > th:before, .ant-hrmax-table.ant-hrmax-table-bordered > .ant-hrmax-table-container > .ant-hrmax-table-body > table > thead > tr > th:before, .ant-hrmax-table.ant-hrmax-table-bordered > .ant-hrmax-table-container > .ant-hrmax-table-summary > table > thead > tr > th:before {
  background-color: #0000 !important;
}

.ant-hrmax-table.ant-hrmax-table-bordered > .ant-hrmax-table-container > .ant-hrmax-table-content > table > thead > tr > .ant-hrmax-table-cell-fix-right-first:after, .ant-hrmax-table.ant-hrmax-table-bordered > .ant-hrmax-table-container > .ant-hrmax-table-header > table > thead > tr > .ant-hrmax-table-cell-fix-right-first:after, .ant-hrmax-table.ant-hrmax-table-bordered > .ant-hrmax-table-container > .ant-hrmax-table-body > table > thead > tr > .ant-hrmax-table-cell-fix-right-first:after, .ant-hrmax-table.ant-hrmax-table-bordered > .ant-hrmax-table-container > .ant-hrmax-table-summary > table > thead > tr > .ant-hrmax-table-cell-fix-right-first:after, .ant-hrmax-table.ant-hrmax-table-bordered > .ant-hrmax-table-container > .ant-hrmax-table-content > table > tbody > tr > .ant-hrmax-table-cell-fix-right-first:after, .ant-hrmax-table.ant-hrmax-table-bordered > .ant-hrmax-table-container > .ant-hrmax-table-header > table > tbody > tr > .ant-hrmax-table-cell-fix-right-first:after, .ant-hrmax-table.ant-hrmax-table-bordered > .ant-hrmax-table-container > .ant-hrmax-table-body > table > tbody > tr > .ant-hrmax-table-cell-fix-right-first:after, .ant-hrmax-table.ant-hrmax-table-bordered > .ant-hrmax-table-container > .ant-hrmax-table-summary > table > tbody > tr > .ant-hrmax-table-cell-fix-right-first:after, .ant-hrmax-table.ant-hrmax-table-bordered > .ant-hrmax-table-container > .ant-hrmax-table-content > table > tfoot > tr > .ant-hrmax-table-cell-fix-right-first:after, .ant-hrmax-table.ant-hrmax-table-bordered > .ant-hrmax-table-container > .ant-hrmax-table-header > table > tfoot > tr > .ant-hrmax-table-cell-fix-right-first:after, .ant-hrmax-table.ant-hrmax-table-bordered > .ant-hrmax-table-container > .ant-hrmax-table-body > table > tfoot > tr > .ant-hrmax-table-cell-fix-right-first:after, .ant-hrmax-table.ant-hrmax-table-bordered > .ant-hrmax-table-container > .ant-hrmax-table-summary > table > tfoot > tr > .ant-hrmax-table-cell-fix-right-first:after {
  border-right: 1px solid #f2f6fb;
}

.ant-hrmax-table.ant-hrmax-table-bordered > .ant-hrmax-table-container > .ant-hrmax-table-content > table > tbody > tr > td > .ant-hrmax-table-expanded-row-fixed, .ant-hrmax-table.ant-hrmax-table-bordered > .ant-hrmax-table-container > .ant-hrmax-table-header > table > tbody > tr > td > .ant-hrmax-table-expanded-row-fixed, .ant-hrmax-table.ant-hrmax-table-bordered > .ant-hrmax-table-container > .ant-hrmax-table-body > table > tbody > tr > td > .ant-hrmax-table-expanded-row-fixed, .ant-hrmax-table.ant-hrmax-table-bordered > .ant-hrmax-table-container > .ant-hrmax-table-summary > table > tbody > tr > td > .ant-hrmax-table-expanded-row-fixed {
  margin: -16px -17px;
}

.ant-hrmax-table.ant-hrmax-table-bordered > .ant-hrmax-table-container > .ant-hrmax-table-content > table > tbody > tr > td > .ant-hrmax-table-expanded-row-fixed:after, .ant-hrmax-table.ant-hrmax-table-bordered > .ant-hrmax-table-container > .ant-hrmax-table-header > table > tbody > tr > td > .ant-hrmax-table-expanded-row-fixed:after, .ant-hrmax-table.ant-hrmax-table-bordered > .ant-hrmax-table-container > .ant-hrmax-table-body > table > tbody > tr > td > .ant-hrmax-table-expanded-row-fixed:after, .ant-hrmax-table.ant-hrmax-table-bordered > .ant-hrmax-table-container > .ant-hrmax-table-summary > table > tbody > tr > td > .ant-hrmax-table-expanded-row-fixed:after {
  content: "";
  border-right: 1px solid #f2f6fb;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1px;
}

.ant-hrmax-table.ant-hrmax-table-bordered > .ant-hrmax-table-container > .ant-hrmax-table-content > table, .ant-hrmax-table.ant-hrmax-table-bordered > .ant-hrmax-table-container > .ant-hrmax-table-header > table {
  border-top: 1px solid #f2f6fb;
}

.ant-hrmax-table.ant-hrmax-table-bordered.ant-hrmax-table-scroll-horizontal > .ant-hrmax-table-container > .ant-hrmax-table-body > table > tbody > tr.ant-hrmax-table-expanded-row > td, .ant-hrmax-table.ant-hrmax-table-bordered.ant-hrmax-table-scroll-horizontal > .ant-hrmax-table-container > .ant-hrmax-table-body > table > tbody > tr.ant-hrmax-table-placeholder > td {
  border-right: 0;
}

.ant-hrmax-table.ant-hrmax-table-bordered.ant-hrmax-table-middle > .ant-hrmax-table-container > .ant-hrmax-table-content > table > tbody > tr > td > .ant-hrmax-table-expanded-row-fixed, .ant-hrmax-table.ant-hrmax-table-bordered.ant-hrmax-table-middle > .ant-hrmax-table-container > .ant-hrmax-table-body > table > tbody > tr > td > .ant-hrmax-table-expanded-row-fixed {
  margin: -12px -9px;
}

.ant-hrmax-table.ant-hrmax-table-bordered.ant-hrmax-table-small > .ant-hrmax-table-container > .ant-hrmax-table-content > table > tbody > tr > td > .ant-hrmax-table-expanded-row-fixed, .ant-hrmax-table.ant-hrmax-table-bordered.ant-hrmax-table-small > .ant-hrmax-table-container > .ant-hrmax-table-body > table > tbody > tr > td > .ant-hrmax-table-expanded-row-fixed {
  margin: -8px -9px;
}

.ant-hrmax-table.ant-hrmax-table-bordered > .ant-hrmax-table-footer {
  border: 1px solid #f2f6fb;
  border-top: 0;
}

.ant-hrmax-table-cell .ant-hrmax-table-container:first-child {
  border-top: 0;
}

.ant-hrmax-table-cell-scrollbar:not([rowspan]) {
  box-shadow: 0 1px 0 1px #f2f4f7;
}

.ant-hrmax-table-wrapper {
  clear: both;
  max-width: 100%;
}

.ant-hrmax-table-wrapper:before {
  content: "";
  display: table;
}

.ant-hrmax-table-wrapper:after {
  clear: both;
  content: "";
  display: table;
}

.ant-hrmax-table {
  box-sizing: border-box;
  color: #000;
  font-variant: tabular-nums;
  font-feature-settings: "tnum";
  background: #fff;
  border-radius: 8px;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.5715;
  list-style: none;
  position: relative;
}

.ant-hrmax-table table {
  text-align: left;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 8px 8px 0 0;
  width: 100%;
}

.ant-hrmax-table-thead > tr > th, .ant-hrmax-table-tbody > tr > td, .ant-hrmax-table tfoot > tr > th, .ant-hrmax-table tfoot > tr > td {
  overflow-wrap: break-word;
  padding: 16px;
  position: relative;
}

.ant-hrmax-table-cell-ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: keep-all;
  overflow: hidden;
}

.ant-hrmax-table-cell-ellipsis.ant-hrmax-table-cell-fix-left-last, .ant-hrmax-table-cell-ellipsis.ant-hrmax-table-cell-fix-right-first {
  overflow: visible;
}

.ant-hrmax-table-cell-ellipsis.ant-hrmax-table-cell-fix-left-last .ant-hrmax-table-cell-content, .ant-hrmax-table-cell-ellipsis.ant-hrmax-table-cell-fix-right-first .ant-hrmax-table-cell-content {
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
}

.ant-hrmax-table-cell-ellipsis .ant-hrmax-table-column-title {
  text-overflow: ellipsis;
  word-break: keep-all;
  overflow: hidden;
}

.ant-hrmax-table-title {
  padding: 16px;
}

.ant-hrmax-table-footer {
  color: #000000d9;
  background: #fafafa;
  padding: 16px;
}

.ant-hrmax-table-thead > tr > th {
  color: #000000d9;
  text-align: left;
  background: #f2f4f7;
  border-bottom: 1px solid #f2f6fb;
  font-weight: 500;
  transition: background .3s;
  position: relative;
}

.ant-hrmax-table-thead > tr > th[colspan]:not([colspan="1"]) {
  text-align: center;
}

.ant-hrmax-table-thead > tr > th:not(:last-child):not(.ant-hrmax-table-selection-column):not(.ant-hrmax-table-row-expand-icon-cell):not([colspan]):before {
  content: "";
  background-color: #0000000f;
  width: 1px;
  height: 1.6em;
  transition: background-color .3s;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.ant-hrmax-table-thead > tr:not(:last-child) > th[colspan] {
  border-bottom: 0;
}

.ant-hrmax-table-tbody > tr > td {
  border-bottom: 1px solid #f2f6fb;
  transition: background .3s;
}

.ant-hrmax-table-tbody > tr > td > .ant-hrmax-table-wrapper:only-child .ant-hrmax-table, .ant-hrmax-table-tbody > tr > td > .ant-hrmax-table-expanded-row-fixed > .ant-hrmax-table-wrapper:only-child .ant-hrmax-table {
  margin: -16px -16px -16px 32px;
}

.ant-hrmax-table-tbody > tr > td > .ant-hrmax-table-wrapper:only-child .ant-hrmax-table-tbody > tr:last-child > td, .ant-hrmax-table-tbody > tr > td > .ant-hrmax-table-expanded-row-fixed > .ant-hrmax-table-wrapper:only-child .ant-hrmax-table-tbody > tr:last-child > td {
  border-bottom: 0;
}

.ant-hrmax-table-tbody > tr > td > .ant-hrmax-table-wrapper:only-child .ant-hrmax-table-tbody > tr:last-child > td:first-child, .ant-hrmax-table-tbody > tr > td > .ant-hrmax-table-expanded-row-fixed > .ant-hrmax-table-wrapper:only-child .ant-hrmax-table-tbody > tr:last-child > td:first-child, .ant-hrmax-table-tbody > tr > td > .ant-hrmax-table-wrapper:only-child .ant-hrmax-table-tbody > tr:last-child > td:last-child, .ant-hrmax-table-tbody > tr > td > .ant-hrmax-table-expanded-row-fixed > .ant-hrmax-table-wrapper:only-child .ant-hrmax-table-tbody > tr:last-child > td:last-child {
  border-radius: 0;
}

.ant-hrmax-table-tbody > tr.ant-hrmax-table-row:hover > td, .ant-hrmax-table-tbody > tr > td.ant-hrmax-table-cell-row-hover {
  background: #f2f4f7;
}

.ant-hrmax-table-tbody > tr.ant-hrmax-table-row-selected > td {
  background: #e9f4f5;
  border-color: #00000008;
}

.ant-hrmax-table-tbody > tr.ant-hrmax-table-row-selected:hover > td {
  background: #e2f0f2;
}

.ant-hrmax-table-summary {
  z-index: 2;
  background: #fff;
  position: relative;
}

div.ant-hrmax-table-summary {
  box-shadow: 0 -1px #f2f6fb;
}

.ant-hrmax-table-summary > tr > th, .ant-hrmax-table-summary > tr > td {
  border-bottom: 1px solid #f2f6fb;
}

.ant-hrmax-table-pagination.ant-hrmax-pagination {
  margin: 16px 0;
}

.ant-hrmax-table-pagination {
  flex-wrap: wrap;
  row-gap: 8px;
  display: flex;
}

.ant-hrmax-table-pagination > * {
  flex: none;
}

.ant-hrmax-table-pagination-left {
  justify-content: flex-start;
}

.ant-hrmax-table-pagination-center {
  justify-content: center;
}

.ant-hrmax-table-pagination-right {
  justify-content: flex-end;
}

.ant-hrmax-table-thead th.ant-hrmax-table-column-has-sorters {
  cursor: pointer;
  outline: none;
  transition: all .3s;
}

.ant-hrmax-table-thead th.ant-hrmax-table-column-has-sorters:hover {
  background: #0000000a;
}

.ant-hrmax-table-thead th.ant-hrmax-table-column-has-sorters:hover:before {
  background-color: #0000 !important;
}

.ant-hrmax-table-thead th.ant-hrmax-table-column-has-sorters:focus-visible {
  color: #268a92;
}

.ant-hrmax-table-thead th.ant-hrmax-table-column-has-sorters.ant-hrmax-table-cell-fix-left:hover, .ant-hrmax-table-thead th.ant-hrmax-table-column-has-sorters.ant-hrmax-table-cell-fix-right:hover, .ant-hrmax-table-thead th.ant-hrmax-table-column-sort {
  background: #f5f5f5;
}

.ant-hrmax-table-thead th.ant-hrmax-table-column-sort:before {
  background-color: #0000 !important;
}

td.ant-hrmax-table-column-sort {
  background: #fafafa;
}

.ant-hrmax-table-column-title {
  z-index: 1;
  flex: 1;
  position: relative;
}

.ant-hrmax-table-column-sorters {
  flex: auto;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.ant-hrmax-table-column-sorters:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.ant-hrmax-table-column-sorter {
  color: #bfbfbf;
  margin-left: 4px;
  font-size: 0;
  transition: color .3s;
}

.ant-hrmax-table-column-sorter-inner {
  flex-direction: column;
  align-items: center;
  display: inline-flex;
}

.ant-hrmax-table-column-sorter-up, .ant-hrmax-table-column-sorter-down {
  font-size: 11px;
}

.ant-hrmax-table-column-sorter-up + .ant-hrmax-table-column-sorter-down {
  margin-top: -.3em;
}

.ant-hrmax-table-column-sorters:hover .ant-hrmax-table-column-sorter {
  color: #a6a6a6;
}

.ant-hrmax-table-filter-column {
  justify-content: space-between;
  display: flex;
}

.ant-hrmax-table-filter-trigger {
  color: #bfbfbf;
  cursor: pointer;
  border-radius: 8px;
  align-items: center;
  margin: -4px -8px -4px 4px;
  padding: 0 4px;
  font-size: 12px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.ant-hrmax-table-filter-trigger:hover {
  color: #535b64;
  background: #0000000a;
}

.ant-hrmax-table-filter-trigger.active {
  color: #268a92;
}

.ant-hrmax-table-filter-dropdown {
  box-sizing: border-box;
  color: #000;
  font-variant: tabular-nums;
  font-feature-settings: "tnum";
  background-color: #fff;
  border-radius: 8px;
  min-width: 120px;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.5715;
  list-style: none;
  box-shadow: 0 3px 6px -4px #0000001f, 0 6px 16px #00000014, 0 9px 28px 8px #0000000d;
}

.ant-hrmax-table-filter-dropdown .ant-hrmax-dropdown-menu {
  max-height: 264px;
  box-shadow: none;
  border: 0;
  overflow-x: hidden;
}

.ant-hrmax-table-filter-dropdown .ant-hrmax-dropdown-menu:empty:after {
  color: #cdd0d4;
  text-align: center;
  content: "Not Found";
  padding: 8px 0;
  font-size: 12px;
  display: block;
}

.ant-hrmax-table-filter-dropdown-tree {
  padding: 8px 8px 0;
}

.ant-hrmax-table-filter-dropdown-tree .ant-hrmax-tree-treenode .ant-hrmax-tree-node-content-wrapper:hover {
  background-color: #f2f4f7;
}

.ant-hrmax-table-filter-dropdown-tree .ant-hrmax-tree-treenode-checkbox-checked .ant-hrmax-tree-node-content-wrapper, .ant-hrmax-table-filter-dropdown-tree .ant-hrmax-tree-treenode-checkbox-checked .ant-hrmax-tree-node-content-wrapper:hover {
  background-color: #d1ebed;
}

.ant-hrmax-table-filter-dropdown-search {
  border-bottom: 1px solid #f2f6fb;
  padding: 8px;
}

.ant-hrmax-table-filter-dropdown-search-input input {
  min-width: 140px;
}

.ant-hrmax-table-filter-dropdown-search-input .anthrmaxicon {
  color: #cdd0d4;
}

.ant-hrmax-table-filter-dropdown-checkall {
  width: 100%;
  margin-bottom: 4px;
  margin-left: 4px;
}

.ant-hrmax-table-filter-dropdown-submenu > ul {
  max-height: calc(100vh - 130px);
  overflow: hidden auto;
}

.ant-hrmax-table-filter-dropdown .ant-hrmax-checkbox-wrapper + span, .ant-hrmax-table-filter-dropdown-submenu .ant-hrmax-checkbox-wrapper + span {
  padding-left: 8px;
}

.ant-hrmax-table-filter-dropdown-btns {
  background-color: inherit;
  border-top: 1px solid #f2f6fb;
  justify-content: space-between;
  padding: 7px 8px;
  display: flex;
  overflow: hidden;
}

.ant-hrmax-table-selection-col {
  width: 32px;
}

.ant-hrmax-table-bordered .ant-hrmax-table-selection-col {
  width: 50px;
}

table tr th.ant-hrmax-table-selection-column, table tr td.ant-hrmax-table-selection-column {
  text-align: center;
  padding-left: 8px;
  padding-right: 8px;
}

table tr th.ant-hrmax-table-selection-column .ant-hrmax-radio-wrapper, table tr td.ant-hrmax-table-selection-column .ant-hrmax-radio-wrapper {
  margin-right: 0;
}

table tr th.ant-hrmax-table-selection-column.ant-hrmax-table-cell-fix-left {
  z-index: 3;
}

table tr th.ant-hrmax-table-selection-column:after {
  background-color: #0000 !important;
}

.ant-hrmax-table-selection {
  flex-direction: column;
  display: inline-flex;
  position: relative;
}

.ant-hrmax-table-selection-extra {
  z-index: 1;
  cursor: pointer;
  margin-inline-start: 100%;
  padding-inline-start: 4px;
  transition: all .3s;
  position: absolute;
  top: 0;
}

.ant-hrmax-table-selection-extra .anthrmaxicon {
  color: #bfbfbf;
  font-size: 10px;
}

.ant-hrmax-table-selection-extra .anthrmaxicon:hover {
  color: #a6a6a6;
}

.ant-hrmax-table-expand-icon-col {
  width: 48px;
}

.ant-hrmax-table-row-expand-icon-cell {
  text-align: center;
}

.ant-hrmax-table-row-expand-icon-cell .ant-hrmax-table-row-expand-icon {
  float: none;
  vertical-align: sub;
  display: inline-flex;
}

.ant-hrmax-table-row-indent {
  float: left;
  height: 1px;
}

.ant-hrmax-table-row-expand-icon {
  color: inherit;
  cursor: pointer;
  float: left;
  box-sizing: border-box;
  width: 17px;
  height: 17px;
  user-select: none;
  background: #fff;
  border: 1px solid #f2f6fb;
  border-radius: 8px;
  outline: none;
  padding: 0;
  line-height: 17px;
  transition: all .3s;
  position: relative;
  transform: scale(1.05882);
}

.ant-hrmax-table-row-expand-icon:focus-visible, .ant-hrmax-table-row-expand-icon:hover {
  color: #429b9e;
}

.ant-hrmax-table-row-expand-icon:active {
  color: #16636b;
}

.ant-hrmax-table-row-expand-icon:focus, .ant-hrmax-table-row-expand-icon:hover, .ant-hrmax-table-row-expand-icon:active {
  border-color: currentColor;
}

.ant-hrmax-table-row-expand-icon:before, .ant-hrmax-table-row-expand-icon:after {
  content: "";
  background: currentColor;
  transition: transform .3s ease-out;
  position: absolute;
}

.ant-hrmax-table-row-expand-icon:before {
  height: 1px;
  top: 7px;
  left: 3px;
  right: 3px;
}

.ant-hrmax-table-row-expand-icon:after {
  width: 1px;
  top: 3px;
  bottom: 3px;
  left: 7px;
  transform: rotate(90deg);
}

.ant-hrmax-table-row-expand-icon-collapsed:before {
  transform: rotate(-180deg);
}

.ant-hrmax-table-row-expand-icon-collapsed:after {
  transform: rotate(0);
}

.ant-hrmax-table-row-expand-icon-spaced {
  visibility: hidden;
  background: none;
  border: 0;
}

.ant-hrmax-table-row-expand-icon-spaced:before, .ant-hrmax-table-row-expand-icon-spaced:after {
  content: none;
  display: none;
}

.ant-hrmax-table-row-indent + .ant-hrmax-table-row-expand-icon {
  margin-top: 2.5005px;
  margin-right: 8px;
}

tr.ant-hrmax-table-expanded-row > td, tr.ant-hrmax-table-expanded-row:hover > td {
  background: #fbfbfb;
}

tr.ant-hrmax-table-expanded-row .ant-hrmax-descriptions-view {
  display: flex;
}

tr.ant-hrmax-table-expanded-row .ant-hrmax-descriptions-view table {
  flex: auto;
  width: auto;
}

.ant-hrmax-table .ant-hrmax-table-expanded-row-fixed {
  margin: -16px;
  padding: 16px;
  position: relative;
}

.ant-hrmax-table-tbody > tr.ant-hrmax-table-placeholder {
  text-align: center;
}

.ant-hrmax-table-empty .ant-hrmax-table-tbody > tr.ant-hrmax-table-placeholder {
  color: #cdd0d4;
}

.ant-hrmax-table-tbody > tr.ant-hrmax-table-placeholder:hover > td {
  background: #fff;
}

.ant-hrmax-table-cell-fix-left, .ant-hrmax-table-cell-fix-right {
  z-index: 2;
  background: #fff;
  position: sticky !important;
}

.ant-hrmax-table-cell-fix-left-first:after, .ant-hrmax-table-cell-fix-left-last:after {
  content: "";
  pointer-events: none;
  width: 30px;
  transition: box-shadow .3s;
  position: absolute;
  top: 0;
  bottom: -1px;
  right: 0;
  transform: translateX(100%);
}

.ant-hrmax-table-cell-fix-left-all:after {
  display: none;
}

.ant-hrmax-table-cell-fix-right-first:after, .ant-hrmax-table-cell-fix-right-last:after {
  content: "";
  pointer-events: none;
  width: 30px;
  transition: box-shadow .3s;
  position: absolute;
  top: 0;
  bottom: -1px;
  left: 0;
  transform: translateX(-100%);
}

.ant-hrmax-table .ant-hrmax-table-container:before, .ant-hrmax-table .ant-hrmax-table-container:after {
  z-index: calc(calc(2 + 1)  + 1);
  content: "";
  pointer-events: none;
  width: 30px;
  transition: box-shadow .3s;
  position: absolute;
  top: 0;
  bottom: 0;
}

.ant-hrmax-table .ant-hrmax-table-container:before {
  left: 0;
}

.ant-hrmax-table .ant-hrmax-table-container:after {
  right: 0;
}

.ant-hrmax-table-ping-left:not(.ant-hrmax-table-has-fix-left) > .ant-hrmax-table-container {
  position: relative;
}

.ant-hrmax-table-ping-left:not(.ant-hrmax-table-has-fix-left) > .ant-hrmax-table-container:before, .ant-hrmax-table-ping-left .ant-hrmax-table-cell-fix-left-first:after, .ant-hrmax-table-ping-left .ant-hrmax-table-cell-fix-left-last:after {
  box-shadow: inset 10px 0 8px -8px #00000026;
}

.ant-hrmax-table-ping-left .ant-hrmax-table-cell-fix-left-last:before {
  background-color: #0000 !important;
}

.ant-hrmax-table-ping-right:not(.ant-hrmax-table-has-fix-right) > .ant-hrmax-table-container {
  position: relative;
}

.ant-hrmax-table-ping-right:not(.ant-hrmax-table-has-fix-right) > .ant-hrmax-table-container:after, .ant-hrmax-table-ping-right .ant-hrmax-table-cell-fix-right-first:after, .ant-hrmax-table-ping-right .ant-hrmax-table-cell-fix-right-last:after {
  box-shadow: inset -10px 0 8px -8px #00000026;
}

.ant-hrmax-table-sticky-holder {
  z-index: calc(2 + 1);
  background: #fff;
  position: sticky;
}

.ant-hrmax-table-sticky-scroll {
  z-index: calc(2 + 1);
  opacity: .6;
  background: #fff;
  border-top: 1px solid #f2f6fb;
  align-items: center;
  display: flex;
  position: sticky;
  bottom: 0;
}

.ant-hrmax-table-sticky-scroll:hover {
  transform-origin: bottom;
}

.ant-hrmax-table-sticky-scroll-bar {
  background-color: #00000059;
  border-radius: 4px;
  height: 8px;
}

.ant-hrmax-table-sticky-scroll-bar:hover, .ant-hrmax-table-sticky-scroll-bar-active {
  background-color: #000c;
}

@media (-ms-high-contrast: none) {
  .ant-hrmax-table-ping-left .ant-hrmax-table-cell-fix-left-last:after, .ant-hrmax-table-ping-right .ant-hrmax-table-cell-fix-right-first:after {
    box-shadow: none !important;
  }
}

.ant-hrmax-table-title {
  border-radius: 8px 8px 0 0;
}

.ant-hrmax-table-title + .ant-hrmax-table-container {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.ant-hrmax-table-title + .ant-hrmax-table-container table, .ant-hrmax-table-title + .ant-hrmax-table-container table > thead > tr:first-child th:first-child, .ant-hrmax-table-title + .ant-hrmax-table-container table > thead > tr:first-child th:last-child {
  border-radius: 0;
}

.ant-hrmax-table-container {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.ant-hrmax-table-container table > thead > tr:first-child th:first-child {
  border-top-left-radius: 8px;
}

.ant-hrmax-table-container table > thead > tr:first-child th:last-child {
  border-top-right-radius: 8px;
}

.ant-hrmax-table-footer {
  border-radius: 0 0 8px 8px;
}

.ant-hrmax-table-wrapper-rtl, .ant-hrmax-table-rtl {
  direction: rtl;
}

.ant-hrmax-table-wrapper-rtl .ant-hrmax-table table {
  text-align: right;
}

.ant-hrmax-table-wrapper-rtl .ant-hrmax-table-thead > tr > th[colspan]:not([colspan="1"]) {
  text-align: center;
}

.ant-hrmax-table-wrapper-rtl .ant-hrmax-table-thead > tr > th:not(:last-child):not(.ant-hrmax-table-selection-column):not(.ant-hrmax-table-row-expand-icon-cell):not([colspan]):before {
  left: 0;
  right: auto;
}

.ant-hrmax-table-wrapper-rtl .ant-hrmax-table-thead > tr > th {
  text-align: right;
}

.ant-hrmax-table-tbody > tr .ant-hrmax-table-wrapper:only-child .ant-hrmax-table.ant-hrmax-table-rtl {
  margin: -16px 33px -16px -16px;
}

.ant-hrmax-table-wrapper.ant-hrmax-table-wrapper-rtl .ant-hrmax-table-pagination-left {
  justify-content: flex-end;
}

.ant-hrmax-table-wrapper.ant-hrmax-table-wrapper-rtl .ant-hrmax-table-pagination-right {
  justify-content: flex-start;
}

.ant-hrmax-table-wrapper-rtl .ant-hrmax-table-column-sorter {
  margin-left: 0;
  margin-right: 4px;
}

.ant-hrmax-table-wrapper-rtl .ant-hrmax-table-filter-column-title {
  padding: 16px 16px 16px 2.3em;
}

.ant-hrmax-table-rtl .ant-hrmax-table-thead tr th.ant-hrmax-table-column-has-sorters .ant-hrmax-table-filter-column-title {
  padding: 0 0 0 2.3em;
}

.ant-hrmax-table-wrapper-rtl .ant-hrmax-table-filter-trigger {
  margin: -4px 4px -4px -8px;
}

.ant-hrmax-dropdown-rtl .ant-hrmax-table-filter-dropdown .ant-hrmax-checkbox-wrapper + span, .ant-hrmax-dropdown-rtl .ant-hrmax-table-filter-dropdown-submenu .ant-hrmax-checkbox-wrapper + span, .ant-hrmax-dropdown-menu-submenu-rtl.ant-hrmax-table-filter-dropdown .ant-hrmax-checkbox-wrapper + span, .ant-hrmax-dropdown-menu-submenu-rtl.ant-hrmax-table-filter-dropdown-submenu .ant-hrmax-checkbox-wrapper + span {
  padding-left: 0;
  padding-right: 8px;
}

.ant-hrmax-table-wrapper-rtl .ant-hrmax-table-selection {
  text-align: center;
}

.ant-hrmax-table-wrapper-rtl .ant-hrmax-table-row-indent, .ant-hrmax-table-wrapper-rtl .ant-hrmax-table-row-expand-icon {
  float: right;
}

.ant-hrmax-table-wrapper-rtl .ant-hrmax-table-row-indent + .ant-hrmax-table-row-expand-icon {
  margin-left: 8px;
  margin-right: 0;
}

.ant-hrmax-table-wrapper-rtl .ant-hrmax-table-row-expand-icon:after {
  transform: rotate(-90deg);
}

.ant-hrmax-table-wrapper-rtl .ant-hrmax-table-row-expand-icon-collapsed:before {
  transform: rotate(180deg);
}

.ant-hrmax-table-wrapper-rtl .ant-hrmax-table-row-expand-icon-collapsed:after {
  transform: rotate(0);
}

.ant-hrmax-tabs-small > .ant-hrmax-tabs-nav .ant-hrmax-tabs-tab {
  padding: 8px 0;
  font-size: 14px;
}

.ant-hrmax-tabs-large > .ant-hrmax-tabs-nav .ant-hrmax-tabs-tab {
  padding: 16px 0;
  font-size: 16px;
}

.ant-hrmax-tabs-card.ant-hrmax-tabs-small > .ant-hrmax-tabs-nav .ant-hrmax-tabs-tab {
  padding: 6px 16px;
}

.ant-hrmax-tabs-card.ant-hrmax-tabs-large > .ant-hrmax-tabs-nav .ant-hrmax-tabs-tab {
  padding: 7px 16px 6px;
}

.ant-hrmax-tabs-rtl {
  direction: rtl;
}

.ant-hrmax-tabs-rtl .ant-hrmax-tabs-nav .ant-hrmax-tabs-tab {
  margin: 0 0 0 32px;
}

.ant-hrmax-tabs-rtl .ant-hrmax-tabs-nav .ant-hrmax-tabs-tab:last-of-type {
  margin-left: 0;
}

.ant-hrmax-tabs-rtl .ant-hrmax-tabs-nav .ant-hrmax-tabs-tab .anthrmaxicon {
  margin-left: 12px;
  margin-right: 0;
}

.ant-hrmax-tabs-rtl .ant-hrmax-tabs-nav .ant-hrmax-tabs-tab .ant-hrmax-tabs-tab-remove {
  margin-left: -4px;
  margin-right: 8px;
}

.ant-hrmax-tabs-rtl .ant-hrmax-tabs-nav .ant-hrmax-tabs-tab .ant-hrmax-tabs-tab-remove .anthrmaxicon {
  margin: 0;
}

.ant-hrmax-tabs-rtl.ant-hrmax-tabs-left > .ant-hrmax-tabs-nav {
  order: 1;
}

.ant-hrmax-tabs-rtl.ant-hrmax-tabs-left > .ant-hrmax-tabs-content-holder, .ant-hrmax-tabs-rtl.ant-hrmax-tabs-right > .ant-hrmax-tabs-nav {
  order: 0;
}

.ant-hrmax-tabs-rtl.ant-hrmax-tabs-right > .ant-hrmax-tabs-content-holder {
  order: 1;
}

.ant-hrmax-tabs-rtl.ant-hrmax-tabs-card.ant-hrmax-tabs-top > .ant-hrmax-tabs-nav .ant-hrmax-tabs-tab + .ant-hrmax-tabs-tab, .ant-hrmax-tabs-rtl.ant-hrmax-tabs-card.ant-hrmax-tabs-bottom > .ant-hrmax-tabs-nav .ant-hrmax-tabs-tab + .ant-hrmax-tabs-tab, .ant-hrmax-tabs-rtl.ant-hrmax-tabs-card.ant-hrmax-tabs-top > div > .ant-hrmax-tabs-nav .ant-hrmax-tabs-tab + .ant-hrmax-tabs-tab, .ant-hrmax-tabs-rtl.ant-hrmax-tabs-card.ant-hrmax-tabs-bottom > div > .ant-hrmax-tabs-nav .ant-hrmax-tabs-tab + .ant-hrmax-tabs-tab, .ant-hrmax-tabs-rtl.ant-hrmax-tabs-card.ant-hrmax-tabs-top > .ant-hrmax-tabs-nav .ant-hrmax-tabs-nav-add, .ant-hrmax-tabs-rtl.ant-hrmax-tabs-card.ant-hrmax-tabs-bottom > .ant-hrmax-tabs-nav .ant-hrmax-tabs-nav-add, .ant-hrmax-tabs-rtl.ant-hrmax-tabs-card.ant-hrmax-tabs-top > div > .ant-hrmax-tabs-nav .ant-hrmax-tabs-nav-add, .ant-hrmax-tabs-rtl.ant-hrmax-tabs-card.ant-hrmax-tabs-bottom > div > .ant-hrmax-tabs-nav .ant-hrmax-tabs-nav-add {
  margin-left: 0;
  margin-right: 4px;
}

.ant-hrmax-tabs-dropdown-rtl {
  direction: rtl;
}

.ant-hrmax-tabs-dropdown-rtl .ant-hrmax-tabs-dropdown-menu-item {
  text-align: right;
}

.ant-hrmax-tabs-top, .ant-hrmax-tabs-bottom {
  flex-direction: column;
}

.ant-hrmax-tabs-top > .ant-hrmax-tabs-nav, .ant-hrmax-tabs-bottom > .ant-hrmax-tabs-nav, .ant-hrmax-tabs-top > div > .ant-hrmax-tabs-nav, .ant-hrmax-tabs-bottom > div > .ant-hrmax-tabs-nav {
  margin: 0 0 16px;
}

.ant-hrmax-tabs-top > .ant-hrmax-tabs-nav:before, .ant-hrmax-tabs-bottom > .ant-hrmax-tabs-nav:before, .ant-hrmax-tabs-top > div > .ant-hrmax-tabs-nav:before, .ant-hrmax-tabs-bottom > div > .ant-hrmax-tabs-nav:before {
  content: "";
  border-bottom: 1px solid #f2f6fb;
  position: absolute;
  left: 0;
  right: 0;
}

.ant-hrmax-tabs-top > .ant-hrmax-tabs-nav .ant-hrmax-tabs-ink-bar, .ant-hrmax-tabs-bottom > .ant-hrmax-tabs-nav .ant-hrmax-tabs-ink-bar, .ant-hrmax-tabs-top > div > .ant-hrmax-tabs-nav .ant-hrmax-tabs-ink-bar, .ant-hrmax-tabs-bottom > div > .ant-hrmax-tabs-nav .ant-hrmax-tabs-ink-bar {
  height: 2px;
}

.ant-hrmax-tabs-top > .ant-hrmax-tabs-nav .ant-hrmax-tabs-ink-bar-animated, .ant-hrmax-tabs-bottom > .ant-hrmax-tabs-nav .ant-hrmax-tabs-ink-bar-animated, .ant-hrmax-tabs-top > div > .ant-hrmax-tabs-nav .ant-hrmax-tabs-ink-bar-animated, .ant-hrmax-tabs-bottom > div > .ant-hrmax-tabs-nav .ant-hrmax-tabs-ink-bar-animated {
  transition: width .3s, left .3s, right .3s;
}

.ant-hrmax-tabs-top > .ant-hrmax-tabs-nav .ant-hrmax-tabs-nav-wrap:before, .ant-hrmax-tabs-bottom > .ant-hrmax-tabs-nav .ant-hrmax-tabs-nav-wrap:before, .ant-hrmax-tabs-top > div > .ant-hrmax-tabs-nav .ant-hrmax-tabs-nav-wrap:before, .ant-hrmax-tabs-bottom > div > .ant-hrmax-tabs-nav .ant-hrmax-tabs-nav-wrap:before, .ant-hrmax-tabs-top > .ant-hrmax-tabs-nav .ant-hrmax-tabs-nav-wrap:after, .ant-hrmax-tabs-bottom > .ant-hrmax-tabs-nav .ant-hrmax-tabs-nav-wrap:after, .ant-hrmax-tabs-top > div > .ant-hrmax-tabs-nav .ant-hrmax-tabs-nav-wrap:after, .ant-hrmax-tabs-bottom > div > .ant-hrmax-tabs-nav .ant-hrmax-tabs-nav-wrap:after {
  width: 30px;
  top: 0;
  bottom: 0;
}

.ant-hrmax-tabs-top > .ant-hrmax-tabs-nav .ant-hrmax-tabs-nav-wrap:before, .ant-hrmax-tabs-bottom > .ant-hrmax-tabs-nav .ant-hrmax-tabs-nav-wrap:before, .ant-hrmax-tabs-top > div > .ant-hrmax-tabs-nav .ant-hrmax-tabs-nav-wrap:before, .ant-hrmax-tabs-bottom > div > .ant-hrmax-tabs-nav .ant-hrmax-tabs-nav-wrap:before {
  left: 0;
  box-shadow: inset 10px 0 8px -8px #00000014;
}

.ant-hrmax-tabs-top > .ant-hrmax-tabs-nav .ant-hrmax-tabs-nav-wrap:after, .ant-hrmax-tabs-bottom > .ant-hrmax-tabs-nav .ant-hrmax-tabs-nav-wrap:after, .ant-hrmax-tabs-top > div > .ant-hrmax-tabs-nav .ant-hrmax-tabs-nav-wrap:after, .ant-hrmax-tabs-bottom > div > .ant-hrmax-tabs-nav .ant-hrmax-tabs-nav-wrap:after {
  right: 0;
  box-shadow: inset -10px 0 8px -8px #00000014;
}

.ant-hrmax-tabs-top > .ant-hrmax-tabs-nav .ant-hrmax-tabs-nav-wrap.ant-hrmax-tabs-nav-wrap-ping-left:before, .ant-hrmax-tabs-bottom > .ant-hrmax-tabs-nav .ant-hrmax-tabs-nav-wrap.ant-hrmax-tabs-nav-wrap-ping-left:before, .ant-hrmax-tabs-top > div > .ant-hrmax-tabs-nav .ant-hrmax-tabs-nav-wrap.ant-hrmax-tabs-nav-wrap-ping-left:before, .ant-hrmax-tabs-bottom > div > .ant-hrmax-tabs-nav .ant-hrmax-tabs-nav-wrap.ant-hrmax-tabs-nav-wrap-ping-left:before, .ant-hrmax-tabs-top > .ant-hrmax-tabs-nav .ant-hrmax-tabs-nav-wrap.ant-hrmax-tabs-nav-wrap-ping-right:after, .ant-hrmax-tabs-bottom > .ant-hrmax-tabs-nav .ant-hrmax-tabs-nav-wrap.ant-hrmax-tabs-nav-wrap-ping-right:after, .ant-hrmax-tabs-top > div > .ant-hrmax-tabs-nav .ant-hrmax-tabs-nav-wrap.ant-hrmax-tabs-nav-wrap-ping-right:after, .ant-hrmax-tabs-bottom > div > .ant-hrmax-tabs-nav .ant-hrmax-tabs-nav-wrap.ant-hrmax-tabs-nav-wrap-ping-right:after {
  opacity: 1;
}

.ant-hrmax-tabs-top > .ant-hrmax-tabs-nav:before, .ant-hrmax-tabs-top > div > .ant-hrmax-tabs-nav:before, .ant-hrmax-tabs-top > .ant-hrmax-tabs-nav .ant-hrmax-tabs-ink-bar, .ant-hrmax-tabs-top > div > .ant-hrmax-tabs-nav .ant-hrmax-tabs-ink-bar {
  bottom: 0;
}

.ant-hrmax-tabs-bottom > .ant-hrmax-tabs-nav, .ant-hrmax-tabs-bottom > div > .ant-hrmax-tabs-nav {
  order: 1;
  margin-top: 16px;
  margin-bottom: 0;
}

.ant-hrmax-tabs-bottom > .ant-hrmax-tabs-nav:before, .ant-hrmax-tabs-bottom > div > .ant-hrmax-tabs-nav:before, .ant-hrmax-tabs-bottom > .ant-hrmax-tabs-nav .ant-hrmax-tabs-ink-bar, .ant-hrmax-tabs-bottom > div > .ant-hrmax-tabs-nav .ant-hrmax-tabs-ink-bar {
  top: 0;
}

.ant-hrmax-tabs-bottom > .ant-hrmax-tabs-content-holder, .ant-hrmax-tabs-bottom > div > .ant-hrmax-tabs-content-holder {
  order: 0;
}

.ant-hrmax-tabs-left > .ant-hrmax-tabs-nav, .ant-hrmax-tabs-right > .ant-hrmax-tabs-nav, .ant-hrmax-tabs-left > div > .ant-hrmax-tabs-nav, .ant-hrmax-tabs-right > div > .ant-hrmax-tabs-nav {
  flex-direction: column;
  min-width: 50px;
}

.ant-hrmax-tabs-left > .ant-hrmax-tabs-nav .ant-hrmax-tabs-tab, .ant-hrmax-tabs-right > .ant-hrmax-tabs-nav .ant-hrmax-tabs-tab, .ant-hrmax-tabs-left > div > .ant-hrmax-tabs-nav .ant-hrmax-tabs-tab, .ant-hrmax-tabs-right > div > .ant-hrmax-tabs-nav .ant-hrmax-tabs-tab {
  text-align: center;
  padding: 8px 24px;
}

.ant-hrmax-tabs-left > .ant-hrmax-tabs-nav .ant-hrmax-tabs-tab + .ant-hrmax-tabs-tab, .ant-hrmax-tabs-right > .ant-hrmax-tabs-nav .ant-hrmax-tabs-tab + .ant-hrmax-tabs-tab, .ant-hrmax-tabs-left > div > .ant-hrmax-tabs-nav .ant-hrmax-tabs-tab + .ant-hrmax-tabs-tab, .ant-hrmax-tabs-right > div > .ant-hrmax-tabs-nav .ant-hrmax-tabs-tab + .ant-hrmax-tabs-tab {
  margin: 16px 0 0;
}

.ant-hrmax-tabs-left > .ant-hrmax-tabs-nav .ant-hrmax-tabs-nav-wrap, .ant-hrmax-tabs-right > .ant-hrmax-tabs-nav .ant-hrmax-tabs-nav-wrap, .ant-hrmax-tabs-left > div > .ant-hrmax-tabs-nav .ant-hrmax-tabs-nav-wrap, .ant-hrmax-tabs-right > div > .ant-hrmax-tabs-nav .ant-hrmax-tabs-nav-wrap {
  flex-direction: column;
}

.ant-hrmax-tabs-left > .ant-hrmax-tabs-nav .ant-hrmax-tabs-nav-wrap:before, .ant-hrmax-tabs-right > .ant-hrmax-tabs-nav .ant-hrmax-tabs-nav-wrap:before, .ant-hrmax-tabs-left > div > .ant-hrmax-tabs-nav .ant-hrmax-tabs-nav-wrap:before, .ant-hrmax-tabs-right > div > .ant-hrmax-tabs-nav .ant-hrmax-tabs-nav-wrap:before, .ant-hrmax-tabs-left > .ant-hrmax-tabs-nav .ant-hrmax-tabs-nav-wrap:after, .ant-hrmax-tabs-right > .ant-hrmax-tabs-nav .ant-hrmax-tabs-nav-wrap:after, .ant-hrmax-tabs-left > div > .ant-hrmax-tabs-nav .ant-hrmax-tabs-nav-wrap:after, .ant-hrmax-tabs-right > div > .ant-hrmax-tabs-nav .ant-hrmax-tabs-nav-wrap:after {
  height: 30px;
  left: 0;
  right: 0;
}

.ant-hrmax-tabs-left > .ant-hrmax-tabs-nav .ant-hrmax-tabs-nav-wrap:before, .ant-hrmax-tabs-right > .ant-hrmax-tabs-nav .ant-hrmax-tabs-nav-wrap:before, .ant-hrmax-tabs-left > div > .ant-hrmax-tabs-nav .ant-hrmax-tabs-nav-wrap:before, .ant-hrmax-tabs-right > div > .ant-hrmax-tabs-nav .ant-hrmax-tabs-nav-wrap:before {
  top: 0;
  box-shadow: inset 0 10px 8px -8px #00000014;
}

.ant-hrmax-tabs-left > .ant-hrmax-tabs-nav .ant-hrmax-tabs-nav-wrap:after, .ant-hrmax-tabs-right > .ant-hrmax-tabs-nav .ant-hrmax-tabs-nav-wrap:after, .ant-hrmax-tabs-left > div > .ant-hrmax-tabs-nav .ant-hrmax-tabs-nav-wrap:after, .ant-hrmax-tabs-right > div > .ant-hrmax-tabs-nav .ant-hrmax-tabs-nav-wrap:after {
  bottom: 0;
  box-shadow: inset 0 -10px 8px -8px #00000014;
}

.ant-hrmax-tabs-left > .ant-hrmax-tabs-nav .ant-hrmax-tabs-nav-wrap.ant-hrmax-tabs-nav-wrap-ping-top:before, .ant-hrmax-tabs-right > .ant-hrmax-tabs-nav .ant-hrmax-tabs-nav-wrap.ant-hrmax-tabs-nav-wrap-ping-top:before, .ant-hrmax-tabs-left > div > .ant-hrmax-tabs-nav .ant-hrmax-tabs-nav-wrap.ant-hrmax-tabs-nav-wrap-ping-top:before, .ant-hrmax-tabs-right > div > .ant-hrmax-tabs-nav .ant-hrmax-tabs-nav-wrap.ant-hrmax-tabs-nav-wrap-ping-top:before, .ant-hrmax-tabs-left > .ant-hrmax-tabs-nav .ant-hrmax-tabs-nav-wrap.ant-hrmax-tabs-nav-wrap-ping-bottom:after, .ant-hrmax-tabs-right > .ant-hrmax-tabs-nav .ant-hrmax-tabs-nav-wrap.ant-hrmax-tabs-nav-wrap-ping-bottom:after, .ant-hrmax-tabs-left > div > .ant-hrmax-tabs-nav .ant-hrmax-tabs-nav-wrap.ant-hrmax-tabs-nav-wrap-ping-bottom:after, .ant-hrmax-tabs-right > div > .ant-hrmax-tabs-nav .ant-hrmax-tabs-nav-wrap.ant-hrmax-tabs-nav-wrap-ping-bottom:after {
  opacity: 1;
}

.ant-hrmax-tabs-left > .ant-hrmax-tabs-nav .ant-hrmax-tabs-ink-bar, .ant-hrmax-tabs-right > .ant-hrmax-tabs-nav .ant-hrmax-tabs-ink-bar, .ant-hrmax-tabs-left > div > .ant-hrmax-tabs-nav .ant-hrmax-tabs-ink-bar, .ant-hrmax-tabs-right > div > .ant-hrmax-tabs-nav .ant-hrmax-tabs-ink-bar {
  width: 2px;
}

.ant-hrmax-tabs-left > .ant-hrmax-tabs-nav .ant-hrmax-tabs-ink-bar-animated, .ant-hrmax-tabs-right > .ant-hrmax-tabs-nav .ant-hrmax-tabs-ink-bar-animated, .ant-hrmax-tabs-left > div > .ant-hrmax-tabs-nav .ant-hrmax-tabs-ink-bar-animated, .ant-hrmax-tabs-right > div > .ant-hrmax-tabs-nav .ant-hrmax-tabs-ink-bar-animated {
  transition: height .3s, top .3s;
}

.ant-hrmax-tabs-left > .ant-hrmax-tabs-nav .ant-hrmax-tabs-nav-list, .ant-hrmax-tabs-right > .ant-hrmax-tabs-nav .ant-hrmax-tabs-nav-list, .ant-hrmax-tabs-left > div > .ant-hrmax-tabs-nav .ant-hrmax-tabs-nav-list, .ant-hrmax-tabs-right > div > .ant-hrmax-tabs-nav .ant-hrmax-tabs-nav-list, .ant-hrmax-tabs-left > .ant-hrmax-tabs-nav .ant-hrmax-tabs-nav-operations, .ant-hrmax-tabs-right > .ant-hrmax-tabs-nav .ant-hrmax-tabs-nav-operations, .ant-hrmax-tabs-left > div > .ant-hrmax-tabs-nav .ant-hrmax-tabs-nav-operations, .ant-hrmax-tabs-right > div > .ant-hrmax-tabs-nav .ant-hrmax-tabs-nav-operations {
  flex-direction: column;
  flex: 1 0 auto;
}

.ant-hrmax-tabs-left > .ant-hrmax-tabs-nav .ant-hrmax-tabs-ink-bar, .ant-hrmax-tabs-left > div > .ant-hrmax-tabs-nav .ant-hrmax-tabs-ink-bar {
  right: 0;
}

.ant-hrmax-tabs-left > .ant-hrmax-tabs-content-holder, .ant-hrmax-tabs-left > div > .ant-hrmax-tabs-content-holder {
  border-left: 1px solid #f2f6fb;
  margin-left: -1px;
}

.ant-hrmax-tabs-left > .ant-hrmax-tabs-content-holder > .ant-hrmax-tabs-content > .ant-hrmax-tabs-tabpane, .ant-hrmax-tabs-left > div > .ant-hrmax-tabs-content-holder > .ant-hrmax-tabs-content > .ant-hrmax-tabs-tabpane {
  padding-left: 24px;
}

.ant-hrmax-tabs-right > .ant-hrmax-tabs-nav, .ant-hrmax-tabs-right > div > .ant-hrmax-tabs-nav {
  order: 1;
}

.ant-hrmax-tabs-right > .ant-hrmax-tabs-nav .ant-hrmax-tabs-ink-bar, .ant-hrmax-tabs-right > div > .ant-hrmax-tabs-nav .ant-hrmax-tabs-ink-bar {
  left: 0;
}

.ant-hrmax-tabs-right > .ant-hrmax-tabs-content-holder, .ant-hrmax-tabs-right > div > .ant-hrmax-tabs-content-holder {
  border-right: 1px solid #f2f6fb;
  order: 0;
  margin-right: -1px;
}

.ant-hrmax-tabs-right > .ant-hrmax-tabs-content-holder > .ant-hrmax-tabs-content > .ant-hrmax-tabs-tabpane, .ant-hrmax-tabs-right > div > .ant-hrmax-tabs-content-holder > .ant-hrmax-tabs-content > .ant-hrmax-tabs-tabpane {
  padding-right: 24px;
}

.ant-hrmax-tabs-dropdown {
  box-sizing: border-box;
  color: #000;
  font-variant: tabular-nums;
  font-feature-settings: "tnum";
  z-index: 1050;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.5715;
  list-style: none;
  display: block;
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.ant-hrmax-tabs-dropdown-hidden {
  display: none;
}

.ant-hrmax-tabs-dropdown-menu {
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 8px;
  outline: none;
  max-height: 200px;
  margin: 0;
  padding: 4px 0;
  list-style-type: none;
  overflow: hidden auto;
  box-shadow: 0 3px 6px -4px #0000001f, 0 6px 16px #00000014, 0 9px 28px 8px #0000000d;
}

.ant-hrmax-tabs-dropdown-menu-item {
  color: #000;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  align-items: center;
  min-width: 120px;
  margin: 0;
  padding: 7px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
  transition: all .3s;
  display: flex;
  overflow: hidden;
}

.ant-hrmax-tabs-dropdown-menu-item > span {
  white-space: nowrap;
  flex: 1;
}

.ant-hrmax-tabs-dropdown-menu-item-remove {
  color: #535b64;
  cursor: pointer;
  background: none;
  border: 0;
  flex: none;
  margin-left: 12px;
  font-size: 12px;
}

.ant-hrmax-tabs-dropdown-menu-item-remove:hover {
  color: #54a7af;
}

.ant-hrmax-tabs-dropdown-menu-item:hover {
  background: #f2f4f7;
}

.ant-hrmax-tabs-dropdown-menu-item-disabled, .ant-hrmax-tabs-dropdown-menu-item-disabled:hover {
  color: #cdd0d4;
  cursor: not-allowed;
  background: none;
}

.ant-hrmax-tabs-card > .ant-hrmax-tabs-nav .ant-hrmax-tabs-tab, .ant-hrmax-tabs-card > div > .ant-hrmax-tabs-nav .ant-hrmax-tabs-tab {
  background: #f2f4f7;
  border: 1px solid #f2f6fb;
  margin: 0;
  padding: 8px 16px;
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
}

.ant-hrmax-tabs-card > .ant-hrmax-tabs-nav .ant-hrmax-tabs-tab-active, .ant-hrmax-tabs-card > div > .ant-hrmax-tabs-nav .ant-hrmax-tabs-tab-active {
  color: #fff;
  background: #fff;
}

.ant-hrmax-tabs-card > .ant-hrmax-tabs-nav .ant-hrmax-tabs-ink-bar, .ant-hrmax-tabs-card > div > .ant-hrmax-tabs-nav .ant-hrmax-tabs-ink-bar {
  visibility: hidden;
}

.ant-hrmax-tabs-card.ant-hrmax-tabs-top > .ant-hrmax-tabs-nav .ant-hrmax-tabs-tab + .ant-hrmax-tabs-tab, .ant-hrmax-tabs-card.ant-hrmax-tabs-bottom > .ant-hrmax-tabs-nav .ant-hrmax-tabs-tab + .ant-hrmax-tabs-tab, .ant-hrmax-tabs-card.ant-hrmax-tabs-top > div > .ant-hrmax-tabs-nav .ant-hrmax-tabs-tab + .ant-hrmax-tabs-tab, .ant-hrmax-tabs-card.ant-hrmax-tabs-bottom > div > .ant-hrmax-tabs-nav .ant-hrmax-tabs-tab + .ant-hrmax-tabs-tab {
  margin-left: 4px;
}

.ant-hrmax-tabs-card.ant-hrmax-tabs-top > .ant-hrmax-tabs-nav .ant-hrmax-tabs-tab, .ant-hrmax-tabs-card.ant-hrmax-tabs-top > div > .ant-hrmax-tabs-nav .ant-hrmax-tabs-tab {
  border-radius: 8px 8px 0 0;
}

.ant-hrmax-tabs-card.ant-hrmax-tabs-top > .ant-hrmax-tabs-nav .ant-hrmax-tabs-tab-active, .ant-hrmax-tabs-card.ant-hrmax-tabs-top > div > .ant-hrmax-tabs-nav .ant-hrmax-tabs-tab-active {
  border-bottom-color: #fff;
}

.ant-hrmax-tabs-card.ant-hrmax-tabs-bottom > .ant-hrmax-tabs-nav .ant-hrmax-tabs-tab, .ant-hrmax-tabs-card.ant-hrmax-tabs-bottom > div > .ant-hrmax-tabs-nav .ant-hrmax-tabs-tab {
  border-radius: 0 0 8px 8px;
}

.ant-hrmax-tabs-card.ant-hrmax-tabs-bottom > .ant-hrmax-tabs-nav .ant-hrmax-tabs-tab-active, .ant-hrmax-tabs-card.ant-hrmax-tabs-bottom > div > .ant-hrmax-tabs-nav .ant-hrmax-tabs-tab-active {
  border-top-color: #fff;
}

.ant-hrmax-tabs-card.ant-hrmax-tabs-left > .ant-hrmax-tabs-nav .ant-hrmax-tabs-tab + .ant-hrmax-tabs-tab, .ant-hrmax-tabs-card.ant-hrmax-tabs-right > .ant-hrmax-tabs-nav .ant-hrmax-tabs-tab + .ant-hrmax-tabs-tab, .ant-hrmax-tabs-card.ant-hrmax-tabs-left > div > .ant-hrmax-tabs-nav .ant-hrmax-tabs-tab + .ant-hrmax-tabs-tab, .ant-hrmax-tabs-card.ant-hrmax-tabs-right > div > .ant-hrmax-tabs-nav .ant-hrmax-tabs-tab + .ant-hrmax-tabs-tab {
  margin-top: 4px;
}

.ant-hrmax-tabs-card.ant-hrmax-tabs-left > .ant-hrmax-tabs-nav .ant-hrmax-tabs-tab, .ant-hrmax-tabs-card.ant-hrmax-tabs-left > div > .ant-hrmax-tabs-nav .ant-hrmax-tabs-tab {
  border-radius: 8px 0 0 8px;
}

.ant-hrmax-tabs-card.ant-hrmax-tabs-left > .ant-hrmax-tabs-nav .ant-hrmax-tabs-tab-active, .ant-hrmax-tabs-card.ant-hrmax-tabs-left > div > .ant-hrmax-tabs-nav .ant-hrmax-tabs-tab-active {
  border-right-color: #fff;
}

.ant-hrmax-tabs-card.ant-hrmax-tabs-right > .ant-hrmax-tabs-nav .ant-hrmax-tabs-tab, .ant-hrmax-tabs-card.ant-hrmax-tabs-right > div > .ant-hrmax-tabs-nav .ant-hrmax-tabs-tab {
  border-radius: 0 8px 8px 0;
}

.ant-hrmax-tabs-card.ant-hrmax-tabs-right > .ant-hrmax-tabs-nav .ant-hrmax-tabs-tab-active, .ant-hrmax-tabs-card.ant-hrmax-tabs-right > div > .ant-hrmax-tabs-nav .ant-hrmax-tabs-tab-active {
  border-left-color: #fff;
}

.ant-hrmax-tabs {
  box-sizing: border-box;
  color: #000;
  font-variant: tabular-nums;
  font-feature-settings: "tnum";
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.5715;
  list-style: none;
  display: flex;
}

.ant-hrmax-tabs > .ant-hrmax-tabs-nav, .ant-hrmax-tabs > div > .ant-hrmax-tabs-nav {
  flex: none;
  align-items: center;
  display: flex;
  position: relative;
}

.ant-hrmax-tabs > .ant-hrmax-tabs-nav .ant-hrmax-tabs-nav-wrap, .ant-hrmax-tabs > div > .ant-hrmax-tabs-nav .ant-hrmax-tabs-nav-wrap {
  white-space: nowrap;
  flex: auto;
  align-self: stretch;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.ant-hrmax-tabs > .ant-hrmax-tabs-nav .ant-hrmax-tabs-nav-wrap:before, .ant-hrmax-tabs > div > .ant-hrmax-tabs-nav .ant-hrmax-tabs-nav-wrap:before, .ant-hrmax-tabs > .ant-hrmax-tabs-nav .ant-hrmax-tabs-nav-wrap:after, .ant-hrmax-tabs > div > .ant-hrmax-tabs-nav .ant-hrmax-tabs-nav-wrap:after {
  z-index: 1;
  opacity: 0;
  content: "";
  pointer-events: none;
  transition: opacity .3s;
  position: absolute;
}

.ant-hrmax-tabs > .ant-hrmax-tabs-nav .ant-hrmax-tabs-nav-list, .ant-hrmax-tabs > div > .ant-hrmax-tabs-nav .ant-hrmax-tabs-nav-list {
  transition: transform .3s;
  display: flex;
  position: relative;
}

.ant-hrmax-tabs > .ant-hrmax-tabs-nav .ant-hrmax-tabs-nav-operations, .ant-hrmax-tabs > div > .ant-hrmax-tabs-nav .ant-hrmax-tabs-nav-operations {
  align-self: stretch;
  display: flex;
}

.ant-hrmax-tabs > .ant-hrmax-tabs-nav .ant-hrmax-tabs-nav-operations-hidden, .ant-hrmax-tabs > div > .ant-hrmax-tabs-nav .ant-hrmax-tabs-nav-operations-hidden {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
}

.ant-hrmax-tabs > .ant-hrmax-tabs-nav .ant-hrmax-tabs-nav-more, .ant-hrmax-tabs > div > .ant-hrmax-tabs-nav .ant-hrmax-tabs-nav-more {
  background: none;
  border: 0;
  padding: 8px 16px;
  position: relative;
}

.ant-hrmax-tabs > .ant-hrmax-tabs-nav .ant-hrmax-tabs-nav-more:after, .ant-hrmax-tabs > div > .ant-hrmax-tabs-nav .ant-hrmax-tabs-nav-more:after {
  content: "";
  height: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateY(100%);
}

.ant-hrmax-tabs > .ant-hrmax-tabs-nav .ant-hrmax-tabs-nav-add, .ant-hrmax-tabs > div > .ant-hrmax-tabs-nav .ant-hrmax-tabs-nav-add {
  cursor: pointer;
  background: #f2f4f7;
  border: 1px solid #f2f6fb;
  border-radius: 8px 8px 0 0;
  outline: none;
  min-width: 40px;
  margin-left: 4px;
  padding: 0 8px;
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
}

.ant-hrmax-tabs > .ant-hrmax-tabs-nav .ant-hrmax-tabs-nav-add:hover, .ant-hrmax-tabs > div > .ant-hrmax-tabs-nav .ant-hrmax-tabs-nav-add:hover {
  color: #54a7af;
}

.ant-hrmax-tabs > .ant-hrmax-tabs-nav .ant-hrmax-tabs-nav-add:active, .ant-hrmax-tabs > div > .ant-hrmax-tabs-nav .ant-hrmax-tabs-nav-add:active, .ant-hrmax-tabs > .ant-hrmax-tabs-nav .ant-hrmax-tabs-nav-add:focus, .ant-hrmax-tabs > div > .ant-hrmax-tabs-nav .ant-hrmax-tabs-nav-add:focus {
  color: #268a92;
}

.ant-hrmax-tabs-extra-content {
  flex: none;
}

.ant-hrmax-tabs-centered > .ant-hrmax-tabs-nav .ant-hrmax-tabs-nav-wrap:not([class*="ant-hrmax-tabs-nav-wrap-ping"]), .ant-hrmax-tabs-centered > div > .ant-hrmax-tabs-nav .ant-hrmax-tabs-nav-wrap:not([class*="ant-hrmax-tabs-nav-wrap-ping"]) {
  justify-content: center;
}

.ant-hrmax-tabs-ink-bar {
  pointer-events: none;
  background: #268a92;
  position: absolute;
}

.ant-hrmax-tabs-tab {
  cursor: pointer;
  background: none;
  border: 0;
  outline: none;
  align-items: center;
  padding: 12px 0;
  font-size: 14px;
  display: inline-flex;
  position: relative;
}

.ant-hrmax-tabs-tab-btn:focus, .ant-hrmax-tabs-tab-remove:focus, .ant-hrmax-tabs-tab-btn:active, .ant-hrmax-tabs-tab-remove:active {
  color: #268a92;
}

.ant-hrmax-tabs-tab-btn {
  outline: none;
  transition: all .3s;
}

.ant-hrmax-tabs-tab-remove {
  color: #535b64;
  cursor: pointer;
  background: none;
  border: none;
  outline: none;
  flex: none;
  margin-left: 8px;
  margin-right: -4px;
  font-size: 12px;
  transition: all .3s;
}

.ant-hrmax-tabs-tab-remove:hover {
  color: #000000d9;
}

.ant-hrmax-tabs-tab:hover {
  color: #54a7af;
}

.ant-hrmax-tabs-tab.ant-hrmax-tabs-tab-active .ant-hrmax-tabs-tab-btn {
  color: #268a92;
  text-shadow: 0 0 .25px;
}

.ant-hrmax-tabs-tab.ant-hrmax-tabs-tab-disabled {
  color: #cdd0d4;
  cursor: not-allowed;
}

.ant-hrmax-tabs-tab.ant-hrmax-tabs-tab-disabled .ant-hrmax-tabs-tab-btn:focus, .ant-hrmax-tabs-tab.ant-hrmax-tabs-tab-disabled .ant-hrmax-tabs-tab-remove:focus, .ant-hrmax-tabs-tab.ant-hrmax-tabs-tab-disabled .ant-hrmax-tabs-tab-btn:active, .ant-hrmax-tabs-tab.ant-hrmax-tabs-tab-disabled .ant-hrmax-tabs-tab-remove:active {
  color: #cdd0d4;
}

.ant-hrmax-tabs-tab .ant-hrmax-tabs-tab-remove .anthrmaxicon {
  margin: 0;
}

.ant-hrmax-tabs-tab .anthrmaxicon {
  margin-right: 12px;
}

.ant-hrmax-tabs-tab + .ant-hrmax-tabs-tab {
  margin: 0 0 0 32px;
}

.ant-hrmax-tabs-content {
  width: 100%;
  position: relative;
}

.ant-hrmax-tabs-content-holder {
  flex: auto;
  min-width: 0;
  min-height: 0;
}

.ant-hrmax-tabs-tabpane {
  outline: none;
}

.ant-hrmax-tabs-tabpane-hidden {
  display: none;
}

.ant-hrmax-tabs-switch-appear, .ant-hrmax-tabs-switch-enter {
  transition: none;
}

.ant-hrmax-tabs-switch-appear-start, .ant-hrmax-tabs-switch-enter-start {
  opacity: 0;
}

.ant-hrmax-tabs-switch-appear-active, .ant-hrmax-tabs-switch-enter-active {
  opacity: 1;
  transition: opacity .3s;
}

.ant-hrmax-tabs-switch-leave {
  transition: none;
  position: absolute;
  inset: 0;
}

.ant-hrmax-tabs-switch-leave-start {
  opacity: 1;
}

.ant-hrmax-tabs-switch-leave-active {
  opacity: 0;
  transition: opacity .3s;
}

.ant-hrmax-tag {
  box-sizing: border-box;
  color: #000;
  font-variant: tabular-nums;
  font-feature-settings: "tnum";
  white-space: nowrap;
  opacity: 1;
  background: #f2f4f7;
  border: 1px solid #cdd0d4;
  border-radius: 8px;
  height: auto;
  margin: 0 8px 0 0;
  padding: 0 7px;
  font-size: 12px;
  line-height: 20px;
  list-style: none;
  transition: all .3s;
  display: inline-block;
}

.ant-hrmax-tag, .ant-hrmax-tag a, .ant-hrmax-tag a:hover {
  color: #535b64;
}

.ant-hrmax-tag > a:first-child:last-child {
  margin: 0 -8px;
  padding: 0 8px;
  display: inline-block;
}

.ant-hrmax-tag-close-icon {
  color: #535b64;
  cursor: pointer;
  margin-left: 3px;
  font-size: 10px;
  transition: all .3s;
}

.ant-hrmax-tag-close-icon:hover {
  color: #000000d9;
}

.ant-hrmax-tag-has-color {
  border-color: #0000;
}

.ant-hrmax-tag-has-color, .ant-hrmax-tag-has-color a, .ant-hrmax-tag-has-color a:hover, .ant-hrmax-tag-has-color .anthrmaxicon-close, .ant-hrmax-tag-has-color .anthrmaxicon-close:hover {
  color: #fff;
}

.ant-hrmax-tag-checkable {
  cursor: pointer;
  background-color: #0000;
  border-color: #0000;
}

.ant-hrmax-tag-checkable:not(.ant-hrmax-tag-checkable-checked):hover {
  color: #268a92;
}

.ant-hrmax-tag-checkable:active, .ant-hrmax-tag-checkable-checked {
  color: #fff;
}

.ant-hrmax-tag-checkable-checked {
  background-color: #268a92;
}

.ant-hrmax-tag-checkable:active {
  background-color: #016b72;
}

.ant-hrmax-tag-hidden {
  display: none;
}

.ant-hrmax-tag-pink {
  color: #c41d7f;
  background: #fff0f6;
  border-color: #ffadd2;
}

.ant-hrmax-tag-pink-inverse {
  color: #fff;
  background: #eb2f96;
  border-color: #eb2f96;
}

.ant-hrmax-tag-magenta {
  color: #c41d7f;
  background: #fff0f6;
  border-color: #ffadd2;
}

.ant-hrmax-tag-magenta-inverse {
  color: #fff;
  background: #eb2f96;
  border-color: #eb2f96;
}

.ant-hrmax-tag-red {
  color: #d90007;
  background: #ffeae6;
  border-color: #ff887a;
}

.ant-hrmax-tag-red-inverse {
  color: #fff;
  background: red;
  border-color: red;
}

.ant-hrmax-tag-volcano {
  color: #d4380d;
  background: #fff2e8;
  border-color: #ffbb96;
}

.ant-hrmax-tag-volcano-inverse {
  color: #fff;
  background: #fa541c;
  border-color: #fa541c;
}

.ant-hrmax-tag-orange {
  color: #d94f00;
  background: #fff4e6;
  border-color: #ffbd7a;
}

.ant-hrmax-tag-orange-inverse {
  color: #fff;
  background: #ff6400;
  border-color: #ff6400;
}

.ant-hrmax-tag-yellow {
  color: #d9aa00;
  background: #ffffe6;
  border-color: #fff47a;
}

.ant-hrmax-tag-yellow-inverse {
  color: #fff;
  background: #ffcf00;
  border-color: #ffcf00;
}

.ant-hrmax-tag-gold {
  color: #d98d00;
  background: #fffbe6;
  border-color: #ffe27a;
}

.ant-hrmax-tag-gold-inverse {
  color: #fff;
  background: #ffae00;
  border-color: #ffae00;
}

.ant-hrmax-tag-cyan {
  color: #08997a;
  background: #e6fff4;
  border-color: #85e6c4;
}

.ant-hrmax-tag-cyan-inverse {
  color: #fff;
  background: #13bf94;
  border-color: #13bf94;
}

.ant-hrmax-tag-lime {
  color: #7cb305;
  background: #fcffe6;
  border-color: #eaff8f;
}

.ant-hrmax-tag-lime-inverse {
  color: #fff;
  background: #a0d911;
  border-color: #a0d911;
}

.ant-hrmax-tag-green {
  color: #2e9908;
  background: #f1ffe6;
  border-color: #ace685;
}

.ant-hrmax-tag-green-inverse {
  color: #fff;
  background: #46bf13;
  border-color: #46bf13;
}

.ant-hrmax-tag-blue {
  color: #265ebf;
  background: #e6eefa;
  border-color: #c2dbfd;
}

.ant-hrmax-tag-blue-inverse {
  color: #fff;
  background: #397ee5;
  border-color: #397ee5;
}

.ant-hrmax-tag-geekblue {
  color: #1535d4;
  background: #e8eeff;
  border-color: #a5beff;
}

.ant-hrmax-tag-geekblue-inverse {
  color: #fff;
  background: #4060ff;
  border-color: #4060ff;
}

.ant-hrmax-tag-purple {
  color: #5300d9;
  background: #f4e6ff;
  border-color: #bf7aff;
}

.ant-hrmax-tag-purple-inverse {
  color: #fff;
  background: #6c00ff;
  border-color: #6c00ff;
}

.ant-hrmax-tag-success {
  color: #2e9908;
  background: #f1ffe6;
  border-color: #ace685;
}

.ant-hrmax-tag-processing {
  color: #397ee5;
  background: #f0f8ff;
  border-color: #baddff;
}

.ant-hrmax-tag-error {
  color: #d90007;
  background: #ffe9e6;
  border-color: #ff837a;
}

.ant-hrmax-tag-warning {
  color: #d98d00;
  background: #fff4e6;
  border-color: #ffe27a;
}

.ant-hrmax-tag > .anthrmaxicon + span, .ant-hrmax-tag > span + .anthrmaxicon {
  margin-left: 7px;
}

.ant-hrmax-tag.ant-hrmax-tag-rtl {
  text-align: right;
  direction: rtl;
  margin-left: 8px;
  margin-right: 0;
}

.ant-hrmax-tag-rtl .ant-hrmax-tag-close-icon {
  margin-left: 0;
  margin-right: 3px;
}

.ant-hrmax-tag-rtl.ant-hrmax-tag > .anthrmaxicon + span, .ant-hrmax-tag-rtl.ant-hrmax-tag > span + .anthrmaxicon {
  margin-left: 0;
  margin-right: 7px;
}

.ant-hrmax-timeline {
  box-sizing: border-box;
  color: #000;
  font-variant: tabular-nums;
  font-feature-settings: "tnum";
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.5715;
  list-style: none;
}

.ant-hrmax-timeline-item {
  margin: 0;
  padding-bottom: 20px;
  font-size: 14px;
  list-style: none;
  position: relative;
}

.ant-hrmax-timeline-item-tail {
  border-left: 2px solid #f2f6fb;
  height: calc(100% - 10px);
  position: absolute;
  top: 10px;
  left: 4px;
}

.ant-hrmax-timeline-item-pending .ant-hrmax-timeline-item-head {
  background-color: #0000;
  font-size: 12px;
}

.ant-hrmax-timeline-item-pending .ant-hrmax-timeline-item-tail {
  display: none;
}

.ant-hrmax-timeline-item-head {
  background-color: #fff;
  border: 2px solid #0000;
  border-radius: 100px;
  width: 10px;
  height: 10px;
  position: absolute;
}

.ant-hrmax-timeline-item-head-blue {
  color: #268a92;
  border-color: #268a92;
}

.ant-hrmax-timeline-item-head-red {
  color: #d90007;
  border-color: #d90007;
}

.ant-hrmax-timeline-item-head-green {
  color: #2e9908;
  border-color: #2e9908;
}

.ant-hrmax-timeline-item-head-gray {
  color: #cdd0d4;
  border-color: #cdd0d4;
}

.ant-hrmax-timeline-item-head-custom {
  text-align: center;
  border: 0;
  border-radius: 0;
  width: auto;
  height: auto;
  margin-top: 0;
  padding: 3px 1px;
  line-height: 1;
  position: absolute;
  top: 5.5px;
  left: 5px;
  transform: translate(-50%, -50%);
}

.ant-hrmax-timeline-item-content {
  word-break: break-word;
  margin: 0 0 0 26px;
  position: relative;
  top: -7.001px;
}

.ant-hrmax-timeline-item-last > .ant-hrmax-timeline-item-tail {
  display: none;
}

.ant-hrmax-timeline-item-last > .ant-hrmax-timeline-item-content {
  min-height: 48px;
}

.ant-hrmax-timeline.ant-hrmax-timeline-alternate .ant-hrmax-timeline-item-tail, .ant-hrmax-timeline.ant-hrmax-timeline-right .ant-hrmax-timeline-item-tail, .ant-hrmax-timeline.ant-hrmax-timeline-label .ant-hrmax-timeline-item-tail, .ant-hrmax-timeline.ant-hrmax-timeline-alternate .ant-hrmax-timeline-item-head, .ant-hrmax-timeline.ant-hrmax-timeline-right .ant-hrmax-timeline-item-head, .ant-hrmax-timeline.ant-hrmax-timeline-label .ant-hrmax-timeline-item-head, .ant-hrmax-timeline.ant-hrmax-timeline-alternate .ant-hrmax-timeline-item-head-custom, .ant-hrmax-timeline.ant-hrmax-timeline-right .ant-hrmax-timeline-item-head-custom, .ant-hrmax-timeline.ant-hrmax-timeline-label .ant-hrmax-timeline-item-head-custom {
  left: 50%;
}

.ant-hrmax-timeline.ant-hrmax-timeline-alternate .ant-hrmax-timeline-item-head, .ant-hrmax-timeline.ant-hrmax-timeline-right .ant-hrmax-timeline-item-head, .ant-hrmax-timeline.ant-hrmax-timeline-label .ant-hrmax-timeline-item-head {
  margin-left: -4px;
}

.ant-hrmax-timeline.ant-hrmax-timeline-alternate .ant-hrmax-timeline-item-head-custom, .ant-hrmax-timeline.ant-hrmax-timeline-right .ant-hrmax-timeline-item-head-custom, .ant-hrmax-timeline.ant-hrmax-timeline-label .ant-hrmax-timeline-item-head-custom {
  margin-left: 1px;
}

.ant-hrmax-timeline.ant-hrmax-timeline-alternate .ant-hrmax-timeline-item-left .ant-hrmax-timeline-item-content, .ant-hrmax-timeline.ant-hrmax-timeline-right .ant-hrmax-timeline-item-left .ant-hrmax-timeline-item-content, .ant-hrmax-timeline.ant-hrmax-timeline-label .ant-hrmax-timeline-item-left .ant-hrmax-timeline-item-content {
  text-align: left;
  width: calc(50% - 14px);
  left: calc(50% - 4px);
}

.ant-hrmax-timeline.ant-hrmax-timeline-alternate .ant-hrmax-timeline-item-right .ant-hrmax-timeline-item-content, .ant-hrmax-timeline.ant-hrmax-timeline-right .ant-hrmax-timeline-item-right .ant-hrmax-timeline-item-content, .ant-hrmax-timeline.ant-hrmax-timeline-label .ant-hrmax-timeline-item-right .ant-hrmax-timeline-item-content {
  text-align: right;
  width: calc(50% - 12px);
  margin: 0;
}

.ant-hrmax-timeline.ant-hrmax-timeline-right .ant-hrmax-timeline-item-right .ant-hrmax-timeline-item-tail, .ant-hrmax-timeline.ant-hrmax-timeline-right .ant-hrmax-timeline-item-right .ant-hrmax-timeline-item-head, .ant-hrmax-timeline.ant-hrmax-timeline-right .ant-hrmax-timeline-item-right .ant-hrmax-timeline-item-head-custom {
  left: calc(100% - 6px);
}

.ant-hrmax-timeline.ant-hrmax-timeline-right .ant-hrmax-timeline-item-right .ant-hrmax-timeline-item-content {
  width: calc(100% - 18px);
}

.ant-hrmax-timeline.ant-hrmax-timeline-pending .ant-hrmax-timeline-item-last .ant-hrmax-timeline-item-tail {
  border-left: 2px dotted #f2f6fb;
  height: calc(100% - 14px);
  display: block;
}

.ant-hrmax-timeline.ant-hrmax-timeline-reverse .ant-hrmax-timeline-item-last .ant-hrmax-timeline-item-tail {
  display: none;
}

.ant-hrmax-timeline.ant-hrmax-timeline-reverse .ant-hrmax-timeline-item-pending .ant-hrmax-timeline-item-tail {
  border-left: 2px dotted #f2f6fb;
  height: calc(100% - 15px);
  display: block;
  top: 15px;
}

.ant-hrmax-timeline.ant-hrmax-timeline-reverse .ant-hrmax-timeline-item-pending .ant-hrmax-timeline-item-content {
  min-height: 48px;
}

.ant-hrmax-timeline.ant-hrmax-timeline-label .ant-hrmax-timeline-item-label {
  text-align: right;
  width: calc(50% - 12px);
  position: absolute;
  top: -7.001px;
}

.ant-hrmax-timeline.ant-hrmax-timeline-label .ant-hrmax-timeline-item-right .ant-hrmax-timeline-item-label {
  text-align: left;
  width: calc(50% - 14px);
  left: calc(50% + 14px);
}

.ant-hrmax-timeline-rtl {
  direction: rtl;
}

.ant-hrmax-timeline-rtl .ant-hrmax-timeline-item-tail {
  border-left: none;
  border-right: 2px solid #f2f6fb;
  left: auto;
  right: 4px;
}

.ant-hrmax-timeline-rtl .ant-hrmax-timeline-item-head-custom {
  left: auto;
  right: 5px;
  transform: translate(50%, -50%);
}

.ant-hrmax-timeline-rtl .ant-hrmax-timeline-item-content {
  margin: 0 18px 0 0;
}

.ant-hrmax-timeline-rtl.ant-hrmax-timeline.ant-hrmax-timeline-alternate .ant-hrmax-timeline-item-tail, .ant-hrmax-timeline-rtl.ant-hrmax-timeline.ant-hrmax-timeline-right .ant-hrmax-timeline-item-tail, .ant-hrmax-timeline-rtl.ant-hrmax-timeline.ant-hrmax-timeline-label .ant-hrmax-timeline-item-tail, .ant-hrmax-timeline-rtl.ant-hrmax-timeline.ant-hrmax-timeline-alternate .ant-hrmax-timeline-item-head, .ant-hrmax-timeline-rtl.ant-hrmax-timeline.ant-hrmax-timeline-right .ant-hrmax-timeline-item-head, .ant-hrmax-timeline-rtl.ant-hrmax-timeline.ant-hrmax-timeline-label .ant-hrmax-timeline-item-head, .ant-hrmax-timeline-rtl.ant-hrmax-timeline.ant-hrmax-timeline-alternate .ant-hrmax-timeline-item-head-custom, .ant-hrmax-timeline-rtl.ant-hrmax-timeline.ant-hrmax-timeline-right .ant-hrmax-timeline-item-head-custom, .ant-hrmax-timeline-rtl.ant-hrmax-timeline.ant-hrmax-timeline-label .ant-hrmax-timeline-item-head-custom {
  left: auto;
  right: 50%;
}

.ant-hrmax-timeline-rtl.ant-hrmax-timeline.ant-hrmax-timeline-alternate .ant-hrmax-timeline-item-head, .ant-hrmax-timeline-rtl.ant-hrmax-timeline.ant-hrmax-timeline-right .ant-hrmax-timeline-item-head, .ant-hrmax-timeline-rtl.ant-hrmax-timeline.ant-hrmax-timeline-label .ant-hrmax-timeline-item-head {
  margin-left: 0;
  margin-right: -4px;
}

.ant-hrmax-timeline-rtl.ant-hrmax-timeline.ant-hrmax-timeline-alternate .ant-hrmax-timeline-item-head-custom, .ant-hrmax-timeline-rtl.ant-hrmax-timeline.ant-hrmax-timeline-right .ant-hrmax-timeline-item-head-custom, .ant-hrmax-timeline-rtl.ant-hrmax-timeline.ant-hrmax-timeline-label .ant-hrmax-timeline-item-head-custom {
  margin-left: 0;
  margin-right: 1px;
}

.ant-hrmax-timeline-rtl.ant-hrmax-timeline.ant-hrmax-timeline-alternate .ant-hrmax-timeline-item-left .ant-hrmax-timeline-item-content, .ant-hrmax-timeline-rtl.ant-hrmax-timeline.ant-hrmax-timeline-right .ant-hrmax-timeline-item-left .ant-hrmax-timeline-item-content, .ant-hrmax-timeline-rtl.ant-hrmax-timeline.ant-hrmax-timeline-label .ant-hrmax-timeline-item-left .ant-hrmax-timeline-item-content {
  text-align: right;
  left: auto;
  right: calc(50% - 4px);
}

.ant-hrmax-timeline-rtl.ant-hrmax-timeline.ant-hrmax-timeline-alternate .ant-hrmax-timeline-item-right .ant-hrmax-timeline-item-content, .ant-hrmax-timeline-rtl.ant-hrmax-timeline.ant-hrmax-timeline-right .ant-hrmax-timeline-item-right .ant-hrmax-timeline-item-content, .ant-hrmax-timeline-rtl.ant-hrmax-timeline.ant-hrmax-timeline-label .ant-hrmax-timeline-item-right .ant-hrmax-timeline-item-content {
  text-align: left;
}

.ant-hrmax-timeline-rtl.ant-hrmax-timeline.ant-hrmax-timeline-right .ant-hrmax-timeline-item-right .ant-hrmax-timeline-item-tail, .ant-hrmax-timeline-rtl.ant-hrmax-timeline.ant-hrmax-timeline-right .ant-hrmax-timeline-item-right .ant-hrmax-timeline-item-head, .ant-hrmax-timeline-rtl.ant-hrmax-timeline.ant-hrmax-timeline-right .ant-hrmax-timeline-item-right .ant-hrmax-timeline-item-head-custom {
  left: auto;
  right: 0;
}

.ant-hrmax-timeline-rtl.ant-hrmax-timeline.ant-hrmax-timeline-right .ant-hrmax-timeline-item-right .ant-hrmax-timeline-item-content {
  text-align: right;
  width: 100%;
  margin-right: 18px;
}

.ant-hrmax-timeline-rtl.ant-hrmax-timeline.ant-hrmax-timeline-pending .ant-hrmax-timeline-item-last .ant-hrmax-timeline-item-tail, .ant-hrmax-timeline-rtl.ant-hrmax-timeline.ant-hrmax-timeline-reverse .ant-hrmax-timeline-item-pending .ant-hrmax-timeline-item-tail {
  border-left: none;
  border-right: 2px dotted #f2f6fb;
}

.ant-hrmax-timeline-rtl.ant-hrmax-timeline.ant-hrmax-timeline-label .ant-hrmax-timeline-item-label {
  text-align: left;
}

.ant-hrmax-timeline-rtl.ant-hrmax-timeline.ant-hrmax-timeline-label .ant-hrmax-timeline-item-right .ant-hrmax-timeline-item-label {
  text-align: right;
  right: calc(50% + 14px);
}

.ant-hrmax-tooltip {
  box-sizing: border-box;
  color: #000;
  font-variant: tabular-nums;
  font-feature-settings: "tnum";
  z-index: 1070;
  width: max-content;
  width: intrinsic;
  visibility: visible;
  max-width: 250px;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.5715;
  list-style: none;
  display: block;
  position: absolute;
}

.ant-hrmax-tooltip-content {
  position: relative;
}

.ant-hrmax-tooltip-hidden {
  display: none;
}

.ant-hrmax-tooltip-placement-top, .ant-hrmax-tooltip-placement-topLeft, .ant-hrmax-tooltip-placement-topRight {
  padding-bottom: 8px;
}

.ant-hrmax-tooltip-placement-right, .ant-hrmax-tooltip-placement-rightTop, .ant-hrmax-tooltip-placement-rightBottom {
  padding-left: 8px;
}

.ant-hrmax-tooltip-placement-bottom, .ant-hrmax-tooltip-placement-bottomLeft, .ant-hrmax-tooltip-placement-bottomRight {
  padding-top: 8px;
}

.ant-hrmax-tooltip-placement-left, .ant-hrmax-tooltip-placement-leftTop, .ant-hrmax-tooltip-placement-leftBottom {
  padding-right: 8px;
}

.ant-hrmax-tooltip-inner {
  color: #fff;
  text-align: left;
  word-wrap: break-word;
  background-color: #000000b3;
  border-radius: 8px;
  min-width: 30px;
  min-height: 32px;
  padding: 6px 8px;
  text-decoration: none;
  box-shadow: 0 3px 6px -4px #0000001f, 0 6px 16px #00000014, 0 9px 28px 8px #0000000d;
}

.ant-hrmax-tooltip-arrow {
  z-index: 2;
  pointer-events: none;
  background: none;
  width: 22px;
  height: 22px;
  display: block;
  position: absolute;
  overflow: hidden;
}

.ant-hrmax-tooltip-arrow-content {
  --antd-arrow-background-color: linear-gradient(to right bottom, #0009, #000000b3);
  content: "";
  pointer-events: auto;
  pointer-events: none;
  border-radius: 0 0 2px;
  width: 11.3137px;
  height: 11.3137px;
  margin: auto;
  display: block;
  position: absolute;
  inset: 0;
}

.ant-hrmax-tooltip-arrow-content:before {
  background: var(--antd-arrow-background-color);
  content: "";
  clip-path: inset(33%);
  width: 33.9411px;
  height: 33.9411px;
  clip-path: path("M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z");
  background-position: -10px -10px;
  background-repeat: no-repeat;
  position: absolute;
  top: -11.3137px;
  left: -11.3137px;
}

.ant-hrmax-tooltip-placement-top .ant-hrmax-tooltip-arrow, .ant-hrmax-tooltip-placement-topLeft .ant-hrmax-tooltip-arrow, .ant-hrmax-tooltip-placement-topRight .ant-hrmax-tooltip-arrow {
  bottom: 0;
  transform: translateY(100%);
}

.ant-hrmax-tooltip-placement-top .ant-hrmax-tooltip-arrow-content, .ant-hrmax-tooltip-placement-topLeft .ant-hrmax-tooltip-arrow-content, .ant-hrmax-tooltip-placement-topRight .ant-hrmax-tooltip-arrow-content {
  transform: translateY(-11px)rotate(45deg);
  box-shadow: 3px 3px 7px #00000012;
}

.ant-hrmax-tooltip-placement-top .ant-hrmax-tooltip-arrow {
  left: 50%;
  transform: translateY(100%)translateX(-50%);
}

.ant-hrmax-tooltip-placement-topLeft .ant-hrmax-tooltip-arrow {
  left: 13px;
}

.ant-hrmax-tooltip-placement-topRight .ant-hrmax-tooltip-arrow {
  right: 13px;
}

.ant-hrmax-tooltip-placement-right .ant-hrmax-tooltip-arrow, .ant-hrmax-tooltip-placement-rightTop .ant-hrmax-tooltip-arrow, .ant-hrmax-tooltip-placement-rightBottom .ant-hrmax-tooltip-arrow {
  left: 0;
  transform: translateX(-100%);
}

.ant-hrmax-tooltip-placement-right .ant-hrmax-tooltip-arrow-content, .ant-hrmax-tooltip-placement-rightTop .ant-hrmax-tooltip-arrow-content, .ant-hrmax-tooltip-placement-rightBottom .ant-hrmax-tooltip-arrow-content {
  transform: translateX(11px)rotate(135deg);
  box-shadow: -3px 3px 7px #00000012;
}

.ant-hrmax-tooltip-placement-right .ant-hrmax-tooltip-arrow {
  top: 50%;
  transform: translateX(-100%)translateY(-50%);
}

.ant-hrmax-tooltip-placement-rightTop .ant-hrmax-tooltip-arrow {
  top: 5px;
}

.ant-hrmax-tooltip-placement-rightBottom .ant-hrmax-tooltip-arrow {
  bottom: 5px;
}

.ant-hrmax-tooltip-placement-left .ant-hrmax-tooltip-arrow, .ant-hrmax-tooltip-placement-leftTop .ant-hrmax-tooltip-arrow, .ant-hrmax-tooltip-placement-leftBottom .ant-hrmax-tooltip-arrow {
  right: 0;
  transform: translateX(100%);
}

.ant-hrmax-tooltip-placement-left .ant-hrmax-tooltip-arrow-content, .ant-hrmax-tooltip-placement-leftTop .ant-hrmax-tooltip-arrow-content, .ant-hrmax-tooltip-placement-leftBottom .ant-hrmax-tooltip-arrow-content {
  transform: translateX(-11px)rotate(315deg);
  box-shadow: 3px -3px 7px #00000012;
}

.ant-hrmax-tooltip-placement-left .ant-hrmax-tooltip-arrow {
  top: 50%;
  transform: translateX(100%)translateY(-50%);
}

.ant-hrmax-tooltip-placement-leftTop .ant-hrmax-tooltip-arrow {
  top: 5px;
}

.ant-hrmax-tooltip-placement-leftBottom .ant-hrmax-tooltip-arrow {
  bottom: 5px;
}

.ant-hrmax-tooltip-placement-bottom .ant-hrmax-tooltip-arrow, .ant-hrmax-tooltip-placement-bottomLeft .ant-hrmax-tooltip-arrow, .ant-hrmax-tooltip-placement-bottomRight .ant-hrmax-tooltip-arrow {
  top: 0;
  transform: translateY(-100%);
}

.ant-hrmax-tooltip-placement-bottom .ant-hrmax-tooltip-arrow-content, .ant-hrmax-tooltip-placement-bottomLeft .ant-hrmax-tooltip-arrow-content, .ant-hrmax-tooltip-placement-bottomRight .ant-hrmax-tooltip-arrow-content {
  transform: translateY(11px)rotate(225deg);
  box-shadow: -3px -3px 7px #00000012;
}

.ant-hrmax-tooltip-placement-bottom .ant-hrmax-tooltip-arrow {
  left: 50%;
  transform: translateY(-100%)translateX(-50%);
}

.ant-hrmax-tooltip-placement-bottomLeft .ant-hrmax-tooltip-arrow {
  left: 13px;
}

.ant-hrmax-tooltip-placement-bottomRight .ant-hrmax-tooltip-arrow {
  right: 13px;
}

.ant-hrmax-tooltip-pink .ant-hrmax-tooltip-inner {
  background-color: #eb2f96;
}

.ant-hrmax-tooltip-pink .ant-hrmax-tooltip-arrow-content:before {
  background: #eb2f96;
}

.ant-hrmax-tooltip-magenta .ant-hrmax-tooltip-inner {
  background-color: #eb2f96;
}

.ant-hrmax-tooltip-magenta .ant-hrmax-tooltip-arrow-content:before {
  background: #eb2f96;
}

.ant-hrmax-tooltip-red .ant-hrmax-tooltip-inner {
  background-color: red;
}

.ant-hrmax-tooltip-red .ant-hrmax-tooltip-arrow-content:before {
  background: red;
}

.ant-hrmax-tooltip-volcano .ant-hrmax-tooltip-inner {
  background-color: #fa541c;
}

.ant-hrmax-tooltip-volcano .ant-hrmax-tooltip-arrow-content:before {
  background: #fa541c;
}

.ant-hrmax-tooltip-orange .ant-hrmax-tooltip-inner {
  background-color: #ff6400;
}

.ant-hrmax-tooltip-orange .ant-hrmax-tooltip-arrow-content:before {
  background: #ff6400;
}

.ant-hrmax-tooltip-yellow .ant-hrmax-tooltip-inner {
  background-color: #ffcf00;
}

.ant-hrmax-tooltip-yellow .ant-hrmax-tooltip-arrow-content:before {
  background: #ffcf00;
}

.ant-hrmax-tooltip-gold .ant-hrmax-tooltip-inner {
  background-color: #ffae00;
}

.ant-hrmax-tooltip-gold .ant-hrmax-tooltip-arrow-content:before {
  background: #ffae00;
}

.ant-hrmax-tooltip-cyan .ant-hrmax-tooltip-inner {
  background-color: #13bf94;
}

.ant-hrmax-tooltip-cyan .ant-hrmax-tooltip-arrow-content:before {
  background: #13bf94;
}

.ant-hrmax-tooltip-lime .ant-hrmax-tooltip-inner {
  background-color: #a0d911;
}

.ant-hrmax-tooltip-lime .ant-hrmax-tooltip-arrow-content:before {
  background: #a0d911;
}

.ant-hrmax-tooltip-green .ant-hrmax-tooltip-inner {
  background-color: #46bf13;
}

.ant-hrmax-tooltip-green .ant-hrmax-tooltip-arrow-content:before {
  background: #46bf13;
}

.ant-hrmax-tooltip-blue .ant-hrmax-tooltip-inner {
  background-color: #397ee5;
}

.ant-hrmax-tooltip-blue .ant-hrmax-tooltip-arrow-content:before {
  background: #397ee5;
}

.ant-hrmax-tooltip-geekblue .ant-hrmax-tooltip-inner {
  background-color: #4060ff;
}

.ant-hrmax-tooltip-geekblue .ant-hrmax-tooltip-arrow-content:before {
  background: #4060ff;
}

.ant-hrmax-tooltip-purple .ant-hrmax-tooltip-inner {
  background-color: #6c00ff;
}

.ant-hrmax-tooltip-purple .ant-hrmax-tooltip-arrow-content:before {
  background: #6c00ff;
}

.ant-hrmax-tooltip-rtl {
  direction: rtl;
}

.ant-hrmax-tooltip-rtl .ant-hrmax-tooltip-inner {
  text-align: right;
}

.ant-hrmax-transfer-customize-list .ant-hrmax-transfer-list {
  flex: 50%;
  width: auto;
  height: auto;
  min-height: 200px;
}

.ant-hrmax-transfer-customize-list .ant-hrmax-table-wrapper .ant-hrmax-table-small {
  border: 0;
  border-radius: 0;
}

.ant-hrmax-transfer-customize-list .ant-hrmax-table-wrapper .ant-hrmax-table-small .ant-hrmax-table-selection-column {
  width: 40px;
  min-width: 40px;
}

.ant-hrmax-transfer-customize-list .ant-hrmax-table-wrapper .ant-hrmax-table-small > .ant-hrmax-table-content > .ant-hrmax-table-body > table > .ant-hrmax-table-thead > tr > th {
  background: #f2f4f7;
}

.ant-hrmax-transfer-customize-list .ant-hrmax-table-wrapper .ant-hrmax-table-small > .ant-hrmax-table-content .ant-hrmax-table-row:last-child td {
  border-bottom: 1px solid #f2f6fb;
}

.ant-hrmax-transfer-customize-list .ant-hrmax-table-wrapper .ant-hrmax-table-small .ant-hrmax-table-body {
  margin: 0;
}

.ant-hrmax-transfer-customize-list .ant-hrmax-table-wrapper .ant-hrmax-table-pagination.ant-hrmax-pagination {
  margin: 16px 0 4px;
}

.ant-hrmax-transfer-customize-list .ant-hrmax-input[disabled] {
  background-color: #0000;
}

.ant-hrmax-transfer-status-error .ant-hrmax-transfer-list {
  border-color: #d90007;
}

.ant-hrmax-transfer-status-error .ant-hrmax-transfer-list-search:not([disabled]) {
  border-color: #cdd0d4;
}

.ant-hrmax-transfer-status-error .ant-hrmax-transfer-list-search:not([disabled]):hover {
  border-color: #54a7af;
  border-right-width: 1px;
}

.ant-hrmax-input-rtl .ant-hrmax-transfer-status-error .ant-hrmax-transfer-list-search:not([disabled]):hover {
  border-right-width: 0;
  border-left-width: 1px !important;
}

.ant-hrmax-transfer-status-error .ant-hrmax-transfer-list-search:not([disabled]):focus {
  border-color: #429b9e;
  border-right-width: 1px;
  outline: 0;
  box-shadow: 0 0 0 2px #268a9233;
}

.ant-hrmax-input-rtl .ant-hrmax-transfer-status-error .ant-hrmax-transfer-list-search:not([disabled]):focus {
  border-right-width: 0;
  border-left-width: 1px !important;
}

.ant-hrmax-transfer-status-warning .ant-hrmax-transfer-list {
  border-color: #d98d00;
}

.ant-hrmax-transfer-status-warning .ant-hrmax-transfer-list-search:not([disabled]) {
  border-color: #cdd0d4;
}

.ant-hrmax-transfer-status-warning .ant-hrmax-transfer-list-search:not([disabled]):hover {
  border-color: #54a7af;
  border-right-width: 1px;
}

.ant-hrmax-input-rtl .ant-hrmax-transfer-status-warning .ant-hrmax-transfer-list-search:not([disabled]):hover {
  border-right-width: 0;
  border-left-width: 1px !important;
}

.ant-hrmax-transfer-status-warning .ant-hrmax-transfer-list-search:not([disabled]):focus {
  border-color: #429b9e;
  border-right-width: 1px;
  outline: 0;
  box-shadow: 0 0 0 2px #268a9233;
}

.ant-hrmax-input-rtl .ant-hrmax-transfer-status-warning .ant-hrmax-transfer-list-search:not([disabled]):focus {
  border-right-width: 0;
  border-left-width: 1px !important;
}

.ant-hrmax-transfer {
  box-sizing: border-box;
  color: #000;
  font-variant: tabular-nums;
  font-feature-settings: "tnum";
  align-items: stretch;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.5715;
  list-style: none;
  display: flex;
  position: relative;
}

.ant-hrmax-transfer-disabled .ant-hrmax-transfer-list {
  background: #f2f4f7;
}

.ant-hrmax-transfer-list {
  border: 1px solid #cdd0d4;
  border-radius: 8px;
  flex-direction: column;
  width: 180px;
  height: 200px;
  display: flex;
}

.ant-hrmax-transfer-list-with-pagination {
  width: 250px;
  height: auto;
}

.ant-hrmax-transfer-list-search .anticon-search {
  color: #cdd0d4;
}

.ant-hrmax-transfer-list-header {
  color: #000;
  background: #fff;
  border-bottom: 1px solid #f2f6fb;
  border-radius: 8px 8px 0 0;
  flex: none;
  align-items: center;
  height: 40px;
  padding: 8px 12px 9px;
  display: flex;
}

.ant-hrmax-transfer-list-header > :not(:last-child) {
  margin-right: 4px;
}

.ant-hrmax-transfer-list-header > * {
  flex: none;
}

.ant-hrmax-transfer-list-header-title {
  white-space: nowrap;
  text-align: right;
  text-overflow: ellipsis;
  flex: auto;
  overflow: hidden;
}

.ant-hrmax-transfer-list-header-dropdown {
  cursor: pointer;
  font-size: 10px;
  transform: translateY(10%);
}

.ant-hrmax-transfer-list-header-dropdown[disabled] {
  cursor: not-allowed;
}

.ant-hrmax-transfer-list-body {
  flex-direction: column;
  flex: auto;
  font-size: 14px;
  display: flex;
  overflow: hidden;
}

.ant-hrmax-transfer-list-body-search-wrapper {
  flex: none;
  padding: 12px;
  position: relative;
}

.ant-hrmax-transfer-list-content {
  flex: auto;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: auto;
}

.ant-hrmax-transfer-list-content-item {
  align-items: center;
  min-height: 32px;
  padding: 6px 12px;
  line-height: 20px;
  transition: all .3s;
  display: flex;
}

.ant-hrmax-transfer-list-content-item > :not(:last-child) {
  margin-right: 8px;
}

.ant-hrmax-transfer-list-content-item > * {
  flex: none;
}

.ant-hrmax-transfer-list-content-item-text {
  white-space: nowrap;
  text-overflow: ellipsis;
  flex: auto;
  overflow: hidden;
}

.ant-hrmax-transfer-list-content-item-remove {
  color: #cdd0d4;
  cursor: pointer;
  transition: all .3s;
  position: relative;
}

.ant-hrmax-transfer-list-content-item-remove:hover {
  color: #429b9e;
}

.ant-hrmax-transfer-list-content-item-remove:after {
  content: "";
  position: absolute;
  inset: -6px -50%;
}

.ant-hrmax-transfer-list-content-item:not(.ant-hrmax-transfer-list-content-item-disabled):hover {
  cursor: pointer;
  background-color: #f2f4f7;
}

.ant-hrmax-transfer-list-content-item:not(.ant-hrmax-transfer-list-content-item-disabled).ant-hrmax-transfer-list-content-item-checked:hover {
  background-color: #e2f0f2;
}

.ant-hrmax-transfer-list-content-show-remove .ant-hrmax-transfer-list-content-item:not(.ant-hrmax-transfer-list-content-item-disabled):hover {
  cursor: default;
  background: none;
}

.ant-hrmax-transfer-list-content-item-checked {
  background-color: #e9f4f5;
}

.ant-hrmax-transfer-list-content-item-disabled {
  color: #cdd0d4;
  cursor: not-allowed;
}

.ant-hrmax-transfer-list-pagination {
  text-align: right;
  border-top: 1px solid #f2f6fb;
  padding: 8px 0;
}

.ant-hrmax-transfer-list-body-not-found {
  color: #cdd0d4;
  text-align: center;
  flex: none;
  width: 100%;
  margin: auto 0;
}

.ant-hrmax-transfer-list-footer {
  border-top: 1px solid #f2f6fb;
}

.ant-hrmax-transfer-operation {
  vertical-align: middle;
  flex-direction: column;
  flex: none;
  align-self: center;
  margin: 0 8px;
  display: flex;
}

.ant-hrmax-transfer-operation .ant-hrmax-btn {
  display: block;
}

.ant-hrmax-transfer-operation .ant-hrmax-btn:first-child {
  margin-bottom: 4px;
}

.ant-hrmax-transfer-operation .ant-hrmax-btn .anthrmaxicon {
  font-size: 12px;
}

.ant-hrmax-transfer .ant-hrmax-empty-image {
  max-height: -2px;
}

.ant-hrmax-transfer-rtl {
  direction: rtl;
}

.ant-hrmax-transfer-rtl .ant-hrmax-transfer-list-search {
  padding-left: 24px;
  padding-right: 8px;
}

.ant-hrmax-transfer-rtl .ant-hrmax-transfer-list-search-action {
  left: 12px;
  right: auto;
}

.ant-hrmax-transfer-rtl .ant-hrmax-transfer-list-header > :not(:last-child) {
  margin-left: 4px;
  margin-right: 0;
}

.ant-hrmax-transfer-rtl .ant-hrmax-transfer-list-header {
  left: auto;
  right: 0;
}

.ant-hrmax-transfer-rtl .ant-hrmax-transfer-list-header-title {
  text-align: left;
}

.ant-hrmax-transfer-rtl .ant-hrmax-transfer-list-content-item > :not(:last-child) {
  margin-left: 8px;
  margin-right: 0;
}

.ant-hrmax-transfer-rtl .ant-hrmax-transfer-list-pagination {
  text-align: left;
}

.ant-hrmax-transfer-rtl .ant-hrmax-transfer-list-footer {
  left: auto;
  right: 0;
}

@keyframes ant-tree-node-fx-do-not-use {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.ant-hrmax-tree.ant-hrmax-tree-directory .ant-hrmax-tree-treenode {
  position: relative;
}

.ant-hrmax-tree.ant-hrmax-tree-directory .ant-hrmax-tree-treenode:before {
  content: "";
  pointer-events: none;
  transition: background-color .3s;
  position: absolute;
  inset: 0 0 4px;
}

.ant-hrmax-tree.ant-hrmax-tree-directory .ant-hrmax-tree-treenode > * {
  z-index: 1;
}

.ant-hrmax-tree.ant-hrmax-tree-directory .ant-hrmax-tree-treenode .ant-hrmax-tree-switcher {
  transition: color .3s;
}

.ant-hrmax-tree.ant-hrmax-tree-directory .ant-hrmax-tree-treenode .ant-hrmax-tree-node-content-wrapper {
  user-select: none;
  border-radius: 0;
}

.ant-hrmax-tree.ant-hrmax-tree-directory .ant-hrmax-tree-treenode .ant-hrmax-tree-node-content-wrapper:hover {
  background: none;
}

.ant-hrmax-tree-checkbox {
  box-sizing: border-box;
  color: #000;
  font-variant: tabular-nums;
  font-feature-settings: "tnum";
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1;
  list-style: none;
  position: relative;
  top: .2em;
}

.ant-hrmax-tree-checkbox-wrapper:hover .ant-hrmax-tree-checkbox-inner, .ant-hrmax-tree-checkbox:hover .ant-hrmax-tree-checkbox-inner, .ant-hrmax-tree-checkbox-input:focus + .ant-hrmax-tree-checkbox-inner {
  border-color: #397ee5;
}

.ant-hrmax-tree-checkbox-checked:after {
  visibility: hidden;
  content: "";
  border: 1px solid #397ee5;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  animation: .36s ease-in-out backwards antCheckboxEffect;
  position: absolute;
  top: 0;
  left: 0;
}

.ant-hrmax-tree-checkbox:hover:after, .ant-hrmax-tree-checkbox-wrapper:hover .ant-hrmax-tree-checkbox:after {
  visibility: visible;
}

.ant-hrmax-tree-checkbox-inner {
  border-collapse: separate;
  direction: ltr;
  background-color: #fff;
  border: 1px solid #cdd0d4;
  border-radius: 4px;
  width: 18px;
  height: 18px;
  transition: all .3s;
  display: block;
  position: relative;
  top: 0;
  left: 0;
}

.ant-hrmax-tree-checkbox-inner:after {
  opacity: 0;
  content: " ";
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  width: 6.42857px;
  height: 10.2857px;
  transition: all .1s cubic-bezier(.71, -.46, .88, .6), opacity .1s;
  display: table;
  position: absolute;
  top: 50%;
  left: 21.5%;
  transform: rotate(45deg)scale(0)translate(-50%, -50%);
}

.ant-hrmax-tree-checkbox-input {
  z-index: 1;
  cursor: pointer;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.ant-hrmax-tree-checkbox-checked .ant-hrmax-tree-checkbox-inner:after {
  opacity: 1;
  content: " ";
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  transition: all .2s cubic-bezier(.12, .4, .29, 1.46) .1s;
  display: table;
  position: absolute;
  transform: rotate(45deg)scale(1)translate(-50%, -50%);
}

.ant-hrmax-tree-checkbox-checked .ant-hrmax-tree-checkbox-inner {
  background-color: #397ee5;
  border-color: #397ee5;
}

.ant-hrmax-tree-checkbox-disabled {
  cursor: not-allowed;
}

.ant-hrmax-tree-checkbox-disabled.ant-hrmax-tree-checkbox-checked .ant-hrmax-tree-checkbox-inner:after {
  border-color: #cdd0d4;
  animation-name: none;
}

.ant-hrmax-tree-checkbox-disabled .ant-hrmax-tree-checkbox-input {
  cursor: not-allowed;
  pointer-events: none;
}

.ant-hrmax-tree-checkbox-disabled .ant-hrmax-tree-checkbox-inner {
  background-color: #f2f4f7;
  border-color: #cdd0d4 !important;
}

.ant-hrmax-tree-checkbox-disabled .ant-hrmax-tree-checkbox-inner:after {
  border-collapse: separate;
  border-color: #f2f4f7;
  animation-name: none;
}

.ant-hrmax-tree-checkbox-disabled + span {
  color: #cdd0d4;
  cursor: not-allowed;
}

.ant-hrmax-tree-checkbox-disabled:hover:after, .ant-hrmax-tree-checkbox-wrapper:hover .ant-hrmax-tree-checkbox-disabled:after {
  visibility: hidden;
}

.ant-hrmax-tree-checkbox-wrapper {
  box-sizing: border-box;
  color: #000;
  font-variant: tabular-nums;
  font-feature-settings: "tnum";
  font-size: 14px;
  line-height: 1.5715;
  line-height: unset;
  cursor: pointer;
  align-items: baseline;
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-flex;
}

.ant-hrmax-tree-checkbox-wrapper:after {
  content: " ";
  width: 0;
  display: inline-block;
  overflow: hidden;
}

.ant-hrmax-tree-checkbox-wrapper.ant-hrmax-tree-checkbox-wrapper-disabled {
  cursor: not-allowed;
}

.ant-hrmax-tree-checkbox-wrapper + .ant-hrmax-tree-checkbox-wrapper {
  margin-left: 8px;
}

.ant-hrmax-tree-checkbox-wrapper.ant-hrmax-tree-checkbox-wrapper-in-form-item input[type="checkbox"] {
  width: 14px;
  height: 14px;
}

.ant-hrmax-tree-checkbox + span {
  padding-left: 8px;
  padding-right: 8px;
}

.ant-hrmax-tree-checkbox-group {
  box-sizing: border-box;
  color: #000;
  font-variant: tabular-nums;
  font-feature-settings: "tnum";
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.5715;
  list-style: none;
  display: inline-block;
}

.ant-hrmax-tree-checkbox-group-item {
  margin-right: 8px;
}

.ant-hrmax-tree-checkbox-group-item:last-child {
  margin-right: 0;
}

.ant-hrmax-tree-checkbox-group-item + .ant-hrmax-tree-checkbox-group-item {
  margin-left: 0;
}

.ant-hrmax-tree-checkbox-indeterminate .ant-hrmax-tree-checkbox-inner {
  background-color: #fff;
  border-color: #cdd0d4;
}

.ant-hrmax-tree-checkbox-indeterminate .ant-hrmax-tree-checkbox-inner:after {
  opacity: 1;
  content: " ";
  background-color: #397ee5;
  border: 0;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)scale(1);
}

.ant-hrmax-tree-checkbox-indeterminate.ant-hrmax-tree-checkbox-disabled .ant-hrmax-tree-checkbox-inner:after {
  background-color: #cdd0d4;
  border-color: #cdd0d4;
}

.ant-hrmax-tree-checkbox-rtl {
  direction: rtl;
}

.ant-hrmax-tree-checkbox-group-rtl .ant-hrmax-tree-checkbox-group-item {
  margin-left: 8px;
  margin-right: 0;
}

.ant-hrmax-tree-checkbox-group-rtl .ant-hrmax-tree-checkbox-group-item:last-child {
  margin-left: 0 !important;
}

.ant-hrmax-tree-checkbox-group-rtl .ant-hrmax-tree-checkbox-group-item + .ant-hrmax-tree-checkbox-group-item {
  margin-left: 8px;
}

.ant-hrmax-tree.ant-hrmax-tree-directory .ant-hrmax-tree-treenode:hover:before, .ant-hrmax-tree.ant-hrmax-tree-directory .ant-hrmax-tree-treenode .ant-hrmax-tree-node-content-wrapper:hover {
  background: none;
}

.ant-hrmax-tree-rtl {
  direction: rtl;
}

.ant-hrmax-tree-rtl .ant-hrmax-tree-node-content-wrapper[draggable="true"] .ant-hrmax-tree-drop-indicator:after {
  right: -6px;
  left: unset;
}

.ant-hrmax-tree .ant-hrmax-tree-treenode-rtl {
  direction: rtl;
}

.ant-hrmax-tree-rtl .ant-hrmax-tree-switcher_close .ant-hrmax-tree-switcher-icon svg {
  transform: rotate(90deg);
}

.ant-hrmax-tree-rtl.ant-hrmax-tree-show-line .ant-hrmax-tree-indent-unit:before {
  border-left: 1px solid #cdd0d4;
  border-right: none;
  left: -13px;
  right: auto;
}

.ant-hrmax-tree-rtl .ant-hrmax-tree-checkbox, .ant-hrmax-tree-select-dropdown-rtl .ant-hrmax-select-tree-checkbox {
  margin: 3px 0 0 8px;
}

.ant-hrmax-select-tree-checkbox {
  box-sizing: border-box;
  color: #000;
  font-variant: tabular-nums;
  font-feature-settings: "tnum";
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1;
  list-style: none;
  position: relative;
  top: .2em;
}

.ant-hrmax-select-tree-checkbox-wrapper:hover .ant-hrmax-select-tree-checkbox-inner, .ant-hrmax-select-tree-checkbox:hover .ant-hrmax-select-tree-checkbox-inner, .ant-hrmax-select-tree-checkbox-input:focus + .ant-hrmax-select-tree-checkbox-inner {
  border-color: #397ee5;
}

.ant-hrmax-select-tree-checkbox-checked:after {
  visibility: hidden;
  content: "";
  border: 1px solid #397ee5;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  animation: .36s ease-in-out backwards antCheckboxEffect;
  position: absolute;
  top: 0;
  left: 0;
}

.ant-hrmax-select-tree-checkbox:hover:after, .ant-hrmax-select-tree-checkbox-wrapper:hover .ant-hrmax-select-tree-checkbox:after {
  visibility: visible;
}

.ant-hrmax-select-tree-checkbox-inner {
  border-collapse: separate;
  direction: ltr;
  background-color: #fff;
  border: 1px solid #cdd0d4;
  border-radius: 4px;
  width: 18px;
  height: 18px;
  transition: all .3s;
  display: block;
  position: relative;
  top: 0;
  left: 0;
}

.ant-hrmax-select-tree-checkbox-inner:after {
  opacity: 0;
  content: " ";
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  width: 6.42857px;
  height: 10.2857px;
  transition: all .1s cubic-bezier(.71, -.46, .88, .6), opacity .1s;
  display: table;
  position: absolute;
  top: 50%;
  left: 21.5%;
  transform: rotate(45deg)scale(0)translate(-50%, -50%);
}

.ant-hrmax-select-tree-checkbox-input {
  z-index: 1;
  cursor: pointer;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.ant-hrmax-select-tree-checkbox-checked .ant-hrmax-select-tree-checkbox-inner:after {
  opacity: 1;
  content: " ";
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  transition: all .2s cubic-bezier(.12, .4, .29, 1.46) .1s;
  display: table;
  position: absolute;
  transform: rotate(45deg)scale(1)translate(-50%, -50%);
}

.ant-hrmax-select-tree-checkbox-checked .ant-hrmax-select-tree-checkbox-inner {
  background-color: #397ee5;
  border-color: #397ee5;
}

.ant-hrmax-select-tree-checkbox-disabled {
  cursor: not-allowed;
}

.ant-hrmax-select-tree-checkbox-disabled.ant-hrmax-select-tree-checkbox-checked .ant-hrmax-select-tree-checkbox-inner:after {
  border-color: #cdd0d4;
  animation-name: none;
}

.ant-hrmax-select-tree-checkbox-disabled .ant-hrmax-select-tree-checkbox-input {
  cursor: not-allowed;
  pointer-events: none;
}

.ant-hrmax-select-tree-checkbox-disabled .ant-hrmax-select-tree-checkbox-inner {
  background-color: #f2f4f7;
  border-color: #cdd0d4 !important;
}

.ant-hrmax-select-tree-checkbox-disabled .ant-hrmax-select-tree-checkbox-inner:after {
  border-collapse: separate;
  border-color: #f2f4f7;
  animation-name: none;
}

.ant-hrmax-select-tree-checkbox-disabled + span {
  color: #cdd0d4;
  cursor: not-allowed;
}

.ant-hrmax-select-tree-checkbox-disabled:hover:after, .ant-hrmax-select-tree-checkbox-wrapper:hover .ant-hrmax-select-tree-checkbox-disabled:after {
  visibility: hidden;
}

.ant-hrmax-select-tree-checkbox-wrapper {
  box-sizing: border-box;
  color: #000;
  font-variant: tabular-nums;
  font-feature-settings: "tnum";
  font-size: 14px;
  line-height: 1.5715;
  line-height: unset;
  cursor: pointer;
  align-items: baseline;
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-flex;
}

.ant-hrmax-select-tree-checkbox-wrapper:after {
  content: " ";
  width: 0;
  display: inline-block;
  overflow: hidden;
}

.ant-hrmax-select-tree-checkbox-wrapper.ant-hrmax-select-tree-checkbox-wrapper-disabled {
  cursor: not-allowed;
}

.ant-hrmax-select-tree-checkbox-wrapper + .ant-hrmax-select-tree-checkbox-wrapper {
  margin-left: 8px;
}

.ant-hrmax-select-tree-checkbox-wrapper.ant-hrmax-select-tree-checkbox-wrapper-in-form-item input[type="checkbox"] {
  width: 14px;
  height: 14px;
}

.ant-hrmax-select-tree-checkbox + span {
  padding-left: 8px;
  padding-right: 8px;
}

.ant-hrmax-select-tree-checkbox-group {
  box-sizing: border-box;
  color: #000;
  font-variant: tabular-nums;
  font-feature-settings: "tnum";
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.5715;
  list-style: none;
  display: inline-block;
}

.ant-hrmax-select-tree-checkbox-group-item {
  margin-right: 8px;
}

.ant-hrmax-select-tree-checkbox-group-item:last-child {
  margin-right: 0;
}

.ant-hrmax-select-tree-checkbox-group-item + .ant-hrmax-select-tree-checkbox-group-item {
  margin-left: 0;
}

.ant-hrmax-select-tree-checkbox-indeterminate .ant-hrmax-select-tree-checkbox-inner {
  background-color: #fff;
  border-color: #cdd0d4;
}

.ant-hrmax-select-tree-checkbox-indeterminate .ant-hrmax-select-tree-checkbox-inner:after {
  opacity: 1;
  content: " ";
  background-color: #397ee5;
  border: 0;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)scale(1);
}

.ant-hrmax-select-tree-checkbox-indeterminate.ant-hrmax-select-tree-checkbox-disabled .ant-hrmax-select-tree-checkbox-inner:after {
  background-color: #cdd0d4;
  border-color: #cdd0d4;
}

.ant-hrmax-select-tree-checkbox-rtl {
  direction: rtl;
}

.ant-hrmax-select-tree-checkbox-group-rtl .ant-hrmax-select-tree-checkbox-group-item {
  margin-left: 8px;
  margin-right: 0;
}

.ant-hrmax-select-tree-checkbox-group-rtl .ant-hrmax-select-tree-checkbox-group-item:last-child {
  margin-left: 0 !important;
}

.ant-hrmax-select-tree-checkbox-group-rtl .ant-hrmax-select-tree-checkbox-group-item + .ant-hrmax-select-tree-checkbox-group-item {
  margin-left: 8px;
}

.ant-hrmax-tree-select-dropdown {
  padding: 8px 4px;
}

.ant-hrmax-tree-select-dropdown-rtl {
  direction: rtl;
}

.ant-hrmax-tree-select-dropdown .ant-hrmax-select-tree {
  border-radius: 0;
}

.ant-hrmax-tree-select-dropdown .ant-hrmax-select-tree-list-holder-inner {
  align-items: stretch;
}

.ant-hrmax-tree-select-dropdown .ant-hrmax-select-tree-list-holder-inner .ant-hrmax-select-tree-treenode .ant-hrmax-select-tree-node-content-wrapper {
  flex: auto;
}

.ant-hrmax-select-tree.ant-hrmax-select-tree-directory .ant-hrmax-select-tree-treenode:hover:before, .ant-hrmax-select-tree.ant-hrmax-select-tree-directory .ant-hrmax-select-tree-treenode .ant-hrmax-select-tree-node-content-wrapper:hover {
  background: none;
}

.ant-hrmax-tree-select-dropdown-rtl .ant-hrmax-select-tree .ant-hrmax-select-tree-switcher_close .ant-hrmax-select-tree-switcher-icon svg {
  transform: rotate(90deg);
}

.ant-hrmax-tree-select-dropdown-rtl .ant-hrmax-select-tree .ant-hrmax-select-tree-switcher-loading-icon {
  transform: scaleY(-1);
}

.ant-hrmax-typography {
  color: #000;
  word-break: break-word;
}

.ant-hrmax-typography.ant-hrmax-typography-secondary {
  color: #535b64;
}

.ant-hrmax-typography.ant-hrmax-typography-success {
  color: #2e9908;
}

.ant-hrmax-typography.ant-hrmax-typography-warning {
  color: #d98d00;
}

.ant-hrmax-typography.ant-hrmax-typography-danger, a.ant-hrmax-typography.ant-hrmax-typography-danger:active, a.ant-hrmax-typography.ant-hrmax-typography-danger:focus {
  color: #d90007;
}

a.ant-hrmax-typography.ant-hrmax-typography-danger:hover {
  color: #ff3029;
}

.ant-hrmax-typography.ant-hrmax-typography-disabled {
  color: #cdd0d4;
  cursor: not-allowed;
  user-select: none;
}

div.ant-hrmax-typography, .ant-hrmax-typography p {
  margin-bottom: 1em;
}

h1.ant-hrmax-typography, div.ant-hrmax-typography-h1, div.ant-hrmax-typography-h1 > textarea, .ant-hrmax-typography h1 {
  color: #000000d9;
  margin-bottom: .5em;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.23;
}

h2.ant-hrmax-typography, div.ant-hrmax-typography-h2, div.ant-hrmax-typography-h2 > textarea, .ant-hrmax-typography h2 {
  color: #000000d9;
  margin-bottom: .5em;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.35;
}

h3.ant-hrmax-typography, div.ant-hrmax-typography-h3, div.ant-hrmax-typography-h3 > textarea, .ant-hrmax-typography h3 {
  color: #000000d9;
  margin-bottom: .5em;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.35;
}

h4.ant-hrmax-typography, div.ant-hrmax-typography-h4, div.ant-hrmax-typography-h4 > textarea, .ant-hrmax-typography h4 {
  color: #000000d9;
  margin-bottom: .5em;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}

h5.ant-hrmax-typography, div.ant-hrmax-typography-h5, div.ant-hrmax-typography-h5 > textarea, .ant-hrmax-typography h5 {
  color: #000000d9;
  margin-bottom: .5em;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}

.ant-hrmax-typography + h1.ant-hrmax-typography, .ant-hrmax-typography + h2.ant-hrmax-typography, .ant-hrmax-typography + h3.ant-hrmax-typography, .ant-hrmax-typography + h4.ant-hrmax-typography, .ant-hrmax-typography + h5.ant-hrmax-typography, .ant-hrmax-typography div + h1, .ant-hrmax-typography ul + h1, .ant-hrmax-typography li + h1, .ant-hrmax-typography p + h1, .ant-hrmax-typography h1 + h1, .ant-hrmax-typography h2 + h1, .ant-hrmax-typography h3 + h1, .ant-hrmax-typography h4 + h1, .ant-hrmax-typography h5 + h1, .ant-hrmax-typography div + h2, .ant-hrmax-typography ul + h2, .ant-hrmax-typography li + h2, .ant-hrmax-typography p + h2, .ant-hrmax-typography h1 + h2, .ant-hrmax-typography h2 + h2, .ant-hrmax-typography h3 + h2, .ant-hrmax-typography h4 + h2, .ant-hrmax-typography h5 + h2, .ant-hrmax-typography div + h3, .ant-hrmax-typography ul + h3, .ant-hrmax-typography li + h3, .ant-hrmax-typography p + h3, .ant-hrmax-typography h1 + h3, .ant-hrmax-typography h2 + h3, .ant-hrmax-typography h3 + h3, .ant-hrmax-typography h4 + h3, .ant-hrmax-typography h5 + h3, .ant-hrmax-typography div + h4, .ant-hrmax-typography ul + h4, .ant-hrmax-typography li + h4, .ant-hrmax-typography p + h4, .ant-hrmax-typography h1 + h4, .ant-hrmax-typography h2 + h4, .ant-hrmax-typography h3 + h4, .ant-hrmax-typography h4 + h4, .ant-hrmax-typography h5 + h4, .ant-hrmax-typography div + h5, .ant-hrmax-typography ul + h5, .ant-hrmax-typography li + h5, .ant-hrmax-typography p + h5, .ant-hrmax-typography h1 + h5, .ant-hrmax-typography h2 + h5, .ant-hrmax-typography h3 + h5, .ant-hrmax-typography h4 + h5, .ant-hrmax-typography h5 + h5 {
  margin-top: 1.2em;
}

a.ant-hrmax-typography-ellipsis, span.ant-hrmax-typography-ellipsis {
  max-width: 100%;
  display: inline-block;
}

a.ant-hrmax-typography, .ant-hrmax-typography a {
  color: #268a92;
  cursor: pointer;
  outline: none;
  text-decoration: none;
  transition: color .3s;
}

a.ant-hrmax-typography:focus-visible, .ant-hrmax-typography a:focus-visible, a.ant-hrmax-typography:hover, .ant-hrmax-typography a:hover {
  color: #429b9e;
}

a.ant-hrmax-typography:active, .ant-hrmax-typography a:active {
  color: #16636b;
}

a.ant-hrmax-typography:active, .ant-hrmax-typography a:active, a.ant-hrmax-typography:hover, .ant-hrmax-typography a:hover {
  text-decoration: none;
}

a.ant-hrmax-typography[disabled], .ant-hrmax-typography a[disabled], a.ant-hrmax-typography.ant-hrmax-typography-disabled, .ant-hrmax-typography a.ant-hrmax-typography-disabled {
  color: #cdd0d4;
  cursor: not-allowed;
}

a.ant-hrmax-typography[disabled]:active, .ant-hrmax-typography a[disabled]:active, a.ant-hrmax-typography.ant-hrmax-typography-disabled:active, .ant-hrmax-typography a.ant-hrmax-typography-disabled:active, a.ant-hrmax-typography[disabled]:hover, .ant-hrmax-typography a[disabled]:hover, a.ant-hrmax-typography.ant-hrmax-typography-disabled:hover, .ant-hrmax-typography a.ant-hrmax-typography-disabled:hover {
  color: #cdd0d4;
}

a.ant-hrmax-typography[disabled]:active, .ant-hrmax-typography a[disabled]:active, a.ant-hrmax-typography.ant-hrmax-typography-disabled:active, .ant-hrmax-typography a.ant-hrmax-typography-disabled:active {
  pointer-events: none;
}

.ant-hrmax-typography code {
  background: #9696961a;
  border: 1px solid #64646433;
  border-radius: 3px;
  margin: 0 .2em;
  padding: .2em .4em .1em;
  font-size: 85%;
}

.ant-hrmax-typography kbd {
  background: #9696960f;
  border: 1px solid #64646433;
  border-bottom-width: 2px;
  border-radius: 3px;
  margin: 0 .2em;
  padding: .15em .4em .1em;
  font-size: 90%;
}

.ant-hrmax-typography mark {
  background-color: #ffe27a;
  padding: 0;
}

.ant-hrmax-typography u, .ant-hrmax-typography ins {
  text-decoration-skip-ink: auto;
  text-decoration: underline;
}

.ant-hrmax-typography s, .ant-hrmax-typography del {
  text-decoration: line-through;
}

.ant-hrmax-typography strong {
  font-weight: 600;
}

.ant-hrmax-typography-expand, .ant-hrmax-typography-edit, .ant-hrmax-typography-copy {
  color: #268a92;
  cursor: pointer;
  outline: none;
  margin-left: 4px;
  transition: color .3s;
}

.ant-hrmax-typography-expand:focus-visible, .ant-hrmax-typography-edit:focus-visible, .ant-hrmax-typography-copy:focus-visible, .ant-hrmax-typography-expand:hover, .ant-hrmax-typography-edit:hover, .ant-hrmax-typography-copy:hover {
  color: #429b9e;
}

.ant-hrmax-typography-expand:active, .ant-hrmax-typography-edit:active, .ant-hrmax-typography-copy:active {
  color: #16636b;
}

.ant-hrmax-typography-copy-success, .ant-hrmax-typography-copy-success:hover, .ant-hrmax-typography-copy-success:focus {
  color: #2e9908;
}

.ant-hrmax-typography-edit-content {
  position: relative;
}

div.ant-hrmax-typography-edit-content {
  margin-top: -5px;
  margin-bottom: calc(1em - 5px);
  left: -13px;
}

.ant-hrmax-typography-edit-content-confirm {
  color: #535b64;
  pointer-events: none;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  position: absolute;
  bottom: 8px;
  right: 10px;
}

.ant-hrmax-typography-edit-content textarea {
  height: 1em;
  -moz-transition: none;
  margin: 0 !important;
}

.ant-hrmax-typography ul, .ant-hrmax-typography ol {
  margin: 0 0 1em;
  padding: 0;
}

.ant-hrmax-typography ul li, .ant-hrmax-typography ol li {
  margin: 0 0 0 20px;
  padding: 0 0 0 4px;
}

.ant-hrmax-typography ul {
  list-style-type: circle;
}

.ant-hrmax-typography ul ul {
  list-style-type: disc;
}

.ant-hrmax-typography ol {
  list-style-type: decimal;
}

.ant-hrmax-typography pre, .ant-hrmax-typography blockquote {
  margin: 1em 0;
}

.ant-hrmax-typography pre {
  white-space: pre-wrap;
  word-wrap: break-word;
  background: #9696961a;
  border: 1px solid #64646433;
  border-radius: 3px;
  padding: .4em .6em;
}

.ant-hrmax-typography pre code {
  font-size: inherit;
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  font-family: inherit;
  display: inline;
}

.ant-hrmax-typography blockquote {
  opacity: .85;
  border-left: 4px solid #64646433;
  padding: 0 0 0 .6em;
}

.ant-hrmax-typography-single-line {
  white-space: nowrap;
}

.ant-hrmax-typography-ellipsis-single-line {
  text-overflow: ellipsis;
  overflow: hidden;
}

a.ant-hrmax-typography-ellipsis-single-line, span.ant-hrmax-typography-ellipsis-single-line {
  vertical-align: bottom;
}

.ant-hrmax-typography-ellipsis-multiple-line {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

.ant-hrmax-typography-rtl {
  direction: rtl;
}

.ant-hrmax-typography-rtl .ant-hrmax-typography-expand, .ant-hrmax-typography-rtl .ant-hrmax-typography-edit, .ant-hrmax-typography-rtl .ant-hrmax-typography-copy {
  margin-left: 0;
  margin-right: 4px;
}

.ant-hrmax-typography-rtl .ant-hrmax-typography-expand {
  float: left;
}

div.ant-hrmax-typography-edit-content.ant-hrmax-typography-rtl {
  left: auto;
  right: -13px;
}

.ant-hrmax-typography-rtl .ant-hrmax-typography-edit-content-confirm {
  left: 10px;
  right: auto;
}

.ant-hrmax-typography-rtl.ant-hrmax-typography ul li, .ant-hrmax-typography-rtl.ant-hrmax-typography ol li {
  margin: 0 20px 0 0;
  padding: 0 4px 0 0;
}

.ant-hrmax-upload {
  box-sizing: border-box;
  color: #000;
  font-variant: tabular-nums;
  font-feature-settings: "tnum";
  outline: 0;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.5715;
  list-style: none;
}

.ant-hrmax-upload p {
  margin: 0;
}

.ant-hrmax-upload-btn {
  outline: none;
  width: 100%;
  display: block;
}

.ant-hrmax-upload input[type="file"] {
  cursor: pointer;
}

.ant-hrmax-upload.ant-hrmax-upload-select {
  display: inline-block;
}

.ant-hrmax-upload.ant-hrmax-upload-disabled {
  color: #cdd0d4;
  cursor: not-allowed;
}

.ant-hrmax-upload.ant-hrmax-upload-select-picture-card {
  text-align: center;
  vertical-align: top;
  cursor: pointer;
  background-color: #fafafa;
  border: 1px dashed #cdd0d4;
  border-radius: 8px;
  width: 104px;
  height: 104px;
  margin-bottom: 8px;
  margin-right: 8px;
  transition: border-color .3s;
}

.ant-hrmax-upload.ant-hrmax-upload-select-picture-card > .ant-hrmax-upload {
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.ant-hrmax-upload-disabled.ant-hrmax-upload.ant-hrmax-upload-select-picture-card:hover {
  border-color: #cdd0d4;
}

.ant-hrmax-upload.ant-hrmax-upload-drag {
  text-align: center;
  cursor: pointer;
  background: #fafafa;
  border: 1px dashed #cdd0d4;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  transition: border-color .3s;
  position: relative;
}

.ant-hrmax-upload.ant-hrmax-upload-drag .ant-hrmax-upload {
  padding: 16px 0;
}

.ant-hrmax-upload.ant-hrmax-upload-drag.ant-hrmax-upload-drag-hover:not(.ant-hrmax-upload-disabled) {
  border-color: #016b72;
}

.ant-hrmax-upload.ant-hrmax-upload-drag.ant-hrmax-upload-disabled {
  cursor: not-allowed;
}

.ant-hrmax-upload.ant-hrmax-upload-drag .ant-hrmax-upload-btn {
  height: 100%;
  display: table;
}

.ant-hrmax-upload.ant-hrmax-upload-drag .ant-hrmax-upload-drag-container {
  vertical-align: middle;
  display: table-cell;
}

.ant-hrmax-upload.ant-hrmax-upload-drag:not(.ant-hrmax-upload-disabled):hover {
  border-color: #54a7af;
}

.ant-hrmax-upload.ant-hrmax-upload-drag p.ant-hrmax-upload-drag-icon {
  margin-bottom: 20px;
}

.ant-hrmax-upload.ant-hrmax-upload-drag p.ant-hrmax-upload-drag-icon .anthrmaxicon {
  color: #54a7af;
  font-size: 48px;
}

.ant-hrmax-upload.ant-hrmax-upload-drag p.ant-hrmax-upload-text {
  color: #000000d9;
  margin: 0 0 4px;
  font-size: 16px;
}

.ant-hrmax-upload.ant-hrmax-upload-drag p.ant-hrmax-upload-hint {
  color: #535b64;
  font-size: 14px;
}

.ant-hrmax-upload.ant-hrmax-upload-drag .anthrmaxicon-plus {
  color: #cdd0d4;
  font-size: 30px;
  transition: all .3s;
}

.ant-hrmax-upload.ant-hrmax-upload-drag .anthrmaxicon-plus:hover, .ant-hrmax-upload.ant-hrmax-upload-drag:hover .anthrmaxicon-plus {
  color: #535b64;
}

.ant-hrmax-upload-picture-card-wrapper {
  width: 100%;
  display: inline-block;
}

.ant-hrmax-upload-picture-card-wrapper:before {
  content: "";
  display: table;
}

.ant-hrmax-upload-picture-card-wrapper:after {
  clear: both;
  content: "";
  display: table;
}

.ant-hrmax-upload-list {
  box-sizing: border-box;
  color: #000;
  font-variant: tabular-nums;
  font-feature-settings: "tnum";
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.5715;
  list-style: none;
}

.ant-hrmax-upload-list:before {
  content: "";
  display: table;
}

.ant-hrmax-upload-list:after {
  clear: both;
  content: "";
  display: table;
}

.ant-hrmax-upload-list-item {
  height: 22.001px;
  margin-top: 8px;
  font-size: 14px;
  position: relative;
}

.ant-hrmax-upload-list-item-name {
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  padding-left: 22px;
  line-height: 1.5715;
  display: inline-block;
  overflow: hidden;
}

.ant-hrmax-upload-list-item-card-actions {
  position: absolute;
  right: 0;
}

.ant-hrmax-upload-list-item-card-actions-btn {
  opacity: 0;
}

.ant-hrmax-upload-list-item-card-actions-btn.ant-hrmax-btn-sm {
  vertical-align: top;
  height: 22.001px;
  line-height: 1;
}

.ant-hrmax-upload-list-item-card-actions.picture {
  line-height: 0;
  top: 22px;
}

.ant-hrmax-upload-list-item-card-actions-btn:focus, .ant-hrmax-upload-list-item-card-actions.picture .ant-hrmax-upload-list-item-card-actions-btn {
  opacity: 1;
}

.ant-hrmax-upload-list-item-card-actions .anthrmaxicon {
  color: #535b64;
  transition: all .3s;
}

.ant-hrmax-upload-list-item-card-actions:hover .anthrmaxicon {
  color: #000;
}

.ant-hrmax-upload-list-item-info {
  height: 100%;
  transition: background-color .3s;
}

.ant-hrmax-upload-list-item-info > span {
  width: 100%;
  height: 100%;
  display: block;
}

.ant-hrmax-upload-list-item-info .anthrmaxicon-loading .anthrmaxicon, .ant-hrmax-upload-list-item-info .ant-hrmax-upload-text-icon .anthrmaxicon {
  color: #535b64;
  font-size: 14px;
  position: absolute;
  top: 5px;
}

.ant-hrmax-upload-list-item:hover .ant-hrmax-upload-list-item-info {
  background-color: #f2f4f7;
}

.ant-hrmax-upload-list-item:hover .ant-hrmax-upload-list-item-card-actions-btn {
  opacity: 1;
}

.ant-hrmax-upload-list-item-error, .ant-hrmax-upload-list-item-error .ant-hrmax-upload-text-icon > .anthrmaxicon, .ant-hrmax-upload-list-item-error .ant-hrmax-upload-list-item-name, .ant-hrmax-upload-list-item-error .ant-hrmax-upload-list-item-card-actions .anthrmaxicon {
  color: #d90007;
}

.ant-hrmax-upload-list-item-error .ant-hrmax-upload-list-item-card-actions-btn {
  opacity: 1;
}

.ant-hrmax-upload-list-item-progress {
  width: 100%;
  padding-left: 26px;
  font-size: 14px;
  line-height: 0;
  position: absolute;
  bottom: -12px;
}

.ant-hrmax-upload-list-picture .ant-hrmax-upload-list-item, .ant-hrmax-upload-list-picture-card .ant-hrmax-upload-list-item {
  border: 1px solid #cdd0d4;
  border-radius: 8px;
  height: 66px;
  padding: 8px;
  position: relative;
}

.ant-hrmax-upload-list-picture .ant-hrmax-upload-list-item:hover, .ant-hrmax-upload-list-picture-card .ant-hrmax-upload-list-item:hover {
  background: none;
}

.ant-hrmax-upload-list-picture .ant-hrmax-upload-list-item-error, .ant-hrmax-upload-list-picture-card .ant-hrmax-upload-list-item-error {
  border-color: #d90007;
}

.ant-hrmax-upload-list-picture .ant-hrmax-upload-list-item:hover .ant-hrmax-upload-list-item-info, .ant-hrmax-upload-list-picture-card .ant-hrmax-upload-list-item:hover .ant-hrmax-upload-list-item-info {
  background: none;
}

.ant-hrmax-upload-list-picture .ant-hrmax-upload-list-item-uploading, .ant-hrmax-upload-list-picture-card .ant-hrmax-upload-list-item-uploading {
  border-style: dashed;
}

.ant-hrmax-upload-list-picture .ant-hrmax-upload-list-item-thumbnail, .ant-hrmax-upload-list-picture-card .ant-hrmax-upload-list-item-thumbnail {
  text-align: center;
  opacity: .8;
  width: 48px;
  height: 48px;
  line-height: 60px;
}

.ant-hrmax-upload-list-picture .ant-hrmax-upload-list-item-thumbnail .anthrmaxicon, .ant-hrmax-upload-list-picture-card .ant-hrmax-upload-list-item-thumbnail .anthrmaxicon {
  font-size: 26px;
}

.ant-hrmax-upload-list-picture .ant-hrmax-upload-list-item-error .ant-hrmax-upload-list-item-thumbnail .anthrmaxicon svg path[fill="#e6f7ff"], .ant-hrmax-upload-list-picture-card .ant-hrmax-upload-list-item-error .ant-hrmax-upload-list-item-thumbnail .anthrmaxicon svg path[fill="#e6f7ff"] {
  fill: #ffe9e6;
}

.ant-hrmax-upload-list-picture .ant-hrmax-upload-list-item-error .ant-hrmax-upload-list-item-thumbnail .anthrmaxicon svg path[fill="#1890ff"], .ant-hrmax-upload-list-picture-card .ant-hrmax-upload-list-item-error .ant-hrmax-upload-list-item-thumbnail .anthrmaxicon svg path[fill="#1890ff"] {
  fill: #d90007;
}

.ant-hrmax-upload-list-picture .ant-hrmax-upload-list-item-icon, .ant-hrmax-upload-list-picture-card .ant-hrmax-upload-list-item-icon {
  font-size: 26px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ant-hrmax-upload-list-picture .ant-hrmax-upload-list-item-icon .anthrmaxicon, .ant-hrmax-upload-list-picture-card .ant-hrmax-upload-list-item-icon .anthrmaxicon {
  font-size: 26px;
}

.ant-hrmax-upload-list-picture .ant-hrmax-upload-list-item-image, .ant-hrmax-upload-list-picture-card .ant-hrmax-upload-list-item-image {
  max-width: 100%;
}

.ant-hrmax-upload-list-picture .ant-hrmax-upload-list-item-thumbnail img, .ant-hrmax-upload-list-picture-card .ant-hrmax-upload-list-item-thumbnail img {
  width: 48px;
  height: 48px;
  display: block;
  overflow: hidden;
}

.ant-hrmax-upload-list-picture .ant-hrmax-upload-list-item-name, .ant-hrmax-upload-list-picture-card .ant-hrmax-upload-list-item-name {
  box-sizing: border-box;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
  margin: 0 0 0 8px;
  padding-left: 48px;
  padding-right: 8px;
  line-height: 44px;
  transition: all .3s;
  display: inline-block;
  overflow: hidden;
}

.ant-hrmax-upload-list-picture .ant-hrmax-upload-list-item-uploading .ant-hrmax-upload-list-item-name, .ant-hrmax-upload-list-picture-card .ant-hrmax-upload-list-item-uploading .ant-hrmax-upload-list-item-name {
  margin-bottom: 12px;
}

.ant-hrmax-upload-list-picture .ant-hrmax-upload-list-item-progress, .ant-hrmax-upload-list-picture-card .ant-hrmax-upload-list-item-progress {
  width: calc(100% - 24px);
  margin-top: 0;
  padding-left: 56px;
  bottom: 14px;
}

.ant-hrmax-upload-list-picture-card-container {
  vertical-align: top;
  width: 104px;
  height: 104px;
  margin: 0 8px 8px 0;
  display: inline-block;
}

.ant-hrmax-upload-list-picture-card .ant-hrmax-upload-list-item {
  height: 100%;
  margin: 0;
}

.ant-hrmax-upload-list-picture-card .ant-hrmax-upload-list-item-info {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.ant-hrmax-upload-list-picture-card .ant-hrmax-upload-list-item-info:before {
  z-index: 1;
  opacity: 0;
  content: " ";
  background-color: #00000080;
  width: 100%;
  height: 100%;
  transition: all .3s;
  position: absolute;
}

.ant-hrmax-upload-list-picture-card .ant-hrmax-upload-list-item:hover .ant-hrmax-upload-list-item-info:before {
  opacity: 1;
}

.ant-hrmax-upload-list-picture-card .ant-hrmax-upload-list-item-actions {
  z-index: 10;
  white-space: nowrap;
  opacity: 0;
  transition: all .3s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ant-hrmax-upload-list-picture-card .ant-hrmax-upload-list-item-actions .anthrmaxicon-eye, .ant-hrmax-upload-list-picture-card .ant-hrmax-upload-list-item-actions .anthrmaxicon-download, .ant-hrmax-upload-list-picture-card .ant-hrmax-upload-list-item-actions .anthrmaxicon-delete {
  z-index: 10;
  color: #ffffffd9;
  cursor: pointer;
  width: 16px;
  margin: 0 4px;
  font-size: 16px;
  transition: all .3s;
}

.ant-hrmax-upload-list-picture-card .ant-hrmax-upload-list-item-actions .anthrmaxicon-eye:hover, .ant-hrmax-upload-list-picture-card .ant-hrmax-upload-list-item-actions .anthrmaxicon-download:hover, .ant-hrmax-upload-list-picture-card .ant-hrmax-upload-list-item-actions .anthrmaxicon-delete:hover {
  color: #fff;
}

.ant-hrmax-upload-list-picture-card .ant-hrmax-upload-list-item-info:hover + .ant-hrmax-upload-list-item-actions, .ant-hrmax-upload-list-picture-card .ant-hrmax-upload-list-item-actions:hover {
  opacity: 1;
}

.ant-hrmax-upload-list-picture-card .ant-hrmax-upload-list-item-thumbnail, .ant-hrmax-upload-list-picture-card .ant-hrmax-upload-list-item-thumbnail img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  display: block;
  position: static;
}

.ant-hrmax-upload-list-picture-card .ant-hrmax-upload-list-item-uploading .ant-hrmax-upload-list-item-info {
  height: auto;
}

.ant-hrmax-upload-list-picture-card .ant-hrmax-upload-list-item-uploading .ant-hrmax-upload-list-item-info:before, .ant-hrmax-upload-list-picture-card .ant-hrmax-upload-list-item-uploading .ant-hrmax-upload-list-item-info .anthrmaxicon-eye, .ant-hrmax-upload-list-picture-card .ant-hrmax-upload-list-item-uploading .ant-hrmax-upload-list-item-info .anthrmaxicon-delete {
  display: none;
}

.ant-hrmax-upload-list-picture-card .ant-hrmax-upload-list-item-progress {
  width: calc(100% - 14px);
  padding-left: 0;
  bottom: 32px;
}

.ant-hrmax-upload-list-text-container, .ant-hrmax-upload-list-picture-container {
  transition: opacity .3s, height .3s;
}

.ant-hrmax-upload-list-text-container:before, .ant-hrmax-upload-list-picture-container:before {
  content: "";
  width: 0;
  height: 0;
  display: table;
}

.ant-hrmax-upload-list-text-container .ant-hrmax-upload-span, .ant-hrmax-upload-list-picture-container .ant-hrmax-upload-span {
  flex: auto;
  display: block;
}

.ant-hrmax-upload-list-text .ant-hrmax-upload-span, .ant-hrmax-upload-list-picture .ant-hrmax-upload-span {
  align-items: center;
  display: flex;
}

.ant-hrmax-upload-list-text .ant-hrmax-upload-span > *, .ant-hrmax-upload-list-picture .ant-hrmax-upload-span > * {
  flex: none;
}

.ant-hrmax-upload-list-text .ant-hrmax-upload-list-item-name, .ant-hrmax-upload-list-picture .ant-hrmax-upload-list-item-name {
  flex: auto;
  margin: 0;
  padding: 0 8px;
}

.ant-hrmax-upload-list-text .ant-hrmax-upload-list-item-card-actions, .ant-hrmax-upload-list-picture .ant-hrmax-upload-list-item-card-actions, .ant-hrmax-upload-list-text .ant-hrmax-upload-text-icon .anthrmaxicon {
  position: static;
}

.ant-hrmax-upload-list .ant-hrmax-upload-animate-inline-appear, .ant-hrmax-upload-list .ant-hrmax-upload-animate-inline-enter, .ant-hrmax-upload-list .ant-hrmax-upload-animate-inline-leave {
  animation-duration: .3s;
  animation-timing-function: cubic-bezier(.78, .14, .15, .86);
  animation-fill-mode: forwards;
}

.ant-hrmax-upload-list .ant-hrmax-upload-animate-inline-appear, .ant-hrmax-upload-list .ant-hrmax-upload-animate-inline-enter {
  animation-name: uploadAnimateInlineIn;
}

.ant-hrmax-upload-list .ant-hrmax-upload-animate-inline-leave {
  animation-name: uploadAnimateInlineOut;
}

@keyframes uploadAnimateInlineIn {
  from {
    opacity: 0;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
  }
}

@keyframes uploadAnimateInlineOut {
  to {
    opacity: 0;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
  }
}

.ant-hrmax-upload-rtl {
  direction: rtl;
}

.ant-hrmax-upload-rtl.ant-hrmax-upload.ant-hrmax-upload-select-picture-card {
  margin-left: 8px;
  margin-right: auto;
}

.ant-hrmax-upload-list-rtl {
  direction: rtl;
}

.ant-hrmax-upload-list-rtl .ant-hrmax-upload-list-item-list-type-text:hover .ant-hrmax-upload-list-item-name-icon-count-1 {
  padding-left: 14px;
  padding-right: 22px;
}

.ant-hrmax-upload-list-rtl .ant-hrmax-upload-list-item-list-type-text:hover .ant-hrmax-upload-list-item-name-icon-count-2 {
  padding-left: 28px;
  padding-right: 22px;
}

.ant-hrmax-upload-list-rtl .ant-hrmax-upload-list-item-name {
  padding-left: 0;
  padding-right: 22px;
}

.ant-hrmax-upload-list-rtl .ant-hrmax-upload-list-item-name-icon-count-1 {
  padding-left: 14px;
}

.ant-hrmax-upload-list-rtl .ant-hrmax-upload-list-item-card-actions {
  left: 0;
  right: auto;
}

.ant-hrmax-upload-list-rtl .ant-hrmax-upload-list-item-card-actions .anthrmaxicon {
  padding-left: 5px;
  padding-right: 0;
}

.ant-hrmax-upload-list-rtl .ant-hrmax-upload-list-item-info {
  padding: 0 4px 0 12px;
}

.ant-hrmax-upload-list-rtl .ant-hrmax-upload-list-item-error .ant-hrmax-upload-list-item-card-actions .anthrmaxicon {
  padding-left: 5px;
  padding-right: 0;
}

.ant-hrmax-upload-list-rtl .ant-hrmax-upload-list-item-progress {
  padding-left: 0;
  padding-right: 26px;
}

.ant-hrmax-upload-list-picture .ant-hrmax-upload-list-item-info, .ant-hrmax-upload-list-picture-card .ant-hrmax-upload-list-item-info {
  padding: 0;
}

.ant-hrmax-upload-list-rtl.ant-hrmax-upload-list-picture .ant-hrmax-upload-list-item-thumbnail, .ant-hrmax-upload-list-rtl.ant-hrmax-upload-list-picture-card .ant-hrmax-upload-list-item-thumbnail {
  left: auto;
  right: 8px;
}

.ant-hrmax-upload-list-rtl.ant-hrmax-upload-list-picture .ant-hrmax-upload-list-item-icon, .ant-hrmax-upload-list-rtl.ant-hrmax-upload-list-picture-card .ant-hrmax-upload-list-item-icon {
  left: auto;
  right: 50%;
  transform: translate(50%, -50%);
}

.ant-hrmax-upload-list-rtl.ant-hrmax-upload-list-picture .ant-hrmax-upload-list-item-name, .ant-hrmax-upload-list-rtl.ant-hrmax-upload-list-picture-card .ant-hrmax-upload-list-item-name {
  margin: 0 8px 0 0;
  padding-left: 8px;
  padding-right: 48px;
}

.ant-hrmax-upload-list-rtl.ant-hrmax-upload-list-picture .ant-hrmax-upload-list-item-name-icon-count-1, .ant-hrmax-upload-list-rtl.ant-hrmax-upload-list-picture-card .ant-hrmax-upload-list-item-name-icon-count-1 {
  padding-left: 18px;
  padding-right: 48px;
}

.ant-hrmax-upload-list-rtl.ant-hrmax-upload-list-picture .ant-hrmax-upload-list-item-name-icon-count-2, .ant-hrmax-upload-list-rtl.ant-hrmax-upload-list-picture-card .ant-hrmax-upload-list-item-name-icon-count-2 {
  padding-left: 36px;
  padding-right: 48px;
}

.ant-hrmax-upload-list-rtl.ant-hrmax-upload-list-picture .ant-hrmax-upload-list-item-progress, .ant-hrmax-upload-list-rtl.ant-hrmax-upload-list-picture-card .ant-hrmax-upload-list-item-progress {
  padding-left: 0;
  padding-right: 0;
}

.ant-hrmax-upload-list-rtl .ant-hrmax-upload-list-picture-card-container {
  margin: 0 0 8px 8px;
}

.ant-hrmax-upload-list-rtl.ant-hrmax-upload-list-picture-card .ant-hrmax-upload-list-item-actions {
  left: auto;
  right: 50%;
  transform: translate(50%, -50%);
}

.ant-hrmax-upload-list-rtl.ant-hrmax-upload-list-picture-card .ant-hrmax-upload-list-item-file + .ant-hrmax-upload-list-item-name {
  margin: 8px 0 0;
  padding: 0;
}

.ant-hrmax-teno-alert {
  border-radius: 8px;
  align-items: flex-start;
  padding: 10px 12px 10px 16px;
}

.ant-hrmax-teno-alert .ant-hrmax-alert-icon {
  width: 16px;
  height: 16px;
  margin-top: 3px;
  font-size: 16px;
}

.ant-hrmax-teno-alert-success {
  color: #121e29;
  background-color: #f1ffe6;
}

.ant-hrmax-teno-alert-info {
  color: #121e29;
  background-color: #e6eefa;
  border-color: #c2dbfd;
}

.ant-hrmax-teno-alert-warning {
  color: #121e29;
  background: #fff4e6;
  border-color: #ffe27a;
}

.ant-hrmax-teno-alert-error {
  color: #121e29;
}

.ant-hrmax-teno-alert.ant-hrmax-btn-with-description .ant-hrmax-teno-alert.ant-hrmax-btn-icon {
  margin-right: 8px;
}

.ant-hrmax-teno-alert-content {
  height: 24px;
  line-height: 24px;
}

.ant-hrmax-teno-alert.ant-hrmax-alert-with-description.ant-hrmax-alert-no-icon {
  padding: 10px 12px 10px 16px;
}

.ant-hrmax-teno-alert .ant-hrmax-alert-close-icon {
  width: 24px;
  height: 24px;
}

.ant-hrmax-teno-alert .ant-hrmax-alert-close-icon .ant-hrmax-btn.ant-hrmax-btn-sm.ant-hrmax-btn-icon-only {
  width: 24px;
  min-width: 24px;
  height: 24px;
}

.ant-hrmax-avatar-lg {
  width: 48px;
  height: 48px;
  line-height: 48px;
}

.ant-hrmax-avatar.ant-hrmax-teno-avatar-xl {
  width: 64px;
  height: 64px;
  line-height: 64px;
}

.ant-hrmax-avatar.ant-hrmax-teno-avatar-xxl {
  width: 96px;
  height: 96px;
  line-height: 96px;
}

.ant-hrmax-avatar-group .ant-hrmax-avatar {
  border: none;
  box-shadow: 0 0 0 1px #fff;
}

.ant-hrmax-avatar-group .ant-hrmax-avatar:not(:first-child) {
  margin-left: -8px;
}

.ant-hrmax-teno-auto-complete-ml.ant-hrmax-select-single:not(.ant-hrmax-select-customize-input) .ant-hrmax-select-selector {
  height: 48px;
}

.ant-hrmax-teno-auto-complete-ml.ant-hrmax-select-single:not(.ant-hrmax-select-customize-input) .ant-hrmax-select-selector:after, .ant-hrmax-teno-auto-complete-ml.ant-hrmax-select-single:not(.ant-hrmax-select-customize-input) .ant-hrmax-select-selector .ant-hrmax-select-selection-item, .ant-hrmax-teno-auto-complete-ml.ant-hrmax-select-single:not(.ant-hrmax-select-customize-input) .ant-hrmax-select-selector .ant-hrmax-select-selection-placeholder {
  line-height: 46px;
}

.ant-hrmax-teno-auto-complete-ml.ant-hrmax-select-single:not(.ant-hrmax-select-customize-input) .ant-hrmax-select-selection-search-input {
  height: 48px;
  line-height: 46px;
}

.ant-hrmax-teno-badge.ant-hrmax-badge .ant-hrmax-badge-count, .ant-hrmax-teno-badge.ant-hrmax-badge .ant-hrmax-badge-dot {
  background: #d90007;
}

.ant-hrmax-teno-badge .ant-hrmax-badge-multiple-words {
  padding: 0 4px;
}

.ant-hrmax-teno-badge.ant-hrmax-teno-badge-hideborder .ant-hrmax-badge-count, .ant-hrmax-teno-badge.ant-hrmax-teno-badge-hideborder .ant-hrmax-badge-dot, .ant-hrmax-teno-badge.ant-hrmax-teno-badge-hideborder .ant-hrmax-teno-badge-featured-span {
  box-shadow: none;
}

.ant-hrmax-teno-badge .ant-hrmax-badge-dot.ant-hrmax-badge-count-sm {
  width: 6px;
  min-width: 6px;
  height: 6px;
}

.ant-hrmax-teno-badge .ant-hrmax-badge-count-sm {
  border-radius: 8px;
  min-width: 16px;
  height: 16px;
  font-size: 12px;
  line-height: 16px;
}

.ant-hrmax-teno-badge-featured .ant-hrmax-teno-badge-featured-span {
  text-wrap: nowrap;
  color: #fff;
  background: #d90007;
  border-radius: 10px 10px 10px 2px;
  height: 20px;
  padding: 0 4px;
  font-size: 12px;
  line-height: 20px;
  top: 10px;
  right: 10px;
  transform: translate(100%, -100%);
  box-shadow: 0 0 0 1px #fff;
}

.ant-hrmax-teno-badge-featured.ant-hrmax-teno-badge-featured-small .ant-hrmax-teno-badge-featured-span {
  border-radius: 8px 8px 8px 2px;
  height: 16px;
  line-height: 16px;
  top: 8px;
  right: 8px;
}

.ant-hrmax-teno-badge-featured.ant-hrmax-teno-badge-hideborder .ant-hrmax-badge-count, .ant-hrmax-teno-badge-featured.ant-hrmax-teno-badge-hideborder .ant-hrmax-badge-dot {
  box-shadow: none;
}

.ant-hrmax-btn {
  box-shadow: none;
  text-shadow: none;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-width: 96px;
  height: 40px;
  padding: 0 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 38px;
  display: inline-flex;
}

.ant-hrmax-btn.ant-hrmax-btn-link {
  border-radius: 0;
  height: auto;
  padding: 0;
  font-weight: 400;
}

.ant-hrmax-btn.ant-hrmax-teno-btn-secondary:enabled, .ant-hrmax-btn.ant-hrmax-teno-btn-secondary:focus:enabled {
  color: #268a92;
  background: #e9f4f5;
  border-color: #e9f4f5;
}

.ant-hrmax-btn.ant-hrmax-teno-btn-secondary:enabled:hover, .ant-hrmax-btn.ant-hrmax-teno-btn-secondary:focus:enabled:hover {
  color: #fff;
  background: #268a92;
  border-color: #268a92;
}

.ant-hrmax-btn.ant-hrmax-teno-btn-secondary:enabled:active, .ant-hrmax-btn.ant-hrmax-teno-btn-secondary:focus:enabled:active {
  color: #fff;
  background: #016b72;
  border-color: #016b72;
}

.ant-hrmax-btn.ant-hrmax-teno-btn-secondary:enabled.ant-hrmax-btn-background-ghost, .ant-hrmax-btn.ant-hrmax-teno-btn-secondary:focus:enabled.ant-hrmax-btn-background-ghost {
  background: none;
}

.ant-hrmax-btn.ant-hrmax-teno-btn-secondary:enabled.ant-hrmax-btn-background-ghost:hover, .ant-hrmax-btn.ant-hrmax-teno-btn-secondary:focus:enabled.ant-hrmax-btn-background-ghost:hover {
  color: #268a92;
}

.ant-hrmax-btn.ant-hrmax-btn-default:enabled, .ant-hrmax-btn.ant-hrmax-btn-default:focus:enabled, .ant-hrmax-btn.ant-hrmax-btn-dashed:enabled, .ant-hrmax-btn.ant-hrmax-btn-dashed:focus:enabled {
  color: #121e29;
  background: #fff;
  border-color: #cdd0d4;
}

.ant-hrmax-btn.ant-hrmax-btn-default:enabled:hover, .ant-hrmax-btn.ant-hrmax-btn-default:focus:enabled:hover, .ant-hrmax-btn.ant-hrmax-btn-dashed:enabled:hover, .ant-hrmax-btn.ant-hrmax-btn-dashed:focus:enabled:hover {
  color: #268a92;
  background: #e9f4f5;
  border-color: #268a92;
}

.ant-hrmax-btn.ant-hrmax-btn-default:enabled.ant-hrmax-teno-btn-active, .ant-hrmax-btn.ant-hrmax-btn-default:focus:enabled.ant-hrmax-teno-btn-active, .ant-hrmax-btn.ant-hrmax-btn-dashed:enabled.ant-hrmax-teno-btn-active, .ant-hrmax-btn.ant-hrmax-btn-dashed:focus:enabled.ant-hrmax-teno-btn-active, .ant-hrmax-btn.ant-hrmax-btn-default:enabled.ant-hrmax-btn-active:focus, .ant-hrmax-btn.ant-hrmax-btn-default:focus:enabled.ant-hrmax-btn-active:focus, .ant-hrmax-btn.ant-hrmax-btn-dashed:enabled.ant-hrmax-btn-active:focus, .ant-hrmax-btn.ant-hrmax-btn-dashed:focus:enabled.ant-hrmax-btn-active:focus {
  color: #268a92;
  background: #fff;
  border-color: #268a92;
}

.ant-hrmax-btn.ant-hrmax-btn-default:enabled.ant-hrmax-teno-btn-active:hover, .ant-hrmax-btn.ant-hrmax-btn-default:focus:enabled.ant-hrmax-teno-btn-active:hover, .ant-hrmax-btn.ant-hrmax-btn-dashed:enabled.ant-hrmax-teno-btn-active:hover, .ant-hrmax-btn.ant-hrmax-btn-dashed:focus:enabled.ant-hrmax-teno-btn-active:hover, .ant-hrmax-btn.ant-hrmax-btn-default:enabled.ant-hrmax-btn-active:focus:hover, .ant-hrmax-btn.ant-hrmax-btn-default:focus:enabled.ant-hrmax-btn-active:focus:hover, .ant-hrmax-btn.ant-hrmax-btn-dashed:enabled.ant-hrmax-btn-active:focus:hover, .ant-hrmax-btn.ant-hrmax-btn-dashed:focus:enabled.ant-hrmax-btn-active:focus:hover {
  color: #268a92;
  background: #e9f4f5;
  border-color: #54a7af;
}

.ant-hrmax-btn.ant-hrmax-btn-default:enabled.ant-hrmax-teno-btn-active:active, .ant-hrmax-btn.ant-hrmax-btn-default:focus:enabled.ant-hrmax-teno-btn-active:active, .ant-hrmax-btn.ant-hrmax-btn-dashed:enabled.ant-hrmax-teno-btn-active:active, .ant-hrmax-btn.ant-hrmax-btn-dashed:focus:enabled.ant-hrmax-teno-btn-active:active, .ant-hrmax-btn.ant-hrmax-btn-default:enabled.ant-hrmax-btn-active:focus:active, .ant-hrmax-btn.ant-hrmax-btn-default:focus:enabled.ant-hrmax-btn-active:focus:active, .ant-hrmax-btn.ant-hrmax-btn-dashed:enabled.ant-hrmax-btn-active:focus:active, .ant-hrmax-btn.ant-hrmax-btn-dashed:focus:enabled.ant-hrmax-btn-active:focus:active {
  color: #016b72;
  background: #d1ebed;
  border-color: #016b72;
}

.ant-hrmax-btn.ant-hrmax-btn-default:enabled.ant-hrmax-btn-background-ghost, .ant-hrmax-btn.ant-hrmax-btn-default:focus:enabled.ant-hrmax-btn-background-ghost, .ant-hrmax-btn.ant-hrmax-btn-dashed:enabled.ant-hrmax-btn-background-ghost, .ant-hrmax-btn.ant-hrmax-btn-dashed:focus:enabled.ant-hrmax-btn-background-ghost {
  color: #fff;
  border-color: #fff;
}

.ant-hrmax-btn.ant-hrmax-btn-default:enabled:active, .ant-hrmax-btn.ant-hrmax-btn-default:focus:enabled:active, .ant-hrmax-btn.ant-hrmax-btn-dashed:enabled:active, .ant-hrmax-btn.ant-hrmax-btn-dashed:focus:enabled:active {
  color: #016b72;
  background: #d1ebed;
  border-color: #016b72;
}

.ant-hrmax-btn.ant-hrmax-btn-default:enabled:active > a:only-child, .ant-hrmax-btn.ant-hrmax-btn-default:focus:enabled:active > a:only-child, .ant-hrmax-btn.ant-hrmax-btn-dashed:enabled:active > a:only-child, .ant-hrmax-btn.ant-hrmax-btn-dashed:focus:enabled:active > a:only-child {
  color: currentColor;
}

.ant-hrmax-btn.ant-hrmax-btn-default:enabled:active > a:only-child:after, .ant-hrmax-btn.ant-hrmax-btn-default:focus:enabled:active > a:only-child:after, .ant-hrmax-btn.ant-hrmax-btn-dashed:enabled:active > a:only-child:after, .ant-hrmax-btn.ant-hrmax-btn-dashed:focus:enabled:active > a:only-child:after {
  content: "";
  background: none;
  position: absolute;
  inset: 0;
}

.ant-hrmax-btn.ant-hrmax-btn-link:enabled {
  color: #397ee5;
}

.ant-hrmax-btn.ant-hrmax-btn-link:enabled:hover {
  color: #719fec;
}

.ant-hrmax-btn.ant-hrmax-btn-link:enabled:active, .ant-hrmax-btn.ant-hrmax-btn-link:enabled.ant-hrmax-teno-btn-active, .ant-hrmax-btn.ant-hrmax-btn-link:enabled.ant-hrmax-teno-btn-active:focus {
  color: #265ebf;
}

.ant-hrmax-btn.ant-hrmax-btn-link:enabled.ant-hrmax-teno-btn-active:hover, .ant-hrmax-btn.ant-hrmax-btn-link:enabled.ant-hrmax-teno-btn-active:focus:hover {
  color: #719fec;
}

.ant-hrmax-btn.ant-hrmax-btn-link:enabled.ant-hrmax-teno-btn-active:active, .ant-hrmax-btn.ant-hrmax-btn-link:enabled.ant-hrmax-teno-btn-active:focus:active {
  color: #265ebf;
}

.ant-hrmax-btn.ant-hrmax-btn-text:enabled:focus {
  background: none;
}

.ant-hrmax-btn.ant-hrmax-btn-text:enabled:focus:hover {
  background: #e5e6eb;
}

.ant-hrmax-btn.ant-hrmax-btn-text:enabled:focus:active {
  background: #cdd0d4;
}

.ant-hrmax-btn.ant-hrmax-btn-text:enabled:hover {
  background: #e5e6eb;
}

.ant-hrmax-btn.ant-hrmax-btn-text:enabled:active {
  background: #cdd0d4;
}

.ant-hrmax-btn.ant-hrmax-btn-text:enabled.ant-hrmax-teno-btn-active, .ant-hrmax-btn.ant-hrmax-btn-text:enabled.ant-hrmax-teno-btn-active:focus {
  color: #268a92;
}

.ant-hrmax-btn.ant-hrmax-btn-text:enabled.ant-hrmax-teno-btn-active:hover, .ant-hrmax-btn.ant-hrmax-btn-text:enabled.ant-hrmax-teno-btn-active:focus:hover {
  color: #268a92;
  background: #e9f4f5;
}

.ant-hrmax-btn.ant-hrmax-btn-text:enabled.ant-hrmax-teno-btn-active:active, .ant-hrmax-btn.ant-hrmax-btn-text:enabled.ant-hrmax-teno-btn-active:focus:active {
  color: #016b72;
  background: #d1ebed;
}

.ant-hrmax-btn.ant-hrmax-btn-dangerous:enabled, .ant-hrmax-btn.ant-hrmax-btn-dangerous:focus:enabled {
  color: #d90007;
  text-shadow: none;
  box-shadow: none;
}

.ant-hrmax-btn.ant-hrmax-btn-dangerous:enabled.ant-hrmax-btn-primary, .ant-hrmax-btn.ant-hrmax-btn-dangerous:focus:enabled.ant-hrmax-btn-primary {
  color: #fff;
  background: #d90007;
}

.ant-hrmax-btn.ant-hrmax-btn-dangerous:enabled.ant-hrmax-btn-primary:hover, .ant-hrmax-btn.ant-hrmax-btn-dangerous:focus:enabled.ant-hrmax-btn-primary:hover {
  background: #ff3029;
}

.ant-hrmax-btn.ant-hrmax-btn-dangerous:enabled.ant-hrmax-btn-primary:active, .ant-hrmax-btn.ant-hrmax-btn-dangerous:focus:enabled.ant-hrmax-btn-primary:active {
  background: #d90007;
}

.ant-hrmax-btn.ant-hrmax-btn-dangerous:enabled.ant-hrmax-btn-default, .ant-hrmax-btn.ant-hrmax-btn-dangerous:focus:enabled.ant-hrmax-btn-default {
  border-color: #d90007;
}

.ant-hrmax-btn.ant-hrmax-btn-dangerous:enabled.ant-hrmax-btn-default:hover, .ant-hrmax-btn.ant-hrmax-btn-dangerous:focus:enabled.ant-hrmax-btn-default:hover {
  color: #d90007;
  background: #ffeae6;
  border-color: #d90007;
}

.ant-hrmax-btn.ant-hrmax-btn-dangerous:enabled.ant-hrmax-btn-default:active, .ant-hrmax-btn.ant-hrmax-btn-dangerous:focus:enabled.ant-hrmax-btn-default:active {
  color: #d90007;
  background: #ffcdc6;
  border-color: #d90007;
}

.ant-hrmax-btn.ant-hrmax-btn-dangerous:enabled.ant-hrmax-teno-btn-secondary, .ant-hrmax-btn.ant-hrmax-btn-dangerous:focus:enabled.ant-hrmax-teno-btn-secondary {
  text-shadow: none;
  color: #d90007;
  background: #ffeae6;
  border-color: #ffeae6;
}

.ant-hrmax-btn.ant-hrmax-btn-dangerous:enabled.ant-hrmax-teno-btn-secondary:hover, .ant-hrmax-btn.ant-hrmax-btn-dangerous:focus:enabled.ant-hrmax-teno-btn-secondary:hover {
  color: #fff;
  background: red;
  border-color: red;
}

.ant-hrmax-btn.ant-hrmax-btn-dangerous:enabled.ant-hrmax-teno-btn-secondary:hover > a:only-child, .ant-hrmax-btn.ant-hrmax-btn-dangerous:focus:enabled.ant-hrmax-teno-btn-secondary:hover > a:only-child {
  color: currentColor;
}

.ant-hrmax-btn.ant-hrmax-btn-dangerous:enabled.ant-hrmax-teno-btn-secondary:hover > a:only-child:after, .ant-hrmax-btn.ant-hrmax-btn-dangerous:focus:enabled.ant-hrmax-teno-btn-secondary:hover > a:only-child:after {
  content: "";
  background: none;
  position: absolute;
  inset: 0;
}

.ant-hrmax-btn.ant-hrmax-btn-dangerous:enabled.ant-hrmax-teno-btn-secondary:active, .ant-hrmax-btn.ant-hrmax-btn-dangerous:focus:enabled.ant-hrmax-teno-btn-secondary:active {
  background: #d90007;
  border-color: red;
}

.ant-hrmax-btn.ant-hrmax-btn-dangerous:enabled.ant-hrmax-btn-dashed, .ant-hrmax-btn.ant-hrmax-btn-dangerous:focus:enabled.ant-hrmax-btn-dashed {
  border-color: #d90007;
}

.ant-hrmax-btn.ant-hrmax-btn-dangerous:enabled.ant-hrmax-btn-dashed:hover, .ant-hrmax-btn.ant-hrmax-btn-dangerous:focus:enabled.ant-hrmax-btn-dashed:hover {
  color: #ff3029;
  background: #ffeae6;
  border-color: #ff3029;
}

.ant-hrmax-btn.ant-hrmax-btn-dangerous:enabled.ant-hrmax-btn-dashed:active, .ant-hrmax-btn.ant-hrmax-btn-dangerous:focus:enabled.ant-hrmax-btn-dashed:active {
  color: #d90007;
  background: #ffcdc6;
  border-color: #d90007;
}

.ant-hrmax-btn.ant-hrmax-btn-dangerous:enabled.ant-hrmax-btn-link, .ant-hrmax-btn.ant-hrmax-btn-dangerous:focus:enabled.ant-hrmax-btn-link {
  border: none;
}

.ant-hrmax-btn.ant-hrmax-btn-dangerous:enabled.ant-hrmax-btn-link:hover, .ant-hrmax-btn.ant-hrmax-btn-dangerous:focus:enabled.ant-hrmax-btn-link:hover {
  color: #ff3029;
}

.ant-hrmax-btn.ant-hrmax-btn-dangerous:enabled.ant-hrmax-btn-link:active, .ant-hrmax-btn.ant-hrmax-btn-dangerous:focus:enabled.ant-hrmax-btn-link:active {
  color: #d90007;
}

.ant-hrmax-btn.ant-hrmax-btn-dangerous:enabled.ant-hrmax-btn-text:hover, .ant-hrmax-btn.ant-hrmax-btn-dangerous:focus:enabled.ant-hrmax-btn-text:hover {
  background: #ffeae6;
}

.ant-hrmax-btn.ant-hrmax-btn-dangerous:enabled.ant-hrmax-btn-text:active, .ant-hrmax-btn.ant-hrmax-btn-dangerous:focus:enabled.ant-hrmax-btn-text:active {
  background: #ffcdc6;
}

.ant-hrmax-btn.ant-hrmax-btn-dangerous:enabled.ant-hrmax-btn-background-ghost, .ant-hrmax-btn.ant-hrmax-btn-dangerous:focus:enabled.ant-hrmax-btn-background-ghost {
  border-color: #0000;
}

.ant-hrmax-btn[disabled], .ant-hrmax-btn[disabled]:hover, .ant-hrmax-btn[disabled]:active {
  color: #cdd0d4;
  border-color: #cdd0d4;
}

.ant-hrmax-btn[disabled].ant-hrmax-btn-text, .ant-hrmax-btn[disabled].ant-hrmax-btn-link, .ant-hrmax-btn[disabled].ant-hrmax-btn-text:hover, .ant-hrmax-btn[disabled].ant-hrmax-btn-link:hover, .ant-hrmax-btn[disabled].ant-hrmax-btn-text:active, .ant-hrmax-btn[disabled].ant-hrmax-btn-link:active {
  border-color: #0000;
}

.ant-hrmax-btn.ant-hrmax-btn-icon-only, .ant-hrmax-btn.ant-hrmax-btn-circle {
  justify-content: center;
  align-items: center;
  padding: 0;
  display: inline-flex;
}

.ant-hrmax-btn.ant-hrmax-btn-circle {
  border-radius: 9999px;
}

.ant-hrmax-btn.ant-hrmax-btn-loading .ant-hrmax-btn-loading-icon {
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.ant-hrmax-btn.ant-hrmax-btn-loading .anticon {
  vertical-align: middle;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.ant-hrmax-btn.ant-hrmax-btn-link {
  min-width: auto;
  height: auto;
  line-height: inherit;
  padding: 0;
}

.ant-hrmax-btn.ant-hrmax-btn-text {
  min-width: auto;
}

.ant-hrmax-btn.ant-hrmax-btn > .anthrmaxicon, .ant-hrmax-btn.ant-hrmax-btn > span + .anthrmaxicon {
  font-size: 18px;
  line-height: 0;
}

.ant-hrmax-btn.ant-hrmax-btn > .anthrmaxicon + span, .ant-hrmax-btn.ant-hrmax-btn > span + .anthrmaxicon {
  margin-left: 8px;
}

.ant-hrmax-btn.ant-hrmax-btn-icon-only {
  width: 40px;
  min-width: 40px;
  height: 40px;
  padding: 0;
}

.ant-hrmax-btn.ant-hrmax-btn-icon-only .anthrmaxicon {
  display: inline-block;
}

.ant-hrmax-btn.ant-hrmax-btn-icon-only > * {
  height: 18px;
  font-size: 18px;
  display: inline-block;
}

.ant-hrmax-btn.ant-hrmax-btn-sm {
  border-radius: 8px;
  min-width: 88px;
  height: 36px;
  padding-left: 7px;
  padding-right: 7px;
  font-size: 14px;
  line-height: 34px;
}

.ant-hrmax-btn.ant-hrmax-btn-sm.ant-hrmax-btn-link {
  min-width: auto;
  height: auto;
  line-height: inherit;
  padding: 0;
}

.ant-hrmax-btn.ant-hrmax-btn-sm.ant-hrmax-btn-text {
  min-width: auto;
}

.ant-hrmax-btn.ant-hrmax-btn-sm.ant-hrmax-btn > .anthrmaxicon, .ant-hrmax-btn.ant-hrmax-btn-sm.ant-hrmax-btn > span + .anthrmaxicon {
  font-size: 16px;
  line-height: 0;
}

.ant-hrmax-btn.ant-hrmax-btn-sm.ant-hrmax-btn > .anthrmaxicon + span, .ant-hrmax-btn.ant-hrmax-btn-sm.ant-hrmax-btn > span + .anthrmaxicon {
  margin-left: 8px;
}

.ant-hrmax-btn.ant-hrmax-btn-sm.ant-hrmax-btn-icon-only {
  width: 36px;
  min-width: 36px;
  height: 36px;
  padding: 0;
}

.ant-hrmax-btn.ant-hrmax-btn-sm.ant-hrmax-btn-icon-only .anthrmaxicon {
  display: inline-block;
}

.ant-hrmax-btn.ant-hrmax-btn-sm.ant-hrmax-btn-icon-only > * {
  height: 16px;
  font-size: 16px;
  display: inline-block;
}

.ant-hrmax-btn.ant-hrmax-btn-sm.ant-hrmax-btn-icon-only:not(.ant-hrmax-btn-circle) {
  border-radius: 8px;
}

.ant-hrmax-btn.ant-hrmax-btn-sm.ant-hrmax-btn-text {
  min-width: 88px;
  height: 36px;
  padding-left: 7px;
  padding-right: 7px;
  font-size: 14px;
  line-height: 34px;
}

.ant-hrmax-btn.ant-hrmax-btn-sm.ant-hrmax-btn-text.ant-hrmax-btn-link {
  min-width: auto;
  height: auto;
  line-height: inherit;
  padding: 0;
}

.ant-hrmax-btn.ant-hrmax-btn-sm.ant-hrmax-btn-text.ant-hrmax-btn-text {
  min-width: auto;
}

.ant-hrmax-btn.ant-hrmax-btn-sm.ant-hrmax-btn-text.ant-hrmax-btn > .anthrmaxicon, .ant-hrmax-btn.ant-hrmax-btn-sm.ant-hrmax-btn-text.ant-hrmax-btn > span + .anthrmaxicon {
  font-size: 16px;
  line-height: 0;
}

.ant-hrmax-btn.ant-hrmax-btn-sm.ant-hrmax-btn-text.ant-hrmax-btn > .anthrmaxicon + span, .ant-hrmax-btn.ant-hrmax-btn-sm.ant-hrmax-btn-text.ant-hrmax-btn > span + .anthrmaxicon {
  margin-left: 8px;
}

.ant-hrmax-btn.ant-hrmax-btn-sm.ant-hrmax-btn-text.ant-hrmax-btn-icon-only {
  width: 36px;
  min-width: 36px;
  height: 36px;
  padding: 0;
}

.ant-hrmax-btn.ant-hrmax-btn-sm.ant-hrmax-btn-text.ant-hrmax-btn-icon-only .anthrmaxicon {
  display: inline-block;
}

.ant-hrmax-btn.ant-hrmax-btn-sm.ant-hrmax-btn-text.ant-hrmax-btn-icon-only > * {
  height: 16px;
  font-size: 16px;
  display: inline-block;
}

.ant-hrmax-btn.ant-hrmax-btn-lg {
  border-radius: 8px;
  min-width: 120px;
  height: 56px;
  padding-left: 19px;
  padding-right: 19px;
  font-size: 18px;
  line-height: 54px;
}

.ant-hrmax-btn.ant-hrmax-btn-lg.ant-hrmax-btn-link {
  min-width: auto;
  height: auto;
  line-height: inherit;
  padding: 0;
}

.ant-hrmax-btn.ant-hrmax-btn-lg.ant-hrmax-btn-text {
  min-width: auto;
}

.ant-hrmax-btn.ant-hrmax-btn-lg.ant-hrmax-btn > .anthrmaxicon, .ant-hrmax-btn.ant-hrmax-btn-lg.ant-hrmax-btn > span + .anthrmaxicon {
  font-size: 22px;
  line-height: 0;
}

.ant-hrmax-btn.ant-hrmax-btn-lg.ant-hrmax-btn > .anthrmaxicon + span, .ant-hrmax-btn.ant-hrmax-btn-lg.ant-hrmax-btn > span + .anthrmaxicon {
  margin-left: 8px;
}

.ant-hrmax-btn.ant-hrmax-btn-lg.ant-hrmax-btn-icon-only {
  width: 56px;
  min-width: 56px;
  height: 56px;
  padding: 0;
}

.ant-hrmax-btn.ant-hrmax-btn-lg.ant-hrmax-btn-icon-only .anthrmaxicon {
  display: inline-block;
}

.ant-hrmax-btn.ant-hrmax-btn-lg.ant-hrmax-btn-icon-only > * {
  height: 22px;
  font-size: 22px;
  display: inline-block;
}

.ant-hrmax-btn.ant-hrmax-teno-btn-ml {
  border-radius: 8px;
  min-width: 104px;
  height: 48px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
  line-height: 46px;
}

.ant-hrmax-btn.ant-hrmax-teno-btn-ml.ant-hrmax-btn-link {
  min-width: auto;
  height: auto;
  line-height: inherit;
  padding: 0;
}

.ant-hrmax-btn.ant-hrmax-teno-btn-ml.ant-hrmax-btn-text {
  min-width: auto;
}

.ant-hrmax-btn.ant-hrmax-teno-btn-ml.ant-hrmax-btn > .anthrmaxicon, .ant-hrmax-btn.ant-hrmax-teno-btn-ml.ant-hrmax-btn > span + .anthrmaxicon {
  font-size: 20px;
  line-height: 0;
}

.ant-hrmax-btn.ant-hrmax-teno-btn-ml.ant-hrmax-btn > .anthrmaxicon + span, .ant-hrmax-btn.ant-hrmax-teno-btn-ml.ant-hrmax-btn > span + .anthrmaxicon {
  margin-left: 8px;
}

.ant-hrmax-btn.ant-hrmax-teno-btn-ml.ant-hrmax-btn-icon-only {
  width: 48px;
  min-width: 48px;
  height: 48px;
  padding: 0;
}

.ant-hrmax-btn.ant-hrmax-teno-btn-ml.ant-hrmax-btn-icon-only .anthrmaxicon {
  display: inline-block;
}

.ant-hrmax-btn.ant-hrmax-teno-btn-ml.ant-hrmax-btn-icon-only > * {
  height: 20px;
  font-size: 20px;
  display: inline-block;
}

.ant-hrmax-btn.ant-hrmax-btn-circle, .ant-hrmax-btn.ant-hrmax-btn-sm.ant-hrmax-btn-circle, .ant-hrmax-btn.ant-hrmax-btn-lg.ant-hrmax-btn-circle, .ant-hrmax-btn.ant-hrmax-teno-btn-ml.ant-hrmax-btn-circle {
  border-radius: 9999px;
}

.ant-hrmax-btn-primary, .ant-hrmax-btn-primary:focus {
  background: #268a92;
  border-color: #0000;
}

.ant-hrmax-btn-primary:hover, .ant-hrmax-btn-primary:focus:hover {
  background: #54a7af;
  border-color: #0000;
}

.ant-hrmax-btn-primary:active, .ant-hrmax-btn-primary:focus:active {
  background: #016b72;
  border-color: #0000;
}

a.ant-hrmax-btn {
  line-height: 40px;
}

a.ant-hrmax-btn.ant-hrmax-btn-primary, a.ant-hrmax-btn.ant-hrmax-teno-btn-secondary, a.ant-hrmax-btn.ant-hrmax-btn-dashed, a.ant-hrmax-btn.ant-hrmax-btn-text, a.ant-hrmax-btn.ant-hrmax-btn-default {
  padding-top: 0;
  padding-bottom: 0;
  display: inline-block;
}

.ant-hrmax-teno-btn.ant-hrmax-teno-btn-ghost-disable[disabled], .ant-hrmax-teno-btn.ant-hrmax-teno-btn-ghost-disable[disabled]:hover, .ant-hrmax-teno-btn.ant-hrmax-teno-btn-ghost-disable[disabled]:active, .ant-hrmax-teno-btn.ant-hrmax-teno-btn-ghost-disable[disabled]:focus, .ant-hrmax-teno-btn.ant-hrmax-btn-background-ghost {
  background: none;
}

.ant-hrmax-teno-btn.ant-hrmax-btn-background-ghost.ant-hrmax-btn-primary {
  border-color: #268a92;
}

.ant-hrmax-teno-btn.ant-hrmax-btn-background-ghost:hover, .ant-hrmax-teno-btn.ant-hrmax-btn-background-ghost:active, .ant-hrmax-teno-btn.ant-hrmax-btn-background-ghost:focus {
  background: none;
}

.ant-hrmax-teno-btn.ant-hrmax-btn-background-ghost[disabled], .ant-hrmax-teno-btn.ant-hrmax-btn-background-ghost[disabled]:hover, .ant-hrmax-teno-btn.ant-hrmax-btn-background-ghost[disabled]:active, .ant-hrmax-teno-btn.ant-hrmax-btn-background-ghost[disabled]:focus {
  border-color: #0000;
}

.ant-hrmax-checkbox-wrapper {
  height: 24px;
  line-height: 24px;
}

.ant-hrmax-checkbox {
  top: 4px;
}

.ant-hrmax-checkbox .ant-hrmax-checkbox-inner {
  border-radius: 4px;
}

.ant-hrmax-checkbox .ant-hrmax-checkbox-input:focus + .ant-hrmax-checkbox-inner, .ant-hrmax-checkbox .ant-hrmax-checkbox-input:focus + .ant-hrmax-checkbox-inner:hover, .ant-hrmax-checkbox .ant-hrmax-checkbox-input:focus:hover + .ant-hrmax-checkbox-inner, .ant-hrmax-checkbox.ant-hrmax-checkbox-checked:not(.ant-hrmax-checkbox.ant-hrmax-checkbox-disabled) {
  border-color: #397ee5;
}

.ant-hrmax-checkbox.ant-hrmax-checkbox-checked:not(.ant-hrmax-checkbox.ant-hrmax-checkbox-disabled):hover .ant-hrmax-checkbox-inner, .ant-hrmax-checkbox.ant-hrmax-checkbox-checked:not(.ant-hrmax-checkbox.ant-hrmax-checkbox-disabled):focus .ant-hrmax-checkbox-inner {
  background: #397ee5;
  border-color: #397ee5;
}

.ant-hrmax-checkbox.ant-hrmax-checkbox-checked:not(.ant-hrmax-checkbox.ant-hrmax-checkbox-disabled):after {
  border: none;
}

.ant-hrmax-checkbox.ant-hrmax-checkbox-indeterminate .ant-hrmax-checkbox-inner {
  background-color: #397ee5;
  border-color: #397ee5;
}

.ant-hrmax-checkbox.ant-hrmax-checkbox-indeterminate .ant-hrmax-checkbox-inner:after {
  background-color: #fff;
  height: 2px;
}

.ant-hrmax-teno-drawer .ant-hrmax-drawer-header {
  border-bottom: 1px solid #f2f6fb;
}

.ant-hrmax-teno-drawer .ant-hrmax-drawer-close {
  width: 24px;
  height: 24px;
  padding: 0;
}

.ant-hrmax-teno-drawer .ant-hrmax-drawer-close .ant-hrmax-btn.ant-hrmax-btn-sm.ant-hrmax-btn-icon-only {
  width: 24px;
  min-width: 24px;
  height: 24px;
}

.ant-hrmax-teno-drawer .ant-hrmax-drawer-header-title {
  flex-direction: row-reverse;
}

.ant-hrmax-teno-drawer .ant-hrmax-drawer-header-title .ant-hrmax-drawer-close {
  margin-right: 0;
}

.ant-hrmax-teno-drawer-hide-divider .ant-hrmax-drawer-header {
  border-bottom: 0;
}

.ant-hrmax-teno-drawer-show-all-divider .ant-hrmax-drawer-header {
  border-bottom: 1px solid #f2f6fb;
}

.ant-hrmax-teno-drawer-show-all-divider.ant-hrmax-teno-drawer-extra .ant-hrmax-drawer-wrapper-body .ant-hrmax-drawer-extra {
  border-top: 1px solid #f2f6fb;
}

.ant-hrmax-teno-drawer-default .ant-hrmax-drawer-header, .ant-hrmax-teno-drawer-default .ant-hrmax-drawer-body {
  padding: 16px 24px;
}

.ant-hrmax-teno-drawer-default.ant-hrmax-teno-drawer-extra .ant-hrmax-drawer-wrapper-body .ant-hrmax-drawer-extra {
  position: absolute;
  bottom: 56px;
  left: 0;
  right: 0;
}

.ant-hrmax-teno-drawer-default.ant-hrmax-teno-drawer-extra .ant-hrmax-drawer-wrapper-body .ant-hrmax-drawer-extra > * {
  position: absolute;
  top: 12px;
  right: 24px;
}

.ant-hrmax-teno-drawer-default.ant-hrmax-teno-drawer-hide-title .ant-hrmax-drawer-body {
  padding: 0;
}

.ant-hrmax-teno-drawer-middle .ant-hrmax-drawer-header, .ant-hrmax-teno-drawer-middle .ant-hrmax-drawer-body {
  padding: 16px 24px;
}

.ant-hrmax-teno-drawer-middle.ant-hrmax-teno-drawer-extra .ant-hrmax-drawer-wrapper-body .ant-hrmax-drawer-extra {
  position: absolute;
  bottom: 56px;
  left: 0;
  right: 0;
}

.ant-hrmax-teno-drawer-middle.ant-hrmax-teno-drawer-extra .ant-hrmax-drawer-wrapper-body .ant-hrmax-drawer-extra > * {
  position: absolute;
  top: 12px;
  right: 24px;
}

.ant-hrmax-teno-drawer-middle.ant-hrmax-teno-drawer-hide-title .ant-hrmax-drawer-body {
  padding: 0;
}

.ant-hrmax-teno-drawer-large .ant-hrmax-drawer-header, .ant-hrmax-teno-drawer-large .ant-hrmax-drawer-body {
  padding: 16px 24px;
}

.ant-hrmax-teno-drawer-large.ant-hrmax-teno-drawer-extra .ant-hrmax-drawer-wrapper-body .ant-hrmax-drawer-extra {
  position: absolute;
  bottom: 56px;
  left: 0;
  right: 0;
}

.ant-hrmax-teno-drawer-large.ant-hrmax-teno-drawer-extra .ant-hrmax-drawer-wrapper-body .ant-hrmax-drawer-extra > * {
  position: absolute;
  top: 12px;
  right: 24px;
}

.ant-hrmax-teno-drawer-large.ant-hrmax-teno-drawer-hide-title .ant-hrmax-drawer-body {
  padding: 0;
}

.ant-hrmax-dropdown-item, .ant-hrmax-dropdown-submenu-title {
  color: #121e29;
  padding: 7px 8px;
}

.ant-hrmax-dropdown-item:hover, .ant-hrmax-dropdown-submenu-title:hover, .ant-hrmax-dropdown-item.ant-hrmax-dropdown-item-active, .ant-hrmax-dropdown-item.ant-hrmax-dropdown-submenu-title-active, .ant-hrmax-dropdown-submenu-title.ant-hrmax-dropdown-item-active, .ant-hrmax-dropdown-submenu-title.ant-hrmax-dropdown-submenu-title-active {
  background-color: #f2f4f7;
}

.ant-hrmax-dropdown-item .ant-hrmax-dropdown-menu-submenu-expand-icon, .ant-hrmax-dropdown-submenu-title .ant-hrmax-dropdown-menu-submenu-expand-icon {
  right: 8px;
}

.ant-hrmax-dropdown-menu {
  padding: 4px;
}

.ant-hrmax-dropdown-menu-item {
  border-radius: 4px;
  padding: 7px 8px;
}

.ant-hrmax-dropdown-menu-item:hover, .ant-hrmax-dropdown-menu-item.ant-hrmax-dropdown-menu-item-active {
  background-color: #f2f4f7;
}

.ant-hrmax-dropdown-menu-item-selected, .ant-hrmax-dropdown-menu-item-selected:hover {
  color: #121e29;
  background-color: #e5e6eb;
}

.ant-hrmax-dropdown-menu-item:not(.ant-hrmax-dropdown-menu-item:first-child) {
  margin-top: 1px;
}

a.ant-hrmax-dropdown-trigger {
  color: #268a92;
}

a.ant-hrmax-dropdown-trigger:hover {
  color: #54a7af;
}

.ant-hrmax-input-search .ant-hrmax-input:hover, .ant-hrmax-input-search .ant-hrmax-input:focus {
  border-color: #397ee5;
}

.ant-hrmax-input-search .ant-hrmax-input:hover + .ant-hrmax-input-group-addon .ant-hrmax-input-search-button:not(.ant-hrmax-btn-primary), .ant-hrmax-input-search .ant-hrmax-input:focus + .ant-hrmax-input-group-addon .ant-hrmax-input-search-button:not(.ant-hrmax-btn-primary) {
  border-left-color: #397ee5;
}

.ant-hrmax-input-group > .ant-hrmax-input-group-addon:last-child {
  background: none;
}

.ant-hrmax-input-group > .ant-hrmax-input-group-addon:last-child .ant-hrmax-btn:not(.ant-hrmax-btn-primary).ant-hrmax-btn-icon-only {
  color: #9199a0;
}

.ant-hrmax-input-group > .ant-hrmax-input-group-addon:last-child .ant-hrmax-btn:not(.ant-hrmax-btn-primary).ant-hrmax-btn-icon-only:hover, .ant-hrmax-input-group > .ant-hrmax-input-group-addon:last-child .ant-hrmax-btn:not(.ant-hrmax-btn-primary).ant-hrmax-btn-icon-only:active {
  color: #397ee5;
  background: none;
  border-color: #397ee5;
}

.ant-hrmax-input-group.ant-hrmax-input-group-compact .ant-hrmax-btn:not(.ant-hrmax-btn-primary).ant-hrmax-btn-icon-only {
  color: #9199a0;
}

.ant-hrmax-input-group.ant-hrmax-input-group-compact .ant-hrmax-btn:not(.ant-hrmax-btn-primary).ant-hrmax-btn-icon-only:hover, .ant-hrmax-input-group.ant-hrmax-input-group-compact .ant-hrmax-btn:not(.ant-hrmax-btn-primary).ant-hrmax-btn-icon-only:active {
  color: #397ee5;
  background: none;
  border-color: #397ee5;
}

.ant-hrmax-input {
  padding-top: 8px;
  padding-bottom: 8px;
}

.ant-hrmax-input input {
  background: #fff;
}

.ant-hrmax-input input:-webkit-autofill {
  background: none !important;
}

.ant-hrmax-input:hover {
  border-color: #397ee5;
}

.ant-hrmax-input:focus, .ant-hrmax-input-focused {
  border-color: #397ee5;
  box-shadow: 0 0 0 1px #268a9233;
}

.ant-hrmax-input-affix-wrapper {
  color: #9199a0;
  padding-top: 8px;
  padding-bottom: 8px;
}

.ant-hrmax-input-affix-wrapper:not(.ant-hrmax-input-affix-wrapper-disabled):hover {
  border-color: #397ee5;
}

.ant-hrmax-input-affix-wrapper:focus, .ant-hrmax-input-affix-wrapper-focused:not(.ant-hrmax-input-affix-wrapper-disabled) {
  border-color: #397ee5;
  box-shadow: 0 0 0 1px #268a9233;
}

.ant-hrmax-input-affix-wrapper-disabled, .ant-hrmax-input-affix-wrapper-disabled:hover, .ant-hrmax-input-affix-wrapper-disabled:focus, .ant-hrmax-input-affix-wrapper-disabled-focused {
  border-color: #cdd0d4;
}

.ant-hrmax-input-affix-wrapper-borderless, .ant-hrmax-input-affix-wrapper-borderless-focused, .ant-hrmax-input-affix-wrapper-borderless:focus, .ant-hrmax-input-affix-wrapper-borderless-focused:focus, .ant-hrmax-input-affix-wrapper-borderless:hover, .ant-hrmax-input-affix-wrapper-borderless-focused:hover, .ant-hrmax-input-affix-wrapper-borderless:active, .ant-hrmax-input-affix-wrapper-borderless-focused:active {
  box-shadow: none !important;
  border-color: #0000 !important;
}

.ant-hrmax-input-disabled, .ant-hrmax-input-disabled:hover, .ant-hrmax-input-disabled:focus, .ant-hrmax-input-disabled-focused, .ant-hrmax-input[disabled], .ant-hrmax-input[disabled]:hover, .ant-hrmax-input[disabled]:focus {
  border-color: #cdd0d4;
}

.ant-hrmax-input-show-count-suffix {
  color: #abb1b8;
}

.ant-hrmax-input-borderless, .ant-hrmax-input-borderless:hover, .ant-hrmax-input-borderless:focus, .ant-hrmax-input-borderless-focused {
  box-shadow: none;
  border: none;
}

.ant-hrmax-input.ant-hrmax-teno-input_variant_borderless {
  border-color: #0000;
}

.ant-hrmax-input.ant-hrmax-teno-input_variant_borderless:hover {
  border-color: #cdd0d4;
}

.ant-hrmax-input.ant-hrmax-teno-input_variant_borderless:focus {
  box-shadow: none;
  border-color: #268a92;
  outline: 0;
}

.ant-hrmax-input-textarea textarea, .ant-hrmax-input-textarea textarea:hover, .ant-hrmax-input-textarea textarea:focus {
  box-shadow: none;
  border: none;
}

.ant-hrmax-input-textarea textarea.ant-hrmax-input-sm {
  font-size: 14px;
}

.ant-hrmax-input-textarea textarea.ant-hrmax-input-lg {
  font-size: 18px;
}

.ant-hrmax-input-prefix {
  margin-right: 8px;
  font-size: 18px;
}

.ant-hrmax-input.ant-hrmax-input-sm {
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 14px;
}

.ant-hrmax-input.ant-hrmax-input-sm .ant-hrmax-input-prefix {
  width: 18px;
  height: 18px;
  font-size: 18px;
}

.ant-hrmax-input.ant-hrmax-input-lg {
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 18px;
  line-height: 26px;
}

.ant-hrmax-input.ant-hrmax-input-lg .ant-hrmax-input-prefix {
  width: 22px;
  height: 22px;
  font-size: 22px;
}

.ant-hrmax-input-affix-wrapper {
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
}

.ant-hrmax-input-affix-wrapper .ant-hrmax-input-prefix {
  width: 18px;
  height: 18px;
  font-size: 18px;
}

.ant-hrmax-input-affix-wrapper.ant-hrmax-input-affix-wrapper-sm {
  padding-top: 6px;
  padding-bottom: 6px;
}

.ant-hrmax-input-affix-wrapper.ant-hrmax-input-affix-wrapper-sm .ant-hrmax-input-prefix {
  width: 18px;
  height: 18px;
  font-size: 18px;
}

.ant-hrmax-input-affix-wrapper.ant-hrmax-input-affix-wrapper-lg {
  padding-top: 14px;
  padding-bottom: 14px;
}

.ant-hrmax-input-affix-wrapper.ant-hrmax-input-affix-wrapper-lg .ant-hrmax-input-prefix {
  width: 22px;
  height: 22px;
  font-size: 22px;
}

.ant-hrmax-input-suffix .anthrmaxicon {
  font-size: 18px;
}

.ant-hrmax-input-suffix .anthrmaxicon.ant-hrmax-input-clear-icon, .ant-hrmax-input-suffix .ant-hrmax-input-clear-icon {
  width: 18px;
  height: 18px;
  font-size: 18px;
}

.ant-hrmax-input-suffix .anthrmaxicon.ant-hrmax-input-clear-icon .anthrmaxicon, .ant-hrmax-input-suffix .ant-hrmax-input-clear-icon .anthrmaxicon {
  display: block;
}

.ant-hrmax-input-textarea-show-count {
  background: #fff;
  border-radius: 8px;
  padding-bottom: 20px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 0 1px #cdd0d4;
}

.ant-hrmax-input-textarea-show-count.ant-hrmax-input-textarea-resize-rows {
  padding-bottom: 0;
}

.ant-hrmax-input-textarea-show-count.ant-hrmax-input-textarea-status-error {
  box-shadow: 0 0 0 1px #d90007;
}

.ant-hrmax-input-textarea-show-count.ant-hrmax-input-textarea-status-error:hover {
  box-shadow: 0 0 0 1px #ff3029;
}

.ant-hrmax-input-textarea-show-count.ant-hrmax-input-textarea-status-error .ant-hrmax-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless):hover, .ant-hrmax-input-textarea-show-count.ant-hrmax-input-textarea-status-error .ant-hrmax-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless):focus, .ant-hrmax-input-textarea-show-count.ant-hrmax-input-textarea-status-error .ant-hrmax-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless):active, .ant-hrmax-input-textarea-show-count.ant-hrmax-input-textarea-borderless, .ant-hrmax-input-textarea-show-count.ant-hrmax-input-textarea-borderless:hover {
  box-shadow: none;
  border: none;
}

.ant-hrmax-input-textarea-show-count:hover {
  box-shadow: 0 0 0 1px #397ee5;
}

.ant-hrmax-input-textarea-show-count:hover textarea {
  border: none;
}

.ant-hrmax-input-textarea-show-count:after, .ant-hrmax-input-textarea-show-count.ant-hrmax-input-textarea-in-form-item:after {
  color: #cdd0d4;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 20px;
  position: absolute;
  bottom: 4px;
  right: 12px;
}

.ant-hrmax-input-textarea-show-count textarea {
  box-shadow: none;
  border: none;
  padding: 8px 12px 0;
}

.ant-hrmax-input-textarea-show-count textarea::-webkit-scrollbar-track-piece {
  background-color: #0000;
}

.ant-hrmax-input-textarea-show-count textarea::-webkit-scrollbar {
  background-color: #0000;
  width: 4px;
  height: 8px;
}

.ant-hrmax-input-textarea-show-count textarea::-webkit-scrollbar-thumb {
  background-color: #00000080;
  border-radius: 2px;
}

.ant-hrmax-input-textarea-show-count textarea:hover, .ant-hrmax-input-textarea-show-count textarea:focus {
  box-shadow: none;
  border: none;
}

.ant-hrmax-input-textarea-show-count textarea.ant-hrmax-input-sm {
  font-size: 14px;
}

.ant-hrmax-input-textarea-show-count textarea.ant-hrmax-input-lg {
  font-size: 18px;
}

.ant-hrmax-input-textarea-show-count .ant-hrmax-input-affix-wrapper:not(.ant-hrmax-input-affix-wrapper-disabled), .ant-hrmax-input-textarea-show-count .ant-hrmax-input-affix-wrapper:not(.ant-hrmax-input-affix-wrapper-disabled):hover, .ant-hrmax-input-textarea-show-count .ant-hrmax-input-affix-wrapper:not(.ant-hrmax-input-affix-wrapper-disabled):focus {
  box-shadow: none;
  border: none;
}

.ant-hrmax-teno-input-ml {
  padding: 12px 11px;
}

.ant-hrmax-teno-input-ml .ant-hrmax-input-prefix {
  font-size: 20px;
}

.ant-hrmax-teno-input-ml .ant-hrmax-input-search-button {
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
}

.ant-hrmax-teno-input-ml .ant-hrmax-input-search-button:not([disabled]).ant-hrmax-btn-icon-only:hover {
  background: none;
  border-color: #cdd0d4;
}

.ant-hrmax-teno-input-ml.ant-hrmax-input-group-wrapper {
  padding: 0;
}

.ant-hrmax-teno-input-ml .ant-hrmax-input {
  padding-top: 12px;
  padding-bottom: 12px;
}

.ant-hrmax-teno-input-ml .ant-hrmax-input-affix-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}

.ant-hrmax-teno-input-ml .ant-hrmax-input-affix-wrapper .ant-hrmax-input {
  padding-top: 12px;
  padding-bottom: 12px;
}

.ant-hrmax-input-password input {
  background: #fff;
}

.ant-hrmax-input-password input:-webkit-autofill {
  background: none !important;
}

.ant-hrmax-input-password:hover {
  border-color: #397ee5;
}

.ant-hrmax-input-password:focus, .ant-hrmax-input-password-focused {
  border-color: #397ee5;
  box-shadow: 0 0 0 1px #268a9233;
}

.ant-hrmax-input-password-affix-wrapper {
  color: #9199a0;
}

.ant-hrmax-input-password-affix-wrapper:not(.ant-hrmax-input-password-affix-wrapper-disabled):hover {
  border-color: #397ee5;
}

.ant-hrmax-input-password-affix-wrapper:focus, .ant-hrmax-input-password-affix-wrapper-focused:not(.ant-hrmax-input-password-affix-wrapper-disabled) {
  border-color: #397ee5;
  box-shadow: 0 0 0 1px #268a9233;
}

.ant-hrmax-input-password-affix-wrapper-disabled, .ant-hrmax-input-password-affix-wrapper-disabled:hover, .ant-hrmax-input-password-affix-wrapper-disabled:focus, .ant-hrmax-input-password-affix-wrapper-disabled-focused {
  border-color: #cdd0d4;
}

.ant-hrmax-input-password-affix-wrapper-borderless, .ant-hrmax-input-password-affix-wrapper-borderless-focused, .ant-hrmax-input-password-affix-wrapper-borderless:focus, .ant-hrmax-input-password-affix-wrapper-borderless-focused:focus, .ant-hrmax-input-password-affix-wrapper-borderless:hover, .ant-hrmax-input-password-affix-wrapper-borderless-focused:hover, .ant-hrmax-input-password-affix-wrapper-borderless:active, .ant-hrmax-input-password-affix-wrapper-borderless-focused:active {
  box-shadow: none !important;
  border-color: #0000 !important;
}

.ant-hrmax-input-password-disabled, .ant-hrmax-input-password-disabled:hover, .ant-hrmax-input-password-disabled:focus, .ant-hrmax-input-password-disabled-focused {
  border-color: #cdd0d4;
}

.ant-hrmax-input-password-icon.anthrmaxicon {
  color: #9199a0;
}

.ant-hrmax-input-password-icon.anthrmaxicon:hover {
  color: #535b64;
}

.ant-hrmax-input-password-icon.anthrmaxicon:active {
  color: #121e29;
}

.ant-hrmax-input-number input {
  background: #fff;
  height: 40px;
}

.ant-hrmax-input-number input:-webkit-autofill {
  background: none !important;
}

.ant-hrmax-input-number:hover {
  border-color: #397ee5;
}

.ant-hrmax-input-number:focus, .ant-hrmax-input-number-focused {
  border-color: #397ee5;
  box-shadow: 0 0 0 1px #268a9233;
}

.ant-hrmax-input-number-affix-wrapper {
  color: #9199a0;
  padding-top: 0;
  padding-bottom: 0;
}

.ant-hrmax-input-number-affix-wrapper:not(.ant-hrmax-input-number-affix-wrapper-disabled):hover {
  border-color: #397ee5;
}

.ant-hrmax-input-number-affix-wrapper:focus, .ant-hrmax-input-number-affix-wrapper-focused:not(.ant-hrmax-input-number-affix-wrapper-disabled) {
  border-color: #397ee5;
  box-shadow: 0 0 0 1px #268a9233;
}

.ant-hrmax-input-number-affix-wrapper-disabled, .ant-hrmax-input-number-affix-wrapper-disabled:hover, .ant-hrmax-input-number-affix-wrapper-disabled:focus, .ant-hrmax-input-number-affix-wrapper-disabled-focused {
  border-color: #cdd0d4;
}

.ant-hrmax-input-number-affix-wrapper.ant-hrmax-input-number-affix-wrapper-sm input {
  height: 36px;
  font-size: 14px;
}

.ant-hrmax-input-number-affix-wrapper.ant-hrmax-input-number-affix-wrapper-lg {
  width: auto;
  min-width: 112px;
}

.ant-hrmax-input-number-affix-wrapper.ant-hrmax-input-number-affix-wrapper-lg input {
  font-size: 18px;
}

.ant-hrmax-input-number-affix-wrapper:has( > .ant-hrmax-input-number-lg) {
  width: auto;
  min-width: 112px;
}

.ant-hrmax-input-number-affix-wrapper-borderless, .ant-hrmax-input-number-affix-wrapper-borderless-focused, .ant-hrmax-input-number-affix-wrapper-borderless:focus, .ant-hrmax-input-number-affix-wrapper-borderless-focused:focus, .ant-hrmax-input-number-affix-wrapper-borderless:hover, .ant-hrmax-input-number-affix-wrapper-borderless-focused:hover, .ant-hrmax-input-number-affix-wrapper-borderless:active, .ant-hrmax-input-number-affix-wrapper-borderless-focused:active {
  box-shadow: none !important;
  border-color: #0000 !important;
}

.ant-hrmax-input-number-disabled, .ant-hrmax-input-number-disabled:hover, .ant-hrmax-input-number-disabled:focus, .ant-hrmax-input-number-disabled-focused {
  border-color: #cdd0d4;
}

.ant-hrmax-input-number.ant-hrmax-input-number-sm {
  font-size: 14px;
}

.ant-hrmax-input-number.ant-hrmax-input-number-sm input {
  height: 36px;
}

.ant-hrmax-input-number.ant-hrmax-input-number-lg {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 18px;
  line-height: 26px;
}

.ant-hrmax-input-number.ant-hrmax-input-number-lg input {
  height: 56px;
}

.ant-hrmax-teno-input-ml.ant-hrmax-input-number, .ant-hrmax-teno-input-ml .ant-hrmax-input-number-affix-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}

.ant-hrmax-teno-input-ml .ant-hrmax-input-number-affix-wrapper input {
  height: 48px;
}

.ant-hrmax-teno-input-full, .ant-hrmax-input-textarea-full, .ant-hrmax-teno-input-full[disabled], .ant-hrmax-input-textarea-full[disabled], .ant-hrmax-teno-input-full .ant-hrmax-input-disabled, .ant-hrmax-input-textarea-full .ant-hrmax-input-disabled {
  color: #121e29;
}

.ant-hrmax-teno-input-number-ml {
  padding-top: 0;
  padding-bottom: 0;
}

.ant-hrmax-teno-input-number-ml input {
  height: 48px;
}

.ant-hrmax-message-notice-content {
  border-radius: 8px;
  padding: 12px 16px;
}

.ant-hrmax-teno-modal {
  border-radius: 8px;
}

.ant-hrmax-teno-modal .ant-hrmax-modal {
  overflow: visible;
}

.ant-hrmax-teno-modal-bkimg .ant-hrmax-modal-content {
  background: none;
}

.ant-hrmax-teno-modal-bkimg .ant-hrmax-modal-content .ant-hrmax-modal-header {
  background: none;
  border-bottom: none;
}

.ant-hrmax-teno-modal-bkimg .ant-hrmax-modal-content .ant-hrmax-modal-footer {
  border-top: none;
}

.ant-hrmax-teno-modal .ant-hrmax-teno-modal-e-wrap .ant-hrmax-teno-modal .ant-hrmax-teno-modal-content {
  padding: 0;
}

.ant-hrmax-teno-modal .ant-hrmax-teno-modal-e-wrap .ant-hrmax-teno-modal .ant-hrmax-teno-modal-content .ant-hrmax-teno-modal-header {
  border-bottom: 1px solid #ccc;
  margin-bottom: 0;
  padding: 14px 20px;
}

.ant-hrmax-teno-modal .ant-hrmax-teno-modal-e-wrap .ant-hrmax-teno-modal .ant-hrmax-teno-modal-content .ant-hrmax-teno-modal-body {
  padding: 6px 20px;
}

.ant-hrmax-teno-modal .ant-hrmax-teno-modal-e-wrap .ant-hrmax-teno-modal .ant-hrmax-teno-modal-content .ant-hrmax-teno-modal-footer {
  padding: 20px;
}

.ant-hrmax-teno-modal .ant-hrmax-modal-title {
  color: #121e29;
  padding-right: 24px;
  font-weight: 600;
}

.ant-hrmax-teno-modal .ant-hrmax-modal-footer {
  border: none;
}

.ant-hrmax-teno-modal .ant-hrmax-modal-footer .ant-hrmax-btn + .ant-hrmax-btn:not(.ant-hrmax-dropdown-trigger) {
  margin-left: 12px;
}

.ant-hrmax-teno-modal .ant-hrmax-modal-footer button {
  border-radius: 8px;
}

.ant-hrmax-teno-modal .ant-hrmax-modal-footer button:not(.ant-hrmax-btn.ant-hrmax-btn-icon-only) {
  min-width: 96px;
}

.ant-hrmax-teno-modal .ant-hrmax-modal-close-x {
  width: 24px;
  height: 24px;
  line-height: 24px;
  position: absolute;
}

.ant-hrmax-teno-modal .ant-hrmax-modal-close-x .ant-hrmax-btn.ant-hrmax-btn-sm.ant-hrmax-btn-icon-only {
  width: 24px;
  min-width: 24px;
  height: 24px;
}

.ant-hrmax-teno-modal .ant-hrmax-modal-close-x {
  top: 16px;
  right: 20px;
}

.ant-hrmax-teno-modal .ant-hrmax-modal-header {
  padding: 16px 24px;
}

.ant-hrmax-teno-modal .ant-hrmax-modal-body {
  padding: 24px;
}

.ant-hrmax-teno-modal .ant-hrmax-modal-footer {
  padding: 16px 24px;
}

.ant-hrmax-teno-modal-small .ant-hrmax-modal-close-x {
  top: 16px;
  right: 20px;
}

.ant-hrmax-teno-modal-small .ant-hrmax-modal-header {
  padding: 16px 24px;
}

.ant-hrmax-teno-modal-small .ant-hrmax-modal-body {
  padding: 0 24px;
}

.ant-hrmax-teno-modal-small .ant-hrmax-modal-footer {
  padding: 16px 24px;
}

.ant-hrmax-teno-modal-large .ant-hrmax-modal-close-x {
  top: 16px;
  right: 20px;
}

.ant-hrmax-teno-modal-large .ant-hrmax-modal-header {
  padding: 16px 24px;
}

.ant-hrmax-teno-modal-large .ant-hrmax-modal-body {
  padding: 24px;
}

.ant-hrmax-teno-modal-large .ant-hrmax-modal-footer {
  padding: 16px 24px;
}

.ant-hrmax-teno-modal-hide-divider .ant-hrmax-modal-header {
  border: 0;
}

.ant-hrmax-teno-modal-hide-divider .ant-hrmax-modal-body {
  padding-top: 0;
  padding-bottom: 0;
}

.ant-hrmax-teno-modal-show-all-divider .ant-hrmax-modal-header {
  border-bottom: 1px solid #f2f6fb;
}

.ant-hrmax-teno-modal-show-all-divider .ant-hrmax-modal-footer {
  border-top: 1px solid #f2f6fb;
}

.ant-hrmax-teno-modal-show-all-divider .ant-hrmax-modal-body {
  padding-top: 16px;
  padding-bottom: 16px;
}

.ant-hrmax-teno-modal-no-content-padding .ant-hrmax-modal-body {
  padding: 0;
}

.ant-hrmax-modal-confirm .ant-hrmax-modal-body {
  padding: 16px 24px;
}

.ant-hrmax-modal-confirm .ant-hrmax-modal-body .ant-hrmax-modal-confirm-body > .anthrmaxicon {
  margin-right: 12px;
  font-size: 24px;
}

.ant-hrmax-modal-confirm .ant-hrmax-modal-body .ant-hrmax-modal-confirm-body > .anthrmaxicon + .ant-hrmax-modal-confirm-title + .ant-hrmax-modal-confirm-content {
  margin-left: 34px;
}

.ant-hrmax-modal-confirm .ant-hrmax-modal-body .ant-hrmax-modal-confirm-content {
  margin-top: 0;
  line-height: 1.7142;
}

.ant-hrmax-modal-confirm .ant-hrmax-modal-confirm-title {
  color: #121e29;
  margin-bottom: 8px;
  font-weight: 600;
  line-height: 24px;
}

.ant-hrmax-modal-confirm .ant-hrmax-modal-confirm-btns {
  margin-top: 16px;
}

.ant-hrmax-modal-confirm .ant-hrmax-modal-confirm-btns .ant-hrmax-btn + .ant-hrmax-btn:not(.ant-hrmax-dropdown-trigger) {
  margin-left: 12px;
}

.ant-hrmax-modal-confirm .ant-hrmax-modal-confirm-btns button {
  border-radius: 8px;
}

.ant-hrmax-modal-confirm .ant-hrmax-modal-confirm-btns button:not(.ant-hrmax-btn.ant-hrmax-btn-icon-only) {
  min-width: 96px;
}

.ant-hrmax-modal-centered .ant-hrmax-modal {
  border-radius: 8px;
  overflow: hidden;
}

.teno-btn-align-left .ant-hrmax-modal-confirm-btns {
  text-align: left;
}

.teno-btn-align-right .ant-hrmax-modal-confirm-btns {
  text-align: right;
}

.teno-btn-align-center .ant-hrmax-modal-confirm-btns {
  text-align: center;
}

.ant-hrmax-pagination .ant-hrmax-pagination-item {
  background: none;
  border: none;
  line-height: 36px;
  box-shadow: inset 0 0 0 1px #0000;
}

.ant-hrmax-pagination .ant-hrmax-pagination-item a {
  color: #121e29;
}

.ant-hrmax-pagination .ant-hrmax-pagination-item:hover {
  background: #f2f4f7;
}

.ant-hrmax-pagination .ant-hrmax-pagination-item:hover a, .ant-hrmax-pagination .ant-hrmax-pagination-item:focus-visible a {
  color: #121e29;
}

.ant-hrmax-pagination .ant-hrmax-pagination-item:active {
  background: #cdd0d4;
}

.ant-hrmax-pagination .ant-hrmax-pagination-item:active a {
  color: #121e29;
}

.ant-hrmax-pagination .ant-hrmax-pagination-item-active {
  background: none;
  box-shadow: inset 0 0 0 1px #397ee5;
}

.ant-hrmax-pagination .ant-hrmax-pagination-item-active:hover {
  background: none;
}

.ant-hrmax-pagination .ant-hrmax-pagination-item-active a, .ant-hrmax-pagination .ant-hrmax-pagination-item-active:hover a {
  color: #397ee5;
}

.ant-hrmax-pagination-prev .ant-hrmax-pagination-item-link, .ant-hrmax-pagination-next .ant-hrmax-pagination-item-link {
  background: none;
  border: none;
  box-shadow: inset 0 0 0 1px #0000;
}

.ant-hrmax-pagination-prev .ant-hrmax-pagination-item-link.ant-hrmax-btn, .ant-hrmax-pagination-next .ant-hrmax-pagination-item-link.ant-hrmax-btn {
  box-shadow: inset 0 0 0 1px #0000;
}

.ant-hrmax-pagination-prev .ant-hrmax-pagination-item-link:hover, .ant-hrmax-pagination-next .ant-hrmax-pagination-item-link:hover {
  color: #121e29;
  background: #f2f4f7;
}

.ant-hrmax-pagination-prev .ant-hrmax-pagination-item-link:active, .ant-hrmax-pagination-next .ant-hrmax-pagination-item-link:active {
  color: #121e29;
  background: #cdd0d4;
}

.ant-hrmax-pagination-prev.ant-hrmax-pagination-disabled .ant-hrmax-pagination-item-link, .ant-hrmax-pagination-next.ant-hrmax-pagination-disabled .ant-hrmax-pagination-item-link, .ant-hrmax-pagination-prev.ant-hrmax-pagination-disabled:hover .ant-hrmax-pagination-item-link, .ant-hrmax-pagination-next.ant-hrmax-pagination-disabled:hover .ant-hrmax-pagination-item-link, .ant-hrmax-pagination-prev.ant-hrmax-pagination-disabled:active .ant-hrmax-pagination-item-link, .ant-hrmax-pagination-next.ant-hrmax-pagination-disabled:active .ant-hrmax-pagination-item-link, .ant-hrmax-pagination-prev.ant-hrmax-pagination-disabled .ant-hrmax-pagination-item-link:hover, .ant-hrmax-pagination-next.ant-hrmax-pagination-disabled .ant-hrmax-pagination-item-link:hover, .ant-hrmax-pagination-prev.ant-hrmax-pagination-disabled:hover .ant-hrmax-pagination-item-link:hover, .ant-hrmax-pagination-next.ant-hrmax-pagination-disabled:hover .ant-hrmax-pagination-item-link:hover, .ant-hrmax-pagination-prev.ant-hrmax-pagination-disabled:active .ant-hrmax-pagination-item-link:hover, .ant-hrmax-pagination-next.ant-hrmax-pagination-disabled:active .ant-hrmax-pagination-item-link:hover, .ant-hrmax-pagination-prev.ant-hrmax-pagination-disabled .ant-hrmax-pagination-item-link:active, .ant-hrmax-pagination-next.ant-hrmax-pagination-disabled .ant-hrmax-pagination-item-link:active, .ant-hrmax-pagination-prev.ant-hrmax-pagination-disabled:hover .ant-hrmax-pagination-item-link:active, .ant-hrmax-pagination-next.ant-hrmax-pagination-disabled:hover .ant-hrmax-pagination-item-link:active, .ant-hrmax-pagination-prev.ant-hrmax-pagination-disabled:active .ant-hrmax-pagination-item-link:active, .ant-hrmax-pagination-next.ant-hrmax-pagination-disabled:active .ant-hrmax-pagination-item-link:active {
  color: #cdd0d4;
  background: none;
  border-color: #cdd0d4;
}

.ant-hrmax-pagination-prev.ant-hrmax-pagination-disabled:focus-visible .ant-hrmax-pagination-item-link, .ant-hrmax-pagination-next.ant-hrmax-pagination-disabled:focus-visible .ant-hrmax-pagination-item-link {
  color: #cdd0d4;
  border-color: #cdd0d4;
}

.ant-hrmax-pagination-jump-prev .ant-hrmax-pagination-item-container .ant-hrmax-pagination-item-link-icon, .ant-hrmax-pagination-jump-next .ant-hrmax-pagination-item-container .ant-hrmax-pagination-item-link-icon {
  color: #397ee5;
}

.ant-hrmax-pagination-simple {
  font-size: 0;
}

.ant-hrmax-pagination-simple .ant-hrmax-pagination-prev, .ant-hrmax-pagination-simple .ant-hrmax-pagination-next {
  min-width: 20px;
  height: 20px;
  font-size: 12px;
  line-height: 20px;
}

.ant-hrmax-pagination-simple .ant-hrmax-pagination-prev .ant-hrmax-pagination-item-link, .ant-hrmax-pagination-simple .ant-hrmax-pagination-next .ant-hrmax-pagination-item-link {
  justify-content: center;
  align-items: center;
  height: 20px;
  display: flex;
}

.ant-hrmax-pagination-simple .ant-hrmax-pagination-prev .ant-hrmax-pagination-item-link:after, .ant-hrmax-pagination-simple .ant-hrmax-pagination-next .ant-hrmax-pagination-item-link:after {
  height: 20px;
  line-height: 20px;
}

.ant-hrmax-pagination-simple .ant-hrmax-pagination-simple-pager {
  height: 20px;
  margin-right: 8px;
  font-size: 12px;
  line-height: 20px;
  display: inline-block;
}

.ant-hrmax-pagination-simple .ant-hrmax-pagination-simple-pager .ant-hrmax-pagination-slash {
  margin: 0 8px 0 0;
}

.ant-hrmax-pagination-simple .ant-hrmax-pagination-simple-pager input {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  padding: 0;
  font-size: 12px;
}

.ant-hrmax-pagination.ant-hrmax-pagination-mini .ant-hrmax-pagination-item {
  line-height: 24px;
}

.ant-hrmax-pagination.ant-hrmax-pagination-disabled .ant-hrmax-pagination-item a {
  color: #cdd0d4;
}

.ant-hrmax-pagination.ant-hrmax-pagination-disabled .ant-hrmax-pagination-item-active {
  background: #f2f4f7;
  box-shadow: inset 0 0 0 1px #cdd0d4;
}

.ant-hrmax-pagination.ant-hrmax-pagination-disabled .ant-hrmax-pagination-item:hover a, .ant-hrmax-pagination.ant-hrmax-pagination-disabled .ant-hrmax-pagination-item:active a, .ant-hrmax-pagination.ant-hrmax-pagination-disabled .ant-hrmax-pagination-item:focus a {
  color: #cdd0d4;
}

.ant-hrmax-pagination.ant-hrmax-pagination-disabled .ant-hrmax-pagination-item-link, .ant-hrmax-pagination.ant-hrmax-pagination-disabled .ant-hrmax-pagination-item-link:hover, .ant-hrmax-pagination.ant-hrmax-pagination-disabled .ant-hrmax-pagination-item-link:active {
  color: #cdd0d4;
  background: none;
  border-color: #cdd0d4;
}

.ant-hrmax-pagination .ant-hrmax-select:not(.ant-hrmax-pagination .ant-hrmax-select.ant-hrmax-select-multiple) .ant-hrmax-select-selector {
  height: 36px;
}

.ant-hrmax-pagination .ant-hrmax-select .ant-hrmax-select-selector {
  min-height: 36px;
}

.ant-hrmax-pagination .ant-hrmax-select .ant-hrmax-select-selector:after, .ant-hrmax-pagination .ant-hrmax-select .ant-hrmax-select-selector .ant-hrmax-select-selection-item, .ant-hrmax-pagination .ant-hrmax-select .ant-hrmax-select-selector .ant-hrmax-select-selection-placeholder {
  line-height: 34px;
}

.ant-hrmax-pagination .ant-hrmax-pagination-options-quick-jumper {
  height: 36px;
  line-height: 0;
}

.ant-hrmax-pagination .ant-hrmax-pagination-options-quick-jumper input {
  height: 34px;
  line-height: 34px;
}

.ant-hrmax-pagination .ant-hrmax-pagination-options-quick-jumper input:hover {
  border-color: #397ee5;
}

.ant-hrmax-pagination .ant-hrmax-pagination-options-quick-jumper input:focus, .ant-hrmax-pagination .ant-hrmax-pagination-options-quick-jumper input:active {
  border-color: #397ee5;
  box-shadow: 0 0 0 1px #268a9233;
}

.ant-hrmax-pagination .ant-hrmax-select:not(.ant-hrmax-pagination .ant-hrmax-select.ant-hrmax-teno-select-ml):not(.ant-hrmax-pagination .ant-hrmax-select.ant-hrmax-select-sm):not(.ant-hrmax-pagination .ant-hrmax-select.ant-hrmax-select-lg):not(.ant-hrmax-pagination .ant-hrmax-select:not(.ant-hrmax-pagination .ant-hrmax-select.ant-hrmax-teno-select-ml):not(.ant-hrmax-pagination .ant-hrmax-select.ant-hrmax-select-sm):not(.ant-hrmax-pagination .ant-hrmax-select.ant-hrmax-select-lg).ant-hrmax-select-multiple) .ant-hrmax-select-selector {
  height: 36px;
}

.ant-hrmax-pagination .ant-hrmax-select:not(.ant-hrmax-pagination .ant-hrmax-select.ant-hrmax-teno-select-ml):not(.ant-hrmax-pagination .ant-hrmax-select.ant-hrmax-select-sm):not(.ant-hrmax-pagination .ant-hrmax-select.ant-hrmax-select-lg) .ant-hrmax-select-selector {
  min-height: 36px;
}

.ant-hrmax-pagination .ant-hrmax-select:not(.ant-hrmax-pagination .ant-hrmax-select.ant-hrmax-teno-select-ml):not(.ant-hrmax-pagination .ant-hrmax-select.ant-hrmax-select-sm):not(.ant-hrmax-pagination .ant-hrmax-select.ant-hrmax-select-lg) .ant-hrmax-select-selector:after, .ant-hrmax-pagination .ant-hrmax-select:not(.ant-hrmax-pagination .ant-hrmax-select.ant-hrmax-teno-select-ml):not(.ant-hrmax-pagination .ant-hrmax-select.ant-hrmax-select-sm):not(.ant-hrmax-pagination .ant-hrmax-select.ant-hrmax-select-lg) .ant-hrmax-select-selector .ant-hrmax-select-selection-item, .ant-hrmax-pagination .ant-hrmax-select:not(.ant-hrmax-pagination .ant-hrmax-select.ant-hrmax-teno-select-ml):not(.ant-hrmax-pagination .ant-hrmax-select.ant-hrmax-select-sm):not(.ant-hrmax-pagination .ant-hrmax-select.ant-hrmax-select-lg) .ant-hrmax-select-selector .ant-hrmax-select-selection-placeholder {
  line-height: 34px;
}

.ant-hrmax-popover.ant-hrmax-teno-popover-hide-divider .ant-hrmax-popover-title {
  border-bottom: none;
  padding: 12px 16px 4px;
}

.ant-hrmax-popover.ant-hrmax-teno-popover-hide-divider .ant-hrmax-popover-inner-content {
  padding: 4px 16px 12px;
}

.ant-hrmax-popover .ant-hrmax-popover-arrow {
  display: block;
}

.ant-hrmax-popover.ant-hrmax-teno-popover-hide-arrow .ant-hrmax-popover-arrow {
  display: none;
}

.ant-hrmax-popover-title, .ant-hrmax-popover-message-title {
  min-width: 180px;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
}

.ant-hrmax-popover-title span + div, .ant-hrmax-popover-message-title span + div {
  font-weight: 400;
}

.ant-hrmax-popover-inner {
  background: #fff;
}

.ant-hrmax-popover-inner-content {
  padding: 4px 16px 12px;
}

.ant-hrmax-popover.ant-hrmax-teno-popover-no-title .ant-hrmax-popover-inner-content {
  padding: 4px 16px;
}

.ant-hrmax-popover.ant-hrmax-popconfirm .ant-hrmax-popover-message {
  padding: 0 0 8px;
}

.ant-hrmax-popover.ant-hrmax-popconfirm .ant-hrmax-popover-inner-content {
  padding: 12px 16px;
}

.ant-hrmax-popover .ant-hrmax-popover-message-icon {
  font-size: 16px;
  transform: translateY(-2px);
}

.ant-hrmax-popover .ant-hrmax-popover-buttons {
  margin-bottom: 0;
}

.ant-hrmax-popover.ant-hrmax-teno-popover-hide-content-padding .ant-hrmax-popover-inner-content {
  padding: 0;
}

.ant-hrmax-select-arrow {
  color: #9199a0;
}

.ant-hrmax-select-item {
  min-height: unset;
  border-radius: 4px;
  padding: 7px 8px;
}

.ant-hrmax-select-item:hover {
  background: none;
}

.ant-hrmax-select-item:after {
  content: "";
  z-index: -1;
  border-radius: 4px;
  position: absolute;
  inset: 1px 0 0;
}

.ant-hrmax-select-item-option-active:not(.ant-hrmax-select-item-option-disabled) {
  background: none;
}

.ant-hrmax-select-item-option-active:not(.ant-hrmax-select-item-option-disabled):after {
  background-color: #f2f4f7;
}

.ant-hrmax-select-item-option-selected:not(.ant-hrmax-select-item-option-disabled) {
  color: #121e29;
  background: none;
}

.ant-hrmax-select-item-option-selected:not(.ant-hrmax-select-item-option-disabled):after {
  background-color: #e5e6eb;
}

.ant-hrmax-select-item-option-disabled.ant-hrmax-select-item-option-selected {
  background-color: #0000;
}

.ant-hrmax-select-item-option-disabled.ant-hrmax-select-item-option-selected:after {
  background-color: #f2f4f7;
}

.ant-hrmax-select-item-option:not(.ant-hrmax-select-item-option-disabled) .ant-hrmax-select-item-option-state {
  color: #121e29;
}

.ant-hrmax-select-item.ant-hrmax-select-item-option-grouped {
  margin: 0 8px;
}

.ant-hrmax-select-item.ant-hrmax-select-item-group {
  color: #9199a0;
  margin: 0;
}

.ant-hrmax-select-dropdown {
  padding: 4px;
}

.ant-hrmax-select-dropdown .ant-hrmax-cascader-menus .ant-hrmax-cascader-menu:last-child {
  border-right: none;
}

.ant-hrmax-select.ant-hrmax-select-multiple .ant-hrmax-select-selector {
  padding-left: 4px;
  padding-right: 4px;
}

.ant-hrmax-select.ant-hrmax-select-multiple .ant-hrmax-select-selection-overflow-item-rest .ant-hrmax-select-selection-item {
  padding-left: 8px;
  padding-right: 8px;
}

.ant-hrmax-select.ant-hrmax-select-multiple .ant-hrmax-select-selection-item {
  color: #121e29;
  background-color: #f2f4f7;
  border-radius: 4px;
  padding-left: 8px;
  padding-right: 8px;
}

.ant-hrmax-select.ant-hrmax-select-multiple .ant-hrmax-select-selection-item:hover {
  background-color: #e5e6eb;
}

.ant-hrmax-select.ant-hrmax-select-multiple .ant-hrmax-select-selection-item .ant-hrmax-select-selection-item-remove {
  color: #268a92;
}

.ant-hrmax-select.ant-hrmax-select-multiple.ant-hrmax-select-show-arrow .ant-hrmax-select-selector {
  padding-right: 32px;
}

.ant-hrmax-select.ant-hrmax-select-multiple:not(.ant-hrmax-select-disabled) .ant-hrmax-select-selection-item {
  border-color: #0000;
}

.ant-hrmax-select.ant-hrmax-select-multiple:not(.ant-hrmax-select-disabled) .ant-hrmax-select-selection-overflow-item .ant-hrmax-tag {
  background: #f2f4f7;
}

.ant-hrmax-select.ant-hrmax-select-multiple:not(.ant-hrmax-select-disabled) .ant-hrmax-select-selection-overflow-item .ant-hrmax-tag:hover {
  background: #e5e6eb;
}

.ant-hrmax-select.ant-hrmax-select-multiple:not(.ant-hrmax-select-disabled) .ant-hrmax-select-selection-item {
  color: #121e29;
}

.ant-hrmax-select.ant-hrmax-select-multiple.ant-hrmax-teno-select-responsive .ant-hrmax-select-selection-overflow {
  flex-wrap: nowrap;
}

.ant-hrmax-select.ant-hrmax-select-multiple .ant-hrmax-select-selection-item-content {
  margin-right: 0;
}

.ant-hrmax-select.ant-hrmax-select-multiple .ant-hrmax-select-selection-item .ant-hrmax-select-selection-item-remove {
  color: #121e29;
  margin-left: 4px;
  font-size: 12px;
}

.ant-hrmax-select-arrow {
  font-size: 16px;
}

.ant-hrmax-select.ant-hrmax-teno-select_variant_borderless .ant-hrmax-select-arrow {
  font-size: 12px;
}

.ant-hrmax-select.ant-hrmax-teno-select_variant_borderless.ant-hrmax-select-multiple .ant-hrmax-select-selection-overflow {
  gap: 0;
}

.ant-hrmax-select.ant-hrmax-teno-select_variant_borderless.ant-hrmax-select-multiple .ant-hrmax-select-selection-overflow .ant-hrmax-select-selection-overflow-item.ant-hrmax-select-selection-overflow-item-rest {
  margin-left: 4px;
}

.ant-hrmax-select.ant-hrmax-teno-select_variant_borderless.ant-hrmax-select-multiple .ant-hrmax-select-selection-overflow .ant-hrmax-select-selection-overflow-item.ant-hrmax-select-selection-overflow-item-rest .ant-hrmax-select-selection-item {
  padding-right: 0;
}

.ant-hrmax-select.ant-hrmax-teno-select_variant_borderless.ant-hrmax-select-multiple .ant-hrmax-select-selection-overflow .ant-hrmax-select-selection-overflow-item:last-child, .ant-hrmax-select.ant-hrmax-teno-select_variant_borderless .ant-hrmax-select-selection-item-content {
  margin-right: 0;
}

.ant-hrmax-select.ant-hrmax-teno-select_variant_borderless.ant-hrmax-select-focused:not(.ant-hrmax-select-disabled) .ant-hrmax-select-selector {
  box-shadow: none;
}

.ant-hrmax-select.ant-hrmax-teno-select_variant_borderless:not(.ant-hrmax-select-customize-input) .ant-hrmax-select-selector {
  box-shadow: none;
  cursor: pointer;
  z-index: 1;
  background: none;
  border-color: #0000;
  border-left-width: 0;
  border-right-width: 0;
  padding-left: 0;
  padding-right: 16px;
}

.ant-hrmax-select.ant-hrmax-teno-select_variant_borderless:not(.ant-hrmax-select-customize-input) .ant-hrmax-select-selector.ant-hrmax-select-multiple {
  padding-right: 4px;
}

.ant-hrmax-select.ant-hrmax-teno-select_variant_borderless:not(.ant-hrmax-select-customize-input) .ant-hrmax-select-arrow {
  right: 0;
}

.ant-hrmax-select.ant-hrmax-teno-select_variant_borderless .ant-hrmax-select-selection-search {
  display: none;
}

.ant-hrmax-select.ant-hrmax-teno-select_variant_borderless .ant-hrmax-select-selector, .ant-hrmax-select.ant-hrmax-teno-select_variant_borderless .ant-hrmax-select-selector:hover {
  border-color: #0000;
}

.ant-hrmax-select.ant-hrmax-teno-select_variant_borderless .ant-hrmax-select-selector:focus {
  box-shadow: none;
  border-color: #0000;
  outline: 0;
}

.ant-hrmax-select.ant-hrmax-teno-select_variant_borderless .ant-hrmax-select-selector .ant-hrmax-select-selection-state {
  color: #121e29;
}

.ant-hrmax-select.ant-hrmax-teno-select_variant_borderless .ant-hrmax-select-selector .ant-hrmax-select-selection-item {
  color: #121e29;
  margin-inline-end: 0;
  padding-inline: 0;
  font-weight: 500;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.ant-hrmax-select.ant-hrmax-teno-select_variant_borderless.ant-hrmax-select-multiple {
  min-width: 72px;
  max-width: 144px;
}

.ant-hrmax-select.ant-hrmax-teno-select_variant_borderless.ant-hrmax-select-multiple .ant-hrmax-select-selection-item {
  background: none;
  border: none;
  max-width: 112px;
}

.ant-hrmax-select.ant-hrmax-teno-select_variant_borderless.ant-hrmax-select-multiple .ant-hrmax-select-selection-placeholder {
  left: 0;
  right: 14px;
}

.ant-hrmax-select.ant-hrmax-teno-select_variant_borderless .ant-hrmax-select-selection-placeholder {
  color: #121e29;
}

.ant-hrmax-select.ant-hrmax-teno-select_variant_borderless:not(.ant-hrmax-select.ant-hrmax-teno-select_variant_borderless.ant-hrmax-select-multiple) .ant-hrmax-select-selection-placeholder {
  padding-right: 0;
  left: 0;
  right: 0;
}

.ant-hrmax-select.ant-hrmax-teno-select_variant_borderless:hover .ant-hrmax-select-arrow, .ant-hrmax-select.ant-hrmax-teno-select_variant_borderless.ant-hrmax-select-open .ant-hrmax-select-arrow, .ant-hrmax-select.ant-hrmax-teno-select_variant_borderless:hover .ant-hrmax-select-selection-placeholder, .ant-hrmax-select.ant-hrmax-teno-select_variant_borderless.ant-hrmax-select-open .ant-hrmax-select-selection-placeholder {
  color: #121e29;
}

.ant-hrmax-select.ant-hrmax-teno-select-ml:not(.ant-hrmax-select.ant-hrmax-teno-select-ml.ant-hrmax-select-multiple) .ant-hrmax-select-selector {
  height: 48px;
}

.ant-hrmax-select.ant-hrmax-teno-select-ml .ant-hrmax-select-selector {
  min-height: 48px;
  padding-left: 8px;
  padding-right: 8px;
}

.ant-hrmax-select.ant-hrmax-teno-select-ml .ant-hrmax-select-selector:after, .ant-hrmax-select.ant-hrmax-teno-select-ml .ant-hrmax-select-selector .ant-hrmax-select-selection-item, .ant-hrmax-select.ant-hrmax-teno-select-ml .ant-hrmax-select-selector .ant-hrmax-select-selection-placeholder {
  line-height: 46px;
}

.ant-hrmax-select.ant-hrmax-teno-select-ml.ant-hrmax-select-multiple.ant-hrmax-teno-select-ml .ant-hrmax-select-selector:after {
  line-height: 32px;
}

.ant-hrmax-select.ant-hrmax-teno-select-ml.ant-hrmax-select-multiple.ant-hrmax-teno-select-ml .ant-hrmax-select-selection-item {
  height: 32px;
  line-height: 30px;
}

.ant-hrmax-select.ant-hrmax-teno-select-ml.ant-hrmax-select-multiple.ant-hrmax-teno-select-ml .ant-hrmax-select-selection-search {
  height: 32px;
  line-height: 32px;
}

.ant-hrmax-select.ant-hrmax-teno-select-ml.ant-hrmax-select-multiple.ant-hrmax-teno-select-ml .ant-hrmax-select-selection-search-input, .ant-hrmax-select.ant-hrmax-teno-select-ml.ant-hrmax-select-multiple.ant-hrmax-teno-select-ml .ant-hrmax-select-selection-search-mirror {
  height: 32px;
  line-height: 30px;
}

.ant-hrmax-select:not(.ant-hrmax-select.ant-hrmax-teno-select-ml):not(.ant-hrmax-select.ant-hrmax-select-sm):not(.ant-hrmax-select.ant-hrmax-select-lg):not(.ant-hrmax-select:not(.ant-hrmax-select.ant-hrmax-teno-select-ml):not(.ant-hrmax-select.ant-hrmax-select-sm):not(.ant-hrmax-select.ant-hrmax-select-lg).ant-hrmax-select-multiple) .ant-hrmax-select-selector {
  height: 40px;
}

.ant-hrmax-select:not(.ant-hrmax-select.ant-hrmax-teno-select-ml):not(.ant-hrmax-select.ant-hrmax-select-sm):not(.ant-hrmax-select.ant-hrmax-select-lg) .ant-hrmax-select-selector {
  min-height: 40px;
}

.ant-hrmax-select:not(.ant-hrmax-select.ant-hrmax-teno-select-ml):not(.ant-hrmax-select.ant-hrmax-select-sm):not(.ant-hrmax-select.ant-hrmax-select-lg) .ant-hrmax-select-selector:after, .ant-hrmax-select:not(.ant-hrmax-select.ant-hrmax-teno-select-ml):not(.ant-hrmax-select.ant-hrmax-select-sm):not(.ant-hrmax-select.ant-hrmax-select-lg) .ant-hrmax-select-selector .ant-hrmax-select-selection-item, .ant-hrmax-select:not(.ant-hrmax-select.ant-hrmax-teno-select-ml):not(.ant-hrmax-select.ant-hrmax-select-sm):not(.ant-hrmax-select.ant-hrmax-select-lg) .ant-hrmax-select-selector .ant-hrmax-select-selection-placeholder {
  line-height: 38px;
}

.ant-hrmax-select:not(.ant-hrmax-select.ant-hrmax-teno-select-ml):not(.ant-hrmax-select.ant-hrmax-select-sm):not(.ant-hrmax-select.ant-hrmax-select-lg).ant-hrmax-select-multiple .ant-hrmax-select-selector:after {
  line-height: 24px;
}

.ant-hrmax-select:not(.ant-hrmax-select.ant-hrmax-teno-select-ml):not(.ant-hrmax-select.ant-hrmax-select-sm):not(.ant-hrmax-select.ant-hrmax-select-lg).ant-hrmax-select-multiple .ant-hrmax-select-selection-item {
  height: 24px;
  line-height: 22px;
}

.ant-hrmax-select:not(.ant-hrmax-select.ant-hrmax-teno-select-ml):not(.ant-hrmax-select.ant-hrmax-select-sm):not(.ant-hrmax-select.ant-hrmax-select-lg).ant-hrmax-select-multiple .ant-hrmax-select-selection-search {
  height: 24px;
  line-height: 24px;
}

.ant-hrmax-select:not(.ant-hrmax-select.ant-hrmax-teno-select-ml):not(.ant-hrmax-select.ant-hrmax-select-sm):not(.ant-hrmax-select.ant-hrmax-select-lg).ant-hrmax-select-multiple .ant-hrmax-select-selection-search-input, .ant-hrmax-select:not(.ant-hrmax-select.ant-hrmax-teno-select-ml):not(.ant-hrmax-select.ant-hrmax-select-sm):not(.ant-hrmax-select.ant-hrmax-select-lg).ant-hrmax-select-multiple .ant-hrmax-select-selection-search-mirror {
  height: 24px;
  line-height: 22px;
}

.ant-hrmax-select.ant-hrmax-select-sm {
  font-size: 12px;
}

.ant-hrmax-select.ant-hrmax-select-sm:not(.ant-hrmax-select.ant-hrmax-select-sm.ant-hrmax-select-multiple) .ant-hrmax-select-selector {
  height: 36px;
}

.ant-hrmax-select.ant-hrmax-select-sm .ant-hrmax-select-selector {
  min-height: 36px;
}

.ant-hrmax-select.ant-hrmax-select-sm .ant-hrmax-select-selector:after, .ant-hrmax-select.ant-hrmax-select-sm .ant-hrmax-select-selector .ant-hrmax-select-selection-item, .ant-hrmax-select.ant-hrmax-select-sm .ant-hrmax-select-selector .ant-hrmax-select-selection-placeholder {
  line-height: 34px;
}

.ant-hrmax-select.ant-hrmax-select-sm.ant-hrmax-select-multiple .ant-hrmax-select-selector:after {
  line-height: 20px;
}

.ant-hrmax-select.ant-hrmax-select-sm.ant-hrmax-select-multiple .ant-hrmax-select-selection-item {
  height: 20px;
  line-height: 18px;
}

.ant-hrmax-select.ant-hrmax-select-sm.ant-hrmax-select-multiple .ant-hrmax-select-selection-search {
  height: 20px;
  line-height: 20px;
}

.ant-hrmax-select.ant-hrmax-select-sm.ant-hrmax-select-multiple .ant-hrmax-select-selection-search-input, .ant-hrmax-select.ant-hrmax-select-sm.ant-hrmax-select-multiple .ant-hrmax-select-selection-search-mirror {
  height: 20px;
  line-height: 18px;
}

.ant-hrmax-select .ant-hrmax-select-clear {
  background: none;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  font-size: 16px;
}

.ant-hrmax-select .ant-hrmax-select-clear:after {
  content: "";
  z-index: -1;
  background: #fff;
  position: absolute;
  inset: 3px;
}

.ant-hrmax-select:not(.ant-hrmax-select.ant-hrmax-teno-select_variant_borderless).ant-hrmax-select:not(.ant-hrmax-select-customize-input) .ant-hrmax-select-selector {
  background-color: #fff;
  border-color: #cdd0d4;
}

.ant-hrmax-select:not(.ant-hrmax-select.ant-hrmax-teno-select_variant_borderless).ant-hrmax-select:not(.ant-hrmax-select-customize-input):not(.ant-hrmax-select:not(.ant-hrmax-select.ant-hrmax-teno-select_variant_borderless).ant-hrmax-select:not(.ant-hrmax-select-customize-input).ant-hrmax-select-status-error).ant-hrmax-select-open .ant-hrmax-select-selector, .ant-hrmax-select:not(.ant-hrmax-select.ant-hrmax-teno-select_variant_borderless).ant-hrmax-select:not(.ant-hrmax-select-customize-input):not(.ant-hrmax-select:not(.ant-hrmax-select.ant-hrmax-teno-select_variant_borderless).ant-hrmax-select:not(.ant-hrmax-select-customize-input).ant-hrmax-select-status-error).ant-hrmax-select-focused .ant-hrmax-select-selector {
  color: #121e29;
  border-color: #397ee5;
  box-shadow: 0 0 0 1px #397ee533;
}

.ant-hrmax-select:not(.ant-hrmax-select.ant-hrmax-teno-select_variant_borderless).ant-hrmax-select:not(.ant-hrmax-select-customize-input):hover .ant-hrmax-select-selector {
  border-color: #397ee5;
}

.ant-hrmax-select:not(.ant-hrmax-select.ant-hrmax-teno-select_variant_borderless) .ant-hrmax-teno-select-tag-label.ant-hrmax-teno-tag {
  color: #121e29;
  background: #f2f4f7;
}

.ant-hrmax-select:not(.ant-hrmax-select.ant-hrmax-teno-select_variant_borderless) .ant-hrmax-teno-select-tag-label.ant-hrmax-teno-tag .ant-hrmax-tag-close-icon {
  color: #121e29;
}

.ant-hrmax-select.ant-hrmax-select-disabled:not(.ant-hrmax-select.ant-hrmax-teno-select_variant_borderless).ant-hrmax-select:not(.ant-hrmax-select-customize-input) .ant-hrmax-select-selector {
  background-color: #f2f4f7;
  border-color: #cdd0d4;
}

.ant-hrmax-select.ant-hrmax-select-disabled:not(.ant-hrmax-select.ant-hrmax-teno-select_variant_borderless).ant-hrmax-select:not(.ant-hrmax-select-customize-input):not(.ant-hrmax-select.ant-hrmax-select-disabled:not(.ant-hrmax-select.ant-hrmax-teno-select_variant_borderless).ant-hrmax-select:not(.ant-hrmax-select-customize-input).ant-hrmax-select-status-error).ant-hrmax-select-open .ant-hrmax-select-selector, .ant-hrmax-select.ant-hrmax-select-disabled:not(.ant-hrmax-select.ant-hrmax-teno-select_variant_borderless).ant-hrmax-select:not(.ant-hrmax-select-customize-input):not(.ant-hrmax-select.ant-hrmax-select-disabled:not(.ant-hrmax-select.ant-hrmax-teno-select_variant_borderless).ant-hrmax-select:not(.ant-hrmax-select-customize-input).ant-hrmax-select-status-error).ant-hrmax-select-focused .ant-hrmax-select-selector {
  color: #121e29;
  border-color: #cdd0d4;
}

.ant-hrmax-select.ant-hrmax-select-disabled:not(.ant-hrmax-select.ant-hrmax-teno-select_variant_borderless).ant-hrmax-select:not(.ant-hrmax-select-customize-input):hover .ant-hrmax-select-selector {
  border-color: #cdd0d4;
}

.ant-hrmax-select.ant-hrmax-select-disabled:not(.ant-hrmax-select.ant-hrmax-teno-select_variant_borderless) .ant-hrmax-teno-select-tag-label.ant-hrmax-teno-tag {
  color: #cdd0d4;
  background: #f2f4f7;
  border: 1px solid #cdd0d4;
}

.ant-hrmax-select.ant-hrmax-select-disabled:not(.ant-hrmax-select.ant-hrmax-teno-select_variant_borderless) .ant-hrmax-teno-select-tag-label.ant-hrmax-teno-tag .ant-hrmax-tag-close-icon {
  color: #cdd0d4;
}

.ant-hrmax-select-single:not(.ant-hrmax-teno-select_variant_borderless):not(.ant-hrmax-select-customize-input).ant-hrmax-select-show-arrow .ant-hrmax-select-selection-placeholder {
  padding-right: 24px;
}

.ant-hrmax-select-single:not(.ant-hrmax-teno-select_variant_borderless):not(.ant-hrmax-select-customize-input).ant-hrmax-select-show-arrow .ant-hrmax-select-selection-search {
  right: 36px;
}

.ant-hrmax-select-single:not(.ant-hrmax-teno-select_variant_borderless):not(.ant-hrmax-select-customize-input) .ant-hrmax-select-arrow, .ant-hrmax-select-single:not(.ant-hrmax-teno-select_variant_borderless):not(.ant-hrmax-select-customize-input) .ant-hrmax-select-clear {
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  margin-top: -8px;
  font-size: 18px;
}

.ant-hrmax-select-single:not(.ant-hrmax-teno-select_variant_borderless):not(.ant-hrmax-select-customize-input) .ant-hrmax-select-selector {
  padding: 0 11px;
}

.ant-hrmax-select-single:not(.ant-hrmax-teno-select_variant_borderless):not(.ant-hrmax-select-customize-input) .ant-hrmax-select-selector .ant-hrmax-select-selection-search-input {
  height: 38px;
}

.ant-hrmax-select-single:not(.ant-hrmax-teno-select_variant_borderless):not(.ant-hrmax-select-customize-input).ant-hrmax-select-sm .ant-hrmax-select-selector {
  padding: 0 7px;
}

.ant-hrmax-select-single:not(.ant-hrmax-teno-select_variant_borderless):not(.ant-hrmax-select-customize-input).ant-hrmax-select-sm .ant-hrmax-select-selector .ant-hrmax-select-selection-search-input {
  height: 34px;
}

.ant-hrmax-select-single:not(.ant-hrmax-teno-select_variant_borderless):not(.ant-hrmax-select-customize-input).ant-hrmax-teno-select-ml .ant-hrmax-select-selector {
  padding: 0 11px;
}

.ant-hrmax-select-single:not(.ant-hrmax-teno-select_variant_borderless):not(.ant-hrmax-select-customize-input).ant-hrmax-teno-select-ml .ant-hrmax-select-selector .ant-hrmax-select-selection-search-input {
  height: 46px;
}

.ant-hrmax-select-single:not(.ant-hrmax-teno-select_variant_borderless):not(.ant-hrmax-select-customize-input).ant-hrmax-select-lg .ant-hrmax-select-selector {
  padding: 0 15px;
}

.ant-hrmax-select-single:not(.ant-hrmax-teno-select_variant_borderless):not(.ant-hrmax-select-customize-input).ant-hrmax-select-lg .ant-hrmax-select-selector .ant-hrmax-select-selection-search-input {
  height: 54px;
}

.ant-hrmax-select-lg .ant-hrmax-select-selector {
  min-height: 56px;
}

.ant-hrmax-select-lg:not(.ant-hrmax-select-lg.ant-hrmax-select-multiple) .ant-hrmax-select-selector {
  height: 56px;
}

.ant-hrmax-select-lg:not(.ant-hrmax-select-lg.ant-hrmax-select-multiple) .ant-hrmax-select-selector:after, .ant-hrmax-select-lg:not(.ant-hrmax-select-lg.ant-hrmax-select-multiple) .ant-hrmax-select-selector .ant-hrmax-select-selection-item, .ant-hrmax-select-lg:not(.ant-hrmax-select-lg.ant-hrmax-select-multiple) .ant-hrmax-select-selector .ant-hrmax-select-selection-placeholder {
  line-height: 54px;
}

.ant-hrmax-select-lg.ant-hrmax-select-multiple .ant-hrmax-select-selector {
  padding-left: 8px;
  padding-right: 8px;
}

.ant-hrmax-select-lg.ant-hrmax-select-multiple .ant-hrmax-select-selector:after {
  line-height: 40px;
}

.ant-hrmax-select-lg.ant-hrmax-select-multiple .ant-hrmax-select-selection-item {
  height: 40px;
  line-height: 38px;
}

.ant-hrmax-select-lg.ant-hrmax-select-multiple .ant-hrmax-select-selection-search {
  height: 40px;
  line-height: 40px;
}

.ant-hrmax-select-lg.ant-hrmax-select-multiple .ant-hrmax-select-selection-search-input, .ant-hrmax-select-lg.ant-hrmax-select-multiple .ant-hrmax-select-selection-search-mirror {
  height: 40px;
  line-height: 38px;
}

.ant-hrmax-form-ml .ant-hrmax-select:not(.ant-hrmax-form-ml .ant-hrmax-select.ant-hrmax-select-multiple) .ant-hrmax-select-selector {
  height: 48px;
}

.ant-hrmax-form-ml .ant-hrmax-select .ant-hrmax-select-selector {
  min-height: 48px;
}

.ant-hrmax-form-ml .ant-hrmax-select .ant-hrmax-select-selector:after, .ant-hrmax-form-ml .ant-hrmax-select .ant-hrmax-select-selector .ant-hrmax-select-selection-item, .ant-hrmax-form-ml .ant-hrmax-select .ant-hrmax-select-selector .ant-hrmax-select-selection-placeholder {
  line-height: 46px;
}

.ant-hrmax-teno-select-tag-label.ant-hrmax-teno-tag {
  min-width: 32px;
  height: 32px;
  margin-right: 0;
  padding: 0 8px;
  line-height: 32px;
}

.ant-hrmax-teno-select-tag-label.ant-hrmax-teno-tag.ant-hrmax-teno-select-tag-small {
  height: 32px;
  line-height: 32px;
}

.ant-hrmax-teno-select-tag-label.ant-hrmax-teno-tag.ant-hrmax-teno-select-tag-ml {
  height: 40px;
  line-height: 40px;
}

.ant-hrmax-teno-select-tag-label.ant-hrmax-teno-tag.ant-hrmax-teno-select-tag-large {
  height: 44px;
  padding: 0 12px;
  line-height: 44px;
}

.ant-hrmax-popover.multiple-select-popover .ant-hrmax-popover-inner-content {
  padding: 8px 12px;
}

.ant-hrmax-popover.multiple-select-popover .ant-hrmax-popover-inner-content > div {
  flex-wrap: wrap;
  gap: 4px;
  display: flex;
}

.ant-hrmax-popover.multiple-select-popover .ant-hrmax-popover-inner-content > div .multiple-select-popover-item {
  margin: 0;
}

.ant-hrmax-input-group .ant-hrmax-input-group-addon .ant-hrmax-teno-select.ant-hrmax-select:not(.ant-hrmax-select-customize-input) .ant-hrmax-select-selector, .ant-hrmax-input-group .ant-hrmax-input-group-addon .ant-hrmax-select-disabled:not(.ant-hrmax-teno-select_variant_borderless).ant-hrmax-select:not(.ant-hrmax-select-customize-input) .ant-hrmax-select-selector {
  background-color: inherit;
  border-color: #0000;
}

.ant-hrmax-input-group .ant-hrmax-input-group-addon .ant-hrmax-teno-select.ant-hrmax-select:not(.ant-hrmax-select-customize-input):not(.ant-hrmax-input-group .ant-hrmax-input-group-addon .ant-hrmax-teno-select.ant-hrmax-select:not(.ant-hrmax-select-customize-input).ant-hrmax-select-status-error).ant-hrmax-select-open .ant-hrmax-select-selector, .ant-hrmax-input-group .ant-hrmax-input-group-addon .ant-hrmax-select-disabled:not(.ant-hrmax-teno-select_variant_borderless).ant-hrmax-select:not(.ant-hrmax-select-customize-input):not(.ant-hrmax-input-group .ant-hrmax-input-group-addon .ant-hrmax-teno-select.ant-hrmax-select:not(.ant-hrmax-select-customize-input).ant-hrmax-select-status-error).ant-hrmax-select-open .ant-hrmax-select-selector, .ant-hrmax-input-group .ant-hrmax-input-group-addon .ant-hrmax-teno-select.ant-hrmax-select:not(.ant-hrmax-select-customize-input):not(.ant-hrmax-input-group .ant-hrmax-input-group-addon .ant-hrmax-select-disabled:not(.ant-hrmax-teno-select_variant_borderless).ant-hrmax-select:not(.ant-hrmax-select-customize-input).ant-hrmax-select-status-error).ant-hrmax-select-open .ant-hrmax-select-selector, .ant-hrmax-input-group .ant-hrmax-input-group-addon .ant-hrmax-select-disabled:not(.ant-hrmax-teno-select_variant_borderless).ant-hrmax-select:not(.ant-hrmax-select-customize-input):not(.ant-hrmax-input-group .ant-hrmax-input-group-addon .ant-hrmax-select-disabled:not(.ant-hrmax-teno-select_variant_borderless).ant-hrmax-select:not(.ant-hrmax-select-customize-input).ant-hrmax-select-status-error).ant-hrmax-select-open .ant-hrmax-select-selector, .ant-hrmax-input-group .ant-hrmax-input-group-addon .ant-hrmax-teno-select.ant-hrmax-select:not(.ant-hrmax-select-customize-input):not(.ant-hrmax-input-group .ant-hrmax-input-group-addon .ant-hrmax-teno-select.ant-hrmax-select:not(.ant-hrmax-select-customize-input).ant-hrmax-select-status-error).ant-hrmax-select-focused .ant-hrmax-select-selector, .ant-hrmax-input-group .ant-hrmax-input-group-addon .ant-hrmax-select-disabled:not(.ant-hrmax-teno-select_variant_borderless).ant-hrmax-select:not(.ant-hrmax-select-customize-input):not(.ant-hrmax-input-group .ant-hrmax-input-group-addon .ant-hrmax-teno-select.ant-hrmax-select:not(.ant-hrmax-select-customize-input).ant-hrmax-select-status-error).ant-hrmax-select-focused .ant-hrmax-select-selector, .ant-hrmax-input-group .ant-hrmax-input-group-addon .ant-hrmax-teno-select.ant-hrmax-select:not(.ant-hrmax-select-customize-input):not(.ant-hrmax-input-group .ant-hrmax-input-group-addon .ant-hrmax-select-disabled:not(.ant-hrmax-teno-select_variant_borderless).ant-hrmax-select:not(.ant-hrmax-select-customize-input).ant-hrmax-select-status-error).ant-hrmax-select-focused .ant-hrmax-select-selector, .ant-hrmax-input-group .ant-hrmax-input-group-addon .ant-hrmax-select-disabled:not(.ant-hrmax-teno-select_variant_borderless).ant-hrmax-select:not(.ant-hrmax-select-customize-input):not(.ant-hrmax-input-group .ant-hrmax-input-group-addon .ant-hrmax-select-disabled:not(.ant-hrmax-teno-select_variant_borderless).ant-hrmax-select:not(.ant-hrmax-select-customize-input).ant-hrmax-select-status-error).ant-hrmax-select-focused .ant-hrmax-select-selector {
  color: #121e29;
  box-shadow: none;
  border-color: #0000;
}

.ant-hrmax-input-group .ant-hrmax-input-group-addon .ant-hrmax-teno-select.ant-hrmax-select:not(.ant-hrmax-select-customize-input):hover .ant-hrmax-select-selector, .ant-hrmax-input-group .ant-hrmax-input-group-addon .ant-hrmax-select-disabled:not(.ant-hrmax-teno-select_variant_borderless).ant-hrmax-select:not(.ant-hrmax-select-customize-input):hover .ant-hrmax-select-selector {
  border-color: #0000;
}

.ant-hrmax-input-group > div:not(.ant-hrmax-input-group-addon) .ant-hrmax-teno-select.ant-hrmax-select:not(.ant-hrmax-select-customize-input) .ant-hrmax-select-selector {
  background-color: #fff;
  border-color: #cdd0d4;
}

.ant-hrmax-input-group > div:not(.ant-hrmax-input-group-addon) .ant-hrmax-teno-select.ant-hrmax-select:not(.ant-hrmax-select-customize-input):not(.ant-hrmax-input-group > div:not(.ant-hrmax-input-group-addon) .ant-hrmax-teno-select.ant-hrmax-select:not(.ant-hrmax-select-customize-input).ant-hrmax-select-status-error).ant-hrmax-select-open .ant-hrmax-select-selector, .ant-hrmax-input-group > div:not(.ant-hrmax-input-group-addon) .ant-hrmax-teno-select.ant-hrmax-select:not(.ant-hrmax-select-customize-input):not(.ant-hrmax-input-group > div:not(.ant-hrmax-input-group-addon) .ant-hrmax-teno-select.ant-hrmax-select:not(.ant-hrmax-select-customize-input).ant-hrmax-select-status-error).ant-hrmax-select-focused .ant-hrmax-select-selector {
  color: #121e29;
  border-color: #397ee5;
  box-shadow: 0 0 0 1px #397ee533;
}

.ant-hrmax-input-group > div:not(.ant-hrmax-input-group-addon) .ant-hrmax-teno-select.ant-hrmax-select:not(.ant-hrmax-select-customize-input):hover .ant-hrmax-select-selector {
  border-color: #397ee5;
}

.ant-hrmax-select-borderless .ant-hrmax-select-selector .ant-hrmax-select-selection-item, .ant-hrmax-select-borderless .ant-hrmax-select-selector:hover .ant-hrmax-select-selection-item {
  color: #268a92;
}

.ant-hrmax-select.ant-hrmax-select-show-arrow:not(.ant-hrmax-select.ant-hrmax-teno-select_variant_borderless):not(.ant-hrmax-select.ant-hrmax-select-customize-input) .ant-hrmax-select-selection-placeholder, .ant-hrmax-select.ant-hrmax-select-show-arrow:not(.ant-hrmax-select.ant-hrmax-teno-select_variant_borderless):not(.ant-hrmax-select.ant-hrmax-select-customize-input) .ant-hrmax-select-selector > .ant-hrmax-select-selection-item {
  padding-right: 24px;
}

.ant-hrmax-teno-tabs-hide-nav-margin.ant-hrmax-tabs-top, .ant-hrmax-teno-tabs-hide-nav-margin.ant-hrmax-tabs-bottom {
  flex-direction: column;
}

.ant-hrmax-teno-tabs-hide-nav-margin.ant-hrmax-tabs-top > .ant-hrmax-tabs-nav, .ant-hrmax-teno-tabs-hide-nav-margin.ant-hrmax-tabs-bottom > .ant-hrmax-tabs-nav, .ant-hrmax-teno-tabs-hide-nav-margin.ant-hrmax-tabs-top > div > .ant-hrmax-tabs-nav, .ant-hrmax-teno-tabs-hide-nav-margin.ant-hrmax-tabs-bottom > div > .ant-hrmax-tabs-nav {
  margin: 0;
}

.ant-hrmax-teno-tabs-hide-nav-padding.ant-hrmax-tabs-top, .ant-hrmax-teno-tabs-hide-nav-padding.ant-hrmax-tabs-bottom {
  flex-direction: column;
}

.ant-hrmax-teno-tabs-hide-nav-padding.ant-hrmax-tabs-top .ant-hrmax-tabs-tab, .ant-hrmax-teno-tabs-hide-nav-padding.ant-hrmax-tabs-bottom .ant-hrmax-tabs-tab {
  padding-top: 0;
}

.ant-hrmax-teno-tabs .ant-hrmax-tabs-tab {
  margin-left: 24px;
  padding: 10px 0;
  font-size: 16px;
  line-height: 24px;
}

.ant-hrmax-teno-tabs .ant-hrmax-tabs-tab:hover .ant-hrmax-tabs-tab-btn, .ant-hrmax-teno-tabs .ant-hrmax-tabs-tab.ant-hrmax-tabs-tab-active .ant-hrmax-tabs-tab-btn {
  color: #268a92;
  text-shadow: 0 0 .5px;
}

.ant-hrmax-teno-tabs.ant-hrmax-tabs-small > .ant-hrmax-tabs-nav .ant-hrmax-tabs-tab {
  padding: 8px 0;
  font-size: 14px;
}

.ant-hrmax-teno-tabs.ant-hrmax-tabs-large > .ant-hrmax-tabs-nav .ant-hrmax-tabs-tab {
  padding: 12px 0;
  font-size: 18px;
}

.ant-hrmax-teno-tabs .ant-hrmax-tabs-ink-bar {
  background: none;
}

.ant-hrmax-teno-tabs .ant-hrmax-tabs-ink-bar:after {
  content: "";
  background: #268a92;
  border-radius: 1px;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.ant-hrmax-teno-tabs.ant-hrmax-teno-tabs-fixlinkbar .ant-hrmax-tabs-nav-wrap-ping-bottom .ant-hrmax-tabs-ink-bar:after {
  width: 2px;
}

.ant-hrmax-teno-tabs .ant-hrmax-tabs-nav-list .ant-hrmax-tabs-tab:first-child {
  margin-left: 0;
}

.ant-hrmax-teno-tabs.ant-hrmax-teno-tabs-hide-divider.ant-hrmax-tabs-top > .ant-hrmax-tabs-nav:before, .ant-hrmax-teno-tabs.ant-hrmax-teno-tabs-hide-divider.ant-hrmax-tabs-bottom > .ant-hrmax-tabs-nav:before, .ant-hrmax-teno-tabs.ant-hrmax-teno-tabs-hide-divider.ant-hrmax-tabs-top > div > .ant-hrmax-tabs-nav:before, .ant-hrmax-teno-tabs.ant-hrmax-teno-tabs-hide-divider.ant-hrmax-tabs-bottom > div > .ant-hrmax-tabs-nav:before {
  border: none;
}

.ant-hrmax-teno-tabs.ant-hrmax-tabs-top > .ant-hrmax-tabs-nav .ant-hrmax-tabs-nav-wrap:before, .ant-hrmax-teno-tabs.ant-hrmax-tabs-bottom > .ant-hrmax-tabs-nav .ant-hrmax-tabs-nav-wrap:before, .ant-hrmax-teno-tabs.ant-hrmax-tabs-top > div > .ant-hrmax-tabs-nav .ant-hrmax-tabs-nav-wrap:before, .ant-hrmax-teno-tabs.ant-hrmax-tabs-bottom > div > .ant-hrmax-tabs-nav .ant-hrmax-tabs-nav-wrap:before {
  left: 0;
  box-shadow: inset 10px 0 8px -8px #00000014;
}

.ant-hrmax-teno-tabs.ant-hrmax-tabs-top > .ant-hrmax-tabs-nav .ant-hrmax-tabs-nav-wrap:after, .ant-hrmax-teno-tabs.ant-hrmax-tabs-bottom > .ant-hrmax-tabs-nav .ant-hrmax-tabs-nav-wrap:after, .ant-hrmax-teno-tabs.ant-hrmax-tabs-top > div > .ant-hrmax-tabs-nav .ant-hrmax-tabs-nav-wrap:after, .ant-hrmax-teno-tabs.ant-hrmax-tabs-bottom > div > .ant-hrmax-tabs-nav .ant-hrmax-tabs-nav-wrap:after {
  right: 0;
  box-shadow: inset -10px 0 8px -8px #00000014;
}

.ant-hrmax-teno-tabs.ant-hrmax-tabs-card .ant-hrmax-tabs-nav-list .ant-hrmax-tabs-tab:first-child {
  margin-left: 16px;
}

.ant-hrmax-teno-tabs.ant-hrmax-tabs-card > .ant-hrmax-tabs-nav .ant-hrmax-tabs-tab {
  padding: 8px 24px;
  font-size: 14px;
}

.ant-hrmax-teno-tabs.ant-hrmax-tabs-card > .ant-hrmax-tabs-nav .ant-hrmax-tabs-tab:not(.ant-hrmax-tabs-tab-active) {
  color: #9199a0;
  border-color: #0000;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  font-weight: 400;
}

.ant-hrmax-teno-tabs.ant-hrmax-tabs-card > .ant-hrmax-tabs-nav .ant-hrmax-tabs-tab:not(.ant-hrmax-tabs-tab-active):hover {
  background-color: #f2f4f7;
}

.ant-hrmax-teno-tabs.ant-hrmax-tabs-card > .ant-hrmax-tabs-nav .ant-hrmax-tabs-tab:not(.ant-hrmax-tabs-tab-active) .ant-hrmax-tabs-tab-btn:active {
  color: #268a92;
}

.ant-hrmax-teno-tabs.ant-hrmax-tabs-card > .ant-hrmax-tabs-nav .ant-hrmax-tabs-tab.ant-hrmax-tabs-tab-active .ant-hrmax-tabs-tab-btn {
  color: #268a92;
  text-shadow: 0 0 .5px;
}

.ant-hrmax-teno-tabs.ant-hrmax-tabs-card.ant-hrmax-tabs-small > .ant-hrmax-tabs-nav .ant-hrmax-tabs-tab {
  padding: 7.6px 12px;
  font-size: 12px;
}

.ant-hrmax-teno-tabs.ant-hrmax-tabs-card.ant-hrmax-tabs-ml > .ant-hrmax-tabs-nav .ant-hrmax-tabs-tab {
  padding: 10.4px 24px;
  font-size: 16px;
}

.ant-hrmax-teno-tabs.ant-hrmax-tabs-card.ant-hrmax-tabs-large > .ant-hrmax-tabs-nav .ant-hrmax-tabs-tab {
  padding: 14.4px 16px;
  font-size: 16px;
}

.ant-hrmax-teno-tabs .ant-hrmax-tabs-nav .ant-hrmax-tabs-nav-more {
  padding: 6px 8px;
}

.ant-hrmax-teno-tabs .ant-hrmax-tabs-nav .ant-hrmax-tabs-nav-more:hover {
  color: #54a7af;
}

.ant-hrmax-teno-tabs-nav.ant-hrmax-tabs-top > .ant-hrmax-tabs-nav {
  margin-bottom: 0;
}

.ant-hrmax-teno-tabs-nav.ant-hrmax-tabs-top > .ant-hrmax-tabs-nav .ant-hrmax-tabs-nav-wrap:before, .ant-hrmax-teno-tabs-nav.ant-hrmax-tabs-top > .ant-hrmax-tabs-nav .ant-hrmax-tabs-nav-wrap:after {
  top: 12px;
  bottom: 12px;
}

.ant-hrmax-teno-tabs-nav .ant-hrmax-tabs-nav-list .ant-hrmax-tabs-tab:first-child {
  margin-left: 0;
}

.ant-hrmax-teno-tabs-nav .ant-hrmax-tabs-nav .ant-hrmax-tabs-nav-more {
  padding: 12px 16px;
}

.ant-hrmax-teno-tabs-nav.ant-hrmax-teno-tabs-hide-divider .ant-hrmax-tabs-nav .ant-hrmax-tabs-tab {
  padding-top: 0;
  padding-bottom: 0;
}

.ant-hrmax-teno-tabs-nav.ant-hrmax-teno-tabs-hide-divider.ant-hrmax-tabs-top > .ant-hrmax-tabs-nav .ant-hrmax-tabs-nav-wrap:before, .ant-hrmax-teno-tabs-nav.ant-hrmax-teno-tabs-hide-divider.ant-hrmax-tabs-top > .ant-hrmax-tabs-nav .ant-hrmax-tabs-nav-wrap:after {
  top: 0;
  bottom: 0;
}

.ant-hrmax-teno-tabs-nav .ant-hrmax-tabs-ink-bar {
  background: none;
}

.ant-hrmax-teno-tabs-nav .ant-hrmax-tabs-ink-bar:after {
  display: none;
}

.ant-hrmax-teno-tabs-nav .ant-hrmax-tabs-nav .ant-hrmax-tabs-tab {
  margin-left: 8px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.ant-hrmax-teno-tabs-nav .ant-hrmax-tabs-nav .ant-hrmax-tabs-tab .ant-hrmax-tabs-tab-btn {
  color: #535b64;
  border-radius: 8px;
  min-height: 32px;
  padding: 0 12px;
  line-height: 32px;
}

.ant-hrmax-teno-tabs-nav .ant-hrmax-tabs-nav .ant-hrmax-tabs-tab .ant-hrmax-tabs-tab-btn:hover {
  color: #268a92;
}

.ant-hrmax-teno-tabs-nav .ant-hrmax-tabs-nav .ant-hrmax-tabs-tab {
  font-size: 16px;
}

.ant-hrmax-teno-tabs-nav .ant-hrmax-tabs-nav .ant-hrmax-tabs-tab.ant-hrmax-tabs-tab-active .ant-hrmax-tabs-tab-btn {
  color: #268a92;
  text-shadow: 0 0 .5px;
  background-color: #d1ebed;
}

.ant-hrmax-teno-tabs-nav.ant-hrmax-tabs-small .ant-hrmax-tabs-nav .ant-hrmax-tabs-tab .ant-hrmax-tabs-tab-btn {
  border-radius: 8px;
  min-height: 36px;
  padding: 0 8px;
  line-height: 36px;
}

.ant-hrmax-teno-tabs-nav.ant-hrmax-tabs-ml .ant-hrmax-tabs-nav .ant-hrmax-tabs-nav-more {
  padding: 10px 8px;
}

.ant-hrmax-teno-tabs-nav.ant-hrmax-tabs-ml .ant-hrmax-tabs-nav .ant-hrmax-tabs-tab .ant-hrmax-tabs-tab-btn {
  min-height: 48px;
  line-height: 48px;
}

.ant-hrmax-teno-tabs-nav.ant-hrmax-tabs-large .ant-hrmax-tabs-nav .ant-hrmax-tabs-nav-more {
  padding: 14px 8px;
}

.ant-hrmax-teno-tabs-nav.ant-hrmax-tabs-large .ant-hrmax-tabs-nav .ant-hrmax-tabs-tab .ant-hrmax-tabs-tab-btn {
  min-height: 56px;
  line-height: 56px;
}

.ant-hrmax-table {
  font-size: 14px;
}

.ant-hrmax-table .ant-hrmax-table-thead > tr > th, .ant-hrmax-table-title {
  padding: 9px 16px;
  line-height: 21px;
}

.ant-hrmax-table-tbody > tr > td, .ant-hrmax-table-footer {
  padding: 12px 16px;
  line-height: 22px;
}

.ant-hrmax-table-thead > tr > th {
  color: #121e29;
  background: #f2f4f7;
  border-color: #0000;
  font-size: 14px;
  font-weight: 400;
}

.ant-hrmax-table-thead > tr > th:not(:last-child):not(.ant-hrmax-table-selection-column):not(.ant-hrmax-table-row-expand-icon-cell):not([colspan]):before {
  display: none;
}

.ant-hrmax-table-thead > tr > th:first-child, .ant-hrmax-table-tbody > tr > th:first-child, .ant-hrmax-table-thead > tr > td:first-child, .ant-hrmax-table-tbody > tr > td:first-child {
  padding-left: 24px;
}

.ant-hrmax-table-thead > tr > th:last-child, .ant-hrmax-table-tbody > tr > th:last-child, .ant-hrmax-table-thead > tr > td:last-child, .ant-hrmax-table-tbody > tr > td:last-child {
  padding-right: 24px;
}

.ant-hrmax-table-title, .ant-hrmax-table-footer {
  padding-left: 24px;
  padding-right: 24px;
}

.ant-hrmax-table-footer {
  background-color: #f2f4f7;
}

.ant-hrmax-table-column-sorter {
  color: #535b64;
}

.ant-hrmax-table-column-sorter-up.active, .ant-hrmax-table-column-sorter-down.active, .ant-hrmax-table-column-sorters:hover .ant-hrmax-table-column-sorter {
  color: #121e29;
}

.ant-hrmax-table-filter-trigger {
  color: #535b64;
}

.ant-hrmax-table-filter-trigger:hover, .ant-hrmax-table-filter-trigger.active {
  color: #121e29;
}

.ant-hrmax-tooltip-inner {
  background-color: #000000b3;
  padding: 8px;
  font-size: 14px;
  line-height: 1.5715;
}

.ant-hrmax-tooltip-arrow-content:before {
  background: #000000b3;
}

.ant-hrmax-tooltip.ant-hrmax-teno-tooltip-hide-arrow .ant-hrmax-tooltip-arrow {
  display: none;
}

.ant-hrmax-tooltip .ant-hrmax-tooltip-arrow, .ant-hrmax-popover .ant-hrmax-tooltip-arrow, .ant-hrmax-tooltip .ant-hrmax-popover-arrow, .ant-hrmax-popover .ant-hrmax-popover-arrow {
  width: 16px;
  height: 16px;
}

.ant-hrmax-tooltip .ant-hrmax-tooltip-arrow-content, .ant-hrmax-popover .ant-hrmax-tooltip-arrow-content, .ant-hrmax-tooltip .ant-hrmax-popover-arrow-content, .ant-hrmax-popover .ant-hrmax-popover-arrow-content {
  border: 8px solid #0000;
  width: 0;
  height: 0;
  display: block;
  transform: none;
}

.ant-hrmax-tooltip .ant-hrmax-tooltip-arrow-content:before, .ant-hrmax-popover .ant-hrmax-tooltip-arrow-content:before, .ant-hrmax-tooltip .ant-hrmax-popover-arrow-content:before, .ant-hrmax-popover .ant-hrmax-popover-arrow-content:before {
  display: none;
}

.ant-hrmax-tooltip-placement-top .ant-hrmax-tooltip-arrow-content, .ant-hrmax-tooltip-placement-top .ant-hrmax-popover-arrow-content, .ant-hrmax-popover-placement-top .ant-hrmax-tooltip-arrow-content, .ant-hrmax-popover-placement-top .ant-hrmax-popover-arrow-content, .ant-hrmax-tooltip-placement-topLeft .ant-hrmax-tooltip-arrow-content, .ant-hrmax-tooltip-placement-topLeft .ant-hrmax-popover-arrow-content, .ant-hrmax-popover-placement-topLeft .ant-hrmax-tooltip-arrow-content, .ant-hrmax-popover-placement-topLeft .ant-hrmax-popover-arrow-content, .ant-hrmax-tooltip-placement-topRight .ant-hrmax-tooltip-arrow-content, .ant-hrmax-tooltip-placement-topRight .ant-hrmax-popover-arrow-content, .ant-hrmax-popover-placement-topRight .ant-hrmax-tooltip-arrow-content, .ant-hrmax-popover-placement-topRight .ant-hrmax-popover-arrow-content {
  border-top: 8px solid #fff;
}

.ant-hrmax-tooltip-placement-right .ant-hrmax-tooltip-arrow-content, .ant-hrmax-tooltip-placement-right .ant-hrmax-popover-arrow-content, .ant-hrmax-popover-placement-right .ant-hrmax-tooltip-arrow-content, .ant-hrmax-popover-placement-right .ant-hrmax-popover-arrow-content, .ant-hrmax-tooltip-placement-rightTop .ant-hrmax-tooltip-arrow-content, .ant-hrmax-tooltip-placement-rightTop .ant-hrmax-popover-arrow-content, .ant-hrmax-popover-placement-rightTop .ant-hrmax-tooltip-arrow-content, .ant-hrmax-popover-placement-rightTop .ant-hrmax-popover-arrow-content, .ant-hrmax-tooltip-placement-rightBottom .ant-hrmax-tooltip-arrow-content, .ant-hrmax-tooltip-placement-rightBottom .ant-hrmax-popover-arrow-content, .ant-hrmax-popover-placement-rightBottom .ant-hrmax-tooltip-arrow-content, .ant-hrmax-popover-placement-rightBottom .ant-hrmax-popover-arrow-content {
  border-right: 8px solid #fff;
}

.ant-hrmax-tooltip-placement-left .ant-hrmax-tooltip-arrow-content, .ant-hrmax-tooltip-placement-left .ant-hrmax-popover-arrow-content, .ant-hrmax-popover-placement-left .ant-hrmax-tooltip-arrow-content, .ant-hrmax-popover-placement-left .ant-hrmax-popover-arrow-content, .ant-hrmax-tooltip-placement-leftTop .ant-hrmax-tooltip-arrow-content, .ant-hrmax-tooltip-placement-leftTop .ant-hrmax-popover-arrow-content, .ant-hrmax-popover-placement-leftTop .ant-hrmax-tooltip-arrow-content, .ant-hrmax-popover-placement-leftTop .ant-hrmax-popover-arrow-content, .ant-hrmax-tooltip-placement-leftBottom .ant-hrmax-tooltip-arrow-content, .ant-hrmax-tooltip-placement-leftBottom .ant-hrmax-popover-arrow-content, .ant-hrmax-popover-placement-leftBottom .ant-hrmax-tooltip-arrow-content, .ant-hrmax-popover-placement-leftBottom .ant-hrmax-popover-arrow-content {
  border-left: 8px solid #fff;
}

.ant-hrmax-tooltip-placement-bottom .ant-hrmax-tooltip-arrow-content, .ant-hrmax-tooltip-placement-bottom .ant-hrmax-popover-arrow-content, .ant-hrmax-popover-placement-bottom .ant-hrmax-tooltip-arrow-content, .ant-hrmax-popover-placement-bottom .ant-hrmax-popover-arrow-content, .ant-hrmax-tooltip-placement-bottomLeft .ant-hrmax-tooltip-arrow-content, .ant-hrmax-tooltip-placement-bottomLeft .ant-hrmax-popover-arrow-content, .ant-hrmax-popover-placement-bottomLeft .ant-hrmax-tooltip-arrow-content, .ant-hrmax-popover-placement-bottomLeft .ant-hrmax-popover-arrow-content, .ant-hrmax-tooltip-placement-bottomRight .ant-hrmax-tooltip-arrow-content, .ant-hrmax-tooltip-placement-bottomRight .ant-hrmax-popover-arrow-content, .ant-hrmax-popover-placement-bottomRight .ant-hrmax-tooltip-arrow-content, .ant-hrmax-popover-placement-bottomRight .ant-hrmax-popover-arrow-content {
  border-bottom: 8px solid #fff;
}

.ant-hrmax-tooltip-placement-top .ant-hrmax-tooltip-arrow-content, .ant-hrmax-tooltip-placement-topLeft .ant-hrmax-tooltip-arrow-content, .ant-hrmax-tooltip-placement-topRight .ant-hrmax-tooltip-arrow-content {
  border-top: 8px solid #000000b3;
}

.ant-hrmax-tooltip-placement-right .ant-hrmax-tooltip-arrow-content, .ant-hrmax-tooltip-placement-rightTop .ant-hrmax-tooltip-arrow-content, .ant-hrmax-tooltip-placement-rightBottom .ant-hrmax-tooltip-arrow-content {
  border-right: 8px solid #000000b3;
}

.ant-hrmax-tooltip-placement-left .ant-hrmax-tooltip-arrow-content, .ant-hrmax-tooltip-placement-leftTop .ant-hrmax-tooltip-arrow-content, .ant-hrmax-tooltip-placement-leftBottom .ant-hrmax-tooltip-arrow-content {
  border-left: 8px solid #000000b3;
}

.ant-hrmax-tooltip-placement-bottom .ant-hrmax-tooltip-arrow-content, .ant-hrmax-tooltip-placement-bottomLeft .ant-hrmax-tooltip-arrow-content, .ant-hrmax-tooltip-placement-bottomRight .ant-hrmax-tooltip-arrow-content {
  border-bottom: 8px solid #000000b3;
}

.ant-hrmax-teno-tooltip-white.ant-hrmax-tooltip-placement-top .ant-hrmax-tooltip-inner {
  color: #121e29;
}

.ant-hrmax-teno-tooltip-white.ant-hrmax-tooltip-placement-top .ant-hrmax-tooltip-arrow-content {
  border-top: 8px solid #fff;
}

.ant-hrmax-teno-tooltip-white.ant-hrmax-tooltip-placement-topLeft .ant-hrmax-tooltip-inner {
  color: #121e29;
}

.ant-hrmax-teno-tooltip-white.ant-hrmax-tooltip-placement-topLeft .ant-hrmax-tooltip-arrow-content {
  border-top: 8px solid #fff;
}

.ant-hrmax-teno-tooltip-white.ant-hrmax-tooltip-placement-topRight .ant-hrmax-tooltip-inner {
  color: #121e29;
}

.ant-hrmax-teno-tooltip-white.ant-hrmax-tooltip-placement-topRight .ant-hrmax-tooltip-arrow-content {
  border-top: 8px solid #fff;
}

.ant-hrmax-teno-tooltip-white.ant-hrmax-tooltip-placement-bottom .ant-hrmax-tooltip-inner {
  color: #121e29;
}

.ant-hrmax-teno-tooltip-white.ant-hrmax-tooltip-placement-bottom .ant-hrmax-tooltip-arrow-content {
  border-bottom: 8px solid #fff;
}

.ant-hrmax-teno-tooltip-white.ant-hrmax-tooltip-placement-bottomLeft .ant-hrmax-tooltip-inner {
  color: #121e29;
}

.ant-hrmax-teno-tooltip-white.ant-hrmax-tooltip-placement-bottomLeft .ant-hrmax-tooltip-arrow-content {
  border-bottom: 8px solid #fff;
}

.ant-hrmax-teno-tooltip-white.ant-hrmax-tooltip-placement-bottomRight .ant-hrmax-tooltip-inner {
  color: #121e29;
}

.ant-hrmax-teno-tooltip-white.ant-hrmax-tooltip-placement-bottomRight .ant-hrmax-tooltip-arrow-content {
  border-bottom: 8px solid #fff;
}

.ant-hrmax-teno-tooltip-white.ant-hrmax-tooltip-placement-left .ant-hrmax-tooltip-inner {
  color: #121e29;
}

.ant-hrmax-teno-tooltip-white.ant-hrmax-tooltip-placement-left .ant-hrmax-tooltip-arrow-content {
  border-left: 8px solid #fff;
}

.ant-hrmax-teno-tooltip-white.ant-hrmax-tooltip-placement-leftTop .ant-hrmax-tooltip-inner {
  color: #121e29;
}

.ant-hrmax-teno-tooltip-white.ant-hrmax-tooltip-placement-leftTop .ant-hrmax-tooltip-arrow-content {
  border-left: 8px solid #fff;
}

.ant-hrmax-teno-tooltip-white.ant-hrmax-tooltip-placement-leftBottom .ant-hrmax-tooltip-inner {
  color: #121e29;
}

.ant-hrmax-teno-tooltip-white.ant-hrmax-tooltip-placement-leftBottom .ant-hrmax-tooltip-arrow-content {
  border-left: 8px solid #fff;
}

.ant-hrmax-teno-tooltip-white.ant-hrmax-tooltip-placement-right .ant-hrmax-tooltip-inner {
  color: #121e29;
}

.ant-hrmax-teno-tooltip-white.ant-hrmax-tooltip-placement-right .ant-hrmax-tooltip-arrow-content {
  border-right: 8px solid #fff;
}

.ant-hrmax-teno-tooltip-white.ant-hrmax-tooltip-placement-rightTop .ant-hrmax-tooltip-inner {
  color: #121e29;
}

.ant-hrmax-teno-tooltip-white.ant-hrmax-tooltip-placement-rightTop .ant-hrmax-tooltip-arrow-content {
  border-right: 8px solid #fff;
}

.ant-hrmax-teno-tooltip-white.ant-hrmax-tooltip-placement-rightBottom .ant-hrmax-tooltip-inner {
  color: #121e29;
}

.ant-hrmax-teno-tooltip-white.ant-hrmax-tooltip-placement-rightBottom .ant-hrmax-tooltip-arrow-content {
  border-right: 8px solid #fff;
}

.ant-hrmax-radio:hover:not(.ant-hrmax-radio-disabled) .ant-hrmax-radio-inner {
  border-color: #719fec;
}

.ant-hrmax-radio-input:focus + .ant-hrmax-radio-inner {
  box-shadow: none;
  border-color: #719fec;
}

.ant-hrmax-radio-checked:after {
  visibility: hidden;
  content: "";
  border-radius: 50%;
  width: 100%;
  height: 100%;
  animation: .36s ease-in-out both antRadioEffect;
  position: absolute;
  top: 0;
  left: 0;
}

.ant-hrmax-radio:hover:after, .ant-hrmax-radio-wrapper:hover .ant-hrmax-radio:after {
  visibility: visible;
}

.ant-hrmax-radio-inner {
  background-color: #fff;
  width: 18px;
  height: 18px;
  top: 1px;
}

.ant-hrmax-radio-inner:after {
  background-color: #fff;
}

.ant-hrmax-radio.ant-hrmax-radio-checked:not(.ant-hrmax-radio-disabled):after {
  border: 1px solid #397ee5;
}

.ant-hrmax-radio.ant-hrmax-radio-checked:not(.ant-hrmax-radio-disabled) .ant-hrmax-radio-inner {
  background-color: #397ee5;
  border-color: #397ee5;
}

.ant-hrmax-radio-group-ml .ant-hrmax-radio-button-wrapper {
  height: 48px;
  line-height: 46px;
}

.ant-hrmax-radio-group.ant-hrmax-radio-group-space-btn .ant-hrmax-radio-button-wrapper {
  background: #f2f4f7;
  border: 0;
  border-radius: 4px;
  margin-left: 12px;
  line-height: 40px;
}

.ant-hrmax-radio-group.ant-hrmax-radio-group-space-btn .ant-hrmax-radio-button-wrapper:before {
  display: none;
}

.ant-hrmax-radio-group.ant-hrmax-radio-group-space-btn .ant-hrmax-radio-button-wrapper:first-child {
  margin-left: 0;
}

.ant-hrmax-radio-group.ant-hrmax-radio-group-space-btn .ant-hrmax-radio-button-wrapper:not(.ant-hrmax-radio-group.ant-hrmax-radio-group-space-btn .ant-hrmax-radio-button-wrapper-disabled):hover, .ant-hrmax-radio-group.ant-hrmax-radio-group-space-btn .ant-hrmax-radio-button-wrapper:not(.ant-hrmax-radio-group.ant-hrmax-radio-group-space-btn .ant-hrmax-radio-button-wrapper-disabled):active, .ant-hrmax-radio-group.ant-hrmax-radio-group-space-btn .ant-hrmax-radio-button-wrapper:not(.ant-hrmax-radio-group.ant-hrmax-radio-group-space-btn .ant-hrmax-radio-button-wrapper-disabled).ant-hrmax-radio-button-wrapper-checked {
  color: #268a92;
  background: #e9f4f5;
  border: 0;
  box-shadow: inset 0 0 0 1px #268a92;
}

.ant-hrmax-radio-group.ant-hrmax-radio-group-space-btn .ant-hrmax-radio-button-wrapper .ant-hrmaxicon {
  margin-right: 4px;
}

.ant-hrmax-radio-group-small.ant-hrmax-radio-group-space-btn .ant-hrmax-radio-button-wrapper {
  height: 36px;
  line-height: 36px;
}

.ant-hrmax-radio-group-ml.ant-hrmax-radio-group-space-btn .ant-hrmax-radio-button-wrapper {
  height: 48px;
  line-height: 48px;
}

.ant-hrmax-radio-group-large.ant-hrmax-radio-group-space-btn .ant-hrmax-radio-button-wrapper {
  height: 56px;
  line-height: 56px;
}

.ant-hrmax-picker {
  border-radius: 8px;
  padding: 8px 11px;
}

.ant-hrmax-picker .ant-hrmax-picker-suffix, .ant-hrmax-picker .ant-hrmax-picker-clear {
  color: #9199a0;
  font-size: 18px;
}

.ant-hrmax-picker:hover:not(.ant-hrmax-picker-disabled) {
  border-color: #397ee5;
}

.ant-hrmax-picker:focus:not(.ant-hrmax-picker:focus.ant-hrmax-picker-disabled), .ant-hrmax-picker-focused:not(.ant-hrmax-picker:focus.ant-hrmax-picker-disabled), .ant-hrmax-picker:focus:not(.ant-hrmax-picker-focused.ant-hrmax-picker-disabled), .ant-hrmax-picker-focused:not(.ant-hrmax-picker-focused.ant-hrmax-picker-disabled) {
  border-color: #397ee5;
  box-shadow: 0 0 0 1px #268a9233;
}

.ant-hrmax-picker .ant-hrmax-picker-separator {
  color: #abb1b8;
}

.ant-hrmax-picker-header button {
  color: #9199a0;
}

.ant-hrmax-picker-header > button:hover {
  color: #000;
}

.ant-hrmax-picker-header-view button {
  color: #121e29;
}

.ant-hrmax-picker-small {
  padding: 6px 7px;
}

.ant-hrmax-picker-ml {
  padding: 10.5px 11px;
}

.ant-hrmax-picker-large {
  padding: 14.5px 15px;
}

.ant-hrmax-picker .ant-hrmax-picker-active-bar {
  background: #397ee5;
}

.ant-hrmax-picker-ranges .ant-hrmax-picker-preset > .ant-hrmax-tag-blue {
  color: #397ee5;
  background: #e6eefa;
  border-color: #c2dbfd;
}

.ant-hrmax-picker .ant-hrmax-picker-clear {
  color: #bbc0c5;
}

.ant-hrmax-picker .ant-hrmax-picker-clear:hover {
  color: #535b64;
}

.ant-hrmax-picker-panel-components {
  display: flex;
}

.ant-hrmax-picker-panel-components-ranges {
  width: 120px;
  height: 100%;
  padding: 4px 0;
  line-height: 32px;
  overflow: auto;
}

.ant-hrmax-picker-panel-components-ranges-item {
  padding: 0 12px;
}

.ant-hrmax-picker-panel-components-ranges-item:hover {
  cursor: pointer;
  background: #f6f7f8;
}

.ant-hrmax-data-range-local {
  align-items: center;
  display: flex;
}

.ant-hrmax-data-range-local-label {
  color: #222;
  text-align: right;
  width: 84px;
  font-size: 14px;
  line-height: 20px;
}

.ant-hrmax-data-range-local-content {
  width: 234px;
  margin-left: 12px;
}

.ant-hrmax-picker-panel {
  border: 1px solid #f2f6fb;
  border-radius: 8px;
}

.ant-hrmax-picker-panel-focused {
  border-color: #397ee5;
}

.ant-hrmax-picker-header {
  border-bottom: 1px solid #f2f6fb;
}

.ant-hrmax-picker-header-view button:hover {
  color: #397ee5;
}

.ant-hrmax-picker-cell .ant-hrmax-picker-cell-inner {
  border-radius: 4px;
}

.ant-hrmax-picker-cell:hover:not(.ant-hrmax-picker-cell-in-view) .ant-hrmax-picker-cell-inner, .ant-hrmax-picker-cell:hover:not(.ant-hrmax-picker-cell-selected):not(.ant-hrmax-picker-cell-range-start):not(.ant-hrmax-picker-cell-range-end):not(.ant-hrmax-picker-cell-range-hover-start):not(.ant-hrmax-picker-cell-range-hover-end) .ant-hrmax-picker-cell-inner {
  background: #d7e5fa;
  border-radius: 4px;
}

.ant-hrmax-picker-cell-in-view.ant-hrmax-picker-cell-today .ant-hrmax-picker-cell-inner:before {
  border: 1px solid #397ee5;
  border-radius: 4px;
}

.ant-hrmax-picker-cell-in-view.ant-hrmax-picker-cell-in-range:before {
  background: #e6eefa;
}

.ant-hrmax-picker-cell-in-view.ant-hrmax-picker-cell-selected .ant-hrmax-picker-cell-inner, .ant-hrmax-picker-cell-in-view.ant-hrmax-picker-cell-range-start .ant-hrmax-picker-cell-inner, .ant-hrmax-picker-cell-in-view.ant-hrmax-picker-cell-range-end .ant-hrmax-picker-cell-inner {
  background: #397ee5;
}

.ant-hrmax-picker-cell-in-view.ant-hrmax-picker-cell-range-start:not(.ant-hrmax-picker-cell-range-start-single):before, .ant-hrmax-picker-cell-in-view.ant-hrmax-picker-cell-range-end:not(.ant-hrmax-picker-cell-range-end-single):before {
  background: #e6eefa;
}

.ant-hrmax-picker-cell-in-view.ant-hrmax-picker-cell-range-hover-start:not(.ant-hrmax-picker-cell-in-range):not(.ant-hrmax-picker-cell-range-start):not(.ant-hrmax-picker-cell-range-end):after, .ant-hrmax-picker-cell-in-view.ant-hrmax-picker-cell-range-hover-end:not(.ant-hrmax-picker-cell-in-range):not(.ant-hrmax-picker-cell-range-start):not(.ant-hrmax-picker-cell-range-end):after, .ant-hrmax-picker-cell-in-view.ant-hrmax-picker-cell-range-hover-start.ant-hrmax-picker-cell-range-start-single:after, .ant-hrmax-picker-cell-in-view.ant-hrmax-picker-cell-range-hover-start.ant-hrmax-picker-cell-range-start.ant-hrmax-picker-cell-range-end.ant-hrmax-picker-cell-range-end-near-hover:after, .ant-hrmax-picker-cell-in-view.ant-hrmax-picker-cell-range-hover-end.ant-hrmax-picker-cell-range-start.ant-hrmax-picker-cell-range-end.ant-hrmax-picker-cell-range-start-near-hover:after, .ant-hrmax-picker-cell-in-view.ant-hrmax-picker-cell-range-hover-end.ant-hrmax-picker-cell-range-end-single:after, .ant-hrmax-picker-cell-in-view.ant-hrmax-picker-cell-range-hover:not(.ant-hrmax-picker-cell-in-range):after {
  border-top: 1px dashed #397ee533;
  border-bottom: 1px dashed #397ee533;
}

.ant-hrmax-picker-cell-in-view.ant-hrmax-picker-cell-in-range.ant-hrmax-picker-cell-range-hover:before, .ant-hrmax-picker-cell-in-view.ant-hrmax-picker-cell-range-start.ant-hrmax-picker-cell-range-hover:before, .ant-hrmax-picker-cell-in-view.ant-hrmax-picker-cell-range-end.ant-hrmax-picker-cell-range-hover:before, .ant-hrmax-picker-cell-in-view.ant-hrmax-picker-cell-range-start:not(.ant-hrmax-picker-cell-range-start-single).ant-hrmax-picker-cell-range-hover-start:before, .ant-hrmax-picker-cell-in-view.ant-hrmax-picker-cell-range-end:not(.ant-hrmax-picker-cell-range-end-single).ant-hrmax-picker-cell-range-hover-end:before, .ant-hrmax-picker-panel > :not(.ant-hrmax-picker-date-panel) .ant-hrmax-picker-cell-in-view.ant-hrmax-picker-cell-in-range.ant-hrmax-picker-cell-range-hover-start:before, .ant-hrmax-picker-panel > :not(.ant-hrmax-picker-date-panel) .ant-hrmax-picker-cell-in-view.ant-hrmax-picker-cell-in-range.ant-hrmax-picker-cell-range-hover-end:before {
  background: #397ee559;
}

.ant-hrmax-picker-cell-in-view.ant-hrmax-picker-cell-range-start:not(.ant-hrmax-picker-cell-range-start-single):not(.ant-hrmax-picker-cell-range-end) .ant-hrmax-picker-cell-inner {
  border-radius: 4px 0 0 4px;
}

.ant-hrmax-picker-cell-in-view.ant-hrmax-picker-cell-range-end:not(.ant-hrmax-picker-cell-range-end-single):not(.ant-hrmax-picker-cell-range-start) .ant-hrmax-picker-cell-inner {
  border-radius: 0 4px 4px 0;
}

.ant-hrmax-picker-date-panel .ant-hrmax-picker-cell-in-view.ant-hrmax-picker-cell-in-range.ant-hrmax-picker-cell-range-hover-start .ant-hrmax-picker-cell-inner:after, .ant-hrmax-picker-date-panel .ant-hrmax-picker-cell-in-view.ant-hrmax-picker-cell-in-range.ant-hrmax-picker-cell-range-hover-end .ant-hrmax-picker-cell-inner:after {
  background: #397ee559;
}

tr > .ant-hrmax-picker-cell-in-view.ant-hrmax-picker-cell-range-hover:first-child:after, tr > .ant-hrmax-picker-cell-in-view.ant-hrmax-picker-cell-range-hover-end:first-child:after, .ant-hrmax-picker-cell-in-view.ant-hrmax-picker-cell-start.ant-hrmax-picker-cell-range-hover-edge-start.ant-hrmax-picker-cell-range-hover-edge-start-near-range:after, .ant-hrmax-picker-cell-in-view.ant-hrmax-picker-cell-range-hover-edge-start:not(.ant-hrmax-picker-cell-range-hover-edge-start-near-range):after, .ant-hrmax-picker-cell-in-view.ant-hrmax-picker-cell-range-hover-start:after {
  border-left: 1px dashed #397ee533;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

tr > .ant-hrmax-picker-cell-in-view.ant-hrmax-picker-cell-range-hover:last-child:after, tr > .ant-hrmax-picker-cell-in-view.ant-hrmax-picker-cell-range-hover-start:last-child:after, .ant-hrmax-picker-cell-in-view.ant-hrmax-picker-cell-end.ant-hrmax-picker-cell-range-hover-edge-end.ant-hrmax-picker-cell-range-hover-edge-end-near-range:after, .ant-hrmax-picker-cell-in-view.ant-hrmax-picker-cell-range-hover-edge-end:not(.ant-hrmax-picker-cell-range-hover-edge-end-near-range):after, .ant-hrmax-picker-cell-in-view.ant-hrmax-picker-cell-range-hover-end:after {
  border-right: 1px dashed #397ee533;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.ant-hrmax-picker-panel .ant-hrmax-picker-footer {
  border-top: 1px solid #f2f6fb;
}

.ant-hrmax-picker-footer-extra:not(:last-child) {
  border-bottom: 1px solid #f2f6fb;
}

.ant-hrmax-picker-year-panel .ant-hrmax-picker-cell-range-hover-start:after, .ant-hrmax-picker-quarter-panel .ant-hrmax-picker-cell-range-hover-start:after, .ant-hrmax-picker-month-panel .ant-hrmax-picker-cell-range-hover-start:after {
  border-left: 1px dashed #397ee533;
  border-radius: 4px 0 0 4px;
}

.ant-hrmax-picker-panel-rtl .ant-hrmax-picker-year-panel .ant-hrmax-picker-cell-range-hover-start:after, .ant-hrmax-picker-panel-rtl .ant-hrmax-picker-quarter-panel .ant-hrmax-picker-cell-range-hover-start:after, .ant-hrmax-picker-panel-rtl .ant-hrmax-picker-month-panel .ant-hrmax-picker-cell-range-hover-start:after, .ant-hrmax-picker-year-panel .ant-hrmax-picker-cell-range-hover-end:after, .ant-hrmax-picker-quarter-panel .ant-hrmax-picker-cell-range-hover-end:after, .ant-hrmax-picker-month-panel .ant-hrmax-picker-cell-range-hover-end:after {
  border-right: 1px dashed #397ee533;
  border-radius: 0 4px 4px 0;
}

.ant-hrmax-picker-panel-rtl .ant-hrmax-picker-year-panel .ant-hrmax-picker-cell-range-hover-end:after, .ant-hrmax-picker-panel-rtl .ant-hrmax-picker-quarter-panel .ant-hrmax-picker-cell-range-hover-end:after, .ant-hrmax-picker-panel-rtl .ant-hrmax-picker-month-panel .ant-hrmax-picker-cell-range-hover-end:after {
  border-left: 1px dashed #397ee533;
  border-radius: 4px 0 0 4px;
}

.ant-hrmax-picker-week-panel-row:hover td {
  background: #d7e5fa;
}

.ant-hrmax-picker-week-panel-row-selected td, .ant-hrmax-picker-week-panel-row-selected:hover td {
  background: #397ee5;
}

.ant-hrmax-picker-datetime-panel .ant-hrmax-picker-time-panel, .ant-hrmax-picker-time-panel-column:not(:first-child) {
  border-left: 1px solid #f2f6fb;
}

.ant-hrmax-picker-time-panel-column > li.ant-hrmax-picker-time-panel-cell .ant-hrmax-picker-time-panel-cell-inner:hover, .ant-hrmax-picker-time-panel-column > li.ant-hrmax-picker-time-panel-cell-selected .ant-hrmax-picker-time-panel-cell-inner {
  background: #d7e5fa;
}

.ant-hrmax-picker-today-btn {
  color: #397ee5;
}

.ant-hrmax-picker-today-btn:hover, .ant-hrmax-picker-today-btn:active {
  color: #719fec;
}

.ant-hrmax-picker-panel-components-panel-rtl .ant-hrmax-picker-panel-components-header-view button:not(:first-child) {
  margin-left: 0;
  margin-right: 8px;
}

.ant-hrmax-picker-panel-components-rtl.ant-hrmax-picker-panel-components-range .ant-hrmax-picker-panel-components-clear {
  left: 12px;
  right: auto;
}

.ant-hrmax-picker-panel-components-rtl.ant-hrmax-picker-panel-components-range .ant-hrmax-picker-panel-components-active-bar {
  margin-left: 0;
  margin-right: 12px;
}

.ant-hrmax-picker-panel-components-rtl.ant-hrmax-picker-panel-components-range.ant-hrmax-picker-panel-components-small .ant-hrmax-picker-panel-components-active-bar {
  margin-right: 8px;
}

.ant-hrmax-picker-panel-components-dropdown-rtl .ant-hrmax-picker-panel-components-ranges {
  text-align: right;
}

.ant-hrmax-picker-panel-components-dropdown-rtl .ant-hrmax-picker-panel-components-ranges .ant-hrmax-picker-panel-components-ok {
  float: left;
  margin-left: 0;
  margin-right: 8px;
}

.ant-hrmax-picker-panel-components-panel-rtl {
  direction: rtl;
}

.ant-hrmax-picker-panel-components-panel-rtl .ant-hrmax-picker-panel-components-prev-icon, .ant-hrmax-picker-panel-components-panel-rtl .ant-hrmax-picker-panel-components-super-prev-icon {
  transform: rotate(135deg);
}

.ant-hrmax-picker-panel-components-panel-rtl .ant-hrmax-picker-panel-components-next-icon, .ant-hrmax-picker-panel-components-panel-rtl .ant-hrmax-picker-panel-components-super-next-icon {
  transform: rotate(-45deg);
}

.ant-hrmax-picker-panel-components-cell .ant-hrmax-picker-cell-inner {
  border-radius: 4px;
}

.ant-hrmax-picker-panel-components-panel-rtl .ant-hrmax-picker-panel-components-cell-in-view.ant-hrmax-picker-panel-components-cell-range-start:not(.ant-hrmax-picker-panel-components-cell-range-start-single):not(.ant-hrmax-picker-panel-components-cell-range-end) .ant-hrmax-picker-cell-inner {
  border-radius: 0 4px 4px 0;
}

.ant-hrmax-picker-panel-components-panel-rtl .ant-hrmax-picker-panel-components-cell-in-view.ant-hrmax-picker-panel-components-cell-range-end:not(.ant-hrmax-picker-panel-components-cell-range-end-single):not(.ant-hrmax-picker-panel-components-cell-range-start) .ant-hrmax-picker-cell-inner {
  border-radius: 4px 0 0 4px;
}

.ant-hrmax-picker-panel-components-panel-rtl tr > .ant-hrmax-picker-panel-components-cell-in-view.ant-hrmax-picker-panel-components-cell-range-hover:not(.ant-hrmax-picker-panel-components-cell-selected):first-child:after, .ant-hrmax-picker-panel-components-panel-rtl .ant-hrmax-picker-panel-components-cell-in-view.ant-hrmax-picker-panel-components-cell-start.ant-hrmax-picker-panel-components-cell-range-hover-edge-start.ant-hrmax-picker-panel-components-cell-range-hover-edge-start-near-range:after, .ant-hrmax-picker-panel-components-panel-rtl .ant-hrmax-picker-panel-components-cell-in-view.ant-hrmax-picker-panel-components-cell-range-hover-edge-start:not(.ant-hrmax-picker-panel-components-cell-range-hover-edge-start-near-range):after, .ant-hrmax-picker-panel-components-panel-rtl .ant-hrmax-picker-panel-components-cell-in-view.ant-hrmax-picker-panel-components-cell-range-hover-start:after {
  border-radius: 0 4px 4px 0;
}

.ant-hrmax-picker-panel-components-panel-rtl tr > .ant-hrmax-picker-panel-components-cell-in-view.ant-hrmax-picker-panel-components-cell-range-hover:not(.ant-hrmax-picker-panel-components-cell-selected):last-child:after, .ant-hrmax-picker-panel-components-panel-rtl .ant-hrmax-picker-panel-components-cell-in-view.ant-hrmax-picker-panel-components-cell-end.ant-hrmax-picker-panel-components-cell-range-hover-edge-end.ant-hrmax-picker-panel-components-cell-range-hover-edge-end-near-range:after, .ant-hrmax-picker-panel-components-panel-rtl .ant-hrmax-picker-panel-components-cell-in-view.ant-hrmax-picker-panel-components-cell-range-hover-edge-end:not(.ant-hrmax-picker-panel-components-cell-range-hover-edge-end-near-range):after, .ant-hrmax-picker-panel-components-panel-rtl .ant-hrmax-picker-panel-components-cell-in-view.ant-hrmax-picker-panel-components-cell-range-hover-end:after {
  border-radius: 4px 0 0 4px;
}

.ant-hrmax-picker-panel-components-panel-rtl tr > .ant-hrmax-picker-panel-components-cell-in-view.ant-hrmax-picker-panel-components-cell-range-hover-start:last-child:after, .ant-hrmax-picker-panel-components-panel-rtl tr > .ant-hrmax-picker-panel-components-cell-in-view.ant-hrmax-picker-panel-components-cell-range-hover-end:first-child:after, .ant-hrmax-picker-panel-components-panel-rtl .ant-hrmax-picker-panel-components-cell-in-view.ant-hrmax-picker-panel-components-cell-start.ant-hrmax-picker-panel-components-cell-range-hover-edge-start:not(.ant-hrmax-picker-panel-components-cell-range-hover):after, .ant-hrmax-picker-panel-components-panel-rtl .ant-hrmax-picker-panel-components-cell-in-view.ant-hrmax-picker-panel-components-cell-start.ant-hrmax-picker-panel-components-cell-range-hover-end.ant-hrmax-picker-panel-components-cell-range-hover-edge-start:not(.ant-hrmax-picker-panel-components-cell-range-hover):after, .ant-hrmax-picker-panel-components-panel-rtl .ant-hrmax-picker-panel-components-cell-in-view.ant-hrmax-picker-panel-components-cell-end.ant-hrmax-picker-panel-components-cell-range-hover-start.ant-hrmax-picker-panel-components-cell-range-hover-edge-end:not(.ant-hrmax-picker-panel-components-cell-range-hover):after, .ant-hrmax-picker-panel-components-panel-rtl tr > .ant-hrmax-picker-panel-components-cell-in-view.ant-hrmax-picker-panel-components-cell-start.ant-hrmax-picker-panel-components-cell-range-hover.ant-hrmax-picker-panel-components-cell-range-hover-edge-start:last-child:after, .ant-hrmax-picker-panel-components-panel-rtl tr > .ant-hrmax-picker-panel-components-cell-in-view.ant-hrmax-picker-panel-components-cell-end.ant-hrmax-picker-panel-components-cell-range-hover.ant-hrmax-picker-panel-components-cell-range-hover-edge-end:first-child:after {
  border-radius: 4px;
}

.ant-hrmax-teno-segmented .ant-hrmax-segmented-item-label .ant-hrmax-segmented-item-icon {
  font-size: 18px;
}

.ant-hrmax-teno-segmented .ant-hrmax-segmented-item:active .ant-hrmax-segmented-item-label, .ant-hrmax-teno-segmented .ant-hrmax-segmented-item:hover .ant-hrmax-segmented-item-label, .ant-hrmax-teno-segmented .ant-hrmax-segmented-item.ant-hrmax-segmented-item-selected .ant-hrmax-segmented-item-label {
  color: #268a92;
  text-shadow: 0 0 .5px;
}

.ant-hrmax-teno-segmented.ant-hrmax-segmented .ant-hrmax-segmented-item .ant-hrmax-segmented-item-label {
  min-height: 36px;
  padding: 0 16px;
  font-size: 14px;
  line-height: 36px;
}

.ant-hrmax-teno-segmented.ant-hrmax-segmented-lg .ant-hrmax-segmented-item .ant-hrmax-segmented-item-label {
  min-height: 52px;
  line-height: 52px;
}

.ant-hrmax-teno-segmented.ant-hrmax-segmented-sm .ant-hrmax-segmented-item .ant-hrmax-segmented-item-label {
  min-height: 32px;
  line-height: 32px;
}

.ant-hrmax-teno-segmented-nav {
  background-color: #0000;
  padding: 0;
}

.ant-hrmax-teno-segmented-nav-padding-out {
  padding: 11px 16px;
}

.ant-hrmax-teno-segmented-nav .ant-hrmax-segmented-thumb {
  box-shadow: none;
  background-color: #d1ebed;
}

.ant-hrmax-teno-segmented-nav:not(.ant-hrmax-teno-segmented-nav-disabled):hover, .ant-hrmax-teno-segmented-nav:not(.ant-hrmax-teno-segmented-nav-disabled):focus {
  background-color: #0000;
}

.ant-hrmax-teno-segmented-nav.ant-hrmax-segmented .ant-hrmax-segmented-item {
  color: #535b64;
}

.ant-hrmax-teno-segmented-nav.ant-hrmax-segmented .ant-hrmax-segmented-item:not(.ant-hrmax-teno-segmented-nav.ant-hrmax-segmented .ant-hrmax-segmented-item:last-child) {
  margin-right: 8px;
}

.ant-hrmax-teno-segmented-nav.ant-hrmax-segmented .ant-hrmax-segmented-item.ant-hrmax-segmented-item-selected {
  color: #268a92;
  box-shadow: none;
  background-color: #d1ebed;
}

.ant-hrmax-teno-segmented-nav.ant-hrmax-segmented .ant-hrmax-segmented-item:active, .ant-hrmax-teno-segmented-nav.ant-hrmax-segmented .ant-hrmax-segmented-item:hover, .ant-hrmax-teno-segmented-nav.ant-hrmax-segmented .ant-hrmax-segmented-item:focus {
  border-radius: 8px;
}

.ant-hrmax-teno-segmented-nav.ant-hrmax-segmented .ant-hrmax-segmented-item:hover, .ant-hrmax-teno-segmented-nav.ant-hrmax-segmented .ant-hrmax-segmented-item:focus, .ant-hrmax-teno-segmented-nav.ant-hrmax-segmented .ant-hrmax-segmented-item:active {
  color: #268a92;
}

.ant-hrmax-teno-segmented-nav.ant-hrmax-segmented .ant-hrmax-segmented-item-label {
  min-height: 32px;
  line-height: 32px;
}

.ant-hrmax-teno-segmented-nav.ant-hrmax-teno-segmented-divider {
  border-bottom: 1px solid #f2f6fb;
  border-radius: 0;
  padding-bottom: 11px;
}

.ant-hrmax-teno-segmented-nav .ant-hrmax-segmented-item-label {
  font-size: 14px;
}

.ant-hrmax-teno-tag, .ant-hrmax-teno-tag-checkable {
  border: 0;
  border-radius: 8px;
  line-height: 20px;
}

.ant-hrmax-teno-tag .ant-hrmax-tag-close-icon, .ant-hrmax-teno-tag-checkable .ant-hrmax-tag-close-icon {
  vertical-align: baseline;
  line-height: 0;
}

.ant-hrmax-teno-tag-large, .ant-hrmax-teno-tag-checkable-large {
  padding: 10px 12px;
  font-size: 16px;
}

.ant-hrmax-teno-tag-large-circle, .ant-hrmax-teno-tag-checkable-large-circle {
  border-radius: 20px;
}

.ant-hrmax-teno-tag-middle, .ant-hrmax-teno-tag-checkable-middle {
  padding: 8px 12px;
  font-size: 14px;
}

.ant-hrmax-teno-tag-middle-circle, .ant-hrmax-teno-tag-checkable-middle-circle {
  border-radius: 16px;
}

.ant-hrmax-teno-tag-small, .ant-hrmax-teno-tag-checkable-small {
  padding: 2px 8px;
  font-size: 14px;
}

.ant-hrmax-teno-tag-small-circle, .ant-hrmax-teno-tag-checkable-small-circle {
  border-radius: 12px;
}

.ant-hrmax-teno-tag-xs, .ant-hrmax-teno-tag-checkable-xs {
  border-radius: 4px;
  padding: 0 8px;
  font-size: 12px;
}

.ant-hrmax-teno-tag-xs-circle, .ant-hrmax-teno-tag-checkable-xs-circle {
  border-radius: 10px;
}

.ant-hrmax-teno-tag.ant-hrmax-teno-tag-ellipsis, .ant-hrmax-teno-tag-checkable.ant-hrmax-teno-tag-ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.ant-hrmax-teno-tag-default, .ant-hrmax-teno-tag-checkable-default {
  color: #535b64;
  background: #f2f4f7;
}

.ant-hrmax-teno-tag-defaultBorder, .ant-hrmax-teno-tag-checkable-defaultBorder {
  background: none;
  box-shadow: inset 0 0 0 1px #cdd0d4;
}

.ant-hrmax-teno-tag-primary, .ant-hrmax-teno-tag-checkable-primary {
  color: #268a92;
  background: #e9f4f5;
}

.ant-hrmax-teno-tag-success, .ant-hrmax-teno-tag-checkable-success {
  color: #46bf13;
  background: #f1ffe6;
}

.ant-hrmax-teno-tag-error, .ant-hrmax-teno-tag-checkable-error {
  color: #d90007;
  background: #ffeae6;
}

.ant-hrmax-teno-tag-warning, .ant-hrmax-teno-tag-checkable-warning {
  color: #ffae00;
  background: #fff4e6;
}

.ant-hrmax-teno-tag-info, .ant-hrmax-teno-tag-checkable-info {
  color: #397ee5;
  background: #e6eefa;
}

.ant-hrmax-teno-tag-cyan, .ant-hrmax-teno-tag-checkable-cyan {
  color: #13bf94;
  background: #e6fff4;
}

.ant-hrmax-teno-tag-orange, .ant-hrmax-teno-tag-checkable-orange {
  color: #ff6400;
  background: #fff4e6;
}

.ant-hrmax-teno-tag-purple, .ant-hrmax-teno-tag-checkable-purple {
  color: #6c00ff;
  background: #f4e6ff;
}

.ant-hrmax-teno-tag.ant-hrmax-tag-checkable, .ant-hrmax-teno-tag-checkable.ant-hrmax-tag-checkable {
  color: #121e29;
  background: #f2f4f7;
}

.ant-hrmax-teno-tag.ant-hrmax-tag-checkable:hover, .ant-hrmax-teno-tag-checkable.ant-hrmax-tag-checkable:hover {
  color: #121e29;
  background: #e5e6eb;
}

.ant-hrmax-teno-tag.ant-hrmax-tag-checkable:active, .ant-hrmax-teno-tag-checkable.ant-hrmax-tag-checkable:active, .ant-hrmax-teno-tag.ant-hrmax-tag-checkable.ant-hrmax-tag-checkable-checked, .ant-hrmax-teno-tag-checkable.ant-hrmax-tag-checkable.ant-hrmax-tag-checkable-checked {
  box-sizing: border-box;
  color: #397ee5;
  background: #e6eefa;
  box-shadow: inset 0 0 0 1px #397ee5;
}

.ant-hrmax-teno-tag.ant-hrmax-tag-checkable:active:hover, .ant-hrmax-teno-tag-checkable.ant-hrmax-tag-checkable:active:hover, .ant-hrmax-teno-tag.ant-hrmax-tag-checkable.ant-hrmax-tag-checkable-checked:hover, .ant-hrmax-teno-tag-checkable.ant-hrmax-tag-checkable.ant-hrmax-tag-checkable-checked:hover {
  background: #d1ebed;
}

.ant-hrmax-teno-tag.ant-hrmax-tag-checkable.ant-hrmax-teno-tag-checkable-text, .ant-hrmax-teno-tag-checkable.ant-hrmax-tag-checkable.ant-hrmax-teno-tag-checkable-text {
  background: none;
}

.ant-hrmax-teno-tag.ant-hrmax-tag-checkable.ant-hrmax-teno-tag-checkable-text:hover, .ant-hrmax-teno-tag-checkable.ant-hrmax-tag-checkable.ant-hrmax-teno-tag-checkable-text:hover {
  color: #397ee5;
}

.ant-hrmax-teno-tag.ant-hrmax-tag-checkable.ant-hrmax-teno-tag-checkable-text:active, .ant-hrmax-teno-tag-checkable.ant-hrmax-tag-checkable.ant-hrmax-teno-tag-checkable-text:active, .ant-hrmax-teno-tag.ant-hrmax-tag-checkable.ant-hrmax-teno-tag-checkable-text.ant-hrmax-tag-checkable-checked, .ant-hrmax-teno-tag-checkable.ant-hrmax-tag-checkable.ant-hrmax-teno-tag-checkable-text.ant-hrmax-tag-checkable-checked {
  box-shadow: none;
  font-weight: bold;
}

.ant-hrmax-teno-tag-xs, .ant-hrmax-teno-tag-checkable-xs {
  height: 20px;
}

.ant-hrmax-tag-group {
  flex-wrap: wrap;
  gap: 8px;
  display: flex;
}

.ant-hrmax-tag-group .ant-hrmax-teno-tag, .ant-hrmax-tag-group .ant-hrmax-teno-tag-checkable {
  margin-right: 0;
}

.ant-hrmax-form.ant-hrmax-form-vertical .ant-hrmax-form-item .ant-hrmax-form-item-label {
  padding: 0 0 4px;
}

.ant-hrmax-form.ant-hrmax-form-vertical .ant-hrmax-form-item .ant-hrmax-form-item-label > label {
  height: auto;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.ant-hrmax-form.ant-hrmax-form-vertical .ant-hrmax-form-item .ant-hrmax-form-item-label > label > * {
  font-size: 14px;
}

.ant-hrmax-form.ant-hrmax-form-vertical .ant-hrmax-form-item .ant-hrmax-form-item-required {
  font-size: 12px;
  line-height: 20px;
}

.ant-hrmax-form.ant-hrmax-form-vertical .ant-hrmax-form-item .ant-hrmax-form-item-required:before {
  content: "";
  margin-right: 0;
  display: none;
}

.ant-hrmax-form.ant-hrmax-form-vertical .ant-hrmax-form-item .ant-hrmax-form-item-required:after {
  color: #d98d00;
  content: "*";
  margin: 0 0 0 4px;
  font-family: SimSun, sans-serif;
  font-size: 14px;
  line-height: 1;
  display: inline-block;
}

.ant-hrmax-form .ant-hrmax-form-item-explain-error, .ant-hrmax-form .ant-hrmax-form-item-explain-warning {
  font-size: 14px;
}

.ant-hrmax-form.ant-hrmax-form-inline .ant-hrmax-form-item-with-help {
  margin-bottom: 0;
}

.ant-hrmax-form-item {
  margin-bottom: 24px;
}

.ant-hrmax-form-ml .ant-hrmax-form-item-label > label {
  height: 48px;
}

.ant-hrmax-form-ml .ant-hrmax-form-item-control-input {
  min-height: 48px;
}

.ant-hrmax-form .ant-hrmax-form-item-explain, .ant-hrmax-form .ant-hrmax-form-item-extra {
  color: #9199a0;
  font-size: 14px;
  line-height: 24px;
}

.ant-hrmax-form.teno-form-label-ja.ant-hrmax-form-vertical .ant-hrmax-form-item .ant-hrmax-form-item-required:after {
  color: #d90007;
  content: "必須";
  background-color: #ffeae6;
  border-radius: 4px;
  height: 18px;
  margin: 0 0 0 6px;
  padding: 0 8px;
  font-family: unset;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  display: inline-block;
}

.ant-hrmax-upload-list-item:not(.ant-hrmax-upload-list-item-error) .ant-hrmax-upload-list-item-name {
  color: #397ee5;
}

.ant-hrmax-upload-list-item:not(.ant-hrmax-upload-list-item-error) .ant-hrmax-upload-list-item-name:hover {
  color: #719fec;
}

.ant-hrmax-upload-list-picture-card .ant-hrmax-upload-list-item-name {
  text-align: center;
  margin: 8px 0 0;
  padding: 0;
  line-height: 1.5715;
  display: none;
}

.ant-hrmax-upload-list-picture-card .ant-hrmax-upload-list-item-file + .ant-hrmax-upload-list-item-name {
  display: block;
  position: absolute;
  bottom: 10px;
}

.ant-hrmax-upload-list-picture-card .ant-hrmax-upload-list-item-actions:not([disabled]) {
  align-items: center;
  display: flex;
}

.ant-hrmax-upload-list-picture-card .ant-hrmax-upload-list-item-actions:not([disabled]) button:hover {
  background: none;
}

.ant-hrmax-upload-list-picture-card .ant-hrmax-upload-list-item-uploading.ant-hrmax-upload-list-item {
  background-color: #f9f9fc;
}

.ant-hrmax-upload-list .ant-hrmax-upload-list-picture-card-container, .ant-hrmax-upload-list .ant-hrmax-upload-select-picture-card {
  width: 100px;
  height: 100px;
}

.ant-hrmax-upload.ant-hrmax-upload-drag {
  background-color: #f9f9fc;
}

.ant-hrmax-upload.ant-hrmax-upload-drag.ant-hrmax-upload-drag-hover:not(.ant-hrmax-upload-disabled) {
  background-color: #d7e5fa;
  border-color: #54a7af;
}

.ant-hrmax-upload.ant-hrmax-upload-drag:not(.ant-hrmax-upload-disabled):hover {
  background-color: #d7e5fa;
  border-color: #397ee5;
}

.ant-hrmax-upload.ant-hrmax-upload-drag p.ant-hrmax-upload-text {
  color: #397ee5;
  font-weight: bold;
}

.ant-hrmax-upload.ant-hrmax-upload-drag p.ant-hrmax-upload-hint {
  color: #535b64;
}

.ant-hrmax-upload.ant-hrmax-upload-drag p.ant-hrmax-upload-drag-icon svg {
  color: #397ee5;
  font-size: 40px;
}

.ant-hrmax-upload.ant-hrmax-upload-select-picture-card:hover {
  border-color: #268a92;
}

.ant-hrmax-tree {
  box-sizing: border-box;
  color: #000;
  font-variant: tabular-nums;
  font-feature-settings: "tnum";
  background: #fff;
  border-radius: 8px;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.5715;
  list-style: none;
  transition: background-color .3s;
}

.ant-hrmax-tree-focused:not(:hover):not(.ant-hrmax-tree-active-focused) {
  background: #e9f4f5;
}

.ant-hrmax-tree-list-holder-inner {
  align-items: flex-start;
}

.ant-hrmax-tree.ant-hrmax-tree-block-node .ant-hrmax-tree-list-holder-inner {
  align-items: stretch;
}

.ant-hrmax-tree.ant-hrmax-tree-block-node .ant-hrmax-tree-list-holder-inner .ant-hrmax-tree-node-content-wrapper {
  flex: auto;
}

.ant-hrmax-tree.ant-hrmax-tree-block-node .ant-hrmax-tree-list-holder-inner .ant-hrmax-tree-treenode.dragging {
  position: relative;
}

.ant-hrmax-tree.ant-hrmax-tree-block-node .ant-hrmax-tree-list-holder-inner .ant-hrmax-tree-treenode.dragging:after {
  opacity: 0;
  content: "";
  pointer-events: none;
  border: 1px solid #268a92;
  animation: .3s forwards ant-tree-node-fx-do-not-use;
  position: absolute;
  inset: 0 0 4px;
}

.ant-hrmax-tree .ant-hrmax-tree-treenode {
  outline: none;
  align-items: flex-start;
  padding: 0 0 4px;
  display: flex;
}

.ant-hrmax-tree .ant-hrmax-tree-treenode-disabled .ant-hrmax-tree-node-content-wrapper {
  color: #cdd0d4;
  cursor: not-allowed;
}

.ant-hrmax-tree .ant-hrmax-tree-treenode-disabled .ant-hrmax-tree-node-content-wrapper:hover {
  background: none;
}

.ant-hrmax-tree .ant-hrmax-tree-treenode-active .ant-hrmax-tree-node-content-wrapper {
  background: #f2f4f7;
}

.ant-hrmax-tree .ant-hrmax-tree-treenode:not(.ant-hrmax-tree .ant-hrmax-tree-treenode-disabled).filter-node .ant-hrmax-tree-title {
  color: inherit;
  font-weight: 500;
}

.ant-hrmax-tree .ant-hrmax-tree-treenode-draggable .ant-hrmax-tree-draggable-icon {
  text-align: center;
  visibility: visible;
  opacity: .2;
  width: 24px;
  line-height: 24px;
  transition: opacity .3s;
}

.ant-hrmax-tree-treenode:hover .ant-hrmax-tree .ant-hrmax-tree-treenode-draggable .ant-hrmax-tree-draggable-icon {
  opacity: .45;
}

.ant-hrmax-tree .ant-hrmax-tree-treenode-draggable.ant-hrmax-tree-treenode-disabled .ant-hrmax-tree-draggable-icon {
  visibility: hidden;
}

.ant-hrmax-tree-indent {
  white-space: nowrap;
  user-select: none;
  align-self: stretch;
}

.ant-hrmax-tree-indent-unit {
  width: 24px;
  display: inline-block;
}

.ant-hrmax-tree-draggable-icon {
  visibility: hidden;
}

.ant-hrmax-tree-switcher {
  text-align: center;
  cursor: pointer;
  user-select: none;
  flex: none;
  align-self: stretch;
  width: 24px;
  margin: 0;
  line-height: 24px;
  position: relative;
}

.ant-hrmax-tree-switcher .ant-hrmax-tree-switcher-icon, .ant-hrmax-tree-switcher .ant-hrmax-select-tree-switcher-icon {
  vertical-align: baseline;
  font-size: 10px;
  display: inline-block;
}

.ant-hrmax-tree-switcher .ant-hrmax-tree-switcher-icon svg, .ant-hrmax-tree-switcher .ant-hrmax-select-tree-switcher-icon svg {
  transition: transform .3s;
}

.ant-hrmax-tree-switcher-noop {
  cursor: default;
}

.ant-hrmax-tree-switcher_close .ant-hrmax-tree-switcher-icon svg {
  transform: rotate(-90deg);
}

.ant-hrmax-tree-switcher-loading-icon {
  color: #268a92;
}

.ant-hrmax-tree-switcher-leaf-line {
  z-index: 1;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
}

.ant-hrmax-tree-switcher-leaf-line:before {
  content: " ";
  border-right: 1px solid #d9d9d9;
  margin-left: -1px;
  position: absolute;
  top: 0;
  bottom: -4px;
  right: 12px;
}

.ant-hrmax-tree-switcher-leaf-line:after {
  content: " ";
  border-bottom: 1px solid #d9d9d9;
  width: 10px;
  height: 14px;
  position: absolute;
}

.ant-hrmax-tree-checkbox {
  top: initial;
  margin: 3px 8px 0 0;
}

.ant-hrmax-tree .ant-hrmax-tree-node-content-wrapper {
  z-index: auto;
  min-height: 24px;
  color: inherit;
  cursor: pointer;
  background: none;
  border-radius: 8px;
  margin: 0;
  padding: 0 4px;
  line-height: 24px;
  transition: all .3s, border, line-height, box-shadow;
  position: relative;
}

.ant-hrmax-tree .ant-hrmax-tree-node-content-wrapper:hover {
  background-color: #f2f4f7;
}

.ant-hrmax-tree .ant-hrmax-tree-node-content-wrapper.ant-hrmax-tree-node-selected {
  background-color: #d1ebed;
}

.ant-hrmax-tree .ant-hrmax-tree-node-content-wrapper .ant-hrmax-tree-iconEle {
  text-align: center;
  vertical-align: top;
  width: 24px;
  height: 24px;
  line-height: 24px;
  display: inline-block;
}

.ant-hrmax-tree .ant-hrmax-tree-node-content-wrapper .ant-hrmax-tree-iconEle:empty {
  display: none;
}

.ant-hrmax-tree-unselectable .ant-hrmax-tree-node-content-wrapper:hover {
  background-color: #0000;
}

.ant-hrmax-tree-node-content-wrapper {
  user-select: none;
  line-height: 24px;
}

.ant-hrmax-tree-node-content-wrapper .ant-hrmax-tree-drop-indicator {
  z-index: 1;
  pointer-events: none;
  background-color: #268a92;
  border-radius: 1px;
  height: 2px;
  position: absolute;
}

.ant-hrmax-tree-node-content-wrapper .ant-hrmax-tree-drop-indicator:after {
  content: "";
  background-color: #0000;
  border: 2px solid #268a92;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  position: absolute;
  top: -3px;
  left: -6px;
}

.ant-hrmax-tree .ant-hrmax-tree-treenode.drop-container > [draggable] {
  box-shadow: 0 0 0 2px #268a92;
}

.ant-hrmax-tree-show-line .ant-hrmax-tree-indent-unit {
  height: 100%;
  position: relative;
}

.ant-hrmax-tree-show-line .ant-hrmax-tree-indent-unit:before {
  content: "";
  border-right: 1px solid #cdd0d4;
  position: absolute;
  top: 0;
  bottom: -4px;
  right: 12px;
}

.ant-hrmax-tree-show-line .ant-hrmax-tree-indent-unit-end:before {
  display: none;
}

.ant-hrmax-tree-show-line .ant-hrmax-tree-switcher {
  background: #fff;
}

.ant-hrmax-tree-show-line .ant-hrmax-tree-switcher-line-icon {
  vertical-align: -.15em;
}

.ant-hrmax-tree .ant-hrmax-tree-treenode-leaf-last .ant-hrmax-tree-switcher-leaf-line:before {
  height: 14px !important;
  top: auto !important;
  bottom: auto !important;
}

.ant-hrmax-tree .ant-hrmax-tree-indent-unit {
  width: 21px;
}

.ant-hrmax-tree .ant-hrmax-tree-switcher {
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-right: 1px;
  display: flex;
}

.ant-hrmax-tree .ant-hrmax-tree-switcher.ant-hrmax-tree-switcher-noop {
  display: none;
}

.ant-hrmax-tree .ant-hrmax-tree-switcher.ant-hrmax-tree-switcher-noop:hover {
  background: none;
}

.ant-hrmax-tree .ant-hrmax-tree-switcher-icon {
  color: #9199a0;
  font-size: 12px;
}

.ant-hrmax-tree .ant-hrmax-tree-treenode {
  border-radius: 8px;
  margin-bottom: 1px;
  padding-bottom: 0;
}

.ant-hrmax-tree .ant-hrmax-tree-checkbox {
  top: initial;
  margin: 11px 8px 0 0;
}

.ant-hrmax-tree .ant-hrmax-tree-node-content-wrapper:hover {
  background: none;
}

.ant-hrmax-tree .ant-hrmax-tree-node-content-wrapper.ant-hrmax-tree-node-selected {
  color: #397ee5;
  background: none;
  font-weight: 400;
}

.ant-hrmax-tree-show-null-switcher .ant-hrmax-tree-switcher.ant-hrmax-tree-switcher-noop {
  display: flex;
}

.ant-hrmax-tree .ant-hrmax-tree-switcher:hover {
  background: #e5e6eb;
}

.ant-hrmax-tree .ant-hrmax-tree-switcher-icon {
  color: #9199a0;
}

.ant-hrmax-tree .ant-hrmax-tree-treenode:hover {
  background: #f2f4f7;
}

.ant-hrmax-tree .ant-hrmax-tree-treenode.ant-hrmax-tree-treenode-selected {
  background: #e6eefa;
}

.ant-hrmax-tree .ant-hrmax-tree-node-content-wrapper.ant-hrmax-tree-node-selected {
  color: #397ee5;
  font-weight: 400;
}

.ant-hrmax-tree .ant-hrmax-tree-node-content-wrapper {
  padding: 9px 0 9px 4px;
  line-height: 22px;
}

.ant-hrmax-tree .ant-hrmax-tree-switcher, .ant-hrmax-tree .ant-hrmax-tree-draggable-icon {
  border-radius: 4px;
  margin-top: 10px;
}

.ant-hrmax-tree-primary .ant-hrmax-tree-switcher:hover {
  background: #e5e6eb;
}

.ant-hrmax-tree-primary .ant-hrmax-tree-switcher-icon {
  color: #9199a0;
}

.ant-hrmax-tree-primary .ant-hrmax-tree-treenode:hover {
  background: #f2f4f7;
}

.ant-hrmax-tree-primary .ant-hrmax-tree-treenode.ant-hrmax-tree-treenode-selected {
  background: #e9f4f5;
}

.ant-hrmax-tree-primary .ant-hrmax-tree-node-content-wrapper.ant-hrmax-tree-node-selected {
  color: #121e29;
  font-weight: 600;
}

.ant-hrmax-tree-hide-drag-icon .ant-hrmax-tree-treenode-draggable .ant-hrmax-tree-draggable-icon {
  display: none;
}

.ant-hrmax-tree-small .ant-hrmax-tree-node-content-wrapper {
  padding: 3px 0 3px 4px;
  line-height: 22px;
}

.ant-hrmax-tree-small .ant-hrmax-tree-switcher, .ant-hrmax-tree-small .ant-hrmax-tree-draggable-icon {
  border-radius: 4px;
  margin-top: 4px;
}

.ant-hrmax-tree-large .ant-hrmax-tree-node-content-wrapper {
  padding: 5px 0 5px 4px;
  line-height: 22px;
}

.ant-hrmax-tree-large .ant-hrmax-tree-switcher, .ant-hrmax-tree-large .ant-hrmax-tree-draggable-icon {
  border-radius: 4px;
  margin-top: 6px;
}

.ant-hrmax-tree.ant-hrmax-tree-directory .ant-hrmax-tree-treenode:hover:before, .ant-hrmax-tree.ant-hrmax-tree-directory .ant-hrmax-tree-treenode .ant-hrmax-tree-node-content-wrapper:hover {
  background: none;
}

.ant-hrmax-tree.ant-hrmax-tree-directory .ant-hrmax-tree-treenode .ant-hrmax-tree-node-content-wrapper.ant-hrmax-tree-node-selected {
  color: #397ee5;
  background: none;
}

.ant-hrmax-tree.ant-hrmax-tree-directory .ant-hrmax-tree-treenode-selected:hover:before, .ant-hrmax-tree.ant-hrmax-tree-directory .ant-hrmax-tree-treenode-selected:before {
  background: none;
}

.ant-hrmax-tree.ant-hrmax-tree-directory .ant-hrmax-tree-treenode-selected .ant-hrmax-tree-switcher {
  color: #397ee5;
}

.ant-hrmax-tree.ant-hrmax-tree-directory .ant-hrmax-tree-treenode-selected .ant-hrmax-tree-switcher.ant-hrmax-tree-switcher-noop {
  visibility: hidden;
  display: block;
}

.ant-hrmax-tree.ant-hrmax-tree-directory .ant-hrmax-tree-treenode-selected .ant-hrmax-tree-switcher.ant-hrmax-tree-switcher-noop:hover {
  background: none;
}

.ant-hrmax-tree.ant-hrmax-tree-directory .ant-hrmax-tree-treenode-selected .ant-hrmax-tree-node-content-wrapper {
  color: #397ee5;
  background: none;
}

.ant-hrmax-select-tree {
  box-sizing: border-box;
  color: #000;
  font-variant: tabular-nums;
  font-feature-settings: "tnum";
  background: #fff;
  border-radius: 8px;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.5715;
  list-style: none;
  transition: background-color .3s;
}

.ant-hrmax-select-tree-focused:not(:hover):not(.ant-hrmax-select-tree-active-focused) {
  background: #e9f4f5;
}

.ant-hrmax-select-tree-list-holder-inner {
  align-items: flex-start;
}

.ant-hrmax-select-tree.ant-hrmax-select-tree-block-node .ant-hrmax-select-tree-list-holder-inner {
  align-items: stretch;
}

.ant-hrmax-select-tree.ant-hrmax-select-tree-block-node .ant-hrmax-select-tree-list-holder-inner .ant-hrmax-select-tree-node-content-wrapper {
  flex: auto;
}

.ant-hrmax-select-tree.ant-hrmax-select-tree-block-node .ant-hrmax-select-tree-list-holder-inner .ant-hrmax-select-tree-treenode.dragging {
  position: relative;
}

.ant-hrmax-select-tree.ant-hrmax-select-tree-block-node .ant-hrmax-select-tree-list-holder-inner .ant-hrmax-select-tree-treenode.dragging:after {
  opacity: 0;
  content: "";
  pointer-events: none;
  border: 1px solid #268a92;
  animation: .3s forwards ant-tree-node-fx-do-not-use;
  position: absolute;
  inset: 0 0 4px;
}

.ant-hrmax-select-tree .ant-hrmax-select-tree-treenode {
  outline: none;
  align-items: flex-start;
  padding: 0 0 4px;
  display: flex;
}

.ant-hrmax-select-tree .ant-hrmax-select-tree-treenode-disabled .ant-hrmax-select-tree-node-content-wrapper {
  color: #cdd0d4;
  cursor: not-allowed;
}

.ant-hrmax-select-tree .ant-hrmax-select-tree-treenode-disabled .ant-hrmax-select-tree-node-content-wrapper:hover {
  background: none;
}

.ant-hrmax-select-tree .ant-hrmax-select-tree-treenode-active .ant-hrmax-select-tree-node-content-wrapper {
  background: #f2f4f7;
}

.ant-hrmax-select-tree .ant-hrmax-select-tree-treenode:not(.ant-hrmax-select-tree .ant-hrmax-select-tree-treenode-disabled).filter-node .ant-hrmax-select-tree-title {
  color: inherit;
  font-weight: 500;
}

.ant-hrmax-select-tree .ant-hrmax-select-tree-treenode-draggable .ant-hrmax-select-tree-draggable-icon {
  text-align: center;
  visibility: visible;
  opacity: .2;
  width: 24px;
  line-height: 24px;
  transition: opacity .3s;
}

.ant-hrmax-select-tree-treenode:hover .ant-hrmax-select-tree .ant-hrmax-select-tree-treenode-draggable .ant-hrmax-select-tree-draggable-icon {
  opacity: .45;
}

.ant-hrmax-select-tree .ant-hrmax-select-tree-treenode-draggable.ant-hrmax-select-tree-treenode-disabled .ant-hrmax-select-tree-draggable-icon {
  visibility: hidden;
}

.ant-hrmax-select-tree-indent {
  white-space: nowrap;
  user-select: none;
  align-self: stretch;
}

.ant-hrmax-select-tree-indent-unit {
  width: 24px;
  display: inline-block;
}

.ant-hrmax-select-tree-draggable-icon {
  visibility: hidden;
}

.ant-hrmax-select-tree-switcher {
  text-align: center;
  cursor: pointer;
  user-select: none;
  flex: none;
  align-self: stretch;
  width: 24px;
  margin: 0;
  line-height: 24px;
  position: relative;
}

.ant-hrmax-select-tree-switcher .ant-hrmax-tree-switcher-icon, .ant-hrmax-select-tree-switcher .ant-hrmax-select-tree-switcher-icon {
  vertical-align: baseline;
  font-size: 10px;
  display: inline-block;
}

.ant-hrmax-select-tree-switcher .ant-hrmax-tree-switcher-icon svg, .ant-hrmax-select-tree-switcher .ant-hrmax-select-tree-switcher-icon svg {
  transition: transform .3s;
}

.ant-hrmax-select-tree-switcher-noop {
  cursor: default;
}

.ant-hrmax-select-tree-switcher_close .ant-hrmax-select-tree-switcher-icon svg {
  transform: rotate(-90deg);
}

.ant-hrmax-select-tree-switcher-loading-icon {
  color: #268a92;
}

.ant-hrmax-select-tree-switcher-leaf-line {
  z-index: 1;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
}

.ant-hrmax-select-tree-switcher-leaf-line:before {
  content: " ";
  border-right: 1px solid #d9d9d9;
  margin-left: -1px;
  position: absolute;
  top: 0;
  bottom: -4px;
  right: 12px;
}

.ant-hrmax-select-tree-switcher-leaf-line:after {
  content: " ";
  border-bottom: 1px solid #d9d9d9;
  width: 10px;
  height: 14px;
  position: absolute;
}

.ant-hrmax-select-tree-checkbox {
  top: initial;
  margin: 3px 8px 0 0;
}

.ant-hrmax-select-tree .ant-hrmax-select-tree-node-content-wrapper {
  z-index: auto;
  min-height: 24px;
  color: inherit;
  cursor: pointer;
  background: none;
  border-radius: 8px;
  margin: 0;
  padding: 0 4px;
  line-height: 24px;
  transition: all .3s, border, line-height, box-shadow;
  position: relative;
}

.ant-hrmax-select-tree .ant-hrmax-select-tree-node-content-wrapper:hover {
  background-color: #f2f4f7;
}

.ant-hrmax-select-tree .ant-hrmax-select-tree-node-content-wrapper.ant-hrmax-select-tree-node-selected {
  background-color: #d1ebed;
}

.ant-hrmax-select-tree .ant-hrmax-select-tree-node-content-wrapper .ant-hrmax-select-tree-iconEle {
  text-align: center;
  vertical-align: top;
  width: 24px;
  height: 24px;
  line-height: 24px;
  display: inline-block;
}

.ant-hrmax-select-tree .ant-hrmax-select-tree-node-content-wrapper .ant-hrmax-select-tree-iconEle:empty {
  display: none;
}

.ant-hrmax-select-tree-unselectable .ant-hrmax-select-tree-node-content-wrapper:hover {
  background-color: #0000;
}

.ant-hrmax-select-tree-node-content-wrapper {
  user-select: none;
  line-height: 24px;
}

.ant-hrmax-select-tree-node-content-wrapper .ant-hrmax-tree-drop-indicator {
  z-index: 1;
  pointer-events: none;
  background-color: #268a92;
  border-radius: 1px;
  height: 2px;
  position: absolute;
}

.ant-hrmax-select-tree-node-content-wrapper .ant-hrmax-tree-drop-indicator:after {
  content: "";
  background-color: #0000;
  border: 2px solid #268a92;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  position: absolute;
  top: -3px;
  left: -6px;
}

.ant-hrmax-select-tree .ant-hrmax-select-tree-treenode.drop-container > [draggable] {
  box-shadow: 0 0 0 2px #268a92;
}

.ant-hrmax-select-tree-show-line .ant-hrmax-select-tree-indent-unit {
  height: 100%;
  position: relative;
}

.ant-hrmax-select-tree-show-line .ant-hrmax-select-tree-indent-unit:before {
  content: "";
  border-right: 1px solid #cdd0d4;
  position: absolute;
  top: 0;
  bottom: -4px;
  right: 12px;
}

.ant-hrmax-select-tree-show-line .ant-hrmax-select-tree-indent-unit-end:before {
  display: none;
}

.ant-hrmax-select-tree-show-line .ant-hrmax-select-tree-switcher {
  background: #fff;
}

.ant-hrmax-select-tree-show-line .ant-hrmax-select-tree-switcher-line-icon {
  vertical-align: -.15em;
}

.ant-hrmax-select-tree .ant-hrmax-select-tree-treenode-leaf-last .ant-hrmax-select-tree-switcher-leaf-line:before {
  height: 14px !important;
  top: auto !important;
  bottom: auto !important;
}

.ant-hrmax-select-tree .ant-hrmax-select-tree-indent-unit {
  width: 21px;
}

.ant-hrmax-select-tree .ant-hrmax-select-tree-switcher {
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-right: 1px;
  display: flex;
}

.ant-hrmax-select-tree .ant-hrmax-select-tree-switcher.ant-hrmax-select-tree-switcher-noop {
  display: none;
}

.ant-hrmax-select-tree .ant-hrmax-select-tree-switcher.ant-hrmax-select-tree-switcher-noop:hover {
  background: none;
}

.ant-hrmax-select-tree .ant-hrmax-select-tree-switcher-icon {
  color: #9199a0;
  font-size: 12px;
}

.ant-hrmax-select-tree .ant-hrmax-select-tree-treenode {
  border-radius: 8px;
  margin-bottom: 1px;
  padding-bottom: 0;
}

.ant-hrmax-select-tree .ant-hrmax-select-tree-checkbox {
  top: initial;
  margin: 11px 8px 0 0;
}

.ant-hrmax-select-tree .ant-hrmax-select-tree-node-content-wrapper:hover {
  background: none;
}

.ant-hrmax-select-tree .ant-hrmax-select-tree-node-content-wrapper.ant-hrmax-select-tree-node-selected {
  color: #397ee5;
  background: none;
  font-weight: 400;
}

.ant-hrmax-select-tree-show-null-switcher .ant-hrmax-select-tree-switcher.ant-hrmax-select-tree-switcher-noop {
  display: flex;
}

.ant-hrmax-select-tree .ant-hrmax-select-tree-switcher:hover {
  background: #e5e6eb;
}

.ant-hrmax-select-tree .ant-hrmax-select-tree-switcher-icon {
  color: #9199a0;
}

.ant-hrmax-select-tree .ant-hrmax-select-tree-treenode:hover {
  background: #f2f4f7;
}

.ant-hrmax-select-tree .ant-hrmax-select-tree-treenode.ant-hrmax-select-tree-treenode-selected {
  background: #e6eefa;
}

.ant-hrmax-select-tree .ant-hrmax-select-tree-node-content-wrapper.ant-hrmax-select-tree-node-selected {
  color: #397ee5;
  font-weight: 400;
}

.ant-hrmax-select-tree .ant-hrmax-select-tree-node-content-wrapper {
  padding: 9px 0 9px 4px;
  line-height: 22px;
}

.ant-hrmax-select-tree .ant-hrmax-select-tree-switcher, .ant-hrmax-select-tree .ant-hrmax-select-tree-draggable-icon {
  border-radius: 4px;
  margin-top: 10px;
}

.ant-hrmax-select-tree-primary .ant-hrmax-select-tree-switcher:hover {
  background: #e5e6eb;
}

.ant-hrmax-select-tree-primary .ant-hrmax-select-tree-switcher-icon {
  color: #9199a0;
}

.ant-hrmax-select-tree-primary .ant-hrmax-select-tree-treenode:hover {
  background: #f2f4f7;
}

.ant-hrmax-select-tree-primary .ant-hrmax-select-tree-treenode.ant-hrmax-select-tree-treenode-selected {
  background: #e9f4f5;
}

.ant-hrmax-select-tree-primary .ant-hrmax-select-tree-node-content-wrapper.ant-hrmax-select-tree-node-selected {
  color: #121e29;
  font-weight: 600;
}

.ant-hrmax-select-tree-hide-drag-icon .ant-hrmax-select-tree-treenode-draggable .ant-hrmax-select-tree-draggable-icon {
  display: none;
}

.ant-hrmax-select-tree-small .ant-hrmax-select-tree-node-content-wrapper {
  padding: 3px 0 3px 4px;
  line-height: 22px;
}

.ant-hrmax-select-tree-small .ant-hrmax-select-tree-switcher, .ant-hrmax-select-tree-small .ant-hrmax-select-tree-draggable-icon {
  border-radius: 4px;
  margin-top: 4px;
}

.ant-hrmax-select-tree-large .ant-hrmax-select-tree-node-content-wrapper {
  padding: 5px 0 5px 4px;
  line-height: 22px;
}

.ant-hrmax-select-tree-large .ant-hrmax-select-tree-switcher, .ant-hrmax-select-tree-large .ant-hrmax-select-tree-draggable-icon {
  border-radius: 4px;
  margin-top: 6px;
}

.ant-hrmax-select-tree.ant-hrmax-select-tree-directory .ant-hrmax-select-tree-treenode:hover:before, .ant-hrmax-select-tree.ant-hrmax-select-tree-directory .ant-hrmax-select-tree-treenode .ant-hrmax-select-tree-node-content-wrapper:hover {
  background: none;
}

.ant-hrmax-select-tree.ant-hrmax-select-tree-directory .ant-hrmax-select-tree-treenode .ant-hrmax-select-tree-node-content-wrapper.ant-hrmax-select-tree-node-selected {
  color: #397ee5;
  background: none;
}

.ant-hrmax-select-tree.ant-hrmax-select-tree-directory .ant-hrmax-select-tree-treenode-selected:hover:before, .ant-hrmax-select-tree.ant-hrmax-select-tree-directory .ant-hrmax-select-tree-treenode-selected:before {
  background: none;
}

.ant-hrmax-select-tree.ant-hrmax-select-tree-directory .ant-hrmax-select-tree-treenode-selected .ant-hrmax-select-tree-switcher {
  color: #397ee5;
}

.ant-hrmax-select-tree.ant-hrmax-select-tree-directory .ant-hrmax-select-tree-treenode-selected .ant-hrmax-select-tree-switcher.ant-hrmax-select-tree-switcher-noop {
  visibility: hidden;
  display: block;
}

.ant-hrmax-select-tree.ant-hrmax-select-tree-directory .ant-hrmax-select-tree-treenode-selected .ant-hrmax-select-tree-switcher.ant-hrmax-select-tree-switcher-noop:hover {
  background: none;
}

.ant-hrmax-select-tree.ant-hrmax-select-tree-directory .ant-hrmax-select-tree-treenode-selected .ant-hrmax-select-tree-node-content-wrapper {
  color: #397ee5;
  background: none;
}

.ant-hrmax-select-tree .ant-hrmax-select-tree-treenode .ant-hrmax-select-tree-switcher.ant-hrmax-select-tree-switcher-noop {
  display: block;
}

.ant-hrmax-notification-notice {
  border-radius: 8px;
  padding: 20px;
}

.ant-hrmax-notification-notice-icon {
  margin-left: 0;
}

.ant-hrmax-notification-notice-close {
  top: 8px;
  right: 8px;
}

.ant-hrmax-timeline-item-tail {
  border-left-color: #cdd0d4;
}

.ant-hrmax-timeline-item-head-blue {
  border-color: #268a92;
}

.ant-hrmax-timeline-item-content {
  margin-left: 26px;
}

.ant-hrmax-timeline-dotted .ant-hrmax-timeline-item-tail {
  border-left-width: 2px;
  height: calc(100% - 8px);
  top: 8px;
}

.ant-hrmax-timeline-dotted .ant-hrmax-timeline-item-head {
  background: #268a92;
  border-color: #268a92;
  width: 8px;
  height: 8px;
  left: 1px;
}

.ant-hrmax-position-label-wrap {
  display: inline-flex;
}

.ant-hrmax-position-label-wrap .ant-hrmax-position-label-item {
  border-radius: 10px;
  align-items: center;
  height: 20px;
  margin-right: 8px;
  padding: 0 8px;
  font-size: 12px;
  line-height: 12px;
  display: flex;
}

.ant-hrmax-tip-beyond-text-group {
  align-items: center;
  display: flex;
}

.ant-hrmax-tip-beyond-text {
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  overflow: hidden;
}

.ant-hrmax-spin {
  color: #268a92;
}

.ant-hrmax-spin-dot-item {
  background-color: #268a92;
}

.ant-hrmax-switch {
  color: red;
}

.ant-hrmax-switch-checked:focus {
  box-shadow: 0 0 0 2px #e6eefa;
}

.ant-hrmax-switch-checked {
  background-color: #397ee5;
}

.ant-hrmax-switch .ant-click-animating-node {
  animation: none;
}

.ant-hrmax-switch-checked .ant-hrmax-switch-loading-icon {
  color: #397ee5;
}

.ant-hrmax-steps-item-icon .ant-hrmax-steps-icon {
  color: #268a92;
}

.ant-hrmax-steps-item-tail:after {
  background: #f2f6fb;
}

.ant-hrmax-steps-item-process > .ant-hrmax-steps-item-container > .ant-hrmax-steps-item-content > .ant-hrmax-steps-item-title {
  color: #000000d9;
}

.ant-hrmax-steps-item-process > .ant-hrmax-steps-item-container > .ant-hrmax-steps-item-content > .ant-hrmax-steps-item-description {
  color: #000;
}

.ant-hrmax-steps-item-process > .ant-hrmax-steps-item-container > .ant-hrmax-steps-item-tail:after {
  background-color: #f2f6fb;
}

.ant-hrmax-steps-item-process .ant-hrmax-steps-item-icon {
  background-color: #fff;
  border-color: #268a92;
}

.ant-hrmax-steps-item-process .ant-hrmax-steps-item-icon > .ant-hrmax-steps-icon {
  color: #268a92;
}

.ant-hrmax-steps-item-process .ant-hrmax-steps-item-icon > .ant-hrmax-steps-icon .ant-hrmax-steps-icon-dot {
  background: #268a92;
}

.ant-hrmax-steps-item-process > .ant-hrmax-steps-item-container > .ant-hrmax-steps-item-content > .ant-hrmax-steps-item-title:after, .ant-hrmax-steps-item-process > .ant-hrmax-steps-item-container > .ant-hrmax-steps-item-tail:after {
  background-color: #f2f6fb;
}

.ant-hrmax-steps-item-process > .ant-hrmax-steps-item-container > .ant-hrmax-steps-item-icon {
  background: #268a92;
}

.ant-hrmax-steps-item-finish > .ant-hrmax-steps-item-container > .ant-hrmax-steps-item-content > .ant-hrmax-steps-item-title {
  color: #000;
}

.ant-hrmax-steps-item-finish > .ant-hrmax-steps-item-container > .ant-hrmax-steps-item-content > .ant-hrmax-steps-item-description {
  color: #535b64;
}

.ant-hrmax-steps-item-finish > .ant-hrmax-steps-item-container > .ant-hrmax-steps-item-tail:after {
  background-color: #268a92;
}

.ant-hrmax-steps-item-finish .ant-hrmax-steps-item-icon {
  background-color: #fff;
  border-color: #268a92;
}

.ant-hrmax-steps-item-finish .ant-hrmax-steps-item-icon > .ant-hrmax-steps-icon {
  color: #268a92;
}

.ant-hrmax-steps-item-finish .ant-hrmax-steps-item-icon > .ant-hrmax-steps-icon .ant-hrmax-steps-icon-dot {
  background: #268a92;
}

.ant-hrmax-steps-item-finish > .ant-hrmax-steps-item-container > .ant-hrmax-steps-item-content > .ant-hrmax-steps-item-title:after, .ant-hrmax-steps-item-finish > .ant-hrmax-steps-item-container > .ant-hrmax-steps-item-tail:after {
  background-color: #268a92;
}

.ant-hrmax-steps-item-error > .ant-hrmax-steps-item-container > .ant-hrmax-steps-item-content > .ant-hrmax-steps-item-title {
  color: #d90007;
}

.ant-hrmax-steps-item-error > .ant-hrmax-steps-item-container > .ant-hrmax-steps-item-content > .ant-hrmax-steps-item-description {
  color: #d90007;
}

.ant-hrmax-steps-item-error > .ant-hrmax-steps-item-container > .ant-hrmax-steps-item-tail:after {
  background-color: #f2f6fb;
}

.ant-hrmax-steps-item-error .ant-hrmax-steps-item-icon {
  background-color: #fff;
  border-color: #d90007;
}

.ant-hrmax-steps-item-error .ant-hrmax-steps-item-icon > .ant-hrmax-steps-icon {
  color: #d90007;
}

.ant-hrmax-steps-item-error .ant-hrmax-steps-item-icon > .ant-hrmax-steps-icon .ant-hrmax-steps-icon-dot {
  background: #d90007;
}

.ant-hrmax-steps-item-error > .ant-hrmax-steps-item-container > .ant-hrmax-steps-item-content > .ant-hrmax-steps-item-title:after, .ant-hrmax-steps-item-error > .ant-hrmax-steps-item-container > .ant-hrmax-steps-item-tail:after {
  background-color: #f2f6fb;
}

.ant-hrmax-steps .ant-hrmax-steps-item:not(.ant-hrmax-steps-item-active) > .ant-hrmax-steps-item-container[role="button"]:hover .ant-hrmax-steps-item-title, .ant-hrmax-steps .ant-hrmax-steps-item:not(.ant-hrmax-steps-item-active) > .ant-hrmax-steps-item-container[role="button"]:hover .ant-hrmax-steps-item-subtitle, .ant-hrmax-steps .ant-hrmax-steps-item:not(.ant-hrmax-steps-item-active) > .ant-hrmax-steps-item-container[role="button"]:hover .ant-hrmax-steps-item-description {
  color: #268a92;
}

.ant-hrmax-steps .ant-hrmax-steps-item:not(.ant-hrmax-steps-item-active):not(.ant-hrmax-steps-item-process) > .ant-hrmax-steps-item-container[role="button"]:hover .ant-hrmax-steps-item-icon {
  border-color: #268a92;
}

.ant-hrmax-steps .ant-hrmax-steps-item:not(.ant-hrmax-steps-item-active):not(.ant-hrmax-steps-item-process) > .ant-hrmax-steps-item-container[role="button"]:hover .ant-hrmax-steps-item-icon .ant-hrmax-steps-icon, .ant-hrmax-steps-item-custom.ant-hrmax-steps-item-process .ant-hrmax-steps-item-icon > .ant-hrmax-steps-icon {
  color: #268a92;
}

.ant-hrmax-anchor-ink-ball {
  border: 2px solid #268a92;
}

.ant-hrmax-anchor-link-active > .ant-hrmax-anchor-link-title, .ant-hrmax-anchor-link-title:hover {
  color: #268a92;
}

.ant-hrmax-progress-steps-item {
  background: #e5e6eb;
}

.ant-hrmax-progress-steps-item-active {
  background: #4060ff;
}

.ant-hrmax-progress-inner {
  background-color: #e5e6eb;
}

.ant-hrmax-progress-circle-trail {
  stroke: #e5e6eb;
}

.ant-hrmax-progress-inner:not(.ant-hrmax-progress-circle-gradient) .ant-hrmax-progress-circle-path {
  stroke: #4060ff;
}

.ant-hrmax-progress-success-bg, .ant-hrmax-progress-bg {
  background-color: #4060ff;
  position: relative;
}

.ant-hrmax-progress-success-bg {
  background-color: #2e9908;
}

.ant-hrmax-progress-status-exception .ant-hrmax-progress-bg {
  background-color: #d90007;
}

.ant-hrmax-progress-status-exception .ant-hrmax-progress-text {
  color: #d90007;
}

.ant-hrmax-progress-status-exception .ant-hrmax-progress-inner:not(.ant-hrmax-progress-circle-gradient) .ant-hrmax-progress-circle-path {
  stroke: #d90007;
}

.ant-hrmax-progress-status-success .ant-hrmax-progress-bg {
  background-color: #2e9908;
}

.ant-hrmax-progress-status-success .ant-hrmax-progress-text {
  color: #2e9908;
}

.ant-hrmax-progress-status-success .ant-hrmax-progress-inner:not(.ant-hrmax-progress-circle-gradient) .ant-hrmax-progress-circle-path {
  stroke: #2e9908;
}

.ant-hrmax-progress-circle .ant-hrmax-progress-text {
  color: #000;
}

.ant-hrmax-progress-circle.ant-hrmax-progress-status-exception .ant-hrmax-progress-text {
  color: #d90007;
}

.ant-hrmax-progress-circle.ant-hrmax-progress-status-success .ant-hrmax-progress-text {
  color: #2e9908;
}


/*!*********************************************************************!*\
  !*** ./src/views/OfficialHome/components/ApplyContainer/index.less ***!
  \*********************************************************************/
.apply-page {
  background: linear-gradient(#1c7f8d 0%, #112a37 100%);
  flex-direction: column;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.apply-page .apply-header {
  z-index: 100;
  background: linear-gradient(#1c7f8d 0%, #1b7987 100%);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.apply-page .apply-header__container {
  height: 80px;
  margin: 0 auto;
  padding: 16px 20px;
  line-height: 44px;
}

.apply-page .apply-header__logo {
  width: auto;
  height: 25px;
}

.apply-page .apply-main {
  z-index: 2;
  border-radius: 12px;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: calc(100% - 40px);
  max-width: 792px;
  margin: 80px 20px 42px;
  display: flex;
  position: relative;
  overflow-x: hidden;
}

.apply-page .apply-container {
  z-index: 2;
  background: #fff;
  width: 100%;
  min-height: 100%;
  position: relative;
  box-shadow: 0 20px 40px #0000001a;
}


/*!*****************************************************************************!*\
  !*** ./src/views/OfficialHome/pages/Apply/components/SubmitForm/index.less ***!
  \*****************************************************************************/
.submit-form {
  padding: 120px 24px;
  position: relative;
}

.submit-form .submit-form-container {
  width: 100%;
  max-width: 528px;
  margin: 0 auto;
}

.submit-form .apply-title {
  text-align: center;
  color: var(--token-color-text, #121e29);
  font-size: 36px;
  font-weight: var(---font-weight-title, 600);
  margin-bottom: 40px;
  font-style: normal;
  line-height: normal;
  position: relative;
}

.submit-form .apply-agreement-item {
  margin-bottom: 60px !important;
}

.submit-form .apply-agreement-item .apply-agreement-text {
  color: var(--token-color-text-secondary, #535b64);
  font-size: var(--token-font-size-sm, 12px);
  line-height: var(--token-font-lineheight-sm, 20px);
  margin-bottom: 0;
  padding-top: 8px;
}

.submit-form .apply-agreement-item .apply-checkbox-label {
  color: var(--token-color-text-secondary, #535b64);
  font-size: var(--token-font-size-sm, 12px);
  line-height: var(--token-font-lineheight-sm, 20px);
}

.submit-form .apply-form .apply-form-label {
  color: #121e29;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  display: block;
}

.submit-form .apply-form .ant-hrmax-input, .submit-form .apply-form .ant-hrmax-input:focus, .submit-form .apply-form .ant-hrmax-input-focused {
  border-color: #cdd0d4;
  border-radius: 12px;
  font-size: 16px;
}

.submit-form .apply-form .ant-hrmax-input:hover, .submit-form .apply-form .ant-hrmax-input:focus:hover, .submit-form .apply-form .ant-hrmax-input-focused:hover {
  border-color: #268a92;
}

.submit-form .apply-form .ant-hrmax-input:focus, .submit-form .apply-form .ant-hrmax-input-focused {
  border-color: #268a92;
  box-shadow: 0 0 0 2px #268a9233;
}

.submit-form .apply-form .ant-checkbox-wrapper .ant-checkbox-checked .ant-checkbox-inner {
  background-color: #268a92;
  border-color: #268a92;
}

.submit-form .apply-form .apply-submit-btn {
  background: #268a92;
  border-color: #268a92;
  border-radius: 12px;
  width: 70%;
  height: 48px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 500;
  display: block;
}

.submit-form .apply-form .apply-submit-btn:hover {
  background: #016b72;
  border-color: #016b72;
}

.submit-form .apply-form .apply-submit-btn:disabled {
  color: #9199a0;
  background: #cdd0d4;
  border-color: #cdd0d4;
}

@media screen and (width <= 1026px) {
  .submit-form {
    padding: 32px 24px 120px;
  }

  .submit-form .apply-title {
    margin-bottom: 32px;
    font-size: 24px;
  }
}


/*# sourceMappingURL=apply.40111891.css.map*/