@keyframes floatUp {
  0% {
    opacity: 0;
    transform: translateY(0px) scale(0.8);
  }
  20% {
    opacity: 1;
    transform: translateY(-5px) scale(1.1);
  }
  80% {
    opacity: 1;
    transform: translateY(-15px) scale(1);
  }
  100% {
    opacity: 0;
    transform: translateY(-25px) scale(0.9);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
.order-status-card {
  cursor: pointer;
  transition: all 0.3s ease;
  border: 1px solid #f0f0f0;
  box-shadow: none;
  background: #ffffff;
  position: relative;
  overflow: visible;
}
.order-status-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}
.order-status-card-active {
  border: 2px solid #1890ff !important;
  box-shadow: 0 4px 12px rgba(24, 144, 255, 0.3) !important;
  background: #e6f7ff !important;
}
.order-status-card-active:hover {
  box-shadow: 0 6px 16px rgba(24, 144, 255, 0.4) !important;
}
.count-wrapper {
  display: inline-block;
  transition: transform 0.4s ease;
}
.count-pulse {
  -webkit-animation: pulse 0.4s ease;
  animation: pulse 0.4s ease;
}
.change-indicator {
  position: absolute;
  top: 8px;
  right: 8px;
  font-size: 16px;
  font-weight: bold;
  -webkit-animation: floatUp 1.5s ease-out;
  animation: floatUp 1.5s ease-out;
  pointer-events: none;
  z-index: 10;
}
.change-positive {
  color: #52c41a;
}
.change-negative {
  color: #ff4d4f;
}
.animated-count-wrapper {
  position: relative;
  display: inline-block;
}
@keyframes countPulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.animated-count-pulse {
  display: inline-block;
  -webkit-animation: countPulse 0.4s ease;
  animation: countPulse 0.4s ease;
}
@keyframes floatUpChange {
  0% {
    opacity: 0;
    transform: translateY(0px) translateX(-50%) scale(0.8);
  }
  20% {
    opacity: 1;
    transform: translateY(-8px) translateX(-50%) scale(1.2);
  }
  80% {
    opacity: 1;
    transform: translateY(-20px) translateX(-50%) scale(1);
  }
  100% {
    opacity: 0;
    transform: translateY(-30px) translateX(-50%) scale(0.8);
  }
}
.animated-count-change {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  font-weight: bold;
  -webkit-animation: floatUpChange 1.5s ease-out;
  animation: floatUpChange 1.5s ease-out;
  pointer-events: none;
  z-index: 1000;
  text-shadow: 0 0 4px rgba(255, 255, 255, 0.9);
}
.change-positive {
  color: #52c41a;
}
.change-negative {
  color: #ff4d4f;
}
.ant-pro-setting-drawer-block-checkbox-item {
  position: relative;
  overflow: hidden;
}
.ant-pro-setting-drawer-block-checkbox-item img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 48px;
  object-fit: contain;
  border-radius: 4px;
}
.ant-pro-setting-drawer-block-checkbox .ant-pro-setting-drawer-block-checkbox-item:nth-child(3) {
  background: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
}
.ant-pro-setting-drawer-block-checkbox .ant-pro-setting-drawer-block-checkbox-item:nth-child(3) img {
  opacity: 0;
}
.ant-pro-setting-drawer-block-checkbox .ant-pro-setting-drawer-block-checkbox-item:nth-child(3)::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 18px;
  height: calc(100% - 10px);
  background: #001529;
  border-radius: 0 0 0 4px;
  pointer-events: none;
  z-index: 1;
}
.ant-pro-setting-drawer-block-checkbox .ant-pro-setting-drawer-block-checkbox-item:nth-child(3)::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 10px;
  background: #001529;
  border-radius: 4px 4px 0 0;
  pointer-events: none;
  z-index: 1;
}
.ant-pro-table .ant-pro-card-body .ant-table-wrapper + .ant-pro-table-list-toolbar {
  padding-left: 0;
  padding-right: 0;
  width: 100%,;
}
.ant-pro-table .ant-pagination {
  padding: 0;
}
.ant-pro-table-list-toolbar-container {
  width: 100%;
}
.ant-pro-table .ant-table-pagination.ant-pagination {
  margin: 16px 0;
}
.compact-table .ant-table-selection-column {
  padding-left: 8px;
  padding-right: 8px;
}
.compact-table .ant-table-cell-row-hover {
  padding-left: 8px;
  padding-right: 8px;
}
.compact-table .ant-checkbox-wrapper {
  margin: 0;
}
.compact-table .ant-table-row-expand-icon-cell {
  display: none;
}
.compact-table .ant-table-expand-icon-col {
  width: 0;
  padding: 0;
  display: none;
}
.ant-table-row-expand-icon-cell {}
.express-inspection-table .ant-table-thead > tr > th.ant-table-row-expand-icon-cell {
  padding: 16px 16px !important;
  vertical-align: middle;
  line-height: 1.5715;
  text-align: center;
}
.express-inspection-table .ant-table-thead > tr > th.ant-table-row-expand-icon-cell:empty::before {
  content: '\00a0\00a0\00a0';
}
.inspection-list-table .ant-table-thead > tr > th.ant-table-row-expand-icon-cell {
  padding: 16px 16px !important;
  vertical-align: middle;
  line-height: 1.5715;
  text-align: center;
}
.inspection-list-table .ant-table-thead > tr > th.ant-table-row-expand-icon-cell:empty::before {
  content: '\00a0\00a0\00a0';
}
.forex-deposit-table .ant-table-row-expand-icon-cell {
  width: 0 !important;
  padding: 0 !important;
  border: none !important;
  display: none !important;
}
.forex-deposit-table .ant-table-expand-icon-th {
  width: 0 !important;
  padding: 0 !important;
  border: none !important;
  display: none !important;
}
.forex-deposit-table .ant-table-expand-icon-col {
  width: 0 !important;
  padding: 0 !important;
  border: none !important;
  display: none !important;
}
.forex-deposit-table colgroup col:first-child {
  width: 0 !important;
}
.forex-deposit-table .ant-table-expanded-row > td {
  padding: 0 !important;
}
.forex-deposit-table .ant-table-expanded-row > td > div {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}
.ant-table-row-expand-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
[contenteditable]:empty:before {
  content: attr(data-placeholder);
  color: #bfbfbf;
  cursor: text;
}
[contenteditable]:focus {
  border-color: #40a9ff;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}
[contenteditable] img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 8px 0;
}
@keyframes pulseStrong {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.4;
    transform: scale(1.05);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes pulseBadge {
  0% {
    background-color: #ff4d4f;
    box-shadow: 0 0 0 0 rgba(255, 77, 79, 0.7);
    transform: scale(1);
  }
  50% {
    background-color: #ff7875;
    box-shadow: 0 0 0 4px rgba(255, 77, 79, 0);
    transform: scale(1.1);
  }
  100% {
    background-color: #ff4d4f;
    box-shadow: 0 0 0 0 rgba(255, 77, 79, 0);
    transform: scale(1);
  }
}
.pulse-number {
  -webkit-animation: pulseStrong 1.5s ease-in-out infinite;
  animation: pulseStrong 1.5s ease-in-out infinite;
}
.pulse-number-strong {
  -webkit-animation: pulseStrong 1s ease-in-out infinite;
  animation: pulseStrong 1s ease-in-out infinite;
}
.pulse-badge .ant-badge-count {
  -webkit-animation: pulseBadge 1.5s ease-in-out infinite;
  animation: pulseBadge 1.5s ease-in-out infinite;
}
.pulse-badge .ant-badge-count-sm {
  min-width: 16px;
  height: 16px;
  line-height: 16px;
  font-size: 10px;
}
.selected-row {
  background-color: #E6F7FF !important;
}
html, 
body {
  width: 100%;
  height: 100%;
}
input::-ms-clear, 
input::-ms-reveal {
  display: none;
}
*, 
*::before, 
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@-ms-viewport{
  width: device-width;
}
body {
  margin: 0;
}
[tabindex='-1']:focus {
  outline: none;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-weight: 500;
}
p {
  margin-top: 0;
  margin-bottom: 1em;
}
abbr[title], 
abbr[data-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  border-bottom: 0;
  cursor: help;
}
address {
  margin-bottom: 1em;
  font-style: normal;
  line-height: inherit;
}
input[type='text'], 
input[type='password'], 
input[type='number'], 
textarea {
  -webkit-appearance: none;
}
ol, 
ul, 
dl {
  margin-top: 0;
  margin-bottom: 1em;
}
ol ol, 
ul ul, 
ol ul, 
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 500;
}
dd {
  margin-bottom: 0.5em;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1em;
}
dfn {
  font-style: italic;
}
b, 
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub, 
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
pre, 
code, 
kbd, 
samp {
  font-size: 1em;
  font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;
}
pre {
  margin-top: 0;
  margin-bottom: 1em;
  overflow: auto;
}
figure {
  margin: 0 0 1em;
}
img {
  vertical-align: middle;
  border-style: none;
}
a, 
area, 
button, 
[role='button'], 
input:not([type='range']), 
label, 
select, 
summary, 
textarea {
  touch-action: manipulation;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75em;
  padding-bottom: 0.3em;
  text-align: left;
  caption-side: bottom;
}
input, 
button, 
select, 
optgroup, 
textarea {
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
button, 
input {
  overflow: visible;
}
button, 
select {
  text-transform: none;
}
button, 
html [type='button'], 
[type='reset'], 
[type='submit'] {
  -webkit-appearance: button;
}
button::-moz-focus-inner, 
[type='button']::-moz-focus-inner, 
[type='reset']::-moz-focus-inner, 
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type='radio'], 
input[type='checkbox'] {
  box-sizing: border-box;
  padding: 0;
}
input[type='date'], 
input[type='time'], 
input[type='datetime-local'], 
input[type='month'] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0.5em;
  padding: 0;
  color: inherit;
  font-size: 1.5em;
  line-height: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type='number']::-webkit-inner-spin-button, 
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type='search']::-webkit-search-cancel-button, 
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
mark {
  padding: 0.2em;
  background-color: #feffe6;
}
/*# sourceMappingURL=umi.css.map*/