._activeRow_1s7wp_1 {
  cursor: pointer;
  background: #f8f8f8;
}

._closedRow_1s7wp_6 {
  cursor: pointer;
  background: lightgrey !important;
}

._unfinishedRow_1s7wp_11 {
  cursor: pointer;
  background: #f8ece8 !important;
}

._canceledRow_1s7wp_16 {
  cursor: pointer;
  background: lightcoral;
}

._errorRow_1s7wp_21 {
  cursor: pointer;
  background: indianred;
}

._selectedActiveRow_1s7wp_26 {
  cursor: pointer;
  border: 2px solid rgba(0, 0, 0, 0.23) !important;
  background: #f8f8f8 !important;
}

._selectedClosedRow_1s7wp_32 {
  cursor: pointer;
  border: 2px solid rgba(0, 0, 0, 0.23) !important;
  background: lightgrey !important;
}

._selectedUnfinishedRow_1s7wp_38 {
  cursor: pointer;
  background: #f8ece8 !important;
  border: 2px solid rgba(0, 0, 0, 0.23) !important;
}

._selectedCanceledRow_1s7wp_44 {
  cursor: pointer;
  border: 2px solid rgba(0, 0, 0, 0.23) !important;
  background: lightcoral !important;
}

._selectedErrorRow_1s7wp_50 {
  cursor: pointer;
  border: 2px solid rgba(0, 0, 0, 0.23) !important;
  background: indianred !important;
}._tabContainer_1qhsr_1 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  min-height: fit-content;
}

._tabList_1qhsr_10 {
  flex: 1 1 min-content;
}
._tabList_1qhsr_10 ._tab_1qhsr_1 {
  display: flex;
  flex: 1 1 fit-content;
}

._buttonsContainer_1qhsr_18 {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 3px;
  flex: 1 1 0;
  justify-content: flex-end;
}

._greyRowDatagrid_1qhsr_27 {
  background-color: #f0f0f0; /* light grey */
}

._spacer_1qhsr_31 {
  flex: 1 1 0;
}

._title_1qhsr_35 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 65%;
  height: 5vh;
  margin: 0 auto;
  text-align: center;
  color: #1976d2;
  font-size: 18px;
  font-weight: 400;
}

._paper_1qhsr_48 {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: fit-content;
  height: fit-content;
  border-top: 4px #1976d2 solid;
  padding: 1%;
  boxShadow: "rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px";
}
._paper_1qhsr_48 ._contentPopUp_1qhsr_59 {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  width: fit-content;
  min-width: 200px;
  height: 100%;
}

._container_1qhsr_69 {
  height: 100%;
  outline: 0;
  display: flex;
  -webkit-box-pack: center;
  -webkit-box-align: center;
}

