body.usual {
  overflow: hidden;
  min-width: 1000px;
}

#root {
  width: 100%;
  height: 100%;
  overflow: auto;
}

.ant-modal {
  top: 48px;
}

.ant-modal.modalHeaderCenter .ant-modal-header {
  text-align: center;
}

.ant-modal .ant-modal-body {
  padding: 16px;
}

/* antd */
.ant-input {
  border-radius: 4px;
}

.ant-input-focused,
.ant-input:focus {
  box-shadow: none;
}

.ant-select {
  min-width: 64px;
}

.ant-select.miss .ant-select-selector {
  border-color: #ffccc7 !important;
  box-shadow: 0 0 0 2px rgba(255, 204, 199, 0.2) !important;
}

ul.ant-cascader-menu:empty {
  display: none;
}

.context-divider {
  margin: 0;
}

.menu-divider:hover {
  background-color: white !important;
  cursor: default !important;
}

.ant-btn {
  border-radius: 4px;
}