html, body {
  height: 100%;
  margin: 0;
}

html {
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: 10px;
  color: #191919;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-size: 1.4rem;
  line-height: 1.4;
}

*, *::before, *::after {
  box-sizing: inherit;
  scrollbar-color: #cccccc #e8e8e8;
  scrollbar-width: thin;
}

/*a {
	color: inherit;
	text-decoration: inherit;
}*/
button,
input {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
}

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;
}

.link-button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  text-decoration: underline;
  display: inline;
  margin: 0;
  padding: 0;
}

.link-button:hover,
.link-button:focus {
  text-decoration: none;
}

.App {
  text-align: center;
}

.App-logo {
  height: 40vmin;
  pointer-events: none;
}

@media (prefers-reduced-motion: no-preference) {
  .App-logo {
    -webkit-animation: App-logo-spin infinite 20s linear;
            animation: App-logo-spin infinite 20s linear;
  }
}
.App-header {
  background-color: #282c34;
  min-height: 100vh;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  font-size: calc(10px + 2vmin);
  color: white;
}

.App-link {
  color: #61dafb;
}

@-webkit-keyframes App-logo-spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes App-logo-spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.h-typo-h1 {
  font-size: 1.8rem;
  font-weight: 700;
}

.h-typo-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.075em;
  font-size: 1.2rem;
  font-weight: 700;
}

.auth-layout {
  min-height: 100vh;
  background-color: #e8e8e8;
}

.auth-logo-text {
  text-align: center;
}

.auth-error-text {
  color: red;
}

.auth-button {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
}

.auth-link {
  float: right;
  margin-top: 5px;
  margin-left: 5px;
}

.auth-link-separator {
  color: #e5e5e5;
}

.trigger {
  padding: 0 24px;
  font-size: 18px;
  line-height: 64px;
  cursor: pointer;
  transition: color 0.3s;
}

.trigger:hover {
  color: #1890ff;
}

.header {
  background: #fff;
  padding: 0;
  margin: 0;
}

.header-title {
  margin-bottom: 0.5rem;
}

.header-profile-link svg {
  margin-right: 10px;
}

.header-zone-btn {
  margin: 0 16px;
  float: right;
}

.lang {
  margin-top: 16px;
  margin-right: 16px;
}

.main-layout {
  min-height: 100vh;
}

.content {
  background: #fff;
  margin: 16px;
  padding: 24px;
}

.drawer-footer {
  text-align: right;
}

.drawer-footer-button {
  margin-right: 8px;
}

.statistic-grid {
  background-color: rgba(24, 238, 255, 0.0509803922);
}

.table-row-cursor {
  cursor: pointer;
}

.table-search-clear-btn {
  color: rgba(0, 0, 0, 0.25);
  cursor: pointer;
  font-size: 13px;
}

.table-search-clear-btn:hover {
  color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  font-size: 13px;
}

.card-shadow {
  box-shadow: 5px 8px 24px 5px rgba(0, 0, 0, 0.06);
}

.role-switcher {
  width: 160px;
}

.lot-numbers {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}

.lot-numbers-number {
  width: 55%;
}

.lot-numbers-plus {
  width: 10%;
}

.lot-numbers-count {
  width: 35%;
}

.fa-google-wrapper {
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1em;
  margin-right: 0.2em;
  background: center/100% 100% no-repeat url(/static/media/google-color.ea717441.svg);
}

.sub-menu svg {
  margin-right: 10px;
}

.action-button svg {
  margin-right: 0.2rem;
}

.user-settings-input {
  width: 190px;
}

.profile {
  margin-top: 16px;
  margin-bottom: 16px;
}

.profile-row {
  margin-bottom: 5px;
}

.ant-empty-normal svg {
  font-size: 4rem;
}

.ant-table .ant-table-tbody > tr:hover > td {
  background-color: unset;
}

.ant-table .ant-table-tbody .ant-table-row:hover {
  box-shadow: 0 1px 2px rgba(89, 87, 87, 0.4);
}

.actions {
  display: none;
}

.ant-table .ant-table-tbody .ant-table-row:hover .actions {
  display: -webkit-flex;
  display: flex;
  position: absolute;
  right: 0;
  height: 60px;
  margin-top: 5px;
  margin-bottom: 5px;
  border-bottom: none;
  background: rgb(255, 255, 255);
}

.ant-table .ant-table-tbody .ant-table-row {
  height: 70px;
}

.menu-modified:hover,
.sub-menu:hover {
  background-color: #F1F3F4;
}

.ant-menu svg {
  color: grey;
}

.ant-menu .ant-menu-item-selected:after {
  border-right: none;
}

.ant-menu-item:hover a,
.ant-menu-submenu:hover span,
.ant-menu-submenu-selected {
  color: #000;
}

.ant-menu-submenu:hover i {
  color: #000 !important;
}

.ant-menu-item-selected {
  background-color: rgba(52, 168, 82, 0.3) !important;
}

.ant-menu-submenu-title:active {
  background-color: #F1F3F4;
}

.ant-menu .ant-menu-item-selected a {
  color: rgb(52, 168, 82);
}

.ant-menu-item-selected svg {
  color: rgb(52, 168, 82) !important;
}

.ant-layout-sider-children {
  height: 100vh;
  position: relative;
}

.ant-menu-inline-collapsed .ant-menu-submenu {
  width: 79px !important;
}

.logo {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  width: 12rem;
}

.logo img {
  width: 100%;
  object-fit: cover;
}

/*# sourceMappingURL=main.2c40e39d.chunk.css.map*/