@font-face {
  font-family: "BarlowCondensed";
  src: local("BarlowCondensedRegular"),
    url(0bac2bb11e1b52510a92.ttf) format("truetype");
  font-weight: normal;
}

@font-face {
  font-family: "BarlowCondensed";
  src: local("BarlowCondensedBold"),
    url(e66bff88a767b38d30b6.ttf) format("truetype");
  font-weight: bold;
}

@font-face {
  font-family: "OpenSans";
  src: local("OpenSansRegular"),
    url(77c09223204154ae8d43.ttf) format("truetype");
  font-weight: normal;
}

* {
  font-family: 'OpenSans';
}

/*GENERAL*/
input:focus,
textarea:focus,
select:focus {
  outline: none;
}

/*SCROLL BARS*/
::-webkit-scrollbar {
  width: 3px;
  height: 5px;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(35deg, #808080 38%, #808080 60%);
  border-radius: 50px;
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(13deg, #727272 14%, #727272 64%);
}

::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 0px;
}

/*SCROLL BARS FIREFOX*/
* {
  scrollbar-face-color: rgb(128, 128, 128);
  /* Firefox 63 compatibility */
  scrollbar-track-color: rgb(255, 255, 255);
  /* Firefox 63 compatibility */
  scrollbar-color: rgb(128, 128, 128) rgb(255, 255, 255);
  scrollbar-width: thin;
}

/*SNACKBAR*/
/* .SnackbarContainer-root {
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
}
.SnackbarContainer-root, .SnackbarContainer-root > *, .SnackbarContent-root {
  min-width: 100% !important;
  border-radius: 0 !important;
}
.SnackbarContainer-root, .SnackbarContainer-root > * > * {
  padding: 0 !important;
} */
@font-face {
  font-family: "BarlowCondensed";
  src: local("BarlowCondensedRegular"),
    url(0bac2bb11e1b52510a92.ttf) format("truetype");
  font-weight: normal;
}

@font-face {
  font-family: "BarlowCondensed";
  src: local("BarlowCondensedBold"),
    url(e66bff88a767b38d30b6.ttf) format("truetype");
  font-weight: bold;
}

@font-face {
  font-family: "OpenSans";
  src: local("OpenSansRegular"),
    url(77c09223204154ae8d43.ttf) format("truetype");
  font-weight: normal;
}

* {
  font-family: 'OpenSans';
}

/*GENERAL*/
input:focus,
textarea:focus,
select:focus {
  outline: none;
}

/*SCROLL BARS*/
::-webkit-scrollbar {
  width: 3px;
  height: 5px;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(35deg, #808080 38%, #808080 60%);
  border-radius: 50px;
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(13deg, #727272 14%, #727272 64%);
}

::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 0px;
}

/*SCROLL BARS FIREFOX*/
* {
  scrollbar-face-color: rgb(128, 128, 128);
  /* Firefox 63 compatibility */
  scrollbar-track-color: rgb(255, 255, 255);
  /* Firefox 63 compatibility */
  scrollbar-color: rgb(128, 128, 128) rgb(255, 255, 255);
  scrollbar-width: thin;
}

/*SNACKBAR*/
/* .SnackbarContainer-root {
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
}
.SnackbarContainer-root, .SnackbarContainer-root > *, .SnackbarContent-root {
  min-width: 100% !important;
  border-radius: 0 !important;
}
.SnackbarContainer-root, .SnackbarContainer-root > * > * {
  padding: 0 !important;
} */

/* TABLE PAGINATION */
.MuiTablePagination-root .MuiToolbar-root {
  overflow: hidden;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.MuiTablePagination-root .MuiToolbar-root * {
  margin: 0;
}

.MuiTablePagination-root .MuiTablePagination-spacer {
  display: none;
}

.MuiTablePagination-root .MuiBox-root {
  flex-grow: 1;
  display: flex;
  justify-content: end;
}

/*# sourceMappingURL=main.css.map*/