body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
    monospace;
}

.ant-select-selection-item {
  max-height: 40px !important;
}

.ant-select-selection-placeholder {
  height: 40px !important;
  display: flex !important;
  align-items: center !important;
}

.ant-select-selection-overflow {
  max-height: 40px !important;
  overflow: scroll !important;
}

.error_text {
  font-size: 12px;
  margin-top: 4px;
  color: #f85252;
}
