html {
  height: 100%;
}

#root {
  height: 100%;

  .app-root {
    height: 100%;
  }
}

body {
  margin: 0;
  height: 100%;
  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;

  min-width: 1320px;

  .ant-select {
    .ant-select-selector {
      border-left: none !important;
      border-right: none !important;
      border-top: none !important;
      border-bottom: 1px solid var(--ant-color-border) !important;
      background-color: transparent !important;
      box-shadow: none !important;
    }
  }

  .ant-table-body {
    scrollbar-width: auto;
    scrollbar-color: auto;
  }

  .ant-table-body::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    background-color: transparent;
    border-radius: 2px;
  }

  .ant-table-body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #00000030;
  }

  .ant-table-body::-webkit-scrollbar-track {
    background-color: #f9f9f9;
  }

  .ant-table-body::-webkit-scrollbar-corner {
    background-color: transparent;
  }

  .ant-table-body::-webkit-scrollbar-track-piece {
    background-color: transparent;
  }

  .ant-table-content {
    scrollbar-width: auto;
    scrollbar-color: auto;
  }

  .ant-table-content::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    background-color: transparent;
    border-radius: 2px;
  }

  .ant-table-content::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #00000030;
  }

  .ant-table-content::-webkit-scrollbar-track {
    background-color: #f9f9f9;
  }

  .ant-table-content::-webkit-scrollbar-corner {
    background-color: transparent;
  }

  .ant-table-content::-webkit-scrollbar-track-piece {
    background-color: transparent;
  }

  *::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    background-color: transparent;
    border-radius: 2px;
  }

  *::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #00000030;
  }

  *::-webkit-scrollbar-track {
    background-color: transparent;
  }

  *::-webkit-scrollbar-corner {
    background-color: #f9f9f9;
  }

  *::-webkit-scrollbar-track-piece {
    background-color: transparent;
  }
}

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