@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;
}
.Se9t0yXmcJGyDNr2BumR{display:flex;flex-direction:row;align-items:center;flex-wrap:wrap;justify-content:flex-end}
.FgHixKst7LLHISQIvFY2{display:flex;flex-direction:column}
.hmTnRHK4uCehcwgBoE0c{display:flex;flex-direction:column;gap:20px}
.L0dCT4HUL4Ieq58PXCz6{display:flex;flex-direction:column;gap:20px}
.react-grid-layout {
  position: relative;
  transition: height 200ms ease;
}
.react-grid-item {
  transition: all 200ms ease;
  transition-property: left, top, width, height;
}
.react-grid-item img {
  pointer-events: none;
  user-select: none;
}
.react-grid-item.cssTransforms {
  transition-property: transform, width, height;
}
.react-grid-item.resizing {
  transition: none;
  z-index: 1;
  will-change: width, height;
}

.react-grid-item.react-draggable-dragging {
  transition: none;
  z-index: 3;
  will-change: transform;
}

.react-grid-item.dropping {
  visibility: hidden;
}

.react-grid-item.react-grid-placeholder {
  background: red;
  opacity: 0.2;
  transition-duration: 100ms;
  z-index: 2;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.react-grid-item.react-grid-placeholder.placeholder-resizing {
  transition: none;
}

.react-grid-item > .react-resizable-handle {
  position: absolute;
  width: 20px;
  height: 20px;
}

.react-grid-item > .react-resizable-handle::after {
  content: "";
  position: absolute;
  right: 3px;
  bottom: 3px;
  width: 5px;
  height: 5px;
  border-right: 2px solid rgba(0, 0, 0, 0.4);
  border-bottom: 2px solid rgba(0, 0, 0, 0.4);
}

.react-resizable-hide > .react-resizable-handle {
  display: none;
}

.react-grid-item > .react-resizable-handle.react-resizable-handle-sw {
  bottom: 0;
  left: 0;
  cursor: sw-resize;
  transform: rotate(90deg);
}
.react-grid-item > .react-resizable-handle.react-resizable-handle-se {
  bottom: 0;
  right: 0;
  cursor: se-resize;
}
.react-grid-item > .react-resizable-handle.react-resizable-handle-nw {
  top: 0;
  left: 0;
  cursor: nw-resize;
  transform: rotate(180deg);
}
.react-grid-item > .react-resizable-handle.react-resizable-handle-ne {
  top: 0;
  right: 0;
  cursor: ne-resize;
  transform: rotate(270deg);
}
.react-grid-item > .react-resizable-handle.react-resizable-handle-w,
.react-grid-item > .react-resizable-handle.react-resizable-handle-e {
  top: 50%;
  margin-top: -10px;
  cursor: ew-resize;
}
.react-grid-item > .react-resizable-handle.react-resizable-handle-w {
  left: 0;
  transform: rotate(135deg);
}
.react-grid-item > .react-resizable-handle.react-resizable-handle-e {
  right: 0;
  transform: rotate(315deg);
}
.react-grid-item > .react-resizable-handle.react-resizable-handle-n,
.react-grid-item > .react-resizable-handle.react-resizable-handle-s {
  left: 50%;
  margin-left: -10px;
  cursor: ns-resize;
}
.react-grid-item > .react-resizable-handle.react-resizable-handle-n {
  top: 0;
  transform: rotate(225deg);
}
.react-grid-item > .react-resizable-handle.react-resizable-handle-s {
  bottom: 0;
  transform: rotate(45deg);
}

.react-resizable {
  position: relative;
}
.react-resizable-handle {
  position: absolute;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-origin: content-box;
  box-sizing: border-box;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2IDYiIHN0eWxlPSJiYWNrZ3JvdW5kLWNvbG9yOiNmZmZmZmYwMCIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iNnB4Ij48ZyBvcGFjaXR5PSIwLjMwMiI+PHBhdGggZD0iTSA2IDYgTCAwIDYgTCAwIDQuMiBMIDQgNC4yIEwgNC4yIDQuMiBMIDQuMiAwIEwgNiAwIEwgNiA2IEwgNiA2IFoiIGZpbGw9IiMwMDAwMDAiLz48L2c+PC9zdmc+);
  background-position: bottom right;
  padding: 0 3px 3px 0;
}
.react-resizable-handle-sw {
  bottom: 0;
  left: 0;
  cursor: sw-resize;
  transform: rotate(90deg);
}
.react-resizable-handle-se {
  bottom: 0;
  right: 0;
  cursor: se-resize;
}
.react-resizable-handle-nw {
  top: 0;
  left: 0;
  cursor: nw-resize;
  transform: rotate(180deg);
}
.react-resizable-handle-ne {
  top: 0;
  right: 0;
  cursor: ne-resize;
  transform: rotate(270deg);
}
.react-resizable-handle-w,
.react-resizable-handle-e {
  top: 50%;
  margin-top: -10px;
  cursor: ew-resize;
}
.react-resizable-handle-w {
  left: 0;
  transform: rotate(135deg);
}
.react-resizable-handle-e {
  right: 0;
  transform: rotate(315deg);
}
.react-resizable-handle-n,
.react-resizable-handle-s {
  left: 50%;
  margin-left: -10px;
  cursor: ns-resize;
}
.react-resizable-handle-n {
  top: 0;
  transform: rotate(225deg);
}
.react-resizable-handle-s {
  bottom: 0;
  transform: rotate(45deg);
}
.Ww_3zNzWP0at6oKQjrIf{scrollbar-width:none;-ms-overflow-style:none}.Ww_3zNzWP0at6oKQjrIf::-webkit-scrollbar{display:none}
.uArcvPSAbQYOjD0iz5A1{gap:20px;display:flex;flex-direction:column;padding:20px;box-sizing:border-box;overflow:auto;min-height:100%;background-image:linear-gradient(to right top, #86a8e7, #729bee, #5e8df3, #4d7ff7, #3f6ffa, #3665fb, #2f5afc, #2c4efc, #2346fd, #1a3efd, #0e35fe, #002bfe)}.uRUe2pEpr7nmHe69tUVm{align-self:center;display:flex;flex-direction:column;align-items:flex-start;width:100%;max-width:800px;gap:20px;flex-grow:1}.c32o9FyfbBw2ArPU4uQX{width:100%}.fCddzwNndutTzbQDC3eB{bottom:0;right:0;left:0;display:flex;flex-direction:column;gap:20px}
.tRV6JsWgaFhTkFc3xSpP{display:flex;flex-direction:column;gap:20px}
.G271zeyZ1r3Q5m9aqXE0{position:relative;display:flex;flex-direction:column;gap:20px}
.qi1kfRlVpcGegnKmA1jX{display:flex;flex-direction:column;gap:20px}
.dhY9rqNfa91huE0eIYhK{display:flex;flex-direction:column;gap:20px}
.HWqkrJADDSEDC8EJ04SS{display:flex;flex-direction:column;gap:20px}
.D2uYoRMUE7uYkCK_Z335{display:flex;flex-direction:column;gap:20px}
.WMreBrg2Um9JobQuydG7{display:flex;flex-direction:column;gap:20px}
.tEQ3AhNGxEwytEFOKT2m{display:flex;flex-direction:column;gap:20px}
.qiJiHsH4pED6dR94RopO{display:flex;flex-direction:column;gap:20px}
.QvdONaJupkpy6Z3RWgfU{display:flex;flex-direction:column;gap:20px}
.TMdFZu4YCOIplG4AmxFz{height:100%}.BEumuZ0hfs8aD_4gQiEt{height:100%;overflow:auto}.QXCDrCJpmcGzK2LGXNBF{height:100%;display:flex}.rJNZ8vGfo2zS9JzsznjB{display:flex;flex-direction:column;flex-grow:1;width:calc(100% - 230px);overflow:auto;scrollbar-gutter:stable both-edges;transition:width .5s}.pi_IYPRRCcTL3fuzRYOa{width:0;transition:width .5s;overflow-x:hidden;overflow-y:auto}.pi_IYPRRCcTL3fuzRYOa.zebh_5KTpJZtnG28YdgU{width:230px}.jjZtgBpTAVc0CpzNSx4R{width:230px;height:100%}
a,div{font-family:"Segoe UI",Tahoma,Geneva,Verdana,sans-serif}.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}::-webkit-scrollbar{width:6px;height:6px;position:absolute}::-webkit-scrollbar-thumb{background-color:rgba(128,128,128,.5);border-radius:10px}::-webkit-scrollbar-thumb:hover{background-color:rgba(114,114,114,.8)}::-webkit-scrollbar-track{background:rgba(0,0,0,0)}::-webkit-scrollbar-button,::-webkit-scrollbar-button:horizontal,::-webkit-scrollbar-button:vertical,::-webkit-scrollbar-button:start,::-webkit-scrollbar-button:end,::-webkit-scrollbar-button:decrement,::-webkit-scrollbar-button:increment{display:none !important;width:0;height:0}*{scrollbar-width:thin;scrollbar-color:rgba(128,128,128,.5) rgba(0,0,0,0)}.ps-submenu-content{overflow:hidden !important}.ps-menu-root ul{display:flex;flex-direction:column;flex-grow:1}.ps-submenu-expand-icon{display:flex}

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