/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-message {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #222222;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: fixed;
  top: 16px;
  left: 0;
  z-index: 1010;
  width: 100%;
  pointer-events: none;
}
.ant-message-notice {
  padding: 8px;
  text-align: center;
}
.ant-message-notice:first-child {
  margin-top: -8px;
}
.ant-message-notice-content {
  display: inline-block;
  padding: 10px 16px;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  pointer-events: all;
}
.ant-message-success .anticon {
  color: #52c41a;
}
.ant-message-error .anticon {
  color: #ff4d4f;
}
.ant-message-warning .anticon {
  color: #faad14;
}
.ant-message-info .anticon,
.ant-message-loading .anticon {
  color: #215783;
}
.ant-message .anticon {
  position: relative;
  top: 1px;
  margin-right: 8px;
  font-size: 16px;
}
.ant-message-notice.move-up-leave.move-up-leave-active {
  animation-name: MessageMoveOut;
  animation-duration: 0.3s;
}
@keyframes MessageMoveOut {
  0% {
    max-height: 150px;
    padding: 8px;
    opacity: 1;
  }
  100% {
    max-height: 0;
    padding: 0;
    opacity: 0;
  }
}
.ant-message-rtl {
  direction: rtl;
}
.ant-message-rtl span {
  direction: rtl;
}
.ant-message-rtl .anticon {
  margin-right: 0;
  margin-left: 8px;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.antd-pro-component-dashs-exception-index-exception {
  display: flex;
  align-items: center;
  height: 80%;
  min-height: 500px;
}
.antd-pro-component-dashs-exception-index-exception .antd-pro-component-dashs-exception-index-imgBlock {
  flex: 0 0 62.5%;
  width: 62.5%;
  padding-right: 152px;
  zoom: 1;
}
.antd-pro-component-dashs-exception-index-exception .antd-pro-component-dashs-exception-index-imgBlock:before,
.antd-pro-component-dashs-exception-index-exception .antd-pro-component-dashs-exception-index-imgBlock:after {
  content: ' ';
  display: table;
}
.antd-pro-component-dashs-exception-index-exception .antd-pro-component-dashs-exception-index-imgBlock:after {
  clear: both;
  visibility: hidden;
  font-size: 0;
  height: 0;
}
.antd-pro-component-dashs-exception-index-exception .antd-pro-component-dashs-exception-index-imgEle {
  height: 360px;
  width: 100%;
  max-width: 430px;
  float: right;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
.antd-pro-component-dashs-exception-index-exception .antd-pro-component-dashs-exception-index-content {
  flex: auto;
}
.antd-pro-component-dashs-exception-index-exception .antd-pro-component-dashs-exception-index-content h1 {
  color: #434e59;
  font-size: 72px;
  font-weight: 600;
  line-height: 72px;
  margin-bottom: 24px;
}
.antd-pro-component-dashs-exception-index-exception .antd-pro-component-dashs-exception-index-content .antd-pro-component-dashs-exception-index-desc {
  color: rgba(0, 0, 0, 0.45);
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 16px;
}
.antd-pro-component-dashs-exception-index-exception .antd-pro-component-dashs-exception-index-content .antd-pro-component-dashs-exception-index-actions button:not(:last-child) {
  margin-right: 8px;
}
@media screen and (max-width: 1200px) {
  .antd-pro-component-dashs-exception-index-exception .antd-pro-component-dashs-exception-index-imgBlock {
    padding-right: 88px;
  }
}
@media screen and (max-width: 576px) {
  .antd-pro-component-dashs-exception-index-exception {
    display: block;
    text-align: center;
  }
  .antd-pro-component-dashs-exception-index-exception .antd-pro-component-dashs-exception-index-imgBlock {
    padding-right: 0;
    margin: 0 auto 24px;
  }
}
@media screen and (max-width: 480px) {
  .antd-pro-component-dashs-exception-index-exception .antd-pro-component-dashs-exception-index-imgBlock {
    margin-bottom: -24px;
    overflow: hidden;
  }
}

/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
}
#nprogress .bar {
  background: #29d;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}
/* Remove these to get rid of the spinner */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner 400ms linear infinite;
  animation: nprogress-spinner 400ms linear infinite;
}
.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

  #nprogress .bar {
    background: #4dbd74;
    height: 4px;
  }
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
@keyframes antCheckboxEffect {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
.ant-tree.ant-tree-directory .ant-tree-treenode {
  position: relative;
}
.ant-tree.ant-tree-directory .ant-tree-treenode::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 4px;
  left: 0;
  transition: background-color 0.3s;
  content: '';
  pointer-events: none;
}
.ant-tree.ant-tree-directory .ant-tree-treenode:hover::before {
  background: #215783;
}
.ant-tree.ant-tree-directory .ant-tree-treenode > * {
  z-index: 1;
}
.ant-tree.ant-tree-directory .ant-tree-treenode .ant-tree-switcher {
  transition: color 0.3s;
}
.ant-tree.ant-tree-directory .ant-tree-treenode .ant-tree-node-content-wrapper {
  border-radius: 0;
  user-select: none;
}
.ant-tree.ant-tree-directory .ant-tree-treenode .ant-tree-node-content-wrapper:hover {
  background: transparent;
}
.ant-tree.ant-tree-directory .ant-tree-treenode .ant-tree-node-content-wrapper.ant-tree-node-selected {
  color: #fff;
  background: transparent;
}
.ant-tree.ant-tree-directory .ant-tree-treenode-selected:hover::before,
.ant-tree.ant-tree-directory .ant-tree-treenode-selected::before {
  background: #215783;
}
.ant-tree.ant-tree-directory .ant-tree-treenode-selected .ant-tree-switcher {
  color: #fff;
}
.ant-tree.ant-tree-directory .ant-tree-treenode-selected .ant-tree-node-content-wrapper {
  color: #fff;
  background: transparent;
}
.ant-tree-checkbox {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #222222;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  top: -0.09em;
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  vertical-align: middle;
  outline: none;
  cursor: pointer;
}
.ant-tree-checkbox-wrapper:hover .ant-tree-checkbox-inner,
.ant-tree-checkbox:hover .ant-tree-checkbox-inner,
.ant-tree-checkbox-input:focus + .ant-tree-checkbox-inner {
  border-color: #215783;
}
.ant-tree-checkbox-checked::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #215783;
  border-radius: 2px;
  visibility: hidden;
  animation: antCheckboxEffect 0.36s ease-in-out;
  animation-fill-mode: backwards;
  content: '';
}
.ant-tree-checkbox:hover::after,
.ant-tree-checkbox-wrapper:hover .ant-tree-checkbox::after {
  visibility: visible;
}
.ant-tree-checkbox-inner {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  direction: ltr;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  border-collapse: separate;
  transition: all 0.3s;
}
.ant-tree-checkbox-inner::after {
  position: absolute;
  top: 50%;
  left: 22%;
  display: table;
  width: 5.71428571px;
  height: 9.14285714px;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg) scale(0) translate(-50%, -50%);
  opacity: 0;
  transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
  content: ' ';
}
.ant-tree-checkbox-input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.ant-tree-checkbox-checked .ant-tree-checkbox-inner::after {
  position: absolute;
  display: table;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg) scale(1) translate(-50%, -50%);
  opacity: 1;
  transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  content: ' ';
}
.ant-tree-checkbox-checked .ant-tree-checkbox-inner {
  background-color: #215783;
  border-color: #215783;
}
.ant-tree-checkbox-disabled {
  cursor: not-allowed;
}
.ant-tree-checkbox-disabled.ant-tree-checkbox-checked .ant-tree-checkbox-inner::after {
  border-color: #215783;
  animation-name: none;
}
.ant-tree-checkbox-disabled .ant-tree-checkbox-input {
  cursor: not-allowed;
}
.ant-tree-checkbox-disabled .ant-tree-checkbox-inner {
  background-color: #f5f5f5;
  border-color: #d9d9d9 !important;
}
.ant-tree-checkbox-disabled .ant-tree-checkbox-inner::after {
  border-color: #f5f5f5;
  border-collapse: separate;
  animation-name: none;
}
.ant-tree-checkbox-disabled + span {
  color: #215783;
  cursor: not-allowed;
}
.ant-tree-checkbox-disabled:hover::after,
.ant-tree-checkbox-wrapper:hover .ant-tree-checkbox-disabled::after {
  visibility: hidden;
}
.ant-tree-checkbox-wrapper {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #222222;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  display: inline-block;
  line-height: unset;
  cursor: pointer;
}
.ant-tree-checkbox-wrapper.ant-tree-checkbox-wrapper-disabled {
  cursor: not-allowed;
}
.ant-tree-checkbox-wrapper + .ant-tree-checkbox-wrapper {
  margin-left: 8px;
}
.ant-tree-checkbox + span {
  padding-right: 8px;
  padding-left: 8px;
}
.ant-tree-checkbox-group {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #222222;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  display: inline-block;
}
.ant-tree-checkbox-group-item {
  display: inline-block;
  margin-right: 8px;
}
.ant-tree-checkbox-group-item:last-child {
  margin-right: 0;
}
.ant-tree-checkbox-group-item + .ant-tree-checkbox-group-item {
  margin-left: 0;
}
.ant-tree-checkbox-indeterminate .ant-tree-checkbox-inner {
  background-color: #fff;
  border-color: #d9d9d9;
}
.ant-tree-checkbox-indeterminate .ant-tree-checkbox-inner::after {
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  background-color: #215783;
  border: 0;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  content: ' ';
}
.ant-tree-checkbox-indeterminate.ant-tree-checkbox-disabled .ant-tree-checkbox-inner::after {
  background-color: #215783;
  border-color: #215783;
}
.ant-tree {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #222222;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  background: #fff;
  border-radius: 2px;
  transition: background-color 0.3s;
}
.ant-tree-focused:not(:hover):not(.ant-tree-active-focused) {
  background: #b6bfc2;
}
.ant-tree-list-holder-inner {
  align-items: flex-start;
}
.ant-tree.ant-tree-block-node .ant-tree-list-holder-inner {
  align-items: stretch;
}
.ant-tree.ant-tree-block-node .ant-tree-list-holder-inner .ant-tree-node-content-wrapper {
  flex: auto;
}
.ant-tree .ant-tree-treenode {
  display: flex;
  align-items: flex-start;
  padding: 0 0 4px 0;
  outline: none;
}
.ant-tree .ant-tree-treenode-disabled .ant-tree-node-content-wrapper {
  color: #215783;
  cursor: not-allowed;
}
.ant-tree .ant-tree-treenode-disabled .ant-tree-node-content-wrapper:hover {
  background: transparent;
}
.ant-tree .ant-tree-treenode-active .ant-tree-node-content-wrapper {
  background: #215783;
}
.ant-tree-indent {
  align-self: stretch;
  white-space: nowrap;
  user-select: none;
}
.ant-tree-indent-unit {
  display: inline-block;
  width: 24px;
}
.ant-tree .ant-tree-switcher {
  flex: none;
  width: 24px;
  height: 24px;
  margin: 0;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
}
.ant-tree .ant-tree-switcher .ant-tree-switcher-icon,
.ant-tree .ant-tree-switcher .ant-select-tree-switcher-icon {
  font-size: 10px;
  display: inline-block;
  vertical-align: baseline;
}
.ant-tree .ant-tree-switcher .ant-tree-switcher-icon svg,
.ant-tree .ant-tree-switcher .ant-select-tree-switcher-icon svg {
  transition: transform 0.3s;
}
.ant-tree .ant-tree-switcher-noop {
  cursor: default;
}
.ant-tree .ant-tree-switcher_close .ant-tree-switcher-icon svg {
  transform: rotate(-90deg);
}
.ant-tree .ant-tree-switcher-loading-icon {
  color: #215783;
}
.ant-tree .ant-tree-checkbox {
  top: initial;
  margin: 4px 8px 0 0;
}
.ant-tree .ant-tree-node-content-wrapper {
  min-height: 24px;
  margin: 0;
  padding: 0 4px;
  color: inherit;
  line-height: 24px;
  background: transparent;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.3s;
}
.ant-tree .ant-tree-node-content-wrapper:hover {
  background-color: #215783;
}
.ant-tree .ant-tree-node-content-wrapper.ant-tree-node-selected {
  background-color: #a1afb5;
}
.ant-tree .ant-tree-node-content-wrapper .ant-tree-iconEle {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  vertical-align: top;
}
.ant-tree .ant-tree-node-content-wrapper .ant-tree-iconEle:empty {
  display: none;
}
.ant-tree-node-content-wrapper[draggable='true'] {
  line-height: 20px;
  border-top: 2px transparent solid;
  border-bottom: 2px transparent solid;
  user-select: none;
}
.ant-tree .ant-tree-treenode.drag-over > [draggable] {
  color: white;
  background-color: #215783;
  opacity: 0.8;
}
.ant-tree .ant-tree-treenode.drag-over-gap-top > [draggable] {
  border-top-color: #215783;
}
.ant-tree .ant-tree-treenode.drag-over-gap-bottom > [draggable] {
  border-bottom-color: #215783;
}
.ant-tree-show-line {
  /* Motion should hide line of measure */
}
.ant-tree-show-line .ant-tree-indent-unit {
  position: relative;
  height: 100%;
}
.ant-tree-show-line .ant-tree-indent-unit::before {
  position: absolute;
  top: calc(100% - 4px);
  right: -12px;
  bottom: -28px;
  border-right: 1px solid #d9d9d9;
  content: '';
}
.ant-tree-show-line .ant-tree-indent-unit-end::before {
  display: none;
}
.ant-tree-show-line .ant-tree-treenode-motion:not(.ant-motion-collapse-leave):not(.ant-motion-collapse-appear-active) .ant-tree-indent-unit::before {
  display: none;
}
.ant-tree-show-line .ant-tree-switcher {
  z-index: 1;
  background: #fff;
}
.ant-tree-rtl {
  direction: rtl;
}
.ant-tree .ant-tree-treenode-rtl {
  direction: rtl;
}
.ant-tree-rtl.ant-tree .ant-tree-switcher_close .ant-tree-switcher-icon svg {
  transform: rotate(90deg);
}
.ant-tree-rtl.ant-tree-show-line .ant-tree-indent-unit::before {
  right: auto;
  left: -12px;
  border-right: none;
  border-left: 1px solid #d9d9d9;
}
.ant-tree-rtl.ant-tree .ant-tree-checkbox {
  margin: 4px 0 0 8px;
}
.ant-tree-select-dropdown-rtl .ant-select-tree .ant-select-tree-checkbox {
  margin: 4px 0 0 8px;
}

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

.containerPopup {
  min-width: 280px;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 10px;
}
.containerPopup > .exitButton {
  position: absolute;
  top: 15px;
  right: 30px;
}
.containerPopup > .imagePopup {
  height: 90px;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  border-radius: 10px 10px 0 0;
}
.containerPopup > .infoWrapper {
  padding: 10px;
  width: 100%;
  background-color: white;
}
.containerPopup > .infoWrapper > p {
  margin: 0;
  width: 181px;
  font-size: 16px;
}
.containerPopup > .infoWrapper > .nameInfo {
  color: #000000;
  font-weight: 500;
  width: 100%;
}
.containerPopup > .infoWrapper > .specializationsInfo {
  color: #70757a;
  font-size: 13px;
}
.containerPopup > .infoWrapper > .buttonDirection {
  cursor: pointer;
}