._fixedSizePopUp_1qhsr_77 {
  display: flex;
  flex-direction: column;
  flex: 1 1 fit-content;
  min-width: 60%;
  height: 85%;
  border-top: 4px #1976d2 solid;
  padding: 0.5%;
}
._fixedSizePopUp_1qhsr_77 ._contentPopUp_1qhsr_59 {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
._fixedSizePopUp_1qhsr_77 ._contentPopUp_1qhsr_59 ._tabPanelPopup_1qhsr_92 {
  width: 95%;
  padding: 25px;
}
._fixedSizePopUp_1qhsr_77 ._contentPopUp_1qhsr_59 ._tablePopup_1qhsr_96 {
  width: 100%;
  align-items: center;
}
._fixedSizePopUp_1qhsr_77 ._contentPopUp_1qhsr_59 ._flexBoxPopUp_1qhsr_100 {
  justify-content: center;
  border-radius: 2.5px;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}
._fixedSizePopUp_1qhsr_77 ._contentPopUp_1qhsr_59 ._boxPopUpGrid_1qhsr_109 {
  justify-content: center;
  border-radius: 2.5px;
  display: grid;
  padding: 6px;
  width: 95%;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); /* Adjust column sizes */
  gap: 10px; /* Adjust gap between items */
}
._fixedSizePopUp_1qhsr_77 ._contentPopUp_1qhsr_59 ._boxPopUpGrid_1qhsr_109 > * {
  z-index: 1000000;
}
._fixedSizePopUp_1qhsr_77 ._contentPopUp_1qhsr_59 ._boxPopUpGridMoreItems_1qhsr_121 {
  justify-content: center;
  border-radius: 2.5px;
  display: grid;
  padding: 6px;
  width: 95%;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); /* Adjust column sizes */
  gap: 10px; /* Adjust gap between items */
}
._fixedSizePopUp_1qhsr_77 ._contentPopUp_1qhsr_59 ._boxPopUp_1qhsr_109 {
  justify-content: center;
  border-radius: 2.5px;
  padding: 6px;
  width: 100%;
  gap: 10px;
}
._fixedSizePopUp_1qhsr_77 ._contentPopUp_1qhsr_59 ._boxPopUpLimited_1qhsr_137 {
  justify-content: center;
  border-radius: 2.5px;
  width: 100%;
  padding: 5px;
  gap: 5px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
}
._fixedSizePopUp_1qhsr_77 ._contentPopUp_1qhsr_59 ._boxPopUpLimitedCntMovementAddForm_1qhsr_146 {
  justify-content: center;
  border-radius: 2.5px;
  width: 100%;
  padding: 5px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
}
._fixedSizePopUp_1qhsr_77 ._contentPopUp_1qhsr_59 ._typographyPopup_1qhsr_154 {
  width: 100%;
  align-items: self-start;
}
._fixedSizePopUp_1qhsr_77 ._contentPopUp_1qhsr_59 ._textInputFieldPopUp_1qhsr_158 {
  min-width: 200px;
  flex: 1 1 200px;
  padding: 2px;
  margin: 1px;
  font-size: 14px;
  display: inline-flex;
}
._fixedSizePopUp_1qhsr_77 ._contentPopUp_1qhsr_59 ._textInputFieldPopUp_1qhsr_158 ._textInputFieldPopUpText_1qhsr_166 {
  width: 100%;
  padding: 16.5px 14px;
  font-size: 14px;
  line-height: 1.4375em;
}
._fixedSizePopUp_1qhsr_77 ._contentPopUp_1qhsr_59 ._textInputFieldPopUpDouble_1qhsr_172 {
  min-width: 405px;
  flex: 1 1 405px;
  padding: 2px;
  margin: 1px;
  font-size: 14px;
  display: inline-flex;
}
._fixedSizePopUp_1qhsr_77 ._contentPopUp_1qhsr_59 ._textInputFieldPopUpDouble_1qhsr_172 ._textInputFieldPopUpText_1qhsr_166 {
  width: 100%;
  padding: 16.5px 14px;
  font-size: 14px;
  line-height: 1.4375em;
}
._fixedSizePopUp_1qhsr_77 ._contentPopUp_1qhsr_59 ._textInputFieldPopUpWide_1qhsr_186 {
  min-width: 100px;
  width: 100%;
  padding: 2px;
  margin: 1px;
  font-size: 14px;
}
._fixedSizePopUp_1qhsr_77 ._contentPopUp_1qhsr_59 ._textInputFieldPopUpWide_1qhsr_186 ._textInputFieldPopUpText_1qhsr_166 {
  width: 100%;
  padding: 16.5px 14px;
  font-size: 14px;
  line-height: 1.4375em;
}
._fixedSizePopUp_1qhsr_77 ._contentPopUp_1qhsr_59 ._dateTimePicker_1qhsr_199 {
  margin-top: 15px;
  min-width: 100px;
  width: 100%;
  padding: 2px;
  font-size: 14px;
}
._fixedSizePopUp_1qhsr_77 ._contentPopUp_1qhsr_59 ._submitBtnPopUp_1qhsr_206 {
  font-size: 14px;
  padding: 2px;
  margin-top: 4px;
  min-width: 100px;
  height: 50px;
  width: 14%;
}

