.ant-popover {
  z-index: 20220620;
}
.ant-popover-content {
  border-radius: 0.25rem;
  border: 1px solid var(--mi-theme, #f0c26f);
}
.ant-popover-content .ant-popover-arrow-content {
  width: 0.5rem;
  height: 0.5rem;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: var(--mi-theme, #f0c26f);
  background-color: var(--mi-popover-bg, #1d1e23);
}
.ant-popover-inner {
  background-color: var(--mi-popover-bg, #1d1e23);
  border-radius: 0.25rem;
  z-index: -1;
}
.ant-popover-message-title {
  color: var(--mi-font, #fff);
}
.ant-popover-message-title .theme {
  color: var(--mi-theme, #f0c26f);
}
.ant-popover-message-title .title-limit {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}
.ant-popover-placement-topRight .ant-popover-arrow,
.ant-popover-placement-topLeft .ant-popover-arrow,
.ant-popover-placement-top .ant-popover-arrow {
  bottom: 0.15625rem;
}
.ant-popover-placement-leftTop .ant-popover-arrow,
.ant-popover-placement-leftBottom .ant-popover-arrow,
.ant-popover-placement-left .ant-popover-arrow {
  right: 0.15625rem;
}
.ant-popover-placement-bottomLeft .ant-popover-arrow,
.ant-popover-placement-bottomRight .ant-popover-arrow,
.ant-popover-placement-bottom .ant-popover-arrow {
  top: 0.15625rem;
}
.ant-popover-placement-rightTop .ant-popover-arrow,
.ant-popover-placement-rightBottom .ant-popover-arrow,
.ant-popover-placement-right .ant-popover-arrow {
  left: 0.15625rem;
}
.ant-popover-placement-bottom .ant-popover-arrow {
  margin-top: 0.0625rem;
}
.ant-checkbox-wrapper .ant-checkbox-inner {
  border-color: var(--mi-theme, #f0c26f);
}
.ant-checkbox-wrapper .ant-checkbox-inner:hover,
.ant-checkbox-wrapper .ant-checkbox-inner:focus,
.ant-checkbox-wrapper .ant-checkbox-inner:active,
.ant-checkbox-wrapper .ant-checkbox-inner:visited {
  border-color: var(--mi-theme, #f0c26f);
}
.ant-checkbox-wrapper .ant-checkbox-checked .ant-checkbox-inner {
  border-color: var(--mi-theme, #f0c26f);
  background: var(--mi-theme, #f0c26f);
}
.ant-checkbox-wrapper .ant-checkbox-checked:after {
  border: 1px solid var(--mi-theme, #f0c26f);
}
.ant-checkbox-wrapper:hover .ant-checkbox-inner,
.ant-checkbox-wrapper:focus .ant-checkbox-wrapper:visited .ant-checkbox-inner,
.ant-checkbox-wrapper:active .ant-checkbox-inner {
  border-color: var(--mi-theme, #f0c26f);
}
.ant-checkbox-wrapper:hover + .ant-checkbox-inner,
.ant-checkbox-wrapper:focus .ant-checkbox-wrapper:visited + .ant-checkbox-inner,
.ant-checkbox-wrapper:active + .ant-checkbox-inner {
  border-color: var(--mi-theme, #f0c26f);
}
.ant-checkbox-wrapper span:last-child {
  color: var(--mi-font, #fff);
}
.ant-checkbox-input:focus + .ant-checkbox-inner {
  border-color: var(--mi-theme, #f0c26f);
}
.ant-checkbox-disabled .ant-checkbox-inner {
  background: var(--mi-checkbox-disabled, #d9d9d9) !important;
}
.ant-checkbox-indeterminate .ant-checkbox-inner:after {
  background-color: var(--mi-theme, #f0c26f);
}
.mi-notice {
  z-index: var(--mi-z-index-top, 20220602);
}
.mi-notice-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  cursor: pointer;
  color: var(--mi-notice-text, rgba(255, 255, 255, 0.8));
}
.mi-notice-content {
  color: var(--mi-notice-content-text, #fff);
  max-height: 34.375rem;
  overflow: auto;
}
.mi-notice-content::-webkit-scrollbar {
  display: none;
}
.mi-notice-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--mi-notice-item-border, rgba(255, 255, 255, 0.02));
}
.mi-notice-item:first-child {
  padding-top: 0;
}
.mi-notice-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.mi-notice-item-default {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
}
.mi-notice-item-avatar {
  min-width: 2rem;
}
.mi-notice-item-avatar > img {
  transform: scale(1.1);
}
.mi-notice-item-info {
  max-width: 18.4375rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row;
  flex-direction: column;
}
.mi-notice-item-avatar + .mi-notice-item-info {
  max-width: 15.625rem;
  margin-left: 0.75rem;
}
.mi-notice-item-title,
.mi-notice-item-time {
  max-width: 15.625rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--mi-font, #fff);
}
.mi-notice-item-title {
  margin-bottom: 0.25rem;
}
.mi-notice-item-time {
  color: var(--mi-notice-time, rgba(255, 255, 255, 0.2));
  font-size: 0.75rem;
}
.mi-notice-item-content {
  margin-bottom: 0.25rem;
  font-size: 0.75rem;
  color: var(--mi-notice-content, rgba(255, 255, 255, 0.6));
  overflow: hidden;
}
.mi-notice-empty {
  padding-left: 2rem;
  padding-right: 2rem;
}
.mi-notice-empty-time {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  margin-bottom: 1rem;
}
.mi-notice-empty-week {
  margin-left: 1rem;
}
.mi-notice-empty-title {
  margin-top: 1rem;
  font-size: 2rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
.mi-notice-empty-date {
  font-size: 1.125rem;
}
.mi-notice-empty-items {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 0.75rem;
}
.mi-notice-empty-item {
  margin-bottom: 0.5rem;
}
.mi-notice-empty-item .ant-checkbox + span {
  color: var(--mi-font, #fff);
}
.mi-notice-empty-item:last-child {
  margin-bottom: 0;
}
.mi-notice-empty-fine {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
}
.mi-notice-empty-fine .anticon {
  margin-right: 0.5rem;
}
.mi-notice.mi-lang-en-us .mi-notice-empty-items {
  align-items: flex-start;
  padding-left: 2.5rem;
}