.mapWrapper {
  height: 100vh;
  overflow: hidden;
  height: calc(var(--vh, 1vh) * 100);
}
.mapWrapper > .styleLeft {
  height: 100%;
  background: #F5F5F5;
  --left-width: 25%;
  width: var(--left-width);
  float: left;
  box-shadow: 3px 0px 6px #00000029;
  opacity: 1;
  position: relative;
  z-index: 1000;
  overflow-y: scroll;
  overflow-x: hidden;
  overflow: -moz-hidden-unscrollable;
  scrollbar-width: 5px;
}
.mapWrapper > .styleLeft > .addReviewLayer {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 12px 15px;
  background-color: #fff;
  z-index: 1004;
}
.mapWrapper > .styleLeft > .addReviewLayer .addReviewLayer__header {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.mapWrapper > .styleLeft > .addReviewLayer .addReviewLayer__header .buttonPost {
  border: none;
  font-weight: 500;
  color: #1e90ff;
  font-size: 18px;
  margin-left: 4px;
  border: 1px solid #1e90ff;
}
.mapWrapper > .styleLeft > .addReviewLayer .addReviewLayer__header .buttonPost:hover {
  background-color: #1e90ff;
  color: #fff;
}
.mapWrapper > .styleLeft > .addReviewLayer p {
  margin-bottom: 0px;
  margin-left: 15px;
}
.mapWrapper > .styleLeft > .addReviewLayer .addReviewLayer__body {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.mapWrapper > .styleLeft > .addReviewLayer .addReviewLayer__body .reviewRating {
  font-size: 28px;
  margin: 20px 0;
}
.mapWrapper > .styleLeft > .addReviewLayer .addReviewLayer__body .reviewTitle {
  border: none;
  margin-bottom: 20px;
  font-size: 16px;
}
.mapWrapper > .styleLeft > .addReviewLayer .addReviewLayer__body .reviewContent {
  border: none;
  font-size: 16px;
}
.mapWrapper > .styleLeft .styleLeft__head__login {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 40px;
  border-radius: 20px;
  margin-left: 10px;
  cursor: pointer;
}
.mapWrapper > .styleLeft .styleLeft__loginField_hide {
  max-height: 0px;
  transition: max-height 2s;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.mapWrapper > .styleLeft .styleLeft__loginField_hide .loginBtn,
.mapWrapper > .styleLeft .styleLeft__loginField_hide .loginBtn__page {
  display: none;
}
.mapWrapper > .styleLeft .styleLeft__loginField {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  max-height: 50vh;
  transition: max-height 1s;
  overflow: hidden;
}
.mapWrapper > .styleLeft .styleLeft__loginField .loginBtn {
  margin: 10px 10px;
  width: 260px;
  height: 30px;
}
.mapWrapper > .styleLeft .styleLeft__loginField .loginBtn span {
  font-size: 16px;
  font-weight: 400;
}
.mapWrapper > .styleLeft .styleLeft__loginField .loginBtn img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.mapWrapper > .styleLeft .styleLeft__loginField .loginBtn__gg {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  color: #616161;
  height: 30px;
}
.mapWrapper > .styleLeft .styleLeft__loginField .loginBtn__fb {
  border: none;
  background-color: #3B5994;
  color: #fff;
  height: 30px;
  font-size: 16px;
}
.mapWrapper > .styleLeft > .shareContainer {
  background: #ffffff 0% 0% no-repeat padding-box;
  padding: 12px 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.mapWrapper > .styleLeft > .shareContainer > .ant-col > p {
  margin: 0;
}
.mapWrapper > .styleLeft > .layer2Container {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.mapWrapper > .styleLeft > .layer2Container > .layer2InfoImage {
  width: 100%;
  height: 240px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  border-bottom: 1px solid #bbb;
}
.mapWrapper > .styleLeft > .layer2Container > .layer2InfoPlace {
  background-color: #fff;
  padding: 12px 24px;
  border-bottom: 1px solid #bbb;
  width: 100%;
}
.mapWrapper > .styleLeft > .layer2Container > .layer2InfoPlace > .layer2InfoPlace__rate {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.mapWrapper > .styleLeft > .layer2Container > .layer2InfoPlace > p {
  margin: 0;
  line-height: 30px;
}
.mapWrapper > .styleLeft > .layer2Container > .layer2InfoPlace > p:first-child {
  letter-spacing: 0px;
  overflow: hidden;
  margin-bottom: 0;
  font-weight: 500;
}
.mapWrapper > .styleLeft > .layer2Container > .layer2InfoPlace > p:nth-child(2) {
  color: #42464e;
}
.mapWrapper > .styleLeft > .layer2Container > .layer2InfoButton {
  padding: 14px 10px;
  background-color: #fff;
  border-bottom: 1px solid #bbb;
}
.mapWrapper > .styleLeft > .layer2Container > .layer2InfoButton > .ant-row {
  display: flex;
  flex-wrap: wrap;
}
.mapWrapper > .styleLeft > .layer2Container > .layer2InfoButton > .ant-row > .ant-col > .styleBtn1 {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.mapWrapper > .styleLeft > .layer2Container > .layer2InfoButton > .ant-row > .ant-col > .styleBtn1 > p {
  margin-bottom: 0;
  font-size: 12px;
  margin-top: 4px;
  color: #1a73e8;
}
.mapWrapper > .styleLeft > .layer2Container > .layer2InfoButton > .ant-row > .ant-col > .styleBtn1 > img {
  cursor: pointer;
  width: 3.6rem;
  height: 3.6rem;
}
.mapWrapper > .styleLeft > .layer2Container > .layer2InfoButtonFindPath {
  background-color: #4285f4;
  border-bottom: 1px solid #bbb;
  padding: 18px 24px;
  padding-bottom: 48px;
}
.mapWrapper > .styleLeft > .layer2Container > .layer2InfoButtonFindPath > .ant-row > .ant-col > .tranportImage {
  width: 36px;
  height: 36px;
  background-color: #0429c4;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 14px;
  cursor: pointer;
}
.mapWrapper > .styleLeft > .layer2Container > .layer2InfoButtonFindPath > .ant-row > .ant-col > .tranportImage > .tranportImageChil {
  background-size: contain;
  background-position: center;
  width: 17px;
  height: 22px;
  background-repeat: no-repeat;
}
.mapWrapper > .styleLeft > .layer2Container > .layer2InfoButtonFindPath > .ant-row > .ant-col > .tranportImageSelected {
  background-color: #ffffff;
}
.mapWrapper > .styleLeft > .layer2Container > .layer2InfoButtonFindPath > .ant-row > .ant-col > .tranportImageSelected > .tranportImageChil {
  filter: invert() sepia(0) saturate(0) hue-rotate(346deg) brightness(104%) contrast(97%);
}
.mapWrapper > .styleLeft > .layer2Container > .layer2InfoButtonFindPath > .ant-row > .ant-col > .svgWrapper {
  display: flex;
  flex-direction: column;
  margin-top: 15px;
}
.mapWrapper > .styleLeft > .layer2Container > .layer2InfoButtonFindPath > .ant-row > .ant-col > .svgWrapper > svg {
  fill: #fff;
}
.mapWrapper > .styleLeft > .layer2Container > .layer2InfoButtonFindPath > .ant-row > .ant-col > .svgWrapper > svg:first-child {
  fill: #4285f4;
}
.mapWrapper > .styleLeft > .layer2Container > .layer2InfoButtonFindPath > .ant-row > .ant-col > .svgWrapper > svg > .stroke-1 {
  stroke-width: 1;
  stroke-linecap: butt;
  stroke-dasharray: 0;
  stroke: #fff;
}
.mapWrapper > .styleLeft > .layer2Container > .layer2InfoButtonFindPath > .ant-row > .ant-col > .svgWrapper > img {
  margin-top: 5px;
}
.mapWrapper > .styleLeft > .layer2Container > .layer2InfoButtonFindPath > .ant-row > .ant-col > .desParagraph {
  color: #fff;
  padding-left: 10px;
  font-size: 14px;
  border-bottom: 1px solid;
  margin-top: 8px;
}
.mapWrapper > .styleLeft > .layer2Container > .layer2InfoButtonFindPath > .ant-row > .ant-col > .confirmChoosePlace {
  color: #000000;
  padding-left: 10px;
  font-size: 14px;
  margin-top: 8px;
  width: 100%;
}
.mapWrapper > .styleLeft > .layer2Container > .layer2InfoContact {
  background-color: #fff;
  border-bottom: 1px solid #bbb;
}
.mapWrapper > .styleLeft > .layer2Container > .layer2InfoContact > .ant-row {
  padding: 8px 0;
  display: flex;
}
.mapWrapper > .styleLeft > .layer2Container > .layer2InfoContact > .ant-row:hover {
  background-color: #f1f3f4;
  cursor: pointer;
}
.mapWrapper > .styleLeft > .layer2Container > .layer2InfoContact > .ant-row:last-child {
  margin-bottom: 0px;
}
.mapWrapper > .styleLeft > .layer2Container > .layer2InfoContact > .ant-row > .ant-col-3 {
  text-align: center;
}
.mapWrapper > .styleLeft > .layer2Container > .layer2InfoContact > .ant-row > .ant-col-21 {
  color: #000008;
  font-size: 14px;
}
.mapWrapper > .styleLeft > .layer2Container > .layer2InfoDescription {
  padding: 12px 24px;
  background-color: #fff;
  border-bottom: 1px solid #bbb;
}
.mapWrapper > .styleLeft > .layer2Container > .layer2InfoDescription > .titleInfo {
  margin-bottom: 0;
  color: #16276d;
  font-weight: bold;
}
.mapWrapper > .styleLeft > .layer2Container > .layer2ReviewTitle {
  padding: 12px 20px;
  margin-bottom: 0;
  font-weight: bold;
}
.mapWrapper > .styleLeft > .layer2Container > .layer2InfoReview {
  padding: 5px 24px;
  background: #fff;
}
.mapWrapper > .styleLeft > .layer2Container > .layer2InfoReview .review__title {
  margin-bottom: 0;
  color: #16276d;
  font-weight: bold;
}
.mapWrapper > .styleLeft > .layer2Container > .layer2InfoReview .review__user {
  margin-bottom: 5px;
}
.mapWrapper > .styleLeft > .layer2Container > .layer2InfoReview .review__info {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
.mapWrapper > .styleLeft > .layer2Container > .layer2InfoReview .review__info .info__rate {
  font-size: 14px;
}
.mapWrapper > .styleLeft > .layer2Container > .layer2InfoReview .review__info p {
  margin-bottom: 0;
}
.mapWrapper > .styleLeft > .layer2Container > .layer2InfoReview .review__time {
  font-size: 11px;
  color: #afa5a5;
}
.mapWrapper > .styleLeft > .layer2Container > .layer2InfoReview .review__content {
  font-size: 14px;
}
.mapWrapper > .styleLeft > .layer2Container .btnWrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}
.mapWrapper > .styleLeft > .layer2Container .btnWrapper .btnAddReview {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}
.mapWrapper > .styleLeft > .layer2Container .ant-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0;
}
.mapWrapper > .styleLeft > .layer2Container > .routesListWrapper > .routesItemInstruction {
  width: 100%;
  background-color: #fff;
  margin: 5px 0px;
}
.mapWrapper > .styleLeft > .layer2Container > .routesListWrapper > .routesItemInstruction > .instructionInfo {
  width: 100%;
  background-color: #fff;
  font-size: 14px;
  padding: 9px 0px;
}
.mapWrapper > .styleLeft > .layer2Container > .routesListWrapper > .routesItemInstruction > .instructionInfo > .instructionName {
  width: 80%;
  float: left;
  padding: 0px 15px 0px 0px;
  font-size: 16px;
}
.mapWrapper > .styleLeft > .layer2Container > .routesListWrapper > .routesItemInstruction > .instructionInfo > .instructionDistance {
  width: 20%;
  float: right;
  font-weight: 500;
}
.mapWrapper > .styleLeft > .layer2Container > .routesListWrapper > .routesItemInstruction > .instructionInfo > .instructionTime {
  width: 20%;
  float: right;
  color: #1e935b;
  font-weight: 500;
}
.mapWrapper > .styleLeft > .layer2Container > .routesListWrapper > .routesListItemWrapper {
  padding: 12px 24px;
}
.mapWrapper > .styleLeft > .layer2Container > .routesListWrapper > .routesListItemWrapper .routesListItemName {
  font-size: 15px;
  line-height: 26px;
  color: rgba(0, 0, 0, 0.87);
  cursor: pointer;
}
.mapWrapper > .styleLeft > .layer2Container > .routesListWrapper > .routesListItemWrapper .routesListItemName > p {
  font-size: 12px;
  font-style: italic;
  color: #1e935b;
  text-decoration: underline;
}
.mapWrapper > .styleLeft > .layer2Container > .routesListWrapper > .routesListItemWrapper .routesListItemInfo {
  margin-left: auto;
  text-align: right;
}
.mapWrapper > .styleLeft > .layer2Container > .routesListWrapper > .routesListItemWrapper .routesListItemTime {
  margin-bottom: 0;
}
.mapWrapper > .styleLeft > .layer2Container > .routesListWrapper > .routesListItemWrapper div > .instructionsImage {
  filter: invert() sepia(0) saturate(0) hue-rotate(346deg) brightness(104%) contrast(97%);
  width: 25px;
  height: 25px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.mapWrapper > .styleLeft > .layer3Container {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  overflow-y: auto;
  background-color: #ffffff;
  z-index: 1001;
}
.mapWrapper > .styleLeft > .layer3Container .infoContainer {
  padding: 25px 24px;
  border-bottom: 1px solid #d9d9d9;
}
.mapWrapper > .styleLeft > .layer3Container .infoContainer p {
  margin-bottom: 0;
}
.mapWrapper > .styleLeft > .layer3Container .descriptionsContainer {
  padding: 12px 24px;
  border-bottom: 1px solid #d9d9d9;
}
.mapWrapper > .styleLeft > .layer3Container .descriptionsContainerLast {
  padding: 12px 24px;
  border-bottom: 1px solid #d9d9d9;
}
.mapWrapper > .styleLeft > .layer3Container .buttonField {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 94%;
}
.mapWrapper > .styleLeft > .layer3Container .buttonField .submitButton {
  padding: 20px 0px;
  display: flex;
  justify-content: center;
  cursor: pointer;
}
.mapWrapper > .styleLeft > .layer3Container .buttonField .submitButton > span {
  padding: 5px 18px;
  background: #5890ff 0% 0% no-repeat padding-box;
  box-shadow: 0px 4px 8px #00000000;
  border: 0.5px solid #5890ff;
  border-radius: 8px;
  color: #fff;
  font-size: 14px;
}
.mapWrapper > .styleLeft > .layer3Container .buttonField .backButton {
  padding: 20px 0px;
  display: flex;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  top: 5px;
  left: 10px;
}
.mapWrapper > .styleLeft1 {
  padding: 0;
  overflow: -moz-hidden-unscrollable;
  scrollbar-width: 5px;
}
.mapWrapper > .styleRight {
  height: 100%;
  width: calc(100% - 25%);
  float: left;
}
.popUpMarker {
  margin-bottom: 40px;
}
.popUpMarker > .leaflet-popup-content-wrapper {
  background-color: transparent;
  box-shadow: none;
}
.popUpMarker > .leaflet-popup-tip-container > .leaflet-popup-tip {
  background-color: transparent;
  box-shadow: none;
}
.leaflet-top {
  z-index: 999;
}
.leaflet-control-container > .leaflet-right > .leaflet-routing-container {
  display: none;
}
.filterItemPlaceGroup {
  background-color: #fff;
}
.myLocationBtn {
  background-image: url('/static/web/images/map/iconfinder_ic_my_location_48px_352557.png');
}
.infoPanel {
  width: 380px;
  display: flex;
  background-color: #ffffff;
  position: absolute;
  bottom: 60px;
  z-index: 999;
  left: 50%;
  border-radius: 8px;
  padding: 10px;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #d9d9d9;
  margin-left: -190px;
  cursor: context-menu;
}
.infoPanel .infoExit {
  position: absolute;
  right: 10px;
  top: 0;
  cursor: pointer;
  z-index: 9;
}
.infoPanel > .ant-col > .titleInfoPanel {
  font-weight: bold;
  line-height: 21px;
}
.infoPanel > .ant-col > .descriptionInfoPanel {
  word-wrap: break-word;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  height: 25px;
  overflow: hidden;
}
.infoPanel > .ant-col > p {
  font-size: 13px;
}
.infoPanel > .ant-col > .shareLocation {
  width: 40px;
  height: 40px;
  background-image: url(/static/web/images/share-square.png);
  overflow: hidden;
  background-size: contain;
  background-position: center;
  cursor: pointer;
  background-repeat: no-repeat;
}
.leaflet-control-attribution {
  display: none;
}
.noneDisplayInfoPAnel {
  display: none;
}
.longDescription .ck {
  height: 200px;
}
.dropDownWeb {
  background-color: #fff;
  --left-width: 25%;
  width: var(--left-width) !important;
  left: 0px !important;
  top: 128px !important;
  height: 80vh !important;
}
.dropDownWeb .ant-select-dropdown-menu {
  padding-left: 0;
}
.pac-container {
  --left-width: 25%;
  width: var(--left-width) !important;
  left: 0px !important;
  border-top: none;
  box-shadow: none;
  top: 275px !important;
  z-index: 1003;
  padding: 10;
}
.pac-container .pac-item {
  padding: 0 20px;
  line-height: 35px;
}
.hdpi.pac-logo:after {
  background-image: unset !important;
}
.menu-user {
  position: relative;
  width: 260px;
  height: 30px;
  background-color: #fff;
  margin: 10px 10px;
  color: #616161;
  border-radius: 5px;
}
.menu-user__item {
  margin-bottom: 0;
}
.forgot-form .changePass__input {
  background: none;
  background-color: white;
  color: grey;
  font-size: 16px;
  padding: 10px 10px 10px 5px;
  display: block;
  width: 100%;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid grey;
  margin: 25px 0;
}
.forgot-form .changePass__input input {
  border: none;
}
.forgot-form .changePass__input input:focus {
  border: none;
}
.instructionInfo {
  width: 100%;
  border-top: 1px solid #ededed;
  background-color: #fff;
  font-size: 14px;
  padding: 9px 0px;
}
.instructionInfo > .instructionName {
  width: 80%;
  float: left;
  padding: 0px 15px 0px 0px;
  font-size: 16px;
}

.antd-pro-component-dashs-check-box-index-checkbox .antd-pro-component-dashs-check-box-index-ant-checkbox .antd-pro-component-dashs-check-box-index-ant-checkbox-inner {
  background-color: #215783 !important;
  color: #215783 !important;
  border: none;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-space {
  display: inline-flex;
}
.ant-space-vertical {
  flex-direction: column;
}
.ant-space-align-center {
  align-items: center;
}
.ant-space-align-start {
  align-items: flex-start;
}
.ant-space-align-end {
  align-items: flex-end;
}
.ant-space-align-baseline {
  align-items: baseline;
}
.ant-space-rtl {
  direction: rtl;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-skeleton {
  display: table;
  width: 100%;
}
.ant-skeleton-header {
  display: table-cell;
  padding-right: 16px;
  vertical-align: top;
}
.ant-skeleton-header .ant-skeleton-avatar {
  display: inline-block;
  vertical-align: top;
  background: #f2f2f2;
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.ant-skeleton-header .ant-skeleton-avatar.ant-skeleton-avatar-circle {
  border-radius: 50%;
}
.ant-skeleton-header .ant-skeleton-avatar-lg {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.ant-skeleton-header .ant-skeleton-avatar-lg.ant-skeleton-avatar-circle {
  border-radius: 50%;
}
.ant-skeleton-header .ant-skeleton-avatar-sm {
  width: 24px;
  height: 24px;
  line-height: 24px;
}
.ant-skeleton-header .ant-skeleton-avatar-sm.ant-skeleton-avatar-circle {
  border-radius: 50%;
}
.ant-skeleton-content {
  display: table-cell;
  width: 100%;
  vertical-align: top;
}
.ant-skeleton-content .ant-skeleton-title {
  width: 100%;
  height: 16px;
  margin-top: 16px;
  background: #f2f2f2;
}
.ant-skeleton-content .ant-skeleton-title + .ant-skeleton-paragraph {
  margin-top: 24px;
}
.ant-skeleton-content .ant-skeleton-paragraph {
  padding: 0;
}
.ant-skeleton-content .ant-skeleton-paragraph > li {
  width: 100%;
  height: 16px;
  list-style: none;
  background: #f2f2f2;
}
.ant-skeleton-content .ant-skeleton-paragraph > li:last-child:not(:first-child):not(:nth-child(2)) {
  width: 61%;
}
.ant-skeleton-content .ant-skeleton-paragraph > li + li {
  margin-top: 16px;
}
.ant-skeleton-with-avatar .ant-skeleton-content .ant-skeleton-title {
  margin-top: 12px;
}
.ant-skeleton-with-avatar .ant-skeleton-content .ant-skeleton-title + .ant-skeleton-paragraph {
  margin-top: 28px;
}
.ant-skeleton-round .ant-skeleton-content .ant-skeleton-title,
.ant-skeleton-round .ant-skeleton-content .ant-skeleton-paragraph > li {
  border-radius: 100px;
}
.ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-title,
.ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-paragraph > li {
  background: linear-gradient(90deg, #f2f2f2 25%, #e6e6e6 37%, #f2f2f2 63%);
  background-size: 400% 100%;
  animation: ant-skeleton-loading 1.4s ease infinite;
}
.ant-skeleton.ant-skeleton-active .ant-skeleton-avatar {
  background: linear-gradient(90deg, #f2f2f2 25%, #e6e6e6 37%, #f2f2f2 63%);
  background-size: 400% 100%;
  animation: ant-skeleton-loading 1.4s ease infinite;
}
.ant-skeleton.ant-skeleton-active .ant-skeleton-button {
  background: linear-gradient(90deg, #f2f2f2 25%, #e6e6e6 37%, #f2f2f2 63%);
  background-size: 400% 100%;
  animation: ant-skeleton-loading 1.4s ease infinite;
}
.ant-skeleton.ant-skeleton-active .ant-skeleton-input {
  background: linear-gradient(90deg, #f2f2f2 25%, #e6e6e6 37%, #f2f2f2 63%);
  background-size: 400% 100%;
  animation: ant-skeleton-loading 1.4s ease infinite;
}
.ant-skeleton-element {
  display: inline-block;
}
.ant-skeleton-element .ant-skeleton-button {
  display: inline-block;
  vertical-align: top;
  background: #f2f2f2;
  border-radius: 2px;
  width: 64px;
  height: 32px;
  line-height: 32px;
}
.ant-skeleton-element .ant-skeleton-button.ant-skeleton-button-circle {
  width: 32px;
  border-radius: 50%;
}
.ant-skeleton-element .ant-skeleton-button.ant-skeleton-button-round {
  border-radius: 32px;
}
.ant-skeleton-element .ant-skeleton-button-lg {
  width: 80px;
  height: 40px;
  line-height: 40px;
}
.ant-skeleton-element .ant-skeleton-button-lg.ant-skeleton-button-circle {
  width: 40px;
  border-radius: 50%;
}
.ant-skeleton-element .ant-skeleton-button-lg.ant-skeleton-button-round {
  border-radius: 40px;
}
.ant-skeleton-element .ant-skeleton-button-sm {
  width: 48px;
  height: 24px;
  line-height: 24px;
}
.ant-skeleton-element .ant-skeleton-button-sm.ant-skeleton-button-circle {
  width: 24px;
  border-radius: 50%;
}
.ant-skeleton-element .ant-skeleton-button-sm.ant-skeleton-button-round {
  border-radius: 24px;
}
.ant-skeleton-element .ant-skeleton-avatar {
  display: inline-block;
  vertical-align: top;
  background: #f2f2f2;
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.ant-skeleton-element .ant-skeleton-avatar.ant-skeleton-avatar-circle {
  border-radius: 50%;
}
.ant-skeleton-element .ant-skeleton-avatar-lg {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.ant-skeleton-element .ant-skeleton-avatar-lg.ant-skeleton-avatar-circle {
  border-radius: 50%;
}
.ant-skeleton-element .ant-skeleton-avatar-sm {
  width: 24px;
  height: 24px;
  line-height: 24px;
}
.ant-skeleton-element .ant-skeleton-avatar-sm.ant-skeleton-avatar-circle {
  border-radius: 50%;
}
.ant-skeleton-element .ant-skeleton-input {
  display: inline-block;
  vertical-align: top;
  background: #f2f2f2;
  width: 100%;
  height: 32px;
  line-height: 32px;
}
.ant-skeleton-element .ant-skeleton-input-lg {
  width: 100%;
  height: 40px;
  line-height: 40px;
}
.ant-skeleton-element .ant-skeleton-input-sm {
  width: 100%;
  height: 24px;
  line-height: 24px;
}
@keyframes ant-skeleton-loading {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
.ant-skeleton-rtl {
  direction: rtl;
}
.ant-skeleton-rtl .ant-skeleton-header {
  padding-right: 0;
  padding-left: 16px;
}
.ant-skeleton-rtl.ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-title,
.ant-skeleton-rtl.ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-paragraph > li {
  animation-name: ant-skeleton-loading-rtl;
}
.ant-skeleton-rtl.ant-skeleton.ant-skeleton-active .ant-skeleton-avatar {
  animation-name: ant-skeleton-loading-rtl;
}
@keyframes ant-skeleton-loading-rtl {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-avatar {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #222222;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  overflow: hidden;
  color: #fff;
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  background: #ccc;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 50%;
}
.ant-avatar-image {
  background: transparent;
}
.ant-avatar-string {
  position: absolute;
  left: 50%;
  transform-origin: 0 center;
}
.ant-avatar.ant-avatar-icon {
  font-size: 18px;
}
.ant-avatar.ant-avatar-icon > .anticon {
  margin: 0;
}
.ant-avatar-lg {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
}
.ant-avatar-lg-string {
  position: absolute;
  left: 50%;
  transform-origin: 0 center;
}
.ant-avatar-lg.ant-avatar-icon {
  font-size: 24px;
}
.ant-avatar-lg.ant-avatar-icon > .anticon {
  margin: 0;
}
.ant-avatar-sm {
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
}
.ant-avatar-sm-string {
  position: absolute;
  left: 50%;
  transform-origin: 0 center;
}
.ant-avatar-sm.ant-avatar-icon {
  font-size: 14px;
}
.ant-avatar-sm.ant-avatar-icon > .anticon {
  margin: 0;
}
.ant-avatar-square {
  border-radius: 2px;
}
.ant-avatar > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-switch {
  margin: 0;
  padding: 0;
  color: #222222;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  min-width: 44px;
  height: 22px;
  line-height: 22px;
  vertical-align: middle;
  background-color: #215783;
  border: 0;
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.36s;
  user-select: none;
}
.ant-switch:focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgba(33, 87, 131, 0.1);
}
.ant-switch-checked:focus {
  box-shadow: 0 0 0 2px rgba(33, 87, 131, 0.2);
}
.ant-switch:focus:hover {
  box-shadow: none;
}
.ant-switch-checked {
  background-color: #215783;
}
.ant-switch-loading,
.ant-switch-disabled {
  cursor: not-allowed;
  opacity: 0.4;
}
.ant-switch-loading *,
.ant-switch-disabled * {
  box-shadow: none;
  cursor: not-allowed;
}
.ant-switch-inner {
  display: block;
  margin: 0 7px 0 25px;
  color: #fff;
  font-size: 12px;
  transition: margin 0.36s;
}
.ant-switch-checked .ant-switch-inner {
  margin: 0 25px 0 7px;
}
.ant-switch-handle {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 18px;
  height: 18px;
  transition: all 0.36s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-switch-handle::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  border-radius: 9px;
  box-shadow: 0 2px 4px 0 rgba(0, 35, 11, 0.2);
  transition: all 0.36s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  content: '';
}
.ant-switch-checked .ant-switch-handle {
  left: calc(100% - 22px - 4px - 2px);
}
.ant-switch:not(.ant-switch-disabled):active .ant-switch-handle::before {
  right: -30%;
  left: 0;
}
.ant-switch:not(.ant-switch-disabled):active.ant-switch-checked .ant-switch-handle::before {
  right: 0;
  left: -30%;
}
.ant-switch-loading-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  color: rgba(0, 0, 0, 0.65);
  transform: translate(-50%, -50%);
}
.ant-switch-checked .ant-switch-loading-icon {
  color: #215783;
}
.ant-switch-small {
  min-width: 28px;
  height: 16px;
  line-height: 16px;
}
.ant-switch-small .ant-switch-inner {
  margin: 0 5px 0 18px;
  font-size: 12px;
}
.ant-switch-small .ant-switch-handle {
  width: 12px;
  height: 12px;
}
.ant-switch-small .ant-switch-loading-icon {
  transform: translate(-50%, -50%) scale(0.66667);
}
.ant-switch-small.ant-switch-checked .ant-switch-inner {
  margin: 0 18px 0 5px;
}
.ant-switch-small.ant-switch-checked .ant-switch-handle {
  left: calc(100% - 16px - 4px - 2px);
}
.ant-switch-rtl {
  direction: rtl;
}
.ant-switch-rtl .ant-switch-inner {
  margin: 0 25px 0 7px;
}
.ant-switch-rtl .ant-switch-handle {
  right: 2px;
  left: auto;
}
.ant-switch-rtl:not(.ant-switch-rtl-disabled):active .ant-switch-handle::before {
  right: 0;
  left: -30%;
}
.ant-switch-rtl:not(.ant-switch-rtl-disabled):active.ant-switch-checked .ant-switch-handle::before {
  right: -30%;
  left: 0;
}
.ant-switch-rtl.ant-switch-checked .ant-switch-inner {
  margin: 0 7px 0 25px;
}
.ant-switch-rtl.ant-switch-checked .ant-switch-handle {
  right: calc(100% - 22px - 4px - 2px);
}
.ant-switch-rtl.ant-switch-small.ant-switch-checked .ant-switch-handle {
  right: calc(100% - 16px - 4px - 2px);
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-tabs-small > .ant-tabs-nav .ant-tabs-tab {
  padding: 8px 0;
  font-size: 14px;
}
.ant-tabs-large > .ant-tabs-nav .ant-tabs-tab {
  padding: 16px 0;
  font-size: 16px;
}
.ant-tabs-card.ant-tabs-small > .ant-tabs-nav .ant-tabs-tab {
  padding: 6px 16px;
}
.ant-tabs-card.ant-tabs-large > .ant-tabs-nav .ant-tabs-tab {
  padding: 7px 16px 6px;
}
.ant-tabs-rtl {
  direction: rtl;
}
.ant-tabs-rtl > .ant-tabs-nav .ant-tabs-tab {
  margin: 0 0 0 32px;
}
.ant-tabs-rtl > .ant-tabs-nav .ant-tabs-tab:last-of-type {
  margin-left: 0;
}
.ant-tabs-rtl > .ant-tabs-nav .ant-tabs-tab .anticon {
  margin-right: 0;
  margin-left: 12px;
}
.ant-tabs-rtl > .ant-tabs-nav .ant-tabs-tab .ant-tabs-tab-remove {
  margin-right: 8px;
  margin-left: -4px;
}
.ant-tabs-rtl > .ant-tabs-nav .ant-tabs-tab .ant-tabs-tab-remove .anticon {
  margin: 0;
}
.ant-tabs-rtl.ant-tabs-left > .ant-tabs-nav {
  order: 1;
}
.ant-tabs-rtl.ant-tabs-left > .ant-tabs-content-holder {
  order: 0;
}
.ant-tabs-rtl.ant-tabs-right > .ant-tabs-nav {
  order: 0;
}
.ant-tabs-rtl.ant-tabs-right > .ant-tabs-content-holder {
  order: 1;
}
.ant-tabs-rtl.ant-tabs-card.ant-tabs-top > .ant-tabs-nav button.ant-tabs-tab:not(:last-of-type),
.ant-tabs-rtl.ant-tabs-card.ant-tabs-bottom > .ant-tabs-nav button.ant-tabs-tab:not(:last-of-type) {
  margin: 0 0 0 2px;
}
.ant-tabs-top,
.ant-tabs-bottom {
  flex-direction: column;
}
.ant-tabs-top > .ant-tabs-nav,
.ant-tabs-bottom > .ant-tabs-nav {
  margin: 0 0 16px 0;
}
.ant-tabs-top > .ant-tabs-nav::before,
.ant-tabs-bottom > .ant-tabs-nav::before {
  position: absolute;
  right: 0;
  left: 0;
  border-bottom: 1px solid #f0f0f0;
  content: '';
}
.ant-tabs-top > .ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-ink-bar {
  height: 2px;
}
.ant-tabs-top > .ant-tabs-nav .ant-tabs-ink-bar-animated,
.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-ink-bar-animated {
  transition: width 0.3s, left 0.3s, right 0.3s;
}
.ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-wrap::after {
  top: 0;
  bottom: 0;
  width: 30px;
}
.ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-wrap::before {
  left: 0;
  box-shadow: inset 10px 0 8px -8px rgba(0, 0, 0, 0.08);
}
.ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-wrap::after {
  right: 0;
  box-shadow: inset -10px 0 8px -8px rgba(0, 0, 0, 0.08);
}
.ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-left::before,
.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-left::before {
  opacity: 1;
}
.ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-right::after,
.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-right::after {
  opacity: 1;
}
.ant-tabs-top > .ant-tabs-nav::before {
  bottom: 0;
}
.ant-tabs-top > .ant-tabs-nav .ant-tabs-ink-bar {
  bottom: 0;
}
.ant-tabs-bottom > .ant-tabs-nav {
  order: 1;
  margin-top: 16px;
  margin-bottom: 0;
}
.ant-tabs-bottom > .ant-tabs-nav::before {
  top: 0;
}
.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-ink-bar {
  top: 0;
}
.ant-tabs-bottom > .ant-tabs-content-holder {
  order: 0;
}
.ant-tabs-left > .ant-tabs-nav,
.ant-tabs-right > .ant-tabs-nav {
  flex-direction: column;
  min-width: 50px;
}
.ant-tabs-left > .ant-tabs-nav .ant-tabs-tab,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-tab {
  margin: 0 0 16px 0;
  padding: 8px 24px;
  text-align: center;
}
.ant-tabs-left > .ant-tabs-nav .ant-tabs-tab:last-of-type,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-tab:last-of-type {
  margin-bottom: 0;
}
.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap {
  flex-direction: column;
}
.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap::after {
  right: 0;
  left: 0;
  height: 30px;
}
.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap::before {
  top: 0;
  box-shadow: inset 0 10px 8px -8px rgba(0, 0, 0, 0.08);
}
.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap::after {
  bottom: 0;
  box-shadow: inset 0 -10px 8px -8px rgba(0, 0, 0, 0.08);
}
.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-top::before,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-top::before {
  opacity: 1;
}
.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-bottom::after,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-bottom::after {
  opacity: 1;
}
.ant-tabs-left > .ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-ink-bar {
  width: 2px;
}
.ant-tabs-left > .ant-tabs-nav .ant-tabs-ink-bar-animated,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-ink-bar-animated {
  transition: height 0.3s, top 0.3s;
}
.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-list,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-list,
.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-operations,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-operations {
  flex-direction: column;
}
.ant-tabs-left > .ant-tabs-nav .ant-tabs-ink-bar {
  right: 0;
}
.ant-tabs-left > .ant-tabs-content-holder {
  margin-left: -1px;
  border-left: 1px solid #f0f0f0;
}
.ant-tabs-left > .ant-tabs-content-holder > .ant-tabs-content > .ant-tabs-tabpane {
  padding-left: 24px;
}
.ant-tabs-right > .ant-tabs-nav {
  order: 1;
}
.ant-tabs-right > .ant-tabs-nav .ant-tabs-ink-bar {
  left: 0;
}
.ant-tabs-right > .ant-tabs-content-holder {
  order: 0;
  margin-right: -1px;
  border-right: 1px solid #f0f0f0;
}
.ant-tabs-right > .ant-tabs-content-holder > .ant-tabs-content > .ant-tabs-tabpane {
  padding-right: 24px;
}
.ant-tabs-dropdown {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #222222;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: absolute;
  top: -9999px;
  left: -9999px;
  z-index: 1050;
  display: block;
}
.ant-tabs-dropdown-hidden {
  display: none;
}
.ant-tabs-dropdown-menu {
  max-height: 200px;
  margin: 0;
  padding: 4px 0;
  overflow-y: auto;
  text-align: left;
  list-style-type: none;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 2px;
  outline: none;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}
.ant-tabs-dropdown-menu-item {
  width: 120px;
  margin: 0;
  padding: 5px 12px;
  overflow: hidden;
  color: #222222;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  transition: all 0.3s;
}
.ant-tabs-dropdown-menu-item:hover {
  background: #215783;
}
.ant-tabs-dropdown-menu-item-disabled,
.ant-tabs-dropdown-menu-item-disabled:hover {
  color: #215783;
  background: transparent;
  cursor: not-allowed;
}
.ant-tabs-card > .ant-tabs-nav .ant-tabs-tab {
  margin: 0;
  padding: 8px 16px;
  background: #fafafa;
  border: 1px solid #f0f0f0;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-tabs-card > .ant-tabs-nav .ant-tabs-tab-active {
  color: #215783;
  background: #fff;
}
.ant-tabs-card > .ant-tabs-nav .ant-tabs-ink-bar {
  visibility: hidden;
}
.ant-tabs-card.ant-tabs-top > .ant-tabs-nav .ant-tabs-tab:not(:last-of-type),
.ant-tabs-card.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-tab:not(:last-of-type) {
  margin-right: 2px;
}
.ant-tabs-card.ant-tabs-top > .ant-tabs-nav .ant-tabs-tab {
  border-radius: 2px 2px 0 0;
}
.ant-tabs-card.ant-tabs-top > .ant-tabs-nav .ant-tabs-tab-active {
  border-bottom-color: #fff;
}
.ant-tabs-card.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-tab {
  border-radius: 0 0 2px 2px;
}
.ant-tabs-card.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-tab-active {
  border-top-color: #fff;
}
.ant-tabs-card.ant-tabs-left > .ant-tabs-nav .ant-tabs-tab:not(:last-of-type),
.ant-tabs-card.ant-tabs-right > .ant-tabs-nav .ant-tabs-tab:not(:last-of-type) {
  margin-bottom: 2px;
}
.ant-tabs-card.ant-tabs-left > .ant-tabs-nav .ant-tabs-tab {
  border-radius: 2px 0 0 2px;
}
.ant-tabs-card.ant-tabs-left > .ant-tabs-nav .ant-tabs-tab-active {
  border-right-color: #fff;
}
.ant-tabs-card.ant-tabs-right > .ant-tabs-nav .ant-tabs-tab {
  border-radius: 0 2px 2px 0;
}
.ant-tabs-card.ant-tabs-right > .ant-tabs-nav .ant-tabs-tab-active {
  border-left-color: #fff;
}
.ant-tabs {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #222222;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  display: flex;
  overflow: hidden;
}
.ant-tabs > .ant-tabs-nav {
  position: relative;
  display: flex;
  flex: none;
  align-items: center;
}
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-wrap {
  position: relative;
  display: inline-block;
  display: flex;
  flex: auto;
  overflow: hidden;
  white-space: nowrap;
  transform: translate(0);
}
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-wrap::after {
  position: absolute;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s;
  content: '';
  pointer-events: none;
}
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-list {
  position: relative;
  display: flex;
  transition: transform 0.3s;
}
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-operations {
  display: flex;
  align-self: stretch;
}
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-operations-hidden {
  position: absolute;
  visibility: hidden;
  pointer-events: none;
}
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-more {
  position: relative;
  padding: 8px 16px;
  background: transparent;
  border: 0;
}
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-more::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 5px;
  transform: translateY(100%);
  content: '';
}
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-add {
  padding: 0 8px;
  background: #fafafa;
  border: 1px solid #f0f0f0;
  border-radius: 2px 2px 0 0;
  outline: none;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-add:hover {
  color: #3b6c8f;
}
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-add:active,
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-add:focus {
  color: #12385c;
}
.ant-tabs-extra-content {
  flex: none;
}
.ant-tabs-ink-bar {
  position: absolute;
  background: #215783;
  pointer-events: none;
}
.ant-tabs-tab {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin: 0 32px 0 0;
  padding: 12px 0;
  font-size: 14px;
  background: transparent;
  border: 0;
  outline: none;
  cursor: pointer;
}
.ant-tabs-tab:last-of-type {
  margin-right: 0;
  margin-left: 0;
}
.ant-tabs-tab .ant-tabs-tab-remove {
  flex: none;
  margin-right: -4px;
  margin-left: 8px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 12px;
  outline: none;
  transition: all 0.3s;
}
.ant-tabs-tab .ant-tabs-tab-remove .anticon {
  margin: 0;
}
.ant-tabs-tab .ant-tabs-tab-remove:hover {
  color: rgba(0, 0, 0, 0.85);
}
.ant-tabs-tab .ant-tabs-tab-remove:focus,
.ant-tabs-tab .ant-tabs-tab-remove:active {
  color: #12385c;
}
.ant-tabs-tab:focus,
.ant-tabs-tab:active {
  color: #12385c;
}
.ant-tabs-tab:hover {
  color: #3b6c8f;
}
.ant-tabs-tab.ant-tabs-tab-active {
  color: #215783;
  font-weight: 500;
}
.ant-tabs-tab.ant-tabs-tab-disabled {
  color: #215783;
  cursor: not-allowed;
}
.ant-tabs-tab .anticon {
  margin-right: 12px;
}
.ant-tabs-content {
  display: flex;
  width: 100%;
}
.ant-tabs-content-holder {
  flex: auto;
}
.ant-tabs-content-animated {
  transition: margin 0.3s;
}
.ant-tabs-tabpane {
  flex: none;
  width: 100%;
  outline: none;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.antd-pro-component-dashs-page-header-index-pageHeader {
  background: #f5f5f5;
  padding: 0 32px;
  height: 62px;
  align-items: center;
  display: grid;
}
.antd-pro-component-dashs-page-header-index-pageHeader .antd-pro-component-dashs-page-header-index-wide {
  max-width: 1200px;
  margin: auto;
}
.antd-pro-component-dashs-page-header-index-pageHeader .antd-pro-component-dashs-page-header-index-detail {
  display: flex;
}
.antd-pro-component-dashs-page-header-index-pageHeader .antd-pro-component-dashs-page-header-index-row {
  display: flex;
  width: 100%;
}
.antd-pro-component-dashs-page-header-index-pageHeader .antd-pro-component-dashs-page-header-index-row .ant-tabs > .ant-tabs-nav {
  margin: 0px;
}
.antd-pro-component-dashs-page-header-index-pageHeader .antd-pro-component-dashs-page-header-index-breadcrumb {
  margin-bottom: 10px;
}
.antd-pro-component-dashs-page-header-index-pageHeader .antd-pro-component-dashs-page-header-index-tabs {
  margin: 0 0 0 -8px;
}
.antd-pro-component-dashs-page-header-index-pageHeader .antd-pro-component-dashs-page-header-index-tabs .ant-tabs-bar {
  border-bottom: none;
  margin-bottom: 1px;
}
.antd-pro-component-dashs-page-header-index-pageHeader .antd-pro-component-dashs-page-header-index-logo {
  flex: 0 1 auto;
  margin-right: 16px;
  padding-top: 1px;
}
.antd-pro-component-dashs-page-header-index-pageHeader .antd-pro-component-dashs-page-header-index-logo > img {
  width: 28px;
  height: 28px;
  border-radius: 2px;
  display: block;
}
.antd-pro-component-dashs-page-header-index-pageHeader .antd-pro-component-dashs-page-header-index-title {
  font-size: 22px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  margin-bottom: 0 !important;
}
.antd-pro-component-dashs-page-header-index-pageHeader .antd-pro-component-dashs-page-header-index-action {
  margin-left: 56px;
  min-width: 266px;
  display: flex;
  align-items: center;
}
.antd-pro-component-dashs-page-header-index-pageHeader .antd-pro-component-dashs-page-header-index-action .ant-btn-group:not(:last-child),
.antd-pro-component-dashs-page-header-index-pageHeader .antd-pro-component-dashs-page-header-index-action .ant-btn:not(:last-child) {
  margin-right: 8px;
}
.antd-pro-component-dashs-page-header-index-pageHeader .antd-pro-component-dashs-page-header-index-action .ant-btn-group > .ant-btn {
  margin-right: 0;
}
.antd-pro-component-dashs-page-header-index-pageHeader .antd-pro-component-dashs-page-header-index-singleAction {
  margin-left: 56px;
  min-width: 100px;
  align-items: center;
}
.antd-pro-component-dashs-page-header-index-pageHeader .antd-pro-component-dashs-page-header-index-singleAction .ant-btn {
  background-color: #0dac50 !important;
  border: unset !important;
}
.antd-pro-component-dashs-page-header-index-pageHeader .antd-pro-component-dashs-page-header-index-singleAction .ant-btn:hover {
  background-color: #419543 !important;
}
.antd-pro-component-dashs-page-header-index-pageHeader .antd-pro-component-dashs-page-header-index-singleAction .ant-btn-group:not(:last-child),
.antd-pro-component-dashs-page-header-index-pageHeader .antd-pro-component-dashs-page-header-index-singleAction .ant-btn:not(:last-child) {
  margin-right: 8px;
}
.antd-pro-component-dashs-page-header-index-pageHeader .antd-pro-component-dashs-page-header-index-singleAction .ant-btn-group > .ant-btn {
  margin-right: 0;
}
.antd-pro-component-dashs-page-header-index-pageHeader .antd-pro-component-dashs-page-header-index-title,
.antd-pro-component-dashs-page-header-index-pageHeader .antd-pro-component-dashs-page-header-index-content {
  flex: auto;
}
.antd-pro-component-dashs-page-header-index-pageHeader .antd-pro-component-dashs-page-header-index-action,
.antd-pro-component-dashs-page-header-index-pageHeader .antd-pro-component-dashs-page-header-index-extraContent,
.antd-pro-component-dashs-page-header-index-pageHeader .antd-pro-component-dashs-page-header-index-main {
  flex: 0 1 auto;
}
.antd-pro-component-dashs-page-header-index-pageHeader .antd-pro-component-dashs-page-header-index-main {
  width: 100%;
}
.antd-pro-component-dashs-page-header-index-pageHeader .antd-pro-component-dashs-page-header-index-title {
  margin-bottom: 10px;
}
.antd-pro-component-dashs-page-header-index-pageHeader .antd-pro-component-dashs-page-header-index-logo,
.antd-pro-component-dashs-page-header-index-pageHeader .antd-pro-component-dashs-page-header-index-content,
.antd-pro-component-dashs-page-header-index-pageHeader .antd-pro-component-dashs-page-header-index-extraContent {
  margin-bottom: 10px;
}
.antd-pro-component-dashs-page-header-index-pageHeader .antd-pro-component-dashs-page-header-index-action,
.antd-pro-component-dashs-page-header-index-pageHeader .antd-pro-component-dashs-page-header-index-extraContent {
  text-align: right;
}
.antd-pro-component-dashs-page-header-index-pageHeader .antd-pro-component-dashs-page-header-index-extraContent {
  margin-left: 88px;
  min-width: 242px;
}
.antd-pro-component-dashs-page-header-index-anchor {
  padding-left: 0 !important;
}
@media screen and (max-width: 1200px) {
  .antd-pro-component-dashs-page-header-index-pageHeader .antd-pro-component-dashs-page-header-index-extraContent {
    margin-left: 44px;
  }
}
@media screen and (max-width: 992px) {
  .antd-pro-component-dashs-page-header-index-pageHeader .antd-pro-component-dashs-page-header-index-extraContent {
    margin-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .antd-pro-component-dashs-page-header-index-pageHeader .antd-pro-component-dashs-page-header-index-row {
    display: block;
  }
  .antd-pro-component-dashs-page-header-index-pageHeader .antd-pro-component-dashs-page-header-index-action,
  .antd-pro-component-dashs-page-header-index-pageHeader .antd-pro-component-dashs-page-header-index-extraContent {
    margin-left: 0;
    text-align: left;
  }
  .antd-pro-component-dashs-page-header-index-singleAction {
    margin-left: 0px !important;
  }
  .antd-pro-component-dashs-page-header-index-singleAction .ant-btn {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 576px) {
  .antd-pro-component-dashs-page-header-index-pageHeader .antd-pro-component-dashs-page-header-index-detail {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .antd-pro-component-dashs-page-header-index-pageHeader {
    height: 50px;
  }
  .antd-pro-component-dashs-page-header-index-pageHeader .antd-pro-component-dashs-page-header-index-action .ant-btn-group,
  .antd-pro-component-dashs-page-header-index-pageHeader .antd-pro-component-dashs-page-header-index-action .ant-btn {
    display: block;
    margin-bottom: 8px;
  }
  .antd-pro-component-dashs-page-header-index-pageHeader .antd-pro-component-dashs-page-header-index-action .ant-btn-group > .ant-btn {
    display: inline-block;
    margin-bottom: 0;
  }
  .antd-pro-component-dashs-page-header-index-pageHeader .antd-pro-component-dashs-page-header-index-title {
    font-size: 17px;
  }
  .antd-pro-component-dashs-page-header-index-singleAction .ant-btn {
    font-size: 11px;
    padding: 5px 10px;
    margin-bottom: 5px;
  }
}

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

.antd-pro-component-dashs-page-header-wrapper-grid-content-main {
  width: 100%;
  height: 100%;
  min-height: 100%;
  transition: 0.3s;
}
.antd-pro-component-dashs-page-header-wrapper-grid-content-main.antd-pro-component-dashs-page-header-wrapper-grid-content-wide {
  max-width: 100%;
  margin: 0 auto;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.antd-pro-component-dashs-page-header-wrapper-index-content {
  margin: 0px 30px 10px;
}
@media screen and (max-width: 576px) {
  .antd-pro-component-dashs-page-header-wrapper-index-content {
    margin: 10px 15px 0px;
  }
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-legacy-form {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
}
.ant-legacy-form legend {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  padding: 0;
  color: rgba(0, 0, 0, 0.45);
  font-size: 16px;
  line-height: inherit;
  border: 0;
  border-bottom: 1px solid #d9d9d9;
}
.ant-legacy-form label {
  font-size: 14px;
}
.ant-legacy-form input[type='search'] {
  box-sizing: border-box;
}
.ant-legacy-form input[type='radio'],
.ant-legacy-form input[type='checkbox'] {
  line-height: normal;
}
.ant-legacy-form input[type='file'] {
  display: block;
}
.ant-legacy-form input[type='range'] {
  display: block;
  width: 100%;
}
.ant-legacy-form select[multiple],
.ant-legacy-form select[size] {
  height: auto;
}
.ant-legacy-form input[type='file']:focus,
.ant-legacy-form input[type='radio']:focus,
.ant-legacy-form input[type='checkbox']:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.ant-legacy-form output {
  display: block;
  padding-top: 15px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  line-height: 1.5715;
}
.ant-legacy-form-item-required::before {
  display: inline-block;
  margin-right: 4px;
  color: #ff4d4f;
  font-size: 14px;
  font-family: SimSun, sans-serif;
  line-height: 1;
  content: '*';
}
.ant-legacy-form-hide-required-mark .ant-legacy-form-item-required::before {
  display: none;
}
.ant-legacy-form-item-label > label {
  color: rgba(0, 0, 0, 0.85);
}
.ant-legacy-form-item-label > label::after {
  content: ':';
  position: relative;
  top: -0.5px;
  margin: 0 8px 0 2px;
}
.ant-legacy-form-item-label > label.ant-legacy-form-item-no-colon::after {
  content: ' ';
}
.ant-legacy-form-item {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  margin-bottom: 24px;
  vertical-align: top;
}
.ant-legacy-form-item label {
  position: relative;
}
.ant-legacy-form-item label > .anticon {
  font-size: 14px;
  vertical-align: top;
}
.ant-legacy-form-item-control {
  position: relative;
  line-height: 40px;
}
.ant-legacy-form-item-control::before {
  display: table;
  content: '';
}
.ant-legacy-form-item-control::after {
  display: table;
  clear: both;
  content: '';
}
.ant-legacy-form-item-children {
  position: relative;
}
.ant-legacy-form-item-with-help {
  margin-bottom: 4px;
}
.ant-legacy-form-item-label {
  display: inline-block;
  overflow: hidden;
  line-height: 39.9999px;
  white-space: nowrap;
  text-align: right;
  vertical-align: middle;
  flex-grow: 0;
}
.ant-legacy-form-item-label-left {
  text-align: left;
}
.ant-legacy-form-item-control-wrapper {
  flex: 1 1 0;
}
.ant-legacy-form-item .ant-switch {
  margin: 2px 0 4px;
}
.ant-legacy-form-explain,
.ant-legacy-form-extra {
  clear: both;
  min-height: 23px;
  margin-top: -2px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  line-height: 1.5715;
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.ant-legacy-form-explain {
  margin-bottom: -1px;
}
.ant-legacy-form-extra {
  padding-top: 4px;
}
.ant-legacy-form-text {
  display: inline-block;
  padding-right: 8px;
}
.ant-legacy-form-split {
  display: block;
  text-align: center;
}
form .has-feedback .ant-input {
  padding-right: 30px;
}
form .has-feedback .ant-input-affix-wrapper .ant-input-suffix {
  padding-right: 18px;
}
form .has-feedback .ant-input-affix-wrapper .ant-input {
  padding-right: 49px;
}
form .has-feedback .ant-input-affix-wrapper.ant-input-affix-wrapper-input-with-clear-btn .ant-input {
  padding-right: 68px;
}
form .has-feedback > .ant-select .ant-select-arrow,
form .has-feedback > .ant-select .ant-select-selection__clear,
form .has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-arrow,
form .has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-selection__clear {
  right: 28px;
}
form .has-feedback > .ant-select .ant-select-selection-selected-value,
form .has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-selection-selected-value {
  padding-right: 42px;
}
form .has-feedback .ant-cascader-picker-arrow {
  margin-right: 17px;
}
form .has-feedback .ant-cascader-picker-clear {
  right: 28px;
}
form .has-feedback .ant-input-search:not(.ant-input-search-enter-button) .ant-input-suffix {
  right: 28px;
}
form .has-feedback .ant-calendar-picker-icon,
form .has-feedback .ant-time-picker-icon,
form .has-feedback .ant-calendar-picker-clear,
form .has-feedback .ant-time-picker-clear {
  right: 28px;
}
form .has-feedback .ant-picker .ant-picker-suffix {
  padding-right: 17px;
}
form .ant-mentions,
form textarea.ant-input {
  height: auto;
  margin-bottom: 4px;
}
form .ant-upload {
  background: transparent;
}
form input[type='radio'],
form input[type='checkbox'] {
  width: 14px;
  height: 14px;
}
form .ant-radio-inline,
form .ant-checkbox-inline {
  display: inline-block;
  margin-left: 8px;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
form .ant-radio-inline:first-child,
form .ant-checkbox-inline:first-child {
  margin-left: 0;
}
form .ant-checkbox-vertical,
form .ant-radio-vertical {
  display: block;
}
form .ant-checkbox-vertical + .ant-checkbox-vertical,
form .ant-radio-vertical + .ant-radio-vertical {
  margin-left: 0;
}
form .ant-input-number + .ant-legacy-form-text {
  margin-left: 8px;
}
form .ant-input-number-handler-wrap {
  z-index: 2;
}
form .ant-select,
form .ant-cascader-picker {
  width: 100%;
}
form .ant-input-group .ant-select,
form .ant-input-group .ant-cascader-picker {
  width: auto;
}
form :not(.ant-input-group-wrapper) > .ant-input-group,
form .ant-input-group-wrapper {
  position: relative;
  top: -1px;
  display: inline-block;
  vertical-align: middle;
}
.ant-legacy-form-vertical .ant-legacy-form-item-label,
.ant-col-24.ant-legacy-form-item-label,
.ant-col-xl-24.ant-legacy-form-item-label {
  display: block;
  margin: 0;
  padding: 0 0 8px;
  line-height: 1.5715;
  white-space: initial;
  text-align: left;
  flex-basis: 100%;
}
.ant-legacy-form-vertical .ant-legacy-form-item-label label::after,
.ant-col-24.ant-legacy-form-item-label label::after,
.ant-col-xl-24.ant-legacy-form-item-label label::after {
  display: none;
}
.ant-legacy-form-vertical .ant-legacy-form-item {
  padding-bottom: 8px;
}
.ant-legacy-form-vertical .ant-legacy-form-item-control {
  line-height: 1.5715;
}
.ant-legacy-form-vertical .ant-legacy-form-explain {
  margin-top: 2px;
  margin-bottom: -5px;
}
.ant-legacy-form-vertical .ant-legacy-form-extra {
  margin-top: 2px;
  margin-bottom: -4px;
}
@media (max-width: 575px) {
  .ant-legacy-form-item-label,
  .ant-legacy-form-item-control-wrapper {
    display: block;
    width: 100%;
  }
  .ant-legacy-form-item-label {
    display: block;
    margin: 0;
    padding: 0 0 8px;
    line-height: 1.5715;
    white-space: initial;
    text-align: left;
    flex-basis: 100%;
  }
  .ant-legacy-form-item-label label::after {
    display: none;
  }
  .ant-legacy-form-item-control-wrapper {
    flex-basis: 100%;
  }
  .ant-col-xs-24.ant-legacy-form-item-label {
    display: block;
    margin: 0;
    padding: 0 0 8px;
    line-height: 1.5715;
    white-space: initial;
    text-align: left;
    flex-basis: 100%;
  }
  .ant-col-xs-24.ant-legacy-form-item-label label::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .ant-col-sm-24.ant-legacy-form-item-label {
    display: block;
    margin: 0;
    padding: 0 0 8px;
    line-height: 1.5715;
    white-space: initial;
    text-align: left;
    flex-basis: 100%;
  }
  .ant-col-sm-24.ant-legacy-form-item-label label::after {
    display: none;
  }
}
@media (max-width: 991px) {
  .ant-col-md-24.ant-legacy-form-item-label {
    display: block;
    margin: 0;
    padding: 0 0 8px;
    line-height: 1.5715;
    white-space: initial;
    text-align: left;
    flex-basis: 100%;
  }
  .ant-col-md-24.ant-legacy-form-item-label label::after {
    display: none;
  }
}
@media (max-width: 1199px) {
  .ant-col-lg-24.ant-legacy-form-item-label {
    display: block;
    margin: 0;
    padding: 0 0 8px;
    line-height: 1.5715;
    white-space: initial;
    text-align: left;
    flex-basis: 100%;
  }
  .ant-col-lg-24.ant-legacy-form-item-label label::after {
    display: none;
  }
}
@media (max-width: 1599px) {
  .ant-col-xl-24.ant-legacy-form-item-label {
    display: block;
    margin: 0;
    padding: 0 0 8px;
    line-height: 1.5715;
    white-space: initial;
    text-align: left;
    flex-basis: 100%;
  }
  .ant-col-xl-24.ant-legacy-form-item-label label::after {
    display: none;
  }
}
.ant-legacy-form-inline .ant-legacy-form-item {
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 0;
}
.ant-legacy-form-inline .ant-legacy-form-item-with-help {
  margin-bottom: 24px;
}
.ant-legacy-form-inline .ant-legacy-form-item > .ant-legacy-form-item-control-wrapper,
.ant-legacy-form-inline .ant-legacy-form-item > .ant-legacy-form-item-label {
  display: inline-block;
  vertical-align: top;
}
.ant-legacy-form-inline .ant-legacy-form-text {
  display: inline-block;
}
.ant-legacy-form-inline .has-feedback {
  display: inline-block;
}
.has-success.has-feedback .ant-legacy-form-item-children-icon,
.has-warning.has-feedback .ant-legacy-form-item-children-icon,
.has-error.has-feedback .ant-legacy-form-item-children-icon,
.is-validating.has-feedback .ant-legacy-form-item-children-icon {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  width: 32px;
  height: 20px;
  margin-top: -10px;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  visibility: visible;
  animation: zoomIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46);
  pointer-events: none;
}
.has-success.has-feedback .ant-legacy-form-item-children-icon svg,
.has-warning.has-feedback .ant-legacy-form-item-children-icon svg,
.has-error.has-feedback .ant-legacy-form-item-children-icon svg,
.is-validating.has-feedback .ant-legacy-form-item-children-icon svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.has-success.has-feedback .ant-legacy-form-item-children-icon {
  color: #52c41a;
  animation-name: diffZoomIn1 !important;
}
.has-warning .ant-legacy-form-explain,
.has-warning .ant-legacy-form-split {
  color: #faad14;
}
.has-warning .ant-input,
.has-warning .ant-input:hover {
  background-color: #fff;
  border-color: #faad14;
}
.has-warning .ant-input:focus {
  border-color: #ffc53d;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
}
.has-warning .ant-input:not([disabled]):hover {
  border-color: #faad14;
}
.has-warning .ant-calendar-picker-open .ant-calendar-picker-input {
  border-color: #ffc53d;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
}
.has-warning .ant-input-affix-wrapper .ant-input,
.has-warning .ant-input-affix-wrapper .ant-input:hover {
  background-color: #fff;
  border-color: #faad14;
}
.has-warning .ant-input-affix-wrapper .ant-input:focus {
  border-color: #ffc53d;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
}
.has-warning .ant-input-affix-wrapper:hover .ant-input:not(.ant-input-disabled) {
  border-color: #faad14;
}
.has-warning .ant-input-prefix {
  color: #faad14;
}
.has-warning .ant-input-group-addon {
  color: #faad14;
  background-color: #fff;
  border-color: #faad14;
}
.has-warning .has-feedback {
  color: #faad14;
}
.has-warning.has-feedback .ant-legacy-form-item-children-icon {
  color: #faad14;
  animation-name: diffZoomIn3 !important;
}
.has-warning .ant-select-selection {
  border-color: #faad14;
}
.has-warning .ant-select-selection:hover {
  border-color: #faad14;
}
.has-warning .ant-select-open .ant-select-selection,
.has-warning .ant-select-focused .ant-select-selection {
  border-color: #ffc53d;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
}
.has-warning .ant-calendar-picker-icon::after,
.has-warning .ant-time-picker-icon::after,
.has-warning .ant-picker-icon::after,
.has-warning .ant-select-arrow,
.has-warning .ant-cascader-picker-arrow {
  color: #faad14;
}
.has-warning .ant-input-number,
.has-warning .ant-time-picker-input {
  border-color: #faad14;
}
.has-warning .ant-input-number-focused,
.has-warning .ant-time-picker-input-focused,
.has-warning .ant-input-number:focus,
.has-warning .ant-time-picker-input:focus {
  border-color: #ffc53d;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
}
.has-warning .ant-input-number:not([disabled]):hover,
.has-warning .ant-time-picker-input:not([disabled]):hover {
  border-color: #faad14;
}
.has-warning .ant-cascader-picker:focus .ant-cascader-input {
  border-color: #ffc53d;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
}
.has-warning .ant-cascader-picker:hover .ant-cascader-input {
  border-color: #faad14;
}
.has-warning .ant-input-affix-wrapper {
  border-color: #faad14;
}
.has-warning .ant-input-affix-wrapper-focused {
  box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
}
.has-warning .ant-input-affix-wrapper .ant-input:focus {
  box-shadow: none;
}
.has-error .ant-legacy-form-explain,
.has-error .ant-legacy-form-split {
  color: #ff4d4f;
}
.has-error .ant-input,
.has-error .ant-input:hover {
  background-color: #fff;
  border-color: #ff4d4f;
}
.has-error .ant-input:focus {
  border-color: #ff7875;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
}
.has-error .ant-input:not([disabled]):hover {
  border-color: #ff4d4f;
}
.has-error .ant-calendar-picker-open .ant-calendar-picker-input {
  border-color: #ff7875;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
}
.has-error .ant-input-affix-wrapper .ant-input,
.has-error .ant-input-affix-wrapper .ant-input:hover {
  background-color: #fff;
  border-color: #ff4d4f;
}
.has-error .ant-input-affix-wrapper .ant-input:focus {
  border-color: #ff7875;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
}
.has-error .ant-input-affix-wrapper:hover .ant-input:not(.ant-input-disabled) {
  border-color: #ff4d4f;
}
.has-error .ant-input-prefix {
  color: #ff4d4f;
}
.has-error .ant-input-group-addon {
  color: #ff4d4f;
  background-color: #fff;
  border-color: #ff4d4f;
}
.has-error .has-feedback {
  color: #ff4d4f;
}
.has-error.has-feedback .ant-legacy-form-item-children-icon {
  color: #ff4d4f;
  animation-name: diffZoomIn2 !important;
}
.has-error .ant-select-selection {
  border-color: #ff4d4f;
}
.has-error .ant-select-selection:hover {
  border-color: #ff4d4f;
}
.has-error .ant-select-open .ant-select-selection,
.has-error .ant-select-focused .ant-select-selection {
  border-color: #ff7875;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
}
.has-error .ant-select.ant-select-auto-complete .ant-input:focus {
  border-color: #ff4d4f;
}
.has-error .ant-input-group-addon .ant-select-selection {
  border-color: transparent;
  box-shadow: none;
}
.has-error .ant-calendar-picker-icon::after,
.has-error .ant-time-picker-icon::after,
.has-error .ant-picker-icon::after,
.has-error .ant-select-arrow,
.has-error .ant-cascader-picker-arrow {
  color: #ff4d4f;
}
.has-error .ant-input-number,
.has-error .ant-time-picker-input {
  border-color: #ff4d4f;
}
.has-error .ant-input-number-focused,
.has-error .ant-time-picker-input-focused,
.has-error .ant-input-number:focus,
.has-error .ant-time-picker-input:focus {
  border-color: #ff7875;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
}
.has-error .ant-input-number:not([disabled]):hover,
.has-error .ant-time-picker-input:not([disabled]):hover {
  border-color: #ff4d4f;
}
.has-error .ant-mention-wrapper .ant-mention-editor,
.has-error .ant-mention-wrapper .ant-mention-editor:not([disabled]):hover {
  border-color: #ff4d4f;
}
.has-error .ant-mention-wrapper.ant-mention-active:not([disabled]) .ant-mention-editor,
.has-error .ant-mention-wrapper .ant-mention-editor:not([disabled]):focus {
  border-color: #ff7875;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
}
.has-error .ant-cascader-picker:focus .ant-cascader-input {
  border-color: #ff7875;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
}
.has-error .ant-cascader-picker:hover .ant-cascader-input {
  border-color: #ff4d4f;
}
.has-error .ant-transfer-list {
  border-color: #ff4d4f;
}
.has-error .ant-transfer-list-search:not([disabled]) {
  border-color: #d9d9d9;
}
.has-error .ant-transfer-list-search:not([disabled]):hover {
  border-color: #40a9ff;
  border-right-width: 1px !important;
}
.has-error .ant-transfer-list-search:not([disabled]):focus {
  border-color: #40a9ff;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}
.has-error .ant-input-affix-wrapper {
  border-color: #ff4d4f;
}
.has-error .ant-input-affix-wrapper-focused {
  box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
}
.has-error .ant-input-affix-wrapper .ant-input:focus {
  box-shadow: none;
}
.is-validating.has-feedback .ant-legacy-form-item-children-icon {
  display: inline-block;
  color: #1890ff;
}
.ant-advanced-search-form .ant-legacy-form-item {
  margin-bottom: 24px;
}
.ant-advanced-search-form .ant-legacy-form-item-with-help {
  margin-bottom: 4px;
}
.show-help-enter,
.show-help-appear {
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.show-help-leave {
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.show-help-enter.show-help-enter-active,
.show-help-appear.show-help-appear-active {
  animation-name: antShowHelpIn;
  animation-play-state: running;
}
.show-help-leave.show-help-leave-active {
  animation-name: antShowHelpOut;
  animation-play-state: running;
  pointer-events: none;
}
.show-help-enter,
.show-help-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.show-help-leave {
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
@keyframes antShowHelpIn {
  0% {
    transform: translateY(-5px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes antShowHelpOut {
  to {
    transform: translateY(-5px);
    opacity: 0;
  }
}
@keyframes diffZoomIn1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes diffZoomIn2 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes diffZoomIn3 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
.ant-mention-wrapper {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.ant-mention-wrapper .ant-mention-editor {
  position: relative;
  display: inline-block;
  width: 100%;
  min-width: 0;
  padding: 4px 11px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  transition: all 0.3s;
  display: block;
  height: auto;
  min-height: 32px;
  padding: 0;
  line-height: 1.5715;
}
.ant-mention-wrapper .ant-mention-editor::-moz-placeholder {
  opacity: 1;
}
.ant-mention-wrapper .ant-mention-editor::placeholder {
  color: #bfbfbf;
}
.ant-mention-wrapper .ant-mention-editor:placeholder-shown {
  text-overflow: ellipsis;
}
.ant-mention-wrapper .ant-mention-editor:hover {
  border-color: #40a9ff;
  border-right-width: 1px !important;
}
.ant-mention-wrapper .ant-mention-editor:focus,
.ant-mention-wrapper .ant-mention-editor-focused {
  border-color: #40a9ff;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}
.ant-mention-wrapper .ant-mention-editor-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-mention-wrapper .ant-mention-editor-disabled:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}
.ant-mention-wrapper .ant-mention-editor[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-mention-wrapper .ant-mention-editor[disabled]:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}
textarea.ant-mention-wrapper .ant-mention-editor {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5715;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
}
.ant-mention-wrapper .ant-mention-editor-lg {
  padding: 6.5px 11px;
  font-size: 16px;
}
.ant-mention-wrapper .ant-mention-editor-sm {
  padding: 0px 7px;
}
.ant-mention-wrapper .ant-mention-editor-wrapper {
  height: auto;
  overflow-y: auto;
}
.ant-mention-wrapper.ant-mention-active:not(.disabled) .ant-mention-editor {
  border-color: #40a9ff;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}
.ant-mention-wrapper.disabled .ant-mention-editor {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-mention-wrapper.disabled .ant-mention-editor:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}
.ant-mention-wrapper .public-DraftEditorPlaceholder-root {
  position: absolute;
  pointer-events: none;
}
.ant-mention-wrapper .public-DraftEditorPlaceholder-root .public-DraftEditorPlaceholder-inner {
  height: auto;
  padding: 5px 11px;
  color: #bfbfbf;
  white-space: pre-wrap;
  word-wrap: break-word;
  outline: none;
  opacity: 1;
}
.ant-mention-wrapper .DraftEditor-editorContainer .public-DraftEditor-content {
  height: auto;
  padding: 5px 11px;
}
.ant-mention-dropdown {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: absolute;
  top: -9999px;
  left: -9999px;
  z-index: 1050;
  min-width: 120px;
  max-height: 250px;
  margin-top: 1.5em;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #fff;
  border-radius: 2px;
  outline: none;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}
.ant-mention-dropdown-placement-top {
  margin-top: -0.1em;
}
.ant-mention-dropdown-notfound.ant-mention-dropdown-item {
  color: rgba(0, 0, 0, 0.25);
}
.ant-mention-dropdown-notfound.ant-mention-dropdown-item .anticon-loading {
  display: block;
  color: #1890ff;
  text-align: center;
}
.ant-mention-dropdown-item {
  position: relative;
  display: block;
  padding: 5px 12px;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.65);
  font-weight: normal;
  line-height: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  transition: background 0.3s;
}
.ant-mention-dropdown-item:hover {
  background-color: #f5f5f5;
}
.ant-mention-dropdown-item.focus,
.ant-mention-dropdown-item-active {
  background-color: #e6f7ff;
}
.ant-mention-dropdown-item-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-mention-dropdown-item-disabled:hover {
  color: rgba(0, 0, 0, 0.25);
  background-color: #fff;
  cursor: not-allowed;
}
.ant-mention-dropdown-item-selected,
.ant-mention-dropdown-item-selected:hover {
  color: rgba(0, 0, 0, 0.65);
  font-weight: bold;
  background-color: #f5f5f5;
}
.ant-mention-dropdown-item-divider {
  height: 1px;
  margin: 1px 0;
  overflow: hidden;
  line-height: 0;
  background-color: #f0f0f0;
}

.code-input {
    display: flex;
    flex-direction: column;
    align-items: start;
  }
  .code-label {
    margin-bottom: 16px;
  }
  .code-inputs {
    display: flex;
    justify-content: start;
    align-items: center;
  }
  .code-inputs input {
    border: none;
    background-image: none;
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-align: center;
    height: 60px;
    width: 40px;
    border-radius: 10px;
    margin: 0 4px;
    border: 2px solid #4f5b66;
    font-size: 38px;
  }
  .code-inputs input:focus {
    outline: none;
  }
  /* .code-inputs input:nth-child(3n) {
    margin-right: 24px;
  } */
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-affix {
  position: fixed;
  z-index: 10;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-card {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #222222;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  background: #fff;
  border-radius: 2px;
}
.ant-card-rtl {
  direction: rtl;
}
.ant-card-hoverable {
  cursor: pointer;
  transition: box-shadow 0.3s, border-color 0.3s;
}
.ant-card-hoverable:hover {
  border-color: transparent;
  box-shadow: 0 1px 2px -2px rgba(0, 0, 0, 0.16), 0 3px 6px 0 rgba(0, 0, 0, 0.12), 0 5px 12px 4px rgba(0, 0, 0, 0.09);
}
.ant-card-bordered {
  border: 1px solid #f0f0f0;
}
.ant-card-head {
  min-height: 48px;
  margin-bottom: -1px;
  padding: 0 24px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-size: 16px;
  background: transparent;
  border-bottom: 1px solid #f0f0f0;
  border-radius: 2px 2px 0 0;
}
.ant-card-head::before {
  display: table;
  content: '';
}
.ant-card-head::after {
  display: table;
  clear: both;
  content: '';
}
.ant-card-head-wrapper {
  display: flex;
  align-items: center;
}
.ant-card-head-title {
  display: inline-block;
  flex: 1;
  padding: 16px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ant-card-head .ant-tabs {
  clear: both;
  margin-bottom: -17px;
  color: #222222;
  font-weight: normal;
  font-size: 14px;
}
.ant-card-head .ant-tabs-bar {
  border-bottom: 1px solid #f0f0f0;
}
.ant-card-extra {
  float: right;
  margin-left: auto;
  padding: 16px 0;
  color: #222222;
  font-weight: normal;
  font-size: 14px;
}
.ant-card-rtl .ant-card-extra {
  margin-right: auto;
  margin-left: 0;
}
.ant-card-body {
  padding: 24px;
}
.ant-card-body::before {
  display: table;
  content: '';
}
.ant-card-body::after {
  display: table;
  clear: both;
  content: '';
}
.ant-card-contain-grid:not(.ant-card-loading) .ant-card-body {
  margin: -1px 0 0 -1px;
  padding: 0;
}
.ant-card-grid {
  float: left;
  width: 33.33%;
  padding: 24px;
  border: 0;
  border-radius: 0;
  box-shadow: 1px 0 0 0 #f0f0f0, 0 1px 0 0 #f0f0f0, 1px 1px 0 0 #f0f0f0, 1px 0 0 0 #f0f0f0 inset, 0 1px 0 0 #f0f0f0 inset;
  transition: all 0.3s;
}
.ant-card-rtl .ant-card-grid {
  float: right;
}
.ant-card-grid-hoverable:hover {
  position: relative;
  z-index: 1;
  box-shadow: 0 1px 2px -2px rgba(0, 0, 0, 0.16), 0 3px 6px 0 rgba(0, 0, 0, 0.12), 0 5px 12px 4px rgba(0, 0, 0, 0.09);
}
.ant-card-contain-tabs > .ant-card-head .ant-card-head-title {
  min-height: 32px;
  padding-bottom: 0;
}
.ant-card-contain-tabs > .ant-card-head .ant-card-extra {
  padding-bottom: 0;
}
.ant-card-cover {
  margin-right: -1px;
  margin-left: -1px;
}
.ant-card-cover > * {
  display: block;
  width: 100%;
}
.ant-card-cover img {
  border-radius: 2px 2px 0 0;
}
.ant-card-actions {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fafafa;
  border-top: 1px solid #f0f0f0;
}
.ant-card-actions::before {
  display: table;
  content: '';
}
.ant-card-actions::after {
  display: table;
  clear: both;
  content: '';
}
.ant-card-actions > li {
  float: left;
  margin: 12px 0;
  color: rgba(0, 0, 0, 0.45);
  text-align: center;
}
.ant-card-rtl .ant-card-actions > li {
  float: right;
}
.ant-card-actions > li > span {
  position: relative;
  display: block;
  min-width: 32px;
  font-size: 14px;
  line-height: 1.5715;
  cursor: pointer;
}
.ant-card-actions > li > span:hover {
  color: #215783;
  transition: color 0.3s;
}
.ant-card-actions > li > span a:not(.ant-btn),
.ant-card-actions > li > span > .anticon {
  display: inline-block;
  width: 100%;
  color: rgba(0, 0, 0, 0.45);
  line-height: 22px;
  transition: color 0.3s;
}
.ant-card-actions > li > span a:not(.ant-btn):hover,
.ant-card-actions > li > span > .anticon:hover {
  color: #215783;
}
.ant-card-actions > li > span > .anticon {
  font-size: 16px;
  line-height: 22px;
}
.ant-card-actions > li:not(:last-child) {
  border-right: 1px solid #f0f0f0;
}
.ant-card-type-inner .ant-card-head {
  padding: 0 24px;
  background: #fafafa;
}
.ant-card-type-inner .ant-card-head-title {
  padding: 12px 0;
  font-size: 14px;
}
.ant-card-type-inner .ant-card-body {
  padding: 16px 24px;
}
.ant-card-type-inner .ant-card-extra {
  padding: 13.5px 0;
}
.ant-card-meta {
  margin: -4px 0;
}
.ant-card-meta::before {
  display: table;
  content: '';
}
.ant-card-meta::after {
  display: table;
  clear: both;
  content: '';
}
.ant-card-meta-avatar {
  float: left;
  padding-right: 16px;
}
.ant-card-rtl .ant-card-meta-avatar {
  float: right;
  padding-right: 0;
  padding-left: 16px;
}
.ant-card-meta-detail {
  overflow: hidden;
}
.ant-card-meta-detail > div:not(:last-child) {
  margin-bottom: 8px;
}
.ant-card-meta-title {
  overflow: hidden;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ant-card-meta-description {
  color: rgba(0, 0, 0, 0.45);
}
.ant-card-loading {
  overflow: hidden;
}
.ant-card-loading .ant-card-body {
  user-select: none;
}
.ant-card-loading-content p {
  margin: 0;
}
.ant-card-loading-block {
  height: 14px;
  margin: 4px 0;
  background: linear-gradient(90deg, rgba(207, 216, 220, 0.2), rgba(207, 216, 220, 0.4), rgba(207, 216, 220, 0.2));
  background-size: 600% 600%;
  border-radius: 2px;
  animation: card-loading 1.4s ease infinite;
}
@keyframes card-loading {
  0%,
  100% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}
.ant-card-small > .ant-card-head {
  min-height: 36px;
  padding: 0 12px;
  font-size: 14px;
}
.ant-card-small > .ant-card-head > .ant-card-head-wrapper > .ant-card-head-title {
  padding: 8px 0;
}
.ant-card-small > .ant-card-head > .ant-card-head-wrapper > .ant-card-extra {
  padding: 8px 0;
  font-size: 14px;
}
.ant-card-small > .ant-card-body {
  padding: 12px;
}

/* width */

::-webkit-scrollbar {
  width: 3px;
}

/* Track */

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */

::-webkit-scrollbar-thumb {
  background: #a9bbdf;
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
  background: rgb(122, 120, 120);
}

.custom-popup .leaflet-popup-content-wrapper {
  background : #2c3e50;
  color      : #fff;
  font-size  : 16px;
  line-height: 24px;
}

.custom-popup .leaflet-popup-content-wrapper a {
  color: rgba(255, 255, 255, 0.5);
}

.custom-popup .leaflet-popup-tip-container {
  width : 0px;
  height: 0px;
}

.custom-popup .leaflet-popup-tip {
  border-left : 0px solid transparent;
  border-right: 0px solid transparent;
  border-top  : 0px solid #2c3e50;
}

.leaflet-control-attribution.leaflet-control a {
  display: none !important;
}

.iconContainer {
  display        : flex;
  align-items    : center;
  justify-content: center;
}

.action__icon {
  height         : 18px;
  display        : inline-flex;
  align-items    : center;
  justify-content: center;
}

#modalInfo {
  width           : 500px;
  height          : 100%;
  padding         : 20px;
  padding-top     : 30px;
  background-color: #fff;
  position        : fixed;
  top             : 50%;
  left            : 50%;
  z-index         : 9999;
  border          : 1px solid;
  transition      : all 0.4s;
  transform       : translate(-50%, -50%);
  overflow-y      : auto;
}

#modalInfo img {
  max-width   : 200px;
  max-height  : 200px;
  margin      : 20px 0 10px;
  display     : block;
  margin-left : auto;
  margin-right: auto;
}

.modalInfo__header {
  background     : #1175bb;
  position       : absolute;
  top            : 0;
  left           : 0;
  width          : 100%;
  display        : flex;
  justify-content: space-between;
  padding        : 20px;
  z-index        : 10;
  height         : 25px;
  align-items    : center;
}

.modalInfo__title {
  color : #fff;
  margin: 0;
}

.modalInfo__close {
  display        : flex;
  justify-content: center;
  align-items    : center;
  font-size      : 20px;
}

body input:focus {
  outline: none !important;
}

body input {
  border: 1px solid #4b81a3;
}

body input:invalid {
  border    : 1px solid #4b81a3;
  box-shadow: unset;
}

#areaShapeSection {
  display  : flex;
  flex-wrap: wrap;
}

.ee-icon-footprint-white {
  background-position: -18px -36px;
}

.flex_beetwen .image_map {
  max-height     : 100px;
  width          : 200px;
  display        : flex;
  justify-content: center;
  align-items    : center;
  margin         : 5px;
  border         : none;
}

.flex_beetwen .image_map a {
  max-height: 100px;
  height    : 75px;
  display   : block;
  max-width : 100%;
}

.flex_beetwen .image_map a img {
  max-height: 100%;
  height    : 100%;
  max-width : 100%;
}

.ldataMap {
  margin-bottom: 20px;
  box-shadow   : 1px 1px 2px rgba(0, 0, 0, 0.35);
}

.popup {
  position        : fixed;
  width           : 100%;
  height          : 100%;
  background-color: rgba(54, 12, 12, 0.486);
  top             : 0;
  left            : 0;
  z-index         : 9999;
  display         : flex;
  justify-content : center;
  align-items     : center;
}

.popup__container {
  position        : fixed;
  z-index         : 9999;
  top             : 40%;
  left            : 50%;
  transform       : translate(-50%, -50%);
  width           : 500px;
  height          : 300px;
  background-color: #fff;
  text-align      : center;
  padding         : 20px;
}

.icon_config {
  height        : 15px;
  width         : 15px;
  pointer-events: none;
  margin        : 0 5px;
}

.bg {
  position        : fixed;
  width           : 100%;
  height          : 100%;
  top             : 0;
  left            : 0;
  background-color: black;
  opacity         : 0.5;
  z-index         : 1000;
}

.container__input {
  display        : flex;
  align-items    : center;
  justify-content: space-between;
  padding        : 0 20px;
}

.flex__input {
  display        : flex;
  align-items    : center;
  justify-content: flex-start;
}

.flex__input .label {
  margin-right: 15px;
  font-weight : bold;
}

.container__tab {
  width   : 94%;
  overflow: hidden;
}

.arrow_tab {
  position       : absolute;
  right          : 0;
  top            : 0;
  display        : flex;
  align-items    : center;
  justify-content: center;
  height         : 36px;
  width          : 26px;
  cursor         : pointer;
  font-size      : 28px;
}

.header__tab {
  position        : absolute;
  left            : 0;
  top             : 0;
  z-index         : 10;
  background-color: #efefef;
  margin          : 0 !important;
  padding         : 5px 10px;
  padding-bottom  : 0;
  height          : max-content !important;
  border-bottom   : 1px solid #a9bbdf;
}

.form_all {
  margin-top: 30px;
  border-top: unset !important;
}

.arrow_tab .dots__unhover {
  display: block;
  border : 1px solid #a9bbdf;
  padding: 0 3px;
}

.arrow_tab:hover .dots__unhover {
  display: none;
}

#alert-logout {
  position       : fixed;
  width          : 100%;
  height         : 100%;
  left           : 0px;
  top            : 0px;
  background     : rgba(0, 0, 0, 0.58);
  z-index        : 99999;
  display        : flex;
  align-items    : center;
  justify-content: center;
  opacity        : 0;
  visibility     : hidden;
  transition     : all 0.1s;
}

#alert-logout.show-alert {
  opacity   : 1;
  visibility: visible;
}

.box__alert {
  background-color: rgb(255, 255, 255);
  padding         : 10px;
  border-radius   : 5px;
  text-align      : center;
  transform       : scale(0);
  transition      : all 0.1s;
}

#alert-logout.show-alert .box__alert {
  transform: scale(1);
}

.box__alert .button {
  background    : #1175bb no-repeat padding-box padding-box transparent !important;
  border        : none;
  border-radius : 5px;
  text-transform: uppercase;
  color         : #fff;
  letter-spacing: 1px;
  font-weight   : bold;
  padding       : 5px 10px;
  cursor        : pointer;
  transition    : all 0.3s;
}

.box__alert .button:hover {
  opacity: 0.8;
}

.leaflet-container svg:not(.leaflet-zoom-animated) {
  width : inherit;
  height: inherit;
}

.leaflet-tooltip.my-labels {
  background-color: transparent;
  border          : transparent;
  box-shadow      : none;
  color           : #f0ddb3;
  text-shadow     : 1px 1px 2px #2f0afc;
  font-weight     : bold;
  font-size       : 13px;
}

.leaflet-tooltip.my-labels.fs-10 {
  font-size: 10px;
}

.leaflet-tooltip.my-labels::before {
  border: unset !important;
}

.ant-select-tree-checkbox.ant-select-tree-checkbox-disabled {
  display: none;
}

li.ant-select-tree-treenode-disabled>span:not(.ant-select-tree-switcher),
li.ant-select-tree-treenode-disabled>.ant-select-tree-node-content-wrapper,
li.ant-select-tree-treenode-disabled>.ant-select-tree-node-content-wrapper span {
  cursor: default;
}

li.ant-select-tree-treenode-disabled.ant-select-tree-treenode-switcher-close {
  position        : -webkit-sticky;
  position        : sticky;
  top             : 0;
  background-color: white;
  z-index         : 1;
  margin-top      : 0;
  padding-top     : 4px;
}

.input_geojson,
.input_points {
  position  : relative;
  background: #fff;
  border    : unset;
  outline   : unset;
  cursor    : pointer;
}

.input_geojson:hover,
.input_points:hover {
  border        : 1px solid;
  box-shadow    : inset 0 0 20px rgba(255, 255, 255, 0.5), 0 0 20px rgba(255, 255, 255, 0.2);
  outline-color : rgba(255, 255, 255, 0);
  outline-offset: 15px;
}

.input_geojson::before,
.input_points::before {
  content      : '';
  position     : absolute;
  width        : 0;
  height       : 0;
  border-top   : 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right : 10px solid #fff;
  top          : 0;
  left         : -10px;
  display      : none;
}

.input_geojson.active::before,
.input_geojson:hover::before,
.input_points.active::before,
.input_points:hover::before {
  display: block;
}

.box-map {
  height  : calc(100vh - 60px);
  overflow: hidden;
  position: relative;
}

.infoArea-plots {
  width     : 350px;
  height    : 100%;
  position  : absolute;
  top       : 0px;
  right     : 0px;
  background: rgb(255, 255, 255);
  z-index   : 1000;
  transition: all 0.2s linear 0s;
  transform : translateX(100%);
}

.infoArea-plots.active {
  transform: translateX(0px);
}

.toggle-slider-info {
  position  : absolute;
  top       : 50%;
  left      : 0px;
  width     : auto;
  padding   : 0px 5px;
  cursor    : pointer;
  transform : translate(-65%, -50%) rotate(-90deg);
  background: rgb(255, 255, 255);
}

.toggle-slider-info:hover {
  border        : 1px solid;
  border-bottom : none;
  box-shadow    : inset 0 0 20px rgba(255, 255, 255, 0.5), 0 0 20px rgba(255, 255, 255, 0.2);
  outline-color : rgba(255, 255, 255, 0);
  outline-offset: 15px;
}

ul,
li {
  list-style: none;
  margin    : 0;
  padding   : 0;
}

.checkbox {
  --background   : #fff;
  --border       : #d1d6ee;
  --border-hover : #bbc1e1;
  --border-active: #1e2235;
  --tick         : #fff;
  position       : relative;
}

.checkbox input,
.checkbox svg {
  width  : 21px;
  height : 21px;
  display: block;
}

.checkbox input {
  -webkit-appearance: none;
  -moz-appearance   : none;
  position          : relative;
  outline           : none;
  background        : var(--background);
  border            : none;
  margin            : 0;
  padding           : 0;
  cursor            : pointer;
  border-radius     : 4px;
  transition        : box-shadow 0.3s;
  box-shadow        : inset 0 0 0 var(--s, 1px) var(--b, var(--border));
}

.checkbox input:hover {
  --s: 2px;
  --b: var(--border-hover);
}

.checkbox input:checked {
  --b: var(--border-active);
}

.checkbox svg {
  pointer-events : none;
  fill           : none;
  stroke-width   : 2px;
  stroke-linecap : round;
  stroke-linejoin: round;
  stroke         : var(--stroke, var(--border-active));
  position       : absolute;
  top            : 0;
  left           : 0;
  width          : 21px;
  height         : 21px;
  transform      : scale(var(--scale, 1)) translateZ(0);
}

.checkbox.path input:checked {
  --s             : 2px;
  transition-delay: 0.4s;
}

.checkbox.path input:checked+svg {
  --a: 16.1 86.12;
  --o: 102.22;
}

.checkbox.path svg {
  stroke-dasharray : var(--a, 86.12);
  stroke-dashoffset: var(--o, 86.12);
  transition       : stroke-dasharray 0.6s, stroke-dashoffset 0.6s;
}

.checkbox.bounce {
  --stroke: var(--tick);
}

.checkbox.bounce input:checked {
  --s: 11px;
}

.checkbox.bounce input:checked+svg {
  -webkit-animation: bounce 0.4s linear forwards 0.2s;
  animation        : bounce 0.4s linear forwards 0.2s;
}

.checkbox.bounce svg {
  --scale: 0;
}

@-webkit-keyframes bounce {
  50% {
    transform: scale(1.2);
  }

  75% {
    transform: scale(0.9);
  }

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

@keyframes bounce {
  50% {
    transform: scale(1.2);
  }

  75% {
    transform: scale(0.9);
  }

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

html {
  box-sizing            : border-box;
  -webkit-font-smoothing: antialiased;
}

* {
  box-sizing: inherit;
}

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

.box__tab {
  height       : calc(100vh / 2);
  overflow-y   : auto;
  border-top   : none;
  border-right : 1px solid rgb(240, 240, 240);
  border-bottom: 1px solid rgb(240, 240, 240);
  border-left  : 1px solid rgb(240, 240, 240);
  border-image : initial;
  margin-top   : -16px;
  background   : rgb(255, 255, 255);
}

.my-control {
  width     : 50px;
  height    : 50px;
  background: #fff;
}

#popup--area_custom,
#popup--plots_custom {
  display         : none;
  position        : absolute;
  top             : 50%;
  left            : 50%;
  transform       : translate(-50%, -50%);
  background-color: rgb(255, 255, 255);
  z-index         : 999;
  width           : 320px;
  height          : auto;
  border-radius   : 8px;
  box-shadow      : 0 4px 10px rgba(60, 64, 67, 0.28);
  overflow        : hidden;
  padding         : 10px;
}

.box__tab .area-selects {
  width      : calc(100% - 100px);
  display    : flex;
  align-items: center;
}

.row-container {
  display        : flex;
  justify-content: center;
  align-items    : center;
}

.row-container .col-left {
  /* width: 0%;
  overflow: hidden auto;
  height: 100%;
  max-height: calc(100vh - 42px);
  position: relative;
  z-index: 1;
  transition: all 0.1s ease */
  position        : fixed;
  top             : 42px;
  left            : 0;
  z-index         : 10;
  background-color: #fff;
  height          : 100%;
  transform       : translateX(-100%);
  transition      : all 0.2s linear;
  overflow        : visible;
  width           : 30%;
}

.row-container .col-left.onshow {
  /* width: 25%; */
  transform: translateX(0%);
}

.row-container .col-right {
  width   : 100%;
  position: relative;
}

.row-container .col-right .tool_tree {
  position        : absolute;
  top             : 10px;
  left            : 10px;
  background      : rgb(255, 255, 255);
  z-index         : 10;
  background-color: #00000085;
  padding         : 0 2px;
  border          : 1px solid;
  box-shadow      : 0 0 4px 0;
}

.row-container .col-right .tool_tree li {
  margin: 5px 0;
}

.row-container .col-right .tool_tree li .tools_item-box {
  position        : absolute;
  right           : 0px;
  background-color: rgb(255, 255, 255);
  width           : 400px;
  max-width       : calc(100vw - 50px);
  max-height      : calc(100vh - 80px);
  min-height      : 200px;
  padding         : 10px;
  overflow-y      : auto;
  top             : 0;
  transition      : all 0.4s ease;
  transform       : scale(var(--scale, 0)) translateX(calc(100% + 3px));
  opacity         : var(--opacity, 0);
  visibility      : hidden;
  transform-origin: 0 0;
  box-shadow      : 0 0 5px 0;
  border-radius   : 3px;
}

.row-container .col-right .tool_tree li.on .tools_item-box {
  --scale   : 1;
  --opacity : 1;
  visibility: visible !important;
}

.tool_tree .toolbox_header {
  position     : sticky;
  top          : -10px;
  left         : 0px;
  background   : #fff;
  width        : 100%;
  z-index      : 1;
  transition   : 0.4s;
  border-bottom: 1px solid #d9d9d9;
}

.row-container .col-right .tool_tree .tool_tree-btn {
  width          : 30px;
  height         : 30px;
  color          : rgb(66, 144, 195);
  display        : flex;
  align-items    : center;
  justify-content: center;
}

.row-container .col-left .toggleTab {
  position     : absolute;
  right        : -20px;
  background   : #fff;
  padding      : 10px 5px;
  top          : 15px;
  border-radius: 5px;
  display      : block;
  cursor       : pointer;
}

.list_units {
  display   : flex;
  flex-wrap : wrap;
  max-height: calc(100vh - 125px);
  overflow  : hidden auto;
}

.list_units .list_units--icon {
  display        : flex;
  width          : 50px;
  height         : 50px;
  align-items    : center;
  justify-content: center;
  background     : gray;
  color          : #fff;
  border-radius  : 50%;
  margin-right   : 8px;
  font-size      : 20px;
}

.list_units .list_units--icon img {
  width     : 50px;
  height    : 50px;
  object-fit: cover;
}

.list_units .list_units--item {
  width      : 100%;
  padding    : 10px;
  display    : flex;
  align-items: center;
  cursor     : pointer;
  transition : all 0.3s ease;
}

.list_units .list_units--item:hover {
  background-color: rgba(0, 0, 0, 0.03);
}

.list_units--item .list_units--name {
  width: calc(100% - 50px);
}

.detail_backbtn {
  cursor : pointer;
  padding: 10px;
  display: block;
  width  : max-content;
}

.detail_list {
  height        : calc(100vh - 182px);
  overflow      : hidden auto;
  border-top    : 1px solid #e8eaed;
  padding-bottom: 10px;
}

.detail_list .detail_item {
  border-bottom: 1px solid #e8eaed;
  padding      : 5px 15px;
  cursor       : pointer;
  transition   : all 0.3s ease;
  height       : 60px;
  display      : flex;
  align-items  : center;
}

.detail_list .detail_item span {
  margin-left       : 10px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow          : hidden;
  display           : -webkit-box;
}

.detail_list .detail_item:hover {
  background-color: rgba(0, 0, 0, 0.03);
}

.box_info-detail {
  padding: 8px 15px;
}

.box_info-detail p {
  font-style: italic;
}

.box_info-detail span {
  font-style : initial;
  font-weight: 500;
}

.box_info-detail .detail_list-rate {
  border-top : 1px solid #e8eaed;
  padding-top: 10px;
}

.box_info-detail .detail_list-rate .item_rate {
  border-bottom : 1px solid #e8eaed;
  padding-bottom: 10px;
  padding-top   : 10px;
}

.box_info-detail .detail_list-rate .item_info_user {
  display    : flex;
  align-items: center;
}

.box_info-detail .detail_list-rate .item_info_user img {
  width        : 30px;
  height       : 30px;
  border-radius: 50%;
}

.box_info-detail .detail_list-rate .item_info_user h4 {
  margin-bottom: 0;
  margin-left  : 10px;
}

.menuMobile-map {
  display: none;
}

.tool-map-mobile,
.action-system-mobile {
  display: none;
}

.control-right {
  top     : 10px;
  right   : 15px;
  bottom  : auto;
  left    : auto;
  position: absolute;
  z-index : 90;
  height  : 300px;
  width   : 32px;
}

.tool-map {
  -webkit-border-radius: 2px;
  -moz-border-radius   : 2px;
  border-radius        : 2px;
  -webkit-box-shadow   : 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  box-shadow           : 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  padding              : 0 4px;
  margin               : 0 0 6px;
  list-style           : none;
  background           : rgba(30, 57, 51, 0.7);
}

.tool-map .tool-map-item {
  padding-top  : 4px;
  text-align   : center;
  height       : 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  color        : #fff;
  font-size    : 15px;
}

.tool-map .tool-map-item a {
  -webkit-border-radius: 50%;
  -moz-border-radius   : 50%;
  border-radius        : 50%;
  -webkit-transition   : all 0.2s ease-in-out;
  -moz-transition      : all 0.2s ease-in-out;
  transition           : all 0.2s ease-in-out;
  text-align           : center;
  display              : block;
  height               : 24px;
  width                : 24px;
  color                : #fff;
}

.tool-map .tool-map-item a span[class^='icons-'] {
  position      : relative;
  vertical-align: top;
}

.tool-map .tool-map-item a .icons-zoomin {
  top: 6px;
}

.tool-map .tool-map-item a .icons-zoomout {
  top: 10px;
}

.tool-map .tool-map-item a.active,
.tool-map .tool-map-item a:hover,
.tool-map .tool-map-item a:focus {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition   : all 0.2s ease-in-out;
  transition        : all 0.2s ease-in-out;
  background-color  : #215783;
}

.tool-map .tool-map-item:last-child {
  border-bottom: 0;
}

.action-system .action-item a:hover,
.action-system .action-item a:focus {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition   : all 0.2s ease-in-out;
  transition        : all 0.2s ease-in-out;
  background-color  : #215783;
}

.action-system {
  -webkit-border-radius: 2px;
  -moz-border-radius   : 2px;
  border-radius        : 2px;
  -webkit-box-shadow   : 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  box-shadow           : 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  padding              : 0 4px;
  margin               : 0 0 6px;
  list-style           : none;
  background           : rgba(30, 57, 51, 0.7);
  position             : relative;
}

.action-system .action-item {
  padding-top  : 4px;
  text-align   : center;
  height       : 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position     : relative;
}

.action-system .action-item a {
  -webkit-border-radius: 50%;
  -moz-border-radius   : 50%;
  border-radius        : 50%;
  -webkit-transition   : all 0.2s ease-in-out;
  -moz-transition      : all 0.2s ease-in-out;
  transition           : all 0.2s ease-in-out;
  text-align           : center;
  display              : block;
  height               : 24px;
  width                : 24px;
  color                : #fff;
  font-size            : 15px;
}

.action-item .tooltip .num-layer {
  position        : absolute;
  background-color: #eee;
  font-size       : 10px;
  color           : #000;
  top             : -6px;
  right           : 0px;
  padding         : 0 5px;
  border-radius   : 100%;
  transform       : translateX(50%);
}

.lopdulieubieudo {
  position        : absolute;
  z-index         : 2;
  width           : max-content;
  height          : max-content;
  bottom          : 15px;
  right           : 15px;
  border-radius   : 10px;
  box-shadow      : 0 0 4px 0;
  background-color: #ffffffa3;
}

.lopdulieubieudo .note-header {
  display                : flex;
  align-items            : center;
  justify-content        : space-between;
  cursor                 : pointer;
  padding                : 5px 15px;
  background-color       : rgb(255, 255, 255);
  font-size              : 14px;
  /* font-weight         : 600; */
  border-top-left-radius : 10px !important;
  border-top-right-radius: 10px !important;
}

.note-map-control {
  position        : absolute;
  z-index         : -1;
  width           : max-content;
  height          : max-content;
  top             : 0;
  right           : 120%;
  border-radius   : 3px;
  box-shadow      : 0 0 4px 0;
  transition      : all 0.5s ease;
  opacity         : 0;
  transform       : translateX(200%);
  background-color: #ffffffa3;
}

.note-map-control .ant-collapse,
.note-map-control .ant-collapse-content {
  background-color: transparent;
}

.note-map-control .ant-collapse-header {
  padding     : 2px 8px !important;
  padding-left: 30px !important;
}

.note-map-control .ant-collapse-item>.ant-collapse-header .ant-collapse-arrow {
  left: 8px !important;
}

.note-map-control .ant-collapse-content .ant-collapse-content-box {
  padding     : 0 !important;
  padding-left: 15px !important;
}

.note-map-control .detail-list {
  width     : 350px;
  min-height: 300px;
  overflow  : hidden;
}

.note-map-control.right {
  right    : auto;
  left     : 120%;
  transform: translateX(200%);
}

.note-map-control.on {
  opacity  : 1;
  transform: translateX(0%);
}

.note-map-control .note-header {
  display         : flex;
  align-items     : center;
  justify-content : space-between;
  cursor          : pointer;
  padding         : 5px 10px;
  background-color: rgb(255, 255, 255);
}

.note-map-control .note-header>span {
  font-size  : 16px;
  font-weight: 600;
}

.note-map-control .button_note {
  width          : 30px;
  height         : 30px;
  display        : flex;
  align-items    : center;
  justify-content: center;
  margin-right   : -10px;
}

.note-map-explain .list_container {
  max-height: 320px;
  overflow-y: auto;
  width     : 100%;

  scrollbar-color: rgba(0, 0, 0, 0.2) transparent !important;
  scrollbar-width: thin !important;
}

.note-map-explain .list_container::-webkit-scrollbar {
  width     : 5px;
  background: transparent;
}

.note-map-explain .list_container::-webkit-scrollbar-thumb {
  width        : 5px;
  background   : rgba(0, 0, 0, 0.2);
  border-radius: 16px;
}

.note-map-explain {
  width: 300px;
}

.note-map-explain .parrentLayer {
  padding     : 5px 0px 5px 5px !important;
  margin-right: 15px;
  margin-left : 7px;
  font-size   : 12px;
  color       : #2c2c2c;
  font-weight : 700;
}

.note-map-explain .sub-list-icon {
  padding-left: 20px;
}

.note-map-explain .sub-list-icon>li {
  font-size: 12px;
  color    : #2c2c2c;
}

.note-map-search {
  width: 400px;
}

.note-map-search .list_container {
  max-height: unset;
  padding   : 0 10px 10px 10px;
}

.leaflet-bottom {
  display: none !important;
}

@media (max-width: 767px) {

  .tool-map,
  .action-system {
    display: none;
  }

  .tool-map-mobile {
    display      : block;
    border-radius: 50%;
  }

  .mobile-drawer .ant-drawer-header {
    background: #215783;
    color     : #fff;
  }

  .mobile-drawer .ant-drawer-close {
    display: none;
  }

  .mobile-drawer .ant-drawer-body {
    padding : 10px;
    position: relative;
  }

  .mobile-drawer .ant-drawer-header {
    padding: 0;
  }

  .user-mobile-drawer .ant-drawer-body {
    padding: 0;
  }

  .mobile-drawer-header {
    display        : flex;
    align-items    : center;
    justify-content: space-between;
    color          : #fff;
    font-size      : 18px;
    padding        : 0 15px;
    height         : 60px;
  }

  .mobile-drawer-header>.icon-back {
    padding-right: 10px;
    height       : 100%;
    display      : flex;
    align-items  : center;
  }

  .drawer-title-mobile {
    display     : block;
    flex        : 1;
    text-align  : center;
    margin-right: 22px;
  }

  .info-certification-drawer .ant-drawer-body {
    background-color: #fff !important;
  }

  .group-map-mobile-list.lv1 .group-map-mobile-content>span {
    font-size  : 14px;
    font-weight: 400;
    font-family: 'Open sans-serif';
  }

  .group-map-mobile-list.lv2 .group-map-mobile-content>span {
    font-size  : 12px;
    font-weight: 400;
    font-family: 'Open sans-serif';
  }

  .group-map-mobile-item {
    margin-bottom: 20px;
  }

  .group-map-mobile-drawer .ant-drawer-body {
    background-color: #444444;
  }

  .group-map-mobile-list {
    margin-top  : 20px;
    padding-left: 20px;
  }

  .group-map-mobile-main {
    display        : flex;
    align-items    : center;
    justify-content: space-between;
    color          : #000;
    padding        : 0 15px;
    font-size      : 16px;
  }

  .group-map-mobile-list.lv0 {
    margin : 0;
    padding: 0;
  }

  .group-map-mobile-list .ant-checkbox-inner {
    background-color: transparent;
    border          : 1px solid #215783;
    width           : 18px;
    height          : 18px;
  }

  .group-map-mobile-list .ant-checkbox-checked .ant-checkbox-inner {
    background-color: #0066ff;
  }

  .ant-checkbox-checked .ant-checkbox-inner {
    background-color: #215783 !important;
    color           : #215783 !important;
  }

  #custom-control,
  #publich-image,
  #note-map {
    display: none !important;
  }

  .box-user-info {
    display        : flex;
    align-items    : center;
    justify-content: space-between;
    background     : #fff;
    padding        : 10px 15px;
  }

  .box-user-content {
    display    : flex;
    align-items: center;
  }

  .box-user-content-text {
    margin-left: 15px;
  }

  .box-user-content-text>h3,
  .box-user-content-text>p {
    margin: 0;
  }

  .groups-menu-function {
    margin-top: 30px;
  }

  .groups-menu-function>h2 {
    text-transform: uppercase;
    font-size     : 15px;
    color         : #858586;
    padding       : 0 15px;
  }

  .groups-menu-list {
    background: #fff;
  }

  .groups-menu-item {
    display        : flex;
    align-items    : center;
    justify-content: space-between;
    padding        : 0 0 0 15px;
  }

  .groups-menu-item-icon {
    text-align  : center;
    font-size   : 22px;
    flex-shrink : 0;
    margin-right: 15px;
    display     : flex;
    align-items : center;
  }

  .groups-menu-item-icon>img {
    width  : 27px;
    padding: 4px;
  }

  .groups-menu-item-right {
    display: block;
    width  : 100px;
    flex   : 1;
    color  : #090909;
    padding: 12px 15px 12px 0;
  }

  .groups-menu-item:not(:last-child) .groups-menu-item-right {
    border-bottom: 1px solid #eee;
  }

  .groups-menu-item-right.user {
    display        : flex;
    align-items    : center;
    justify-content: space-between;
  }

  .groups-menu-item-right>p {
    margin     : 0;
    color      : #222;
    font-size  : 14px;
    font-weight: 500;
  }

  .menu-chapter-mobile .ant-select-selector,
  .menu-chapter-mobile .ant-input {
    background   : #f4f4f4 !important;
    border       : unset !important;
    border-radius: 20px !important;
    box-shadow   : unset !important;
  }

  .menu-chapter-mobile .search-wraper-btn-mobile {
    position   : fixed;
    bottom     : 0;
    left       : 0;
    width      : 100%;
    display    : flex;
    align-items: center;
  }

  .menu-chapter-mobile .search-wraper-btn-mobile .ant-btn {
    width : 100%;
    height: 45px;
  }

  .menuMobile-map {
    display   : block;
    position  : fixed;
    bottom    : 0;
    left      : 0;
    width     : 100%;
    height    : 70px;
    padding   : 12px 0;
    z-index   : 200;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background: #215783;
  }

  .menuMobile-map__list {
    height : 100%;
    width  : 100%;
    margin : 0;
    padding: 0;

    display        : flex;
    align-items    : center;
    justify-content: space-between;
  }

  .menuMobile-map__item {
    width         : 20%;
    text-align    : center;
    letter-spacing: 0.07px;
  }

  .menuMobile-map__item:active {
    background-color: #eeeeee70;
  }

  .menuMobile-map__item>p {
    font-size: 11px;
    color    : #fff;
    margin   : 5px 0 0 0;
  }

  .menuMobile-map__item>i {
    color    : #fff;
    font-size: 20px;
  }

  .row-container .col-left {
    width           : 85%;
    position        : fixed;
    top             : 42px;
    left            : 0;
    z-index         : 1000;
    background-color: #fff;
    height          : 100%;
    transform       : translateX(-100%);
    transition      : all 0.2s linear;
    overflow        : visible;
  }

  .row-container .col-left .toggleTab {
    display: block;
  }

  /* .row-container .col-left.onshow {
    width: 85%;
  } */
  .row-container .col-right {
    width: 100%;
  }

  .row-container .col-right .tool_tree {
    display: none;
  }

  /* .list_units .list_units--icon {
    width: 20px;
    height: 20px;
    font-size: 10px;
  }
  .list_units .list_units--icon img {
    width: 20px;
    height: 20px
  } */
  .list_units .list_units--item {
    width: 100%;
  }

  /* .list_units--item .list_units--name {
    width: calc(100% - 20px)
  } */

  .action-system-mobile {
    display      : block;
    border-radius: 30px;
    padding      : 10px 4px;
    margin       : 5px 0 6px;
  }

  .action-system-mobile .action-item {
    position: relative;
  }

  .action-system-mobile .action-item .tooltipster-box {
    position   : absolute;
    top        : 0px;
    right      : 30px;
    white-space: nowrap;
  }

  .action-system-mobile .action-item .tooltipster-content {
    color      : #fff;
    padding    : 6px 14px 7px;
    line-height: 1.15;
    font-size  : 12px;
  }

  .control-left {
    z-index: 91;
  }

  .header_map .hlogo_header-right .list-Layer {
    width          : calc(100vw / 7);
    display        : flex;
    align-items    : center;
    justify-content: center;
    color          : #fff;
    font-size      : 20px;
    position       : relative;
    margin-top     : 20px;
  }

  .header_map .header-right {
    display: none;
  }

  .header_map .container-fluid {
    padding-left : 0;
    padding-right: 0;
  }

  .sktt-mobile-drawer .ant-drawer-header {
    background: #215783;
    color     : #fff;
    padding   : 0;
  }

  .sktt-mobile-drawer-header {
    display        : flex;
    align-items    : center;
    justify-content: space-between;
    color          : #fff;
    font-size      : 18px;
    padding        : 0 15px;
    height         : 60px;
  }

  .sktt-mobile-drawer-header>.icon-back {
    padding-right: 10px;
    height       : 100%;
    display      : flex;
    align-items  : center;
  }

  .drawer-title-mobile {
    display     : block;
    flex        : 1;
    text-align  : center;
    margin-right: 22px;
  }

  .sktt-mobile-drawer .ant-drawer-body {
    padding   : 10px 10px 0;
    position  : relative;
    text-align: justify;
  }

  .sktt-mobile-drawer .ant-drawer-close {
    display: none;
  }

  .sktt-mobile .sktt-search {
    display        : flex;
    align-items    : center;
    justify-content: space-between;
    box-shadow     : rgb(0 0 0 / 15%) 0px 1px 0px 0px;
    padding-bottom : 10px;
  }

  .sktt-mobile .ant-input-affix-wrapper input.ant-input {
    background: unset;
  }

  .sktt-mobile .ant-input-affix-wrapper {
    background   : #f4f4f4;
    border       : unset;
    box-shadow   : unset;
    border-radius: 20px;
    width        : 60%;
    flex-shrink  : 0;
    height       : 40px;
  }

  .sktt-mobile .grid_result {
    padding: 10px 0;
    height : calc(100vh - 131px);
  }

  .sktt-mobile .item-event {
    padding: 10px 5px 10px 0;
  }

  .list-Layer .num-layer {
    position        : absolute;
    background-color: #eee;
    font-size       : 10px;
    color           : #000;
    top             : -6px;
    right           : 10px;
    padding         : 0 5px;
    border-radius   : 100%;
  }
}

.leaflet-tooltip-left:before {
  right            : 0;
  margin-right     : -12px;
  border-left-color: rgba(0, 0, 0, 0.856);
}

.leaflet-tooltip-right:before {
  left              : 0;
  margin-left       : -12px;
  border-right-color: rgba(0, 0, 0, 0.856);
}

.leaflet-tooltip-own {
  position           : absolute;
  padding            : 4px;
  background-color   : rgba(0, 0, 0, 0.856);
  border             : 0px solid #000;
  color              : #fff;
  font-weight        : bold;
  white-space        : nowrap;
  -webkit-user-select: none;
  -moz-user-select   : none;
  -ms-user-select    : none;
  user-select        : none;
  pointer-events     : none;
  box-shadow         : 0 1px 3px rgba(0, 0, 0, 0.856);
}

.ToolBoxTree {
  position        : absolute;
  top             : 15px;
  left            : 5px;
  z-index         : 9;
  background-color: rgba(0, 0, 0, 0.52);
  padding         : 0px 2px;
  border          : 1px solid gray;
  box-shadow      : 0px 0px 4px 0px;
}

/* .ToolBoxTree .ToolBoxTree__list {} */

.ToolBoxTree .ant-list-split .ant-list-header {
  position  : sticky;
  top       : 0;
  left      : 0;
  background: #fff;
  z-index   : 10;
}

.ToolBoxTree .box__tab {
  height    : calc(100vh - 100px);
  margin-top: 0;
  border    : none;
}

.ToolBoxTree .ant-list-sm .ant-list-item {
  padding: 8px 0;
}

.ToolBoxTree .ToolBoxTree__item {
  margin: 5px 0;
}

.ToolBoxTree .ToolBoxTree__btn {
  background-color: rgb(255, 255, 255);
  width           : 30px;
  height          : 30px;
  color           : rgb(66, 144, 195);
  display         : flex;
  align-items     : center;
  justify-content : center;
}

.ToolBoxTree .ToolBoxTree_collapse {
  position        : absolute;
  right           : 0px;
  background-color: rgb(255, 255, 255);
  width           : 400px;
  max-width       : calc(100vw - 50px);
  max-height      : calc(100vh - 80px);
  min-height      : 200px;
  padding         : 10px;
  overflow        : hidden;
  top             : 0;
  transition      : all 0.4s ease;
  transform       : scale(var(--scale, 0)) translateX(calc(100% + 3px));
  opacity         : var(--opacity, 0);
  visibility      : hidden;
  transform-origin: 0 0;
  box-shadow      : 0 0 5px 0;
  border-radius   : 3px;
}

.ToolBoxTree .ToolBoxTree__item.on .ToolBoxTree_collapse {
  --scale   : 1;
  --opacity : 1;
  visibility: visible !important;
}

#note-map {
  position        : absolute;
  z-index         : 1;
  background-color: rgb(255, 255, 255);
  width           : max-content;
  height          : max-content;
  padding         : 0 10px;
  bottom          : 10px;
  right           : 55px;
  border-radius   : 3px;
  box-shadow      : 0 0 4px 0;
  transition      : all 0.2s ease;
}

#note-map .note-header {
  display        : flex;
  align-items    : center;
  justify-content: space-between;
}

#note-map .button_note {
  width          : 30px;
  height         : 30px;
  cursor         : pointer;
  display        : flex;
  align-items    : center;
  justify-content: center;
  margin-right   : -10px;
}

#note-map ul {
  display: none;
}

#note-map ul.on {
  display: block;
}

.menu_import_data li {
  padding: 5px 0;
  cursor : pointer;
}

.menu_import_data li:hover {
  color: #1a7bd7;
}

.menu_import_data li:not(:last-child) {
  border-bottom: 1px solid #eee;
}

#custom-control {
  width   : 35px;
  height  : 35px;
  position: absolute;
  right   : 10px;
  top     : 5px;
  z-index : 1;
}

#custom-control .ctrl-btn img {
  width : 100%;
  height: 100%;
}

#custom-control .ctrl-list-layer {
  position        : absolute;
  top             : 10px;
  right           : 30px;
  width           : max-content;
  background-color: rgb(255, 255, 255);
  max-width       : 90vw;
  padding         : 5px;
  border-radius   : 3px;
  box-shadow      : 0 0 4px 0;
  transition      : all 0.2s ease;
  transform-origin: 100% 0;
  transform       : scale(0);
}

#custom-control:hover .ctrl-list-layer {
  transform: scale(1);
}

#publich-image {
  position        : absolute;
  z-index         : 1;
  background-color: rgb(255, 255, 255);
  width           : max-content;
  height          : max-content;
  padding         : 0 10px;
  bottom          : 85px;
  right           : 13px;
  border-radius   : 3px;
  box-shadow      : 0 0 4px 0;
  transition      : all 0.2s ease;
  cursor          : pointer;
}

@media (max-height: 400px) {
  #note-map ul {
    max-height: 260px;
    overflow  : hidden auto;
  }
}

.drawer-custom {
  position  : fixed;
  top       : 0;
  right     : 0;
  bottom    : 0;
  width     : 100%;
  z-index   : 1000;
  background: #fff;
  transition: all 0.25s;
}

.drawer-custom.active {
  right: -100%;
}

.drawer-custom__header {
  position     : relative;
  border-bottom: 1px solid #e8e8e8;
  border-radius: 2px 2px 0 0;
  padding      : 0;
  height       : 60px;
  background   : #215783;
}

.drawer-custom__title {
  padding-right: 28px;
  color        : rgba(0, 0, 0, 0.85);
  font-weight  : 500;
  font-size    : 15px;
}

.drawer-custom__button {
  position       : absolute;
  top            : 0;
  right          : 0;
  z-index        : 10;
  display        : block;
  width          : 56px;
  height         : 56px;
  padding        : 0;
  color          : rgba(0, 0, 0, 0.45);
  font-weight    : 700;
  font-size      : 15px;
  font-style     : normal;
  line-height    : 56px;
  text-align     : center;
  text-transform : none;
  text-decoration: none;
  background     : transparent;
  border         : 0;
  outline        : 0;
  cursor         : pointer;
  transition     : color 0.3s;
  text-rendering : auto;
}

.drawer-custom__body {
  padding    : 24px;
  font-size  : 13px;
  line-height: 1.5;
  word-wrap  : break-word;
  height     : calc(100vh - 60px);
  overflow-y : auto;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-select-auto-complete {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #222222;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
}
.ant-select-auto-complete .ant-select-clear {
  right: 13px;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-collapse {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #222222;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  background-color: #fafafa;
  border: 1px solid #d9d9d9;
  border-bottom: 0;
  border-radius: 2px;
}
.ant-collapse > .ant-collapse-item {
  border-bottom: 1px solid #d9d9d9;
}
.ant-collapse > .ant-collapse-item:last-child,
.ant-collapse > .ant-collapse-item:last-child > .ant-collapse-header {
  border-radius: 0 0 2px 2px;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header {
  position: relative;
  padding: 12px 16px;
  padding-left: 40px;
  color: rgba(0, 0, 0, 0.85);
  line-height: 1.5715;
  cursor: pointer;
  transition: all 0.3s;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header::before {
  display: table;
  content: '';
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header::after {
  display: table;
  clear: both;
  content: '';
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow {
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  left: 16px;
  display: inline-block;
  font-size: 12px;
  transform: translateY(-50%);
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow > * {
  line-height: 1;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow svg {
  display: inline-block;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow::before {
  display: none;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow .ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow-icon {
  display: block;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow svg {
  transition: transform 0.24s;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-extra {
  float: right;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header:focus {
  outline: none;
}
.ant-collapse > .ant-collapse-item.ant-collapse-no-arrow > .ant-collapse-header {
  padding-left: 12px;
}
.ant-collapse-icon-position-right > .ant-collapse-item > .ant-collapse-header {
  padding: 12px 16px;
  padding-right: 40px;
}
.ant-collapse-icon-position-right > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow {
  right: 16px;
  left: auto;
}
.ant-collapse-anim-active {
  transition: height 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.ant-collapse-content {
  overflow: hidden;
  color: #222222;
  background-color: #fff;
  border-top: 1px solid #d9d9d9;
}
.ant-collapse-content > .ant-collapse-content-box {
  padding: 16px;
}
.ant-collapse-content-inactive {
  display: none;
}
.ant-collapse-item:last-child > .ant-collapse-content {
  border-radius: 0 0 2px 2px;
}
.ant-collapse-borderless {
  background-color: #fafafa;
  border: 0;
}
.ant-collapse-borderless > .ant-collapse-item {
  border-bottom: 1px solid #d9d9d9;
}
.ant-collapse-borderless > .ant-collapse-item:last-child,
.ant-collapse-borderless > .ant-collapse-item:last-child .ant-collapse-header {
  border-radius: 0;
}
.ant-collapse-borderless > .ant-collapse-item > .ant-collapse-content {
  background-color: transparent;
  border-top: 0;
}
.ant-collapse-borderless > .ant-collapse-item > .ant-collapse-content > .ant-collapse-content-box {
  padding-top: 4px;
}
.ant-collapse .ant-collapse-item-disabled > .ant-collapse-header,
.ant-collapse .ant-collapse-item-disabled > .ant-collapse-header > .arrow {
  color: #215783;
  cursor: not-allowed;
}
.ant-collapse-rtl {
  direction: rtl;
}
.ant-collapse-rtl .ant-collapse > .ant-collapse-item > .ant-collapse-header {
  padding: 12px 16px;
  padding-right: 40px;
}
.ant-collapse-rtl.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow svg {
  transform: rotate(180deg);
}
.ant-collapse-rtl.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-extra {
  float: left;
}
.ant-collapse-rtl.ant-collapse > .ant-collapse-item.ant-collapse-no-arrow > .ant-collapse-header {
  padding-right: 12px;
  padding-left: 0;
}

.antd-pro-component-dashs-upload-image-style-contentImageUpload {
  position: relative;
}
.antd-pro-component-dashs-upload-image-style-divUpload {
  display: flex;
  flex-wrap: wrap;
}
.antd-pro-component-dashs-upload-image-style-itemImage {
  margin-right: 10px;
  margin-bottom: 10px;
}
.antd-pro-component-dashs-upload-image-style-itemImageTag {
  border: 1px solid rgba(0, 0, 0, 0.4);
  cursor: pointer;
  width: 100px;
  height: 100px;
  object-fit: cover;
}
.antd-pro-component-dashs-upload-image-style-itemImageTagadd {
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
  background: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.antd-pro-component-dashs-upload-image-style-itemImage {
  position: relative;
}
.antd-pro-component-dashs-upload-image-style-itemImage:before {
  position: absolute;
  padding: 10px;
  z-index: 1;
  width: 100px;
  height: 100px;
  background-color: #00000080;
  opacity: 0;
  content: " ";
}
.antd-pro-component-dashs-upload-image-style-itemImage > .antd-pro-component-dashs-upload-image-style-groupIcon {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  display: none;
  cursor: pointer;
  transform: translate(-50%, -50%);
}
.antd-pro-component-dashs-upload-image-style-itemImage > .antd-pro-component-dashs-upload-image-style-groupIcon > i {
  color: #fff;
  padding: 0 5px;
}
.antd-pro-component-dashs-upload-image-style-itemImage:hover:before {
  opacity: 1;
}
.antd-pro-component-dashs-upload-image-style-itemImage:hover > .antd-pro-component-dashs-upload-image-style-groupIcon {
  display: block;
}
.antd-pro-component-dashs-upload-image-style-preview {
  text-align: center;
  position: relative;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.antd-pro-component-dashs-upload-image-style-preview img {
  max-width: 100%;
  max-height: 100%;
  min-width: 100px;
}
.antd-pro-component-dashs-upload-image-style-preview i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  display: flex;
  background: #fff;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 16px 24px rgba(0, 0, 0, 0.06), 0 2px 6px rgba(0, 0, 0, 0.04), 0 0 1px rgba(0, 0, 0, 0.04);
}
.antd-pro-component-dashs-upload-image-style-preview i:first-child {
  left: 0;
}
.antd-pro-component-dashs-upload-image-style-preview i:last-child {
  right: 0;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
@keyframes antCheckboxEffect {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
.ant-select-tree-checkbox {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #222222;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  top: -0.09em;
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  vertical-align: middle;
  outline: none;
  cursor: pointer;
}
.ant-select-tree-checkbox-wrapper:hover .ant-select-tree-checkbox-inner,
.ant-select-tree-checkbox:hover .ant-select-tree-checkbox-inner,
.ant-select-tree-checkbox-input:focus + .ant-select-tree-checkbox-inner {
  border-color: #215783;
}
.ant-select-tree-checkbox-checked::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #215783;
  border-radius: 2px;
  visibility: hidden;
  animation: antCheckboxEffect 0.36s ease-in-out;
  animation-fill-mode: backwards;
  content: '';
}
.ant-select-tree-checkbox:hover::after,
.ant-select-tree-checkbox-wrapper:hover .ant-select-tree-checkbox::after {
  visibility: visible;
}
.ant-select-tree-checkbox-inner {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  direction: ltr;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  border-collapse: separate;
  transition: all 0.3s;
}
.ant-select-tree-checkbox-inner::after {
  position: absolute;
  top: 50%;
  left: 22%;
  display: table;
  width: 5.71428571px;
  height: 9.14285714px;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg) scale(0) translate(-50%, -50%);
  opacity: 0;
  transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
  content: ' ';
}
.ant-select-tree-checkbox-input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner::after {
  position: absolute;
  display: table;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg) scale(1) translate(-50%, -50%);
  opacity: 1;
  transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  content: ' ';
}
.ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner {
  background-color: #215783;
  border-color: #215783;
}
.ant-select-tree-checkbox-disabled {
  cursor: not-allowed;
}
.ant-select-tree-checkbox-disabled.ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner::after {
  border-color: #215783;
  animation-name: none;
}
.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-input {
  cursor: not-allowed;
}
.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-inner {
  background-color: #f5f5f5;
  border-color: #d9d9d9 !important;
}
.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-inner::after {
  border-color: #f5f5f5;
  border-collapse: separate;
  animation-name: none;
}
.ant-select-tree-checkbox-disabled + span {
  color: #215783;
  cursor: not-allowed;
}
.ant-select-tree-checkbox-disabled:hover::after,
.ant-select-tree-checkbox-wrapper:hover .ant-select-tree-checkbox-disabled::after {
  visibility: hidden;
}
.ant-select-tree-checkbox-wrapper {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #222222;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  display: inline-block;
  line-height: unset;
  cursor: pointer;
}
.ant-select-tree-checkbox-wrapper.ant-select-tree-checkbox-wrapper-disabled {
  cursor: not-allowed;
}
.ant-select-tree-checkbox-wrapper + .ant-select-tree-checkbox-wrapper {
  margin-left: 8px;
}
.ant-select-tree-checkbox + span {
  padding-right: 8px;
  padding-left: 8px;
}
.ant-select-tree-checkbox-group {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #222222;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  display: inline-block;
}
.ant-select-tree-checkbox-group-item {
  display: inline-block;
  margin-right: 8px;
}
.ant-select-tree-checkbox-group-item:last-child {
  margin-right: 0;
}
.ant-select-tree-checkbox-group-item + .ant-select-tree-checkbox-group-item {
  margin-left: 0;
}
.ant-select-tree-checkbox-indeterminate .ant-select-tree-checkbox-inner {
  background-color: #fff;
  border-color: #d9d9d9;
}
.ant-select-tree-checkbox-indeterminate .ant-select-tree-checkbox-inner::after {
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  background-color: #215783;
  border: 0;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  content: ' ';
}
.ant-select-tree-checkbox-indeterminate.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-inner::after {
  background-color: #215783;
  border-color: #215783;
}
.ant-tree-select-dropdown {
  padding: 8px 4px 0;
}
.ant-tree-select-dropdown-rtl {
  direction: rtl;
}
.ant-tree-select-dropdown .ant-select-tree {
  border-radius: 0;
}
.ant-tree-select-dropdown .ant-select-tree-list-holder-inner {
  align-items: stretch;
}
.ant-tree-select-dropdown .ant-select-tree-list-holder-inner .ant-select-tree-treenode {
  padding-bottom: 8px;
}
.ant-tree-select-dropdown .ant-select-tree-list-holder-inner .ant-select-tree-treenode .ant-select-tree-node-content-wrapper {
  flex: auto;
}
.ant-select-tree {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #222222;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  background: #fff;
  border-radius: 2px;
  transition: background-color 0.3s;
}
.ant-select-tree-focused:not(:hover):not(.ant-select-tree-active-focused) {
  background: #b6bfc2;
}
.ant-select-tree-list-holder-inner {
  align-items: flex-start;
}
.ant-select-tree.ant-select-tree-block-node .ant-select-tree-list-holder-inner {
  align-items: stretch;
}
.ant-select-tree.ant-select-tree-block-node .ant-select-tree-list-holder-inner .ant-select-tree-node-content-wrapper {
  flex: auto;
}
.ant-select-tree .ant-select-tree-treenode {
  display: flex;
  align-items: flex-start;
  padding: 0 0 4px 0;
  outline: none;
}
.ant-select-tree .ant-select-tree-treenode-disabled .ant-select-tree-node-content-wrapper {
  color: #215783;
  cursor: not-allowed;
}
.ant-select-tree .ant-select-tree-treenode-disabled .ant-select-tree-node-content-wrapper:hover {
  background: transparent;
}
.ant-select-tree .ant-select-tree-treenode-active .ant-select-tree-node-content-wrapper {
  background: #215783;
}
.ant-select-tree-indent {
  align-self: stretch;
  white-space: nowrap;
  user-select: none;
}
.ant-select-tree-indent-unit {
  display: inline-block;
  width: 24px;
}
.ant-select-tree .ant-select-tree-switcher {
  flex: none;
  width: 24px;
  height: 24px;
  margin: 0;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
}
.ant-select-tree .ant-select-tree-switcher .ant-tree-switcher-icon,
.ant-select-tree .ant-select-tree-switcher .ant-select-tree-switcher-icon {
  font-size: 10px;
  display: inline-block;
  vertical-align: baseline;
}
.ant-select-tree .ant-select-tree-switcher .ant-tree-switcher-icon svg,
.ant-select-tree .ant-select-tree-switcher .ant-select-tree-switcher-icon svg {
  transition: transform 0.3s;
}
.ant-select-tree .ant-select-tree-switcher-noop {
  cursor: default;
}
.ant-select-tree .ant-select-tree-switcher_close .ant-select-tree-switcher-icon svg {
  transform: rotate(-90deg);
}
.ant-select-tree .ant-select-tree-switcher-loading-icon {
  color: #215783;
}
.ant-select-tree .ant-select-tree-checkbox {
  top: initial;
  margin: 4px 8px 0 0;
}
.ant-select-tree .ant-select-tree-node-content-wrapper {
  min-height: 24px;
  margin: 0;
  padding: 0 4px;
  color: inherit;
  line-height: 24px;
  background: transparent;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.3s;
}
.ant-select-tree .ant-select-tree-node-content-wrapper:hover {
  background-color: #215783;
}
.ant-select-tree .ant-select-tree-node-content-wrapper.ant-select-tree-node-selected {
  background-color: #a1afb5;
}
.ant-select-tree .ant-select-tree-node-content-wrapper .ant-select-tree-iconEle {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  vertical-align: top;
}
.ant-select-tree .ant-select-tree-node-content-wrapper .ant-select-tree-iconEle:empty {
  display: none;
}
.ant-select-tree-node-content-wrapper[draggable='true'] {
  line-height: 20px;
  border-top: 2px transparent solid;
  border-bottom: 2px transparent solid;
  user-select: none;
}
.ant-select-tree .ant-select-tree-treenode.drag-over > [draggable] {
  color: white;
  background-color: #215783;
  opacity: 0.8;
}
.ant-select-tree .ant-select-tree-treenode.drag-over-gap-top > [draggable] {
  border-top-color: #215783;
}
.ant-select-tree .ant-select-tree-treenode.drag-over-gap-bottom > [draggable] {
  border-bottom-color: #215783;
}
.ant-select-tree-show-line {
  /* Motion should hide line of measure */
}
.ant-select-tree-show-line .ant-select-tree-indent-unit {
  position: relative;
  height: 100%;
}
.ant-select-tree-show-line .ant-select-tree-indent-unit::before {
  position: absolute;
  top: calc(100% - 4px);
  right: -12px;
  bottom: -28px;
  border-right: 1px solid #d9d9d9;
  content: '';
}
.ant-select-tree-show-line .ant-select-tree-indent-unit-end::before {
  display: none;
}
.ant-select-tree-show-line .ant-select-tree-treenode-motion:not(.ant-motion-collapse-leave):not(.ant-motion-collapse-appear-active) .ant-select-tree-indent-unit::before {
  display: none;
}
.ant-select-tree-show-line .ant-select-tree-switcher {
  z-index: 1;
  background: #fff;
}
.ant-tree-select-dropdown-rtl .ant-select-tree .ant-select-tree-switcher_close .ant-select-tree-switcher-icon svg {
  transform: rotate(90deg);
}

.react-tag-input {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: auto;
  min-height: 2.375em;
  padding: 0.1875em 0.375em;
  overflow-y: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 1rem;
  background: #fff;
  color: #333;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
}

.react-tag-input * {
  box-sizing: border-box;
}

.react-tag-input > * {
  margin: 0.1875em;
}

.react-tag-input__input {
  width: auto;
  flex-grow: 1;
  height: 1.875em;
  padding: 0 0 0 0.1875em;
  margin: 0 0.1875em;
  font-size: 1em;
  line-height: 1;
  background: transparent;
  color: #333;
  border: none;
  border-radius: 3px;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: none;
}

.react-tag-input__input::placeholder,
.react-tag-input__input:-moz-placeholder,
.react-tag-input__input:-ms-input-placeholder,
.react-tag-input__input::-moz-placeholder,
.react-tag-input__input::-webkit-input-placeholder {
  color: #333;
}

.react-tag-input__input:focus {
  border: none;
}

.react-tag-input__tag {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 0.85em;
  line-height: 1;
  background: #e1e1e1;
  border-radius: 3px;
}

.react-tag-input__tag__content {
  outline: 0;
  border: none;
  white-space: nowrap;
  padding: 0 0.46875em;
}

.react-tag-input__tag__remove {
  position: relative;
  height: 2em;
  width: 2em;
  font-size: 0.85em;
  cursor: pointer;
  background: #d4d4d4;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.react-tag-input__tag__remove:before,
.react-tag-input__tag__remove:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: ' ';
  height: 0.9em;
  width: 0.15em;
  background-color: #333;
}

.react-tag-input__tag__remove:before {
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.react-tag-input__tag__remove:after {
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.react-tag-input__tag__remove-readonly {
  width: 0;
}

.react-tag-input__tag__remove-readonly:before,
.react-tag-input__tag__remove-readonly:after {
  content: '';
  width: 0;
}

.react-tag-input__input {
  width: 100% !important;
  color: rgba(0, 0, 0, 0.85) !important;
  padding: 4.8px 11px !important;
  font-size: 13px !important;
  line-height: 1.5715 !important;
  /* border: 1px solid #d9d9d9; */
}

.react-tag-input__input::placeholder {
  color: #d9d9d9 !important;
}

.selectHiddenBorder .ant-select-selector {
  border: none !important;
  border-bottom: 1px solid #d9d9d9 !important;
  box-shadow: none !important;
}
.inputNumberHiddenBorder {
  width: 100%;
  border: none !important;
  border-bottom: 1px solid #d9d9d9 !important;
  box-shadow: none !important;
  margin-top: 6px;
}
.inputNumberHiddenBorder1 {
  width: 100%;
  border: none !important;
  border-bottom: 1px solid #d9d9d9 !important;
  box-shadow: none !important;
  margin-top: 6px;
  background: #F8F8F8;
}
.selectHiddenBorder2 .ant-select-selector {
  border: none !important;
  border-bottom: 1px solid #d9d9d9 !important;
  box-shadow: none !important;
  background-color: #F8F8F8 !important;
}
.backgroundIsu {
  background: #fff;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 0px 5px;
}
.backgroundIsu2 {
  background: #F8F8F8;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 0px 5px;
}
.thanhtien {
  color: #DA291C;
  text-align: right;
  font-size: 20px;
  font-weight: 600;
}
.cardToaDo {
  background: #f3f3f3;
  padding: 10px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 0px 5px;
  position: relative;
}
.cardName {
  color: #fc322e;
  border-bottom: 1px solid red;
  font-size: 16px;
  font-weight: 500;
}
.valueName {
  float: right;
}
.titleName {
  color: #276ccd;
  font-weight: 500;
}
.iconedit {
  position: absolute;
  right: 10px;
  top: 0;
  font-size: 20px;
  cursor: pointer;
}
.custom_backgroundIsu > .ant-col-24 {
  padding: 0 !important;
}
.col_responsive_action {
  margin-bottom: 15px;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-tag {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #222222;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  display: inline-block;
  height: auto;
  margin-right: 8px;
  padding: 0 7px;
  font-size: 12px;
  line-height: 20px;
  white-space: nowrap;
  background: #fafafa;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  cursor: default;
  opacity: 1;
  transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-tag:hover {
  opacity: 0.85;
}
.ant-tag,
.ant-tag a,
.ant-tag a:hover {
  color: #222222;
}
.ant-tag > a:first-child:last-child {
  display: inline-block;
  margin: 0 -8px;
  padding: 0 8px;
}
.ant-tag .anticon-close {
  display: inline-block;
  font-size: 10px;
  margin-left: 3px;
  color: rgba(0, 0, 0, 0.45);
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-tag .anticon-close:hover {
  color: rgba(0, 0, 0, 0.85);
}
.ant-tag-has-color {
  border-color: transparent;
}
.ant-tag-has-color,
.ant-tag-has-color a,
.ant-tag-has-color a:hover,
.ant-tag-has-color .anticon-close,
.ant-tag-has-color .anticon-close:hover {
  color: #fff;
}
.ant-tag-checkable {
  background-color: transparent;
  border-color: transparent;
  cursor: pointer;
}
.ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
  color: #215783;
}
.ant-tag-checkable:active,
.ant-tag-checkable-checked {
  color: #fff;
}
.ant-tag-checkable-checked {
  background-color: #215783;
}
.ant-tag-checkable:active {
  background-color: #12385c;
}
.ant-tag-hidden {
  display: none;
}
.ant-tag-pink {
  color: #eb2f96;
  background: #fff0f6;
  border-color: #ffadd2;
}
.ant-tag-pink-inverse {
  color: #fff;
  background: #eb2f96;
  border-color: #eb2f96;
}
.ant-tag-magenta {
  color: #eb2f96;
  background: #fff0f6;
  border-color: #ffadd2;
}
.ant-tag-magenta-inverse {
  color: #fff;
  background: #eb2f96;
  border-color: #eb2f96;
}
.ant-tag-red {
  color: #f5222d;
  background: #fff1f0;
  border-color: #ffa39e;
}
.ant-tag-red-inverse {
  color: #fff;
  background: #f5222d;
  border-color: #f5222d;
}
.ant-tag-volcano {
  color: #fa541c;
  background: #fff2e8;
  border-color: #ffbb96;
}
.ant-tag-volcano-inverse {
  color: #fff;
  background: #fa541c;
  border-color: #fa541c;
}
.ant-tag-orange {
  color: #fa8c16;
  background: #fff7e6;
  border-color: #ffd591;
}
.ant-tag-orange-inverse {
  color: #fff;
  background: #fa8c16;
  border-color: #fa8c16;
}
.ant-tag-yellow {
  color: #fadb14;
  background: #feffe6;
  border-color: #fffb8f;
}
.ant-tag-yellow-inverse {
  color: #fff;
  background: #fadb14;
  border-color: #fadb14;
}
.ant-tag-gold {
  color: #faad14;
  background: #fffbe6;
  border-color: #ffe58f;
}
.ant-tag-gold-inverse {
  color: #fff;
  background: #faad14;
  border-color: #faad14;
}
.ant-tag-cyan {
  color: #13c2c2;
  background: #e6fffb;
  border-color: #87e8de;
}
.ant-tag-cyan-inverse {
  color: #fff;
  background: #13c2c2;
  border-color: #13c2c2;
}
.ant-tag-lime {
  color: #a0d911;
  background: #fcffe6;
  border-color: #eaff8f;
}
.ant-tag-lime-inverse {
  color: #fff;
  background: #a0d911;
  border-color: #a0d911;
}
.ant-tag-green {
  color: #52c41a;
  background: #f6ffed;
  border-color: #b7eb8f;
}
.ant-tag-green-inverse {
  color: #fff;
  background: #52c41a;
  border-color: #52c41a;
}
.ant-tag-blue {
  color: #1890ff;
  background: #e6f7ff;
  border-color: #91d5ff;
}
.ant-tag-blue-inverse {
  color: #fff;
  background: #1890ff;
  border-color: #1890ff;
}
.ant-tag-geekblue {
  color: #2f54eb;
  background: #f0f5ff;
  border-color: #adc6ff;
}
.ant-tag-geekblue-inverse {
  color: #fff;
  background: #2f54eb;
  border-color: #2f54eb;
}
.ant-tag-purple {
  color: #722ed1;
  background: #f9f0ff;
  border-color: #d3adf7;
}
.ant-tag-purple-inverse {
  color: #fff;
  background: #722ed1;
  border-color: #722ed1;
}
.ant-tag-success {
  color: #52c41a;
  background: #f6ffed;
  border-color: #b7eb8f;
}
.ant-tag-processing {
  color: #1890ff;
  background: #e6f7ff;
  border-color: #91d5ff;
}
.ant-tag-error {
  color: #f5222d;
  background: #fff1f0;
  border-color: #ffa39e;
}
.ant-tag-warning {
  color: #fa8c16;
  background: #fff7e6;
  border-color: #ffd591;
}
.ant-tag > .anticon + span,
.ant-tag > span + .anticon {
  margin-left: 7px;
}
.ant-tag-rtl {
  margin-right: 0;
  margin-left: 8px;
  direction: rtl;
  text-align: right;
}
.ant-tag-rtl.ant-tag .anticon-close {
  margin-right: 3px;
  margin-left: 0;
}
.ant-tag-rtl.ant-tag > .anticon + span,
.ant-tag-rtl.ant-tag > span + .anticon {
  margin-right: 7px;
  margin-left: 0;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-picker-panel {
  display: inline-flex;
  flex-direction: column;
  text-align: center;
  background: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 2px;
  outline: none;
}
.ant-picker-panel-focused {
  border-color: #215783;
}
.ant-picker-decade-panel,
.ant-picker-year-panel,
.ant-picker-quarter-panel,
.ant-picker-month-panel,
.ant-picker-week-panel,
.ant-picker-date-panel,
.ant-picker-time-panel {
  display: flex;
  flex-direction: column;
  width: 280px;
}
.ant-picker-header {
  display: flex;
  padding: 0 8px;
  color: rgba(0, 0, 0, 0.85);
  border-bottom: 1px solid #f0f0f0;
}
.ant-picker-header > * {
  flex: none;
}
.ant-picker-header button {
  padding: 0;
  color: #215783;
  line-height: 40px;
  background: transparent;
  border: 0;
  cursor: pointer;
  transition: color 0.3s;
}
.ant-picker-header > button {
  min-width: 1.6em;
  font-size: 14px;
}
.ant-picker-header > button:hover {
  color: #222222;
}
.ant-picker-header-view {
  flex: auto;
  font-weight: 500;
  line-height: 40px;
}
.ant-picker-header-view button {
  color: inherit;
  font-weight: inherit;
}
.ant-picker-header-view button:not(:first-child) {
  margin-left: 8px;
}
.ant-picker-header-view button:hover {
  color: #215783;
}
.ant-picker-prev-icon,
.ant-picker-next-icon,
.ant-picker-super-prev-icon,
.ant-picker-super-next-icon {
  position: relative;
  display: inline-block;
  width: 7px;
  height: 7px;
}
.ant-picker-prev-icon::before,
.ant-picker-next-icon::before,
.ant-picker-super-prev-icon::before,
.ant-picker-super-next-icon::before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 7px;
  height: 7px;
  border: 0 solid currentColor;
  border-width: 1.5px 0 0 1.5px;
  content: '';
}
.ant-picker-super-prev-icon::after,
.ant-picker-super-next-icon::after {
  position: absolute;
  top: 4px;
  left: 4px;
  display: inline-block;
  width: 7px;
  height: 7px;
  border: 0 solid currentColor;
  border-width: 1.5px 0 0 1.5px;
  content: '';
}
.ant-picker-prev-icon,
.ant-picker-super-prev-icon {
  transform: rotate(-45deg);
}
.ant-picker-next-icon,
.ant-picker-super-next-icon {
  transform: rotate(135deg);
}
.ant-picker-content {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.ant-picker-content th,
.ant-picker-content td {
  position: relative;
  min-width: 24px;
  font-weight: 400;
}
.ant-picker-content th {
  height: 30px;
  color: #222222;
  line-height: 30px;
}
.ant-picker-cell {
  padding: 3px 0;
  color: #215783;
  cursor: pointer;
}
.ant-picker-cell-in-view {
  color: #222222;
}
.ant-picker-cell-disabled {
  cursor: not-allowed;
}
.ant-picker-cell::before {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 1;
  height: 24px;
  transform: translateY(-50%);
  content: '';
}
.ant-picker-cell .ant-picker-cell-inner {
  position: relative;
  z-index: 2;
  display: inline-block;
  min-width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 2px;
  transition: background 0.3s, border 0.3s;
}
.ant-picker-cell:hover:not(.ant-picker-cell-in-view) .ant-picker-cell-inner,
.ant-picker-cell:hover:not(.ant-picker-cell-selected):not(.ant-picker-cell-range-start):not(.ant-picker-cell-range-end):not(.ant-picker-cell-range-hover-start):not(.ant-picker-cell-range-hover-end) .ant-picker-cell-inner {
  background: #215783;
}
.ant-picker-cell-in-view.ant-picker-cell-today .ant-picker-cell-inner::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  border: 1px solid #215783;
  border-radius: 2px;
  content: '';
}
.ant-picker-cell-in-view.ant-picker-cell-in-range {
  position: relative;
}
.ant-picker-cell-in-view.ant-picker-cell-in-range::before {
  background: #b6bfc2;
}
.ant-picker-cell-in-view.ant-picker-cell-selected .ant-picker-cell-inner,
.ant-picker-cell-in-view.ant-picker-cell-range-start .ant-picker-cell-inner,
.ant-picker-cell-in-view.ant-picker-cell-range-end .ant-picker-cell-inner {
  color: #fff;
  background: #215783;
}
.ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single)::before,
.ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-end-single)::before {
  background: #b6bfc2;
}
.ant-picker-cell-in-view.ant-picker-cell-range-start::before {
  left: 50%;
}
.ant-picker-cell-in-view.ant-picker-cell-range-end::before {
  right: 50%;
}
.ant-picker-cell-in-view.ant-picker-cell-range-hover-start:not(.ant-picker-cell-in-range):not(.ant-picker-cell-range-start):not(.ant-picker-cell-range-end)::after,
.ant-picker-cell-in-view.ant-picker-cell-range-hover-end:not(.ant-picker-cell-in-range):not(.ant-picker-cell-range-start):not(.ant-picker-cell-range-end)::after,
.ant-picker-cell-in-view.ant-picker-cell-range-hover-start.ant-picker-cell-range-start-single::after,
.ant-picker-cell-in-view.ant-picker-cell-range-hover-end.ant-picker-cell-range-end-single::after,
.ant-picker-cell-in-view.ant-picker-cell-range-hover:not(.ant-picker-cell-in-range)::after {
  position: absolute;
  top: 50%;
  z-index: 0;
  height: 24px;
  border-top: 1px dashed #3c8cce;
  border-bottom: 1px dashed #3c8cce;
  transform: translateY(-50%);
  content: '';
}
.ant-picker-cell-range-hover-start::after,
.ant-picker-cell-range-hover-end::after,
.ant-picker-cell-range-hover::after {
  right: 0;
  left: 2px;
}
.ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover::before,
.ant-picker-cell-in-view.ant-picker-cell-range-start.ant-picker-cell-range-hover::before,
.ant-picker-cell-in-view.ant-picker-cell-range-end.ant-picker-cell-range-hover::before,
.ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single).ant-picker-cell-range-hover-start::before,
.ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-end-single).ant-picker-cell-range-hover-end::before,
.ant-picker-panel > :not(.ant-picker-date-panel) .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-start::before,
.ant-picker-panel > :not(.ant-picker-date-panel) .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-end::before {
  background: #79b0dd;
}
.ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single):not(.ant-picker-cell-range-end) .ant-picker-cell-inner {
  border-radius: 2px 0 0 2px;
}
.ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-end-single):not(.ant-picker-cell-range-start) .ant-picker-cell-inner {
  border-radius: 0 2px 2px 0;
}
.ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-start .ant-picker-cell-inner::after,
.ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-end .ant-picker-cell-inner::after {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: #79b0dd;
  content: '';
}
.ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-start .ant-picker-cell-inner::after {
  right: -7px;
  left: 0;
}
.ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-end .ant-picker-cell-inner::after {
  right: 0;
  left: -7px;
}
.ant-picker-cell-range-hover.ant-picker-cell-range-start::after {
  right: 50%;
}
.ant-picker-cell-range-hover.ant-picker-cell-range-end::after {
  left: 50%;
}
tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover:first-child::after,
tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-end:first-child::after,
.ant-picker-cell-in-view.ant-picker-cell-range-hover-edge-start:not(.ant-picker-cell-range-hover-edge-start-near-range)::after,
.ant-picker-cell-in-view.ant-picker-cell-range-hover-start::after {
  left: 6px;
  border-left: 1px dashed #3c8cce;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover:last-child::after,
tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::after,
.ant-picker-cell-in-view.ant-picker-cell-range-hover-edge-end:not(.ant-picker-cell-range-hover-edge-end-near-range)::after,
.ant-picker-cell-in-view.ant-picker-cell-range-hover-end::after {
  right: 6px;
  border-right: 1px dashed #3c8cce;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.ant-picker-cell-disabled {
  pointer-events: none;
}
.ant-picker-cell-disabled .ant-picker-cell-inner {
  color: #215783;
  background: transparent;
}
.ant-picker-cell-disabled::before {
  background: #f5f5f5;
}
.ant-picker-cell-disabled.ant-picker-cell-today .ant-picker-cell-inner::before {
  border-color: #215783;
}
.ant-picker-decade-panel .ant-picker-content,
.ant-picker-year-panel .ant-picker-content,
.ant-picker-quarter-panel .ant-picker-content,
.ant-picker-month-panel .ant-picker-content {
  height: 264px;
}
.ant-picker-decade-panel .ant-picker-cell-inner,
.ant-picker-year-panel .ant-picker-cell-inner,
.ant-picker-quarter-panel .ant-picker-cell-inner,
.ant-picker-month-panel .ant-picker-cell-inner {
  padding: 0 8px;
}
.ant-picker-decade-panel .ant-picker-cell-disabled .ant-picker-cell-inner,
.ant-picker-year-panel .ant-picker-cell-disabled .ant-picker-cell-inner,
.ant-picker-quarter-panel .ant-picker-cell-disabled .ant-picker-cell-inner,
.ant-picker-month-panel .ant-picker-cell-disabled .ant-picker-cell-inner {
  background: #f5f5f5;
}
.ant-picker-quarter-panel .ant-picker-content {
  height: 56px;
}
.ant-picker-footer {
  width: min-content;
  min-width: 100%;
  line-height: 38px;
  text-align: center;
  border-bottom: 1px solid transparent;
}
.ant-picker-panel .ant-picker-footer {
  border-top: 1px solid #f0f0f0;
}
.ant-picker-footer-extra {
  padding: 0 12px;
  line-height: 38px;
  text-align: left;
}
.ant-picker-footer-extra:not(:last-child) {
  border-bottom: 1px solid #f0f0f0;
}
.ant-picker-now {
  text-align: left;
}
.ant-picker-today-btn {
  color: #215783;
}
.ant-picker-today-btn:hover {
  color: #3b6c8f;
}
.ant-picker-today-btn:active {
  color: #12385c;
}
.ant-picker-today-btn.ant-picker-today-btn-disabled {
  color: #215783;
  cursor: not-allowed;
}
.ant-picker-decade-panel .ant-picker-cell-inner {
  padding: 0 4px;
}
.ant-picker-decade-panel .ant-picker-cell::before {
  display: none;
}
.ant-picker-year-panel .ant-picker-body,
.ant-picker-quarter-panel .ant-picker-body,
.ant-picker-month-panel .ant-picker-body {
  padding: 0 8px;
}
.ant-picker-year-panel .ant-picker-cell-inner,
.ant-picker-quarter-panel .ant-picker-cell-inner,
.ant-picker-month-panel .ant-picker-cell-inner {
  width: 60px;
}
.ant-picker-year-panel .ant-picker-cell-range-hover-start::after,
.ant-picker-quarter-panel .ant-picker-cell-range-hover-start::after,
.ant-picker-month-panel .ant-picker-cell-range-hover-start::after {
  left: 14px;
  border-left: 1px dashed #3c8cce;
  border-radius: 2px 0 0 2px;
}
.ant-picker-panel-rtl .ant-picker-year-panel .ant-picker-cell-range-hover-start::after,
.ant-picker-panel-rtl .ant-picker-quarter-panel .ant-picker-cell-range-hover-start::after,
.ant-picker-panel-rtl .ant-picker-month-panel .ant-picker-cell-range-hover-start::after {
  right: 14px;
  border-right: 1px dashed #3c8cce;
  border-radius: 0 2px 2px 0;
}
.ant-picker-year-panel .ant-picker-cell-range-hover-end::after,
.ant-picker-quarter-panel .ant-picker-cell-range-hover-end::after,
.ant-picker-month-panel .ant-picker-cell-range-hover-end::after {
  right: 14px;
  border-right: 1px dashed #3c8cce;
  border-radius: 0 2px 2px 0;
}
.ant-picker-panel-rtl .ant-picker-year-panel .ant-picker-cell-range-hover-end::after,
.ant-picker-panel-rtl .ant-picker-quarter-panel .ant-picker-cell-range-hover-end::after,
.ant-picker-panel-rtl .ant-picker-month-panel .ant-picker-cell-range-hover-end::after {
  left: 14px;
  border-left: 1px dashed #3c8cce;
  border-radius: 2px 0 0 2px;
}
.ant-picker-week-panel .ant-picker-body {
  padding: 8px 12px;
}
.ant-picker-week-panel .ant-picker-cell:hover .ant-picker-cell-inner,
.ant-picker-week-panel .ant-picker-cell-selected .ant-picker-cell-inner,
.ant-picker-week-panel .ant-picker-cell .ant-picker-cell-inner {
  background: transparent !important;
}
.ant-picker-week-panel-row td {
  transition: background 0.3s;
}
.ant-picker-week-panel-row:hover td {
  background: #215783;
}
.ant-picker-week-panel-row-selected td,
.ant-picker-week-panel-row-selected:hover td {
  background: #215783;
}
.ant-picker-week-panel-row-selected td.ant-picker-cell-week,
.ant-picker-week-panel-row-selected:hover td.ant-picker-cell-week {
  color: rgba(255, 255, 255, 0.5);
}
.ant-picker-week-panel-row-selected td.ant-picker-cell-today .ant-picker-cell-inner::before,
.ant-picker-week-panel-row-selected:hover td.ant-picker-cell-today .ant-picker-cell-inner::before {
  border-color: #fff;
}
.ant-picker-week-panel-row-selected td .ant-picker-cell-inner,
.ant-picker-week-panel-row-selected:hover td .ant-picker-cell-inner {
  color: #fff;
}
.ant-picker-date-panel .ant-picker-body {
  padding: 8px 12px;
}
.ant-picker-date-panel .ant-picker-content {
  width: 252px;
}
.ant-picker-date-panel .ant-picker-content th {
  width: 36px;
}
.ant-picker-datetime-panel {
  display: flex;
}
.ant-picker-datetime-panel .ant-picker-time-panel {
  border-left: 1px solid #f0f0f0;
}
.ant-picker-datetime-panel .ant-picker-date-panel,
.ant-picker-datetime-panel .ant-picker-time-panel {
  transition: opacity 0.3s;
}
.ant-picker-datetime-panel-active .ant-picker-date-panel,
.ant-picker-datetime-panel-active .ant-picker-time-panel {
  opacity: 0.3;
}
.ant-picker-datetime-panel-active .ant-picker-date-panel-active,
.ant-picker-datetime-panel-active .ant-picker-time-panel-active {
  opacity: 1;
}
.ant-picker-time-panel {
  width: auto;
  min-width: auto;
}
.ant-picker-time-panel .ant-picker-content {
  display: flex;
  flex: auto;
  height: 224px;
}
.ant-picker-time-panel-column {
  flex: 1 0 auto;
  width: 56px;
  margin: 0;
  padding: 0 0 194px 0;
  overflow-y: hidden;
  text-align: left;
  list-style: none;
  transition: background 0.3s;
}
.ant-picker-time-panel-column:not(:first-child) {
  border-left: 1px solid #f0f0f0;
}
.ant-picker-time-panel-column-active {
  background: rgba(182, 191, 194, 0.2);
}
.ant-picker-time-panel-column:hover {
  overflow-y: auto;
}
.ant-picker-time-panel-column > li {
  margin: 0;
  padding: 0;
}
.ant-picker-time-panel-column > li.ant-picker-time-panel-cell .ant-picker-time-panel-cell-inner {
  display: block;
  width: 100%;
  height: 28px;
  margin: 0;
  padding: 0;
  color: #222222;
  line-height: 28px;
  text-align: center;
  border-radius: 0;
  cursor: pointer;
  transition: background 0.3s;
}
.ant-picker-time-panel-column > li.ant-picker-time-panel-cell .ant-picker-time-panel-cell-inner:hover {
  background: #215783;
}
.ant-picker-time-panel-column > li.ant-picker-time-panel-cell-selected .ant-picker-time-panel-cell-inner {
  background: #b6bfc2;
}
.ant-picker-time-panel-column > li.ant-picker-time-panel-cell-disabled .ant-picker-time-panel-cell-inner {
  color: #215783;
  background: transparent;
  cursor: not-allowed;
}
/* stylelint-disable-next-line */
_:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-month-panel .ant-picker-cell,
:root .ant-picker-range-wrapper .ant-picker-month-panel .ant-picker-cell,
_:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-cell,
:root .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-cell {
  padding: 21px 0;
}
.ant-picker {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #222222;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  padding: 4px 11px 4px;
  position: relative;
  display: inline-flex;
  align-items: center;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  transition: border 0.3s, box-shadow 0.3s;
}
.ant-picker:hover,
.ant-picker-focused {
  border-color: #3b6c8f;
  border-right-width: 1px !important;
}
.ant-picker-focused {
  border-color: #3b6c8f;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(33, 87, 131, 0.2);
}
.ant-picker.ant-picker-disabled {
  background: #f5f5f5;
  border-color: #d9d9d9;
  cursor: not-allowed;
}
.ant-picker.ant-picker-disabled .ant-picker-suffix {
  color: #215783;
}
.ant-picker.ant-picker-borderless {
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.ant-picker-input {
  position: relative;
  display: inline-flex;
  width: 100%;
}
.ant-picker-input > input {
  position: relative;
  display: inline-block;
  width: 100%;
  min-width: 0;
  padding: 4px 11px;
  color: #222222;
  font-size: 14px;
  line-height: 1.5715;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  transition: all 0.3s;
  flex: auto;
  min-width: 1px;
  height: auto;
  padding: 0;
  background: transparent;
  border: 0;
}
.ant-picker-input > input::-moz-placeholder {
  opacity: 1;
}
.ant-picker-input > input::placeholder {
  color: #bfbfbf;
}
.ant-picker-input > input:placeholder-shown {
  text-overflow: ellipsis;
}
.ant-picker-input > input:hover {
  border-color: #3b6c8f;
  border-right-width: 1px !important;
}
.ant-picker-input > input:focus,
.ant-picker-input > input-focused {
  border-color: #3b6c8f;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(33, 87, 131, 0.2);
}
.ant-picker-input > input-disabled {
  color: #215783;
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-picker-input > input-disabled:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}
.ant-picker-input > input[disabled] {
  color: #215783;
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-picker-input > input[disabled]:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}
textarea.ant-picker-input > input {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5715;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
}
.ant-picker-input > input-lg {
  padding: 6.5px 11px;
  font-size: 16px;
}
.ant-picker-input > input-sm {
  padding: 0px 7px;
}
.ant-picker-input > input:focus {
  box-shadow: none;
}
.ant-picker-input > input[disabled] {
  background: transparent;
}
.ant-picker-input:hover .ant-picker-clear {
  opacity: 1;
}
.ant-picker-large {
  padding: 6.5px 11px 6.5px;
}
.ant-picker-large .ant-picker-input > input {
  font-size: 16px;
}
.ant-picker-small {
  padding: 0px 7px 0px;
}
.ant-picker-suffix {
  align-self: center;
  margin-left: 4px;
  color: #215783;
  pointer-events: none;
}
.ant-picker-clear {
  position: absolute;
  top: 50%;
  right: 0;
  color: #215783;
  background: #fff;
  transform: translateY(-50%);
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s, color 0.3s;
}
.ant-picker-clear:hover {
  color: rgba(0, 0, 0, 0.45);
}
.ant-picker-separator {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 16px;
  color: #215783;
  font-size: 16px;
  vertical-align: top;
  cursor: default;
}
.ant-picker-focused .ant-picker-separator {
  color: rgba(0, 0, 0, 0.45);
}
.ant-picker-disabled .ant-picker-range-separator .ant-picker-separator {
  cursor: not-allowed;
}
.ant-picker-range {
  position: relative;
  display: inline-flex;
}
.ant-picker-range .ant-picker-clear {
  right: 11px;
}
.ant-picker-range:hover .ant-picker-clear {
  opacity: 1;
}
.ant-picker-range .ant-picker-active-bar {
  bottom: -1px;
  height: 2px;
  margin-left: 11px;
  background: #215783;
  opacity: 0;
  transition: all 0.3s ease-out;
  pointer-events: none;
}
.ant-picker-range.ant-picker-focused .ant-picker-active-bar {
  opacity: 1;
}
.ant-picker-range-separator {
  align-items: center;
  padding: 0 8px;
  line-height: 1;
}
.ant-picker-dropdown {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #222222;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: absolute;
  z-index: 1050;
}
.ant-picker-dropdown-hidden {
  display: none;
}
.ant-picker-dropdown-placement-bottomLeft .ant-picker-range-arrow {
  top: 1.66666667px;
  display: block;
  transform: rotate(-45deg);
}
.ant-picker-dropdown-placement-topLeft .ant-picker-range-arrow {
  bottom: 1.66666667px;
  display: block;
  transform: rotate(135deg);
}
.ant-picker-dropdown-range {
  padding: 6.66666667px 0;
}
.ant-picker-dropdown-range-hidden {
  display: none;
}
.ant-picker-dropdown .ant-picker-panel > .ant-picker-time-panel {
  padding-top: 4px;
}
.ant-picker-ranges {
  margin-bottom: 0;
  padding: 4px 12px;
  overflow: hidden;
  line-height: 34px;
  text-align: left;
  list-style: none;
}
.ant-picker-ranges > li {
  display: inline-block;
}
.ant-picker-ranges .ant-picker-preset > .ant-tag-blue {
  color: #215783;
  background: #b6bfc2;
  border-color: #7b98a8;
  cursor: pointer;
}
.ant-picker-ranges .ant-picker-ok {
  float: right;
  margin-left: 8px;
}
.ant-picker-range-wrapper {
  display: flex;
}
.ant-picker-range-arrow {
  position: absolute;
  z-index: 1;
  display: none;
  width: 10px;
  height: 10px;
  margin-left: 16.5px;
  box-shadow: 2px -2px 6px rgba(0, 0, 0, 0.06);
  transition: left 0.3s ease-out;
}
.ant-picker-range-arrow::after {
  position: absolute;
  top: 1px;
  right: 1px;
  width: 10px;
  height: 10px;
  border: 5px solid #f0f0f0;
  border-color: #fff #fff transparent transparent;
  content: '';
}
.ant-picker-panel-container {
  overflow: hidden;
  vertical-align: top;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  transition: margin 0.3s;
}
.ant-picker-panel-container .ant-picker-panels {
  display: inline-flex;
  flex-wrap: nowrap;
  direction: ltr;
}
.ant-picker-panel-container .ant-picker-panel {
  vertical-align: top;
  background: transparent;
  border-width: 0 0 1px 0;
  border-radius: 0;
}
.ant-picker-panel-container .ant-picker-panel-focused {
  border-color: #f0f0f0;
}
.ant-picker-rtl {
  direction: rtl;
}
.ant-picker-rtl .ant-picker-suffix {
  margin-right: 4px;
  margin-left: 0;
}
.ant-picker-rtl .ant-picker-clear {
  right: auto;
  left: 0;
}
.ant-picker-rtl .ant-picker-separator {
  transform: rotate(180deg);
}
.ant-picker-panel-rtl .ant-picker-header-view button:not(:first-child) {
  margin-right: 8px;
  margin-left: 0;
}
.ant-picker-rtl.ant-picker-range .ant-picker-clear {
  right: auto;
  left: 11px;
}
.ant-picker-rtl.ant-picker-range .ant-picker-active-bar {
  margin-right: 11px;
  margin-left: 0;
}
.ant-picker-dropdown-rtl .ant-picker-ranges {
  text-align: right;
}
.ant-picker-dropdown-rtl .ant-picker-ranges .ant-picker-ok {
  float: left;
  margin-right: 8px;
  margin-left: 0;
}
.ant-picker-panel-rtl {
  direction: rtl;
}
.ant-picker-panel-rtl .ant-picker-prev-icon,
.ant-picker-panel-rtl .ant-picker-super-prev-icon {
  transform: rotate(135deg);
}
.ant-picker-panel-rtl .ant-picker-next-icon,
.ant-picker-panel-rtl .ant-picker-super-next-icon {
  transform: rotate(-45deg);
}
.ant-picker-cell .ant-picker-cell-inner {
  position: relative;
  z-index: 2;
  display: inline-block;
  min-width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 2px;
  transition: background 0.3s, border 0.3s;
}
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-start::before {
  right: 50%;
  left: 0;
}
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-end::before {
  right: 0;
  left: 50%;
}
.ant-picker-panel-rtl .ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-start .ant-picker-cell-inner::after {
  right: 0;
  left: -7px;
}
.ant-picker-panel-rtl .ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-end .ant-picker-cell-inner::after {
  right: -7px;
  left: 0;
}
.ant-picker-panel-rtl .ant-picker-cell-range-hover.ant-picker-cell-range-start::after {
  right: 0;
  left: 50%;
}
.ant-picker-panel-rtl .ant-picker-cell-range-hover.ant-picker-cell-range-end::after {
  right: 50%;
  left: 0;
}
.ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover:first-child::after,
.ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-end:first-child::after,
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-hover-edge-start:not(.ant-picker-cell-range-hover-edge-start-near-range)::after,
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-hover-start::after {
  right: 6px;
  left: 0;
  border-right: 1px dashed #3c8cce;
  border-left: none;
  border-top-left-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0;
}
.ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover:last-child::after,
.ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::after,
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-hover-edge-end:not(.ant-picker-cell-range-hover-edge-end-near-range)::after,
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-hover-end::after {
  right: 0;
  left: 6px;
  border-right: none;
  border-left: 1px dashed #3c8cce;
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
}
.ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::after,
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-hover-start.ant-picker-cell-in-view.ant-picker-cell-range-hover-end::after {
  right: 6px;
  border-right: 1px dashed #3c8cce;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-end:first-child::after {
  left: 6px;
  border-left: 1px dashed #3c8cce;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.ant-picker-panel-rtl .ant-picker-time-panel {
  direction: ltr;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-input-number {
  box-sizing: border-box;
  font-variant: tabular-nums;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  width: 100%;
  min-width: 0;
  padding: 4px 11px;
  color: #222222;
  font-size: 14px;
  line-height: 1.5715;
  background-color: #fff;
  background-image: none;
  transition: all 0.3s;
  display: inline-block;
  width: 90px;
  margin: 0;
  padding: 0;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
}
.ant-input-number::-moz-placeholder {
  opacity: 1;
}
.ant-input-number::placeholder {
  color: #bfbfbf;
}
.ant-input-number:placeholder-shown {
  text-overflow: ellipsis;
}
.ant-input-number:hover {
  border-color: #3b6c8f;
  border-right-width: 1px !important;
}
.ant-input-number:focus,
.ant-input-number-focused {
  border-color: #3b6c8f;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(33, 87, 131, 0.2);
}
.ant-input-number-disabled {
  color: #215783;
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-input-number-disabled:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}
.ant-input-number[disabled] {
  color: #215783;
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-input-number[disabled]:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}
textarea.ant-input-number {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5715;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
}
.ant-input-number-lg {
  padding: 6.5px 11px;
  font-size: 16px;
}
.ant-input-number-sm {
  padding: 0px 7px;
}
.ant-input-number-handler {
  position: relative;
  display: block;
  width: 100%;
  height: 50%;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.45);
  font-weight: bold;
  line-height: 0;
  text-align: center;
  transition: all 0.1s linear;
}
.ant-input-number-handler:active {
  background: #f4f4f4;
}
.ant-input-number-handler:hover .ant-input-number-handler-up-inner,
.ant-input-number-handler:hover .ant-input-number-handler-down-inner {
  color: #3b6c8f;
}
.ant-input-number-handler-up-inner,
.ant-input-number-handler-down-inner {
  display: inline-block;
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 4px;
  width: 12px;
  height: 12px;
  color: rgba(0, 0, 0, 0.45);
  line-height: 12px;
  transition: all 0.1s linear;
  user-select: none;
}
.ant-input-number-handler-up-inner > *,
.ant-input-number-handler-down-inner > * {
  line-height: 1;
}
.ant-input-number-handler-up-inner svg,
.ant-input-number-handler-down-inner svg {
  display: inline-block;
}
.ant-input-number-handler-up-inner::before,
.ant-input-number-handler-down-inner::before {
  display: none;
}
.ant-input-number-handler-up-inner .ant-input-number-handler-up-inner-icon,
.ant-input-number-handler-up-inner .ant-input-number-handler-down-inner-icon,
.ant-input-number-handler-down-inner .ant-input-number-handler-up-inner-icon,
.ant-input-number-handler-down-inner .ant-input-number-handler-down-inner-icon {
  display: block;
}
.ant-input-number:hover {
  border-color: #3b6c8f;
  border-right-width: 1px !important;
}
.ant-input-number:hover + .ant-form-item-children-icon {
  opacity: 0;
  transition: opacity 0.24s linear 0.24s;
}
.ant-input-number-focused {
  border-color: #3b6c8f;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(33, 87, 131, 0.2);
}
.ant-input-number-disabled {
  color: #215783;
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-input-number-disabled:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}
.ant-input-number-disabled .ant-input-number-input {
  cursor: not-allowed;
}
.ant-input-number-disabled .ant-input-number-handler-wrap {
  display: none;
}
.ant-input-number-input {
  width: 100%;
  height: 30px;
  padding: 0 11px;
  text-align: left;
  background-color: transparent;
  border: 0;
  border-radius: 2px;
  outline: 0;
  transition: all 0.3s linear;
  -moz-appearance: textfield !important;
}
.ant-input-number-input::-moz-placeholder {
  opacity: 1;
}
.ant-input-number-input::placeholder {
  color: #bfbfbf;
}
.ant-input-number-input:placeholder-shown {
  text-overflow: ellipsis;
}
.ant-input-number-input[type='number']::-webkit-inner-spin-button,
.ant-input-number-input[type='number']::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
.ant-input-number-lg {
  padding: 0;
  font-size: 16px;
}
.ant-input-number-lg input {
  height: 38px;
}
.ant-input-number-sm {
  padding: 0;
}
.ant-input-number-sm input {
  height: 22px;
  padding: 0 7px;
}
.ant-input-number-handler-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 22px;
  height: 100%;
  background: #fff;
  border-left: 1px solid #d9d9d9;
  border-radius: 0 2px 2px 0;
  opacity: 0;
  transition: opacity 0.24s linear 0.1s;
}
.ant-input-number-handler-wrap .ant-input-number-handler .ant-input-number-handler-up-inner,
.ant-input-number-handler-wrap .ant-input-number-handler .ant-input-number-handler-down-inner {
  display: inline-block;
  font-size: 7px;
  min-width: auto;
  margin-right: 0;
}
.ant-input-number-handler-wrap:hover .ant-input-number-handler {
  height: 40%;
}
.ant-input-number:hover .ant-input-number-handler-wrap {
  opacity: 1;
}
.ant-input-number-handler-up {
  border-top-right-radius: 2px;
  cursor: pointer;
}
.ant-input-number-handler-up-inner {
  top: 50%;
  margin-top: -5px;
  text-align: center;
}
.ant-input-number-handler-up:hover {
  height: 60% !important;
}
.ant-input-number-handler-down {
  top: 0;
  border-top: 1px solid #d9d9d9;
  border-bottom-right-radius: 2px;
  cursor: pointer;
}
.ant-input-number-handler-down-inner {
  top: 50%;
  text-align: center;
  transform: translateY(-50%);
}
.ant-input-number-handler-down:hover {
  height: 60% !important;
}
.ant-input-number-handler-up-disabled,
.ant-input-number-handler-down-disabled {
  cursor: not-allowed;
}
.ant-input-number-handler-up-disabled:hover .ant-input-number-handler-up-inner,
.ant-input-number-handler-down-disabled:hover .ant-input-number-handler-down-inner {
  color: #215783;
}
.ant-input-number-rtl {
  direction: rtl;
}
.ant-input-number-rtl .ant-input-number-handler-wrap {
  right: auto;
  left: 0;
  border-right: 1px solid #d9d9d9;
  border-left: 0;
  border-radius: 2px 0 0 2px;
}
.ant-input-number-rtl .ant-input-number-input {
  direction: rtl;
  text-align: right;
}

.fileNbmInput {
  display: none;
}

.fileNBM-upload {
  display: block;
  text-align: center;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  position: relative;
}

.fileNBM-upload .fileNBM-select {
  display: block;
  border: 2px solid #dce4ec;
  color: #34495e;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  text-align: left;
  background: #FFFFFF;
  overflow: hidden;
  position: relative;
}

.fileNBM-upload .fileNBM-select .fileNBM-select-button {
  background: #dce4ec;
  padding: 0 10px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
}
.fileNBM-button-remove{
  position: absolute;
  right: 10px;
  display: flex;
  top: 50%;
  transform: translateY(-50%);
}
.fileNBM-button-remove i{
cursor: pointer;
color: red;
}
.fileNBM-upload .fileNBM-select .fileNBM-select-name {
  line-height: 40px;
  display: inline-block;
  padding: 0 10px;
}

.fileNBM-upload .fileNBM-select:hover {
  border-color: #34495e;
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
}

.fileNBM-upload .fileNBM-select:hover .fileNBM-select-button {
  background: #34495e;
  color: #FFFFFF;
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
}

.fileNBM-upload.active .fileNBM-select {
  border-color: #3fa46a;
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
}

.fileNBM-upload.active .fileNBM-select .fileNBM-select-button {
  background: #3fa46a;
  color: #FFFFFF;
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
}

.fileNBM-upload .fileNBM-select input[type=file] {
  z-index: 100;
  cursor: pointer;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  /* opacity:0; */
  display: none;
  filter: alpha(opacity=0);
}

.fileNBM-upload .fileNBM-select.fileNBM-select-disabled {
  opacity: 0.65;
}

.fileNBM-upload .fileNBM-select.fileNBM-select-disabled:hover {
  cursor: default;
  display: block;
  border: 2px solid #dce4ec;
  color: #34495e;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  margin-top: 5px;
  text-align: left;
  background: #FFFFFF;
  overflow: hidden;
  position: relative;
}

.fileNBM-upload .fileNBM-select.fileNBM-select-disabled:hover .fileNBM-select-button {
  background: #dce4ec;
  color: #666666;
  padding: 0 10px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
}

.fileNBM-upload .fileNBM-select.fileNBM-select-disabled:hover .fileNBM-select-name {
  line-height: 40px;
  display: inline-block;
  padding: 0 10px;
}

/*# sourceMappingURL=styles.19909d59.chunk.css.map*/