@tailwind base;
@tailwind components;
@tailwind utilities;

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;
}
/* :where(.css-dev-only-do-not-override-12upa3x).ant-btn-primary {
  color: #fff;
  background-color: #1677ff !important;
  box-shadow: 0 2px 0 rgba(5, 145, 255, 0.1);
}
:where(.css-12upa3x).ant-btn-primary {
  color: #fff;
  background-color: #1677ff !important;
  box-shadow: 0 2px 0 rgba(5, 145, 255, 0.1);
} */
/* :where(.css-dev-only-do-not-override-12upa3x).ant-switch {
  background: rgba(0, 0, 0, 0.25) !important;
}

:where(.css-dev-only-do-not-override-12upa3x).ant-switch.ant-switch-checked {
  background: #1677ff !important;
} */
.custom-form-mb-0 :where(.css-12upa3x).ant-form-item,
.custom-form-mb-0 :where(.css-dev-only-do-not-override-12upa3x).ant-form-item {
  margin-bottom: 0px !important;
}
.ant-form-item-explain-error {
  max-width: 200px;
}
.absolute-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.custom-table .ant-table-thead .ant-table-cell {
  background-color: #b7e3c8;
  font-weight: 600;
}
.custom-expand-table .ant-pro-card-body {
  padding-inline: 0px !important;
}