._popUp_1qhsr_215 {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: fit-content;
  height: fit-content;
  border-top: 4px #1976d2 solid;
  padding: 1%;
}
._popUp_1qhsr_215 ._contentPopUp_1qhsr_59 {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: fit-content;
  height: fit-content;
}
._popUp_1qhsr_215 ._contentPopUp_1qhsr_59 ._boxPopUp_1qhsr_109 {
  justify-content: center;
  border-radius: 2.5px;
  width: fit-content;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
._popUp_1qhsr_215 ._contentPopUp_1qhsr_59 ._textInputFieldPopUp_1qhsr_158 {
  font-size: 14px;
  display: inline-flex;
}
._popUp_1qhsr_215 ._contentPopUp_1qhsr_59 ._submitBtnPopUp_1qhsr_206 {
  margin-top: 20px;
  margin-bottom: 5px;
  margin-left: 10px;
}

._invisible_1qhsr_251 {
  display: none;
}._wrapper_1aotw_1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 35px 20px;
  width: 90px;
}
._wrapper_1aotw_1 ._icon_1aotw_8 {
  font-size: 16px;
  color: gray;
  margin: 0 5px;
}
._wrapper_1aotw_1 ._routes_1aotw_13 {
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  width: max-content;
}
._wrapper_1aotw_1 ._routes_1aotw_13 ._route_1aotw_13 {
  margin: 0 5px;
  color: gray;
  width: max-content;
}
._wrapper_1aotw_1 ._routes_1aotw_13 ._last_1aotw_24 {
  color: black;
  margin: 0 5px;
  word-wrap: break-word;
  width: max-content;
  font-weight: 500;
}._toolbar_1qd3m_1 {
  width: 95%;
  margin: 0 auto;
  min-height: 6vh;
  height: fit-content;
  padding: 5px;
  border: 1px solid rgba(0, 0, 0, 0.23);
  border-radius: 5px;
  flex-wrap: wrap;
  flex-direction: row;
  display: flex;
}
._toolbar_1qd3m_1 ._button_1qd3m_13 {
  z-index: 1000;
}

._toolbar_1qd3m_1 > * {
  z-index: 1000;
}

._dateTimePickerToolbar_1qd3m_21 {
  flex: 0 1 fit-content;
}

._datePickerBox_1qd3m_25 {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  flex: 1 1 0;
  justify-content: flex-end;
  gap: 5px;
}._menuIcon_cefpf_1 {
  margin: 0 10px;
  font-size: 30px;
  color: #484343;
}

._buttons_cefpf_7 {
  width: 80%;
  margin: 5px auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
}._muiTableRow_1g5lw_1 {
  border-bottom: 2px solid rgba(0, 0, 0, 0.23);
}._container_1ir25_1::-webkit-scrollbar {
  width: 8px;
}
._container_1ir25_1::-webkit-scrollbar-thumb {
  background-color: #757575;
  border-radius: 4px;
}
._container_1ir25_1::-webkit-scrollbar-track {
  background-color: #f0f0f0;
  border-radius: 4px;
}

._container_1ir25_1 > * {
  z-index: 10000;
}body.react-confirm-alert-body-element {
  overflow: hidden;
}

.react-confirm-alert-blur {
  filter: url(#gaussian-blur);
  filter: blur(2px);
  -webkit-filter: blur(2px);
}

.react-confirm-alert-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  background: rgba(255, 255, 255, 0.9);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  opacity: 0;
  -webkit-animation: react-confirm-alert-fadeIn 0.5s 0.2s forwards;
  -moz-animation: react-confirm-alert-fadeIn 0.5s 0.2s forwards;
  -o-animation: react-confirm-alert-fadeIn 0.5s 0.2s forwards;
  animation: react-confirm-alert-fadeIn 0.5s 0.2s forwards;
}

.react-confirm-alert-body {
  font-family: Arial, Helvetica, sans-serif;
  width: 400px;
  padding: 30px;
  text-align: left;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 20px 75px rgba(0, 0, 0, 0.13);
  color: #666;
}

.react-confirm-alert-svg {
  position: absolute;
  top: 0;
  left: 0;
}

.react-confirm-alert-body > h1 {
  margin-top: 0;
}

.react-confirm-alert-body > h3 {
  margin: 0;
  font-size: 16px;
}

.react-confirm-alert-button-group {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  margin-top: 20px;
}

.react-confirm-alert-button-group > button {
  outline: none;
  background: #333;
  border: none;
  display: inline-block;
  padding: 6px 18px;
  color: #eee;
  margin-right: 10px;
  border-radius: 5px;
  font-size: 12px;
  cursor: pointer;
}

@-webkit-keyframes react-confirm-alert-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-moz-keyframes react-confirm-alert-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-o-keyframes react-confirm-alert-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes react-confirm-alert-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
._title_1c6xa_1 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 65%;
  height: 5vh;
  margin: 0 auto;
  text-align: center;
  color: #1976d2;
  font-size: 18px;
  font-weight: 400;
}

._form_1c6xa_14 {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 10px;
}
._form_1c6xa_14 ._box_1c6xa_21 {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  border-top: 4px #1976d2 solid;
  border-radius: 2.5px;
  width: fit-content;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
._form_1c6xa_14 ._textInputField_1c6xa_30 {
  font-size: 14px;
}
._form_1c6xa_14 ._submitBtn_1c6xa_33 {
  margin-top: 20px;
}* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
}