html {
  font-size: 16px;
}

html body {
  font-family: DM Sans Variable;
  font-style: normal;
  font-weight: normal;
  width: 1440px;
  /* min-width: 1440px; */
  margin: 0;
  padding: 0;
  background: #fbfbfd;
}

body {
  font-size: 100%;
}

.tooltip-overlay-custom {
  opacity: 1 !important;
  padding: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb16 {
  margin-bottom: 16px;
}

.fm-num {
  font-family: "DM Mono", sans-serif;
}

.blink-select:after {
  content: "";
  position: fixed;
  display: block;
}

// hack for ie11(input placeholder color do not work)
:-ms-input-placeholder.ant-input-number-input,
input::placeholder {
  color: #bfbfbf !important;
}
// hack for firefox(input placeholder color do not work)
:-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}

.swiper-container {
  width: 100%;
}
