.PageParts_heightRestricted__arU0M {
  height: 600px;
  max-height: calc(100vh - 210px);
  min-height: calc(100vh - 210px);
}

.PageParts_flex__7jlp- {
  align-content: stretch;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.PageParts_grid__UJCbw {
  display: grid;
  flex-grow: 1;
  grid-template-columns: 250px minmax(300px, 1fr) minmax(300px, 1fr);
  margin-top: 10px;
}

.PageParts_gridWrapper__sEwg3 {
  border-right: 1px solid #dcdcdc;
  border-top: 1px solid #dcdcdc;
  position: relative;
}

.PageParts_gridWrapper__sEwg3:last-of-type {
  border-right: none;
}

.PageParts_gridContainer__Y7kP3 {
  bottom: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

* {
  scrollbar-color: #cdcdcd #fff;
  scrollbar-width: thin;
}

::-webkit-scrollbar {
  height: 10px;
  width: 10px;
}

::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 5px;
}

::-webkit-scrollbar-track:active,
::-webkit-scrollbar-track:hover {
  background-color: #fff;
}

::-webkit-scrollbar-thumb {
  background-color: #cdcdcd;
  border: 1px solid #fff;
  border-radius: 7px;
}

::-webkit-scrollbar-thumb:active,
::-webkit-scrollbar-thumb:hover {
  background-color: #cdcdcd;
}

.ControlBar_wrapper__lGYja {
  display: flex;
  justify-content: space-between;
}

.Button_button__G\+Sog {
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  font: normal 400 12px/1em sans-serif;
  outline: 0;
  padding: 5px 15px;
  transition: 0.1s;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.Button_buttonGREEN__K5rDK {
  background: #093;
  border-color: #060;
  color: #fff;
}

.Button_buttonGREEN__K5rDK:hover {
  background: #060;
}

.Button_buttonRED__cAGw7 {
  background: #fff;
  border-color: #d22d2d;
  color: #d22d2d;
}

.Button_buttonRED__cAGw7:hover {
  border-color: #b30000;
  color: #b30000;
}

.Button_buttonREDSMALL__h4NR5 {
  align-items: center;
  background: #fff;
  border: 1px solid #d22d2d;
  border-radius: 4px;
  color: #d22d2d;
  cursor: pointer;
  display: flex;
  font: normal 600 10px/1em sans-serif;
  margin-left: 10px;
  padding: 1px 6px;
  transition: 0.1s;
}

.Button_buttonREDSMALL__h4NR5:hover {
  background: red;
  color: #fff;
}

.Button_buttonBLUELARGE__QezzX {
  align-items: center;
  background-color: #0071bc;
  border: 1px solid #0071bc;
  border-radius: 20px;
  color: #fcfcfc;
  cursor: pointer;
  display: flex;
  font: normal 400 14px/1em sans-serif;
  height: 33px;
  justify-content: center;
  outline: 0;
  text-align: center;
  transition: 0.1s;
  width: 110px;
}

.Button_buttonBLUELARGE__QezzX:hover {
  background-color: #004fec;
  border: 1px solid #004fec;
  color: #fff;
}

.Button_buttonBLUESMALL__ovseA {
  align-items: center;
  background-color: #0071bc;
  border: 1px solid #0071bc;
  border-radius: 20px;
  color: #fcfcfc;
  cursor: pointer;
  display: flex;
  justify-content: center;
  outline: 0;
  padding: 3px 10px;
  text-align: center;
  transition: 0.1s;
}

.Button_buttonBLUESMALL__ovseA:hover {
  background-color: #004fec;
  border: 1px solid #004fec;
  color: #fff;
}

.Button_buttonLINK__lm\+yd {
  align-items: center;
  background: transparent;
  color: #0071bc;
  cursor: pointer;
  display: inline-flex;
  font: normal 400 12px/1em sans-serif;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.Button_buttonLINK__lm\+yd:hover {
  text-decoration: underline;
}

.Button_buttonLINK__lm\+yd > svg {
  fill: #0071bc;
  margin-left: 5px;
}

.Button_button__G\+Sog:disabled {
  background: hsla(0, 0%, 94%, 0.3);
  border-color: hsla(0, 0%, 46%, 0.3);
  color: hsla(0, 0%, 6%, 0.3);
}

.Search_wrapper__-s3Tt {
  position: relative;
}

.Search_queryResults__fUOUM {
  background: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  display: block;
  left: 0;
  max-height: 400px;
  overflow: auto;
  padding: 5px;
  position: absolute;
  right: 0;
  top: calc(100% + 5px);
  z-index: 1;
}

.Search_separator__XFETJ {
  display: block;
  position: relative;
}

.Search_separator__XFETJ:before {
  background: #a7a6a6;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: -1;
}

.Search_separator__XFETJ > span {
  background: #fff;
  color: #a7a6a6;
  font: normal 400 10px/1em sans-serif;
  margin-left: 10px;
  padding: 0 5px;
}

.Search_resultBlock__Nlv8e + .Search_resultBlock__Nlv8e {
  margin-top: 10px;
}

.Search_resultRow__8h-ac {
  border-radius: 2px;
  cursor: pointer;
  display: flex;
  font: normal 400 13px/1em sans-serif;
  overflow: hidden;
  padding: 2px;
  white-space: nowrap;
}

.Search_resultRow__8h-ac:hover {
  background: #f0f0f0;
}

.Search_resultRow__8h-ac + .Search_resultRow__8h-ac {
  margin-top: 2px;
}

.Search_resultRow__8h-ac > small {
  color: #a7a6a6;
  margin-left: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.Search_noResultsFound__RvAzW {
  font: normal 400 13px/1em sans-serif;
}

.Search_filterInput__DZJcG {
  border: 1px solid #d0d0d0;
  border-radius: 6px;
  font: normal 400 14px/1em sans-serif;
  height: 34px;
  outline: 0;
  padding-left: 10px;
  transition: 0.1s;
  width: 400px;
}

.Search_filterInput__DZJcG:hover {
  border: 1px solid #999;
  box-shadow: 0 0 0 1px rgba(15, 20, 24, 0.07), 0 1px 13px rgba(11, 17, 24, 0.15);
}

.WidgetParts_container__Rm6lU {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.WidgetParts_projectList__CYmCh {
  flex-grow: 1;
  overflow-y: auto;
}

.PartsHeader_container__f7Xkt {
  align-items: center;
  border-bottom: 1px solid #dcdcdc;
  display: flex;
  height: 25px;
  justify-content: space-between;
  padding: 5px;
}

.PartsHeader_heading__olHM6 {
  color: #0071bc;
  flex: 1 1;
  font: normal 400 12px/1em sans-serif;
  overflow: hidden;
}

.PartsHeader_defaultHeading__JilgN {
  color: #282828;
}

.PartsHeader_compoundHeading__nqfho {
  align-items: center;
  display: flex;
  gap: 5px;
  white-space: nowrap;
}

.PartsHeader_projectDescription__17ZiI {
  color: #a7a6a6;
  font: normal 400 10px/1em sans-serif;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.PartList_buttonContainer__QDDeS {
  align-items: center;
  color: #a7a6a6;
  display: flex;
  flex-direction: column;
  font: normal 400 14px/1em sans-serif;
  justify-content: center;
  margin: 20px;
}

.PartList_hint__euc-h {
  color: #a7a6a6;
  font: normal 400 12px/1em sans-serif;
}

.PartList_buttonHolder__UGmhO {
  margin-top: 10px;
}

.PartItem_part__jdwAC {
  background: #fff;
  border-bottom: 1px solid #dcdcdc;
  cursor: pointer;
  display: flex;
  gap: 5px;
  justify-content: space-between;
  padding: 5px;
}

.PartItem_part__jdwAC:hover {
  background: #f0f0f0;
}

.PartItem_partSelected__zQKuo {
  background: #dcf4fd;
  font-weight: 600;
}

.PartItem_partSelected__zQKuo:hover {
  background: #dcf4fd;
}

.PartItem_partContent__xAxHm {
  grid-gap: 15px;
  display: grid;
  flex: 1 1;
  gap: 15px;
  grid-template-columns: 30px 1fr;
}

.PartItem_partImage__wE0bu {
  background: #fff;
  border: 1px solid #dcdcdc;
  border: 2px solid #f0f0f0;
  border-radius: 4px;
  height: 30px;
  width: 30px;
}

.PartItem_partImage__wE0bu > img {
  border-radius: 4px;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  overflow: hidden;
  width: 100%;
}

.PartItem_partInfo__J3baO {
  align-self: center;
  overflow: hidden;
}

.PartItem_partName__4U5ZH {
  color: #000;
}

.PartItem_partDescription__wnc\+R,
.PartItem_partName__4U5ZH {
  font: normal 400 12px/1em sans-serif;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.PartItem_partDescription__wnc\+R {
  color: #999;
  margin-top: 5px;
}

.PartItem_partModifiedDate__XdS\+9 {
  color: #dcdcdc;
  font: normal 400 12px/1em sans-serif;
}

.PartItem_partShift__pXl4Y {
  margin-left: 20px;
}

.CustomerList_container__3zhiM {
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 100%;
}

.CustomerList_customerList__W6BgH {
  flex-grow: 1;
  overflow-y: auto;
}

.CustomerList_archive__JYxDL:before {
  border-top: 1px solid #dcdcdc;
  content: "";
  display: block;
  margin-right: 10px;
  margin-top: 5px;
  padding-top: 5px;
}

.CustomerList_archiveItem__w0ZRS {
  align-items: center;
  color: #0c151d;
  cursor: pointer;
  display: flex;
  font: normal 400 12px/1em sans-serif;
  padding: 4px 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.CustomerList_archiveItem__w0ZRS:hover {
  background: #f0f0f0;
}

.CustomerList_archiveItemSelected__OiEtq {
  background: #dcf4fd;
  font-weight: 600;
}

.CustomerList_archiveItemSelected__OiEtq:hover {
  background: #dcf4fd;
}

.CustomerList_archiveItem__w0ZRS > svg {
  margin-right: 5px;
}

.CustomerItem_customerItem__SpkQz {
  align-items: center;
  color: #0c151d;
  cursor: pointer;
  display: flex;
  font: normal 400 12px/1em sans-serif;
  padding: 4px 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.CustomerItem_customerItem__SpkQz:hover {
  background: #f0f0f0;
}

.CustomerItem_customerItemSelected__NGJAC {
  background: #dcf4fd;
  font-weight: 600;
}

.CustomerItem_customerItemSelected__NGJAC:hover {
  background: #dcf4fd;
}

.CustomerItem_customerItem__SpkQz > svg {
  margin-right: 5px;
}

.CustomerItem_customerProjectList__-u0Uf {
  margin-left: 21px;
}

.CustomerProjectList_listSection__9erdt {
  margin-bottom: 10px;
}

.CustomerProjectItem_projectItem__YObUI {
  align-items: center;
  color: #282828;
  cursor: pointer;
  display: flex;
  font: normal 400 12px/1em sans-serif;
  overflow: hidden;
  padding: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.CustomerProjectItem_projectItem__YObUI:hover {
  background: #f0f0f0;
}

.CustomerProjectItem_projectItemSelected__-HAEV {
  background: #dcf4fd;
  font-weight: 600;
}

.CustomerProjectItem_projectItemSelected__-HAEV:hover {
  background: #dcf4fd;
}

.CustomerProjectItem_code__dAuCf {
  display: inline-block;
}

.CustomerProjectItem_description__N8nAQ {
  color: #999;
  display: inline-block;
  font: normal 400 10px/1em sans-serif;
  margin-left: 5px;
  margin-right: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ContactSelector_container__AHJdU {
  position: relative;
}

.ContactSelector_suggestions__xTTAK {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.33);
  display: flex;
  flex-direction: column;
  left: 0;
  position: absolute;
  right: 10px;
  top: calc(100% - 5px);
  z-index: 10;
}

.ContactSelector_contactNotFound__4oFmb {
  display: flex;
  justify-content: center;
  margin: 5px 10px 10px;
}

.ContactSelector_input__O3fiV {
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  box-sizing: border-box;
  font: normal 400 12px/1em sans-serif;
  outline: 0;
  padding: 4px 5px;
  transition: 0.1s;
  width: 100%;
}

.ContactSelector_input__O3fiV:hover {
  border: 1px solid #999;
  box-shadow: 0 0 0 1px rgba(15, 20, 24, 0.07), 0 1px 13px rgba(11, 17, 24, 0.15);
}

.ContactSelector_buttonHolder__NV7dl {
  align-items: center;
  display: flex;
  height: 25px;
  justify-content: flex-start;
}

.ContactSelector_customerSelectorArea__V5TFd {
  max-height: 0;
  overflow: hidden;
  transition: 0.24s;
}

.ContactSelector_customerSelectorAreaOpen__Bv5Bi {
  max-height: 100px;
}

.ContactSelector_customerSelector__1V70Z {
  border-bottom: 1px solid #dcdcdc;
  display: flex;
  gap: 10px;
  margin-right: 10px;
  margin-top: 10px;
  padding-bottom: 10px;
}

.ContactSelector_selectorActions__qnr8l {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  margin-top: 10px;
}

.ContactSelector_noContactFound__x1Raa {
  font: normal 400 12px/1em sans-serif;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-top: 10px;
}

.ContactItem_container__lve5k {
  background: #fff;
  border-radius: 4px;
  cursor: pointer;
  margin: 5px 5px 2px;
  padding: 5px;
  transition: 0.1s;
}

.ContactItem_container__lve5k:not(:first-of-type) {
  margin: 2px 5px;
}

.ContactItem_container__lve5k:last-of-type {
  margin-bottom: 5px;
}

.ContactItem_container__lve5k:hover {
  background: #f0f0f0;
}

.ContactItem_contactName__Uef9u {
  color: #282828;
  font: normal 400 12px/1em sans-serif;
}

.ContactItem_companyName__F7xhs {
  color: #a7a6a6;
  font: normal 400 10px/1em sans-serif;
  margin-top: 2px;
}

.WidgetPartDetails_container__QyVX8 {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.WidgetPartDetails_detailOverview__v3CGe {
  flex-grow: 1;
  overflow-y: auto;
}

.WidgetPartDetails_emptyContainer__-edk6 {
  align-items: center;
  color: #a7a6a6;
  display: flex;
  flex-direction: column;
  font: normal 400 12px/1em sans-serif;
  height: 100%;
  justify-content: center;
}

.DetailHeader_container__Oenfu {
  border-bottom: 1px solid #dcdcdc;
  display: flex;
  font: normal 400 14px/1em sans-serif;
  height: 25px;
  justify-content: space-between;
  padding: 5px;
}

.DetailHeader_buttonLink__wUbbR {
  color: #408bd4;
  cursor: pointer;
  display: inline-block;
  font: normal 400 12px/1em sans-serif;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.DetailHeader_buttonLink__wUbbR:hover {
  text-decoration: underline;
}

.DetailHeader_buttonLink__wUbbR + .DetailHeader_buttonLink__wUbbR {
  margin-left: 10px;
}

.DetailHeader_dateInfo__LanqF {
  display: inline-block;
  font: normal 400 12px/1em sans-serif;
}

.DetailHeader_dateInfo__LanqF + .DetailHeader_dateInfo__LanqF {
  margin-left: 10px;
}

.DetailHeader_archivedNotification__B3iYM {
  color: #d22d2d;
  font: normal 400 12px/1em sans-serif;
}

.DetailOverview_imagePlaceholder__gTLYQ {
  box-shadow: -15px 4px 20px rgba(20, 20, 20, 0.35);
  display: flex;
  height: 390px;
  justify-content: center;
  position: relative;
  width: 100%;
}

.DetailOverview_imagePlaceholder__gTLYQ > img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

.DetailOverview_overviewBlock__Yb5hL {
  color: #000;
  font: normal 400 12px/1em sans-serif;
  padding: 10px;
}

.DetailOverview_overviewBlock__Yb5hL > h2 {
  line-height: 1.5em;
}

.DetailOverview_files__7BUpf {
  position: relative;
}

.DetailOverview_dropZone__wbNzE {
  align-items: center;
  background: hsla(0, 0%, 91%, 0.3);
  border: 2px dashed #dcdcdc;
  border-radius: 4px;
  display: flex;
  height: 50px;
  justify-content: center;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.DetailOverview_archivedNotification__AGVA- {
  color: #d22d2d;
}

.DetailOverview_dropThumbnailZone__U3-dB {
  align-items: center;
  background: hsla(0, 0%, 91%, 0.61);
  border: 2px dashed #dcdcdc;
  border-radius: 4px;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.DetailOverview_descriptionInput__jGrzl {
  margin: 10px 0;
  width: 100%;
}

.DetailOverview_documentList__xpkPV {
  margin-top: 10px;
}

.DetailOverview_document__khXgf {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.DetailOverview_document__khXgf:first-of-type {
  margin-top: 0;
}

.DetailOverview_documentAction__e1PNP {
  display: inline-block;
  margin-left: 10px;
}

.DetailOverview_downloadDocument__JLMTd {
  color: #0071bc;
  cursor: pointer;
  font: normal 400 12px/1em sans-serif;
  text-decoration: none;
}

.DetailOverview_downloadDocument__JLMTd:hover {
  color: #004fec;
  text-decoration: underline;
}

.DetailOverview_removeDocument__N4zAh {
  color: #d22d2d;
  cursor: pointer;
  font: normal 400 12px/1em sans-serif;
}

.DetailOverview_removeDocument__N4zAh:hover {
  color: #b30000;
  text-decoration: underline;
}

.DetailOverview_documentName__AqItG {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.DetailOverview_newDocuments__G\+cu2 {
  border-bottom: 1px solid #0071bc;
  margin-top: 10px;
  padding: 0 0 10px;
}

.DetailOverview_newDocumentsHeader__3OccQ {
  display: flex;
  justify-content: center;
  position: relative;
  text-align: center;
}

.DetailOverview_newDocumentsHeader__3OccQ > span {
  background: #fff;
  color: #0071bc;
  display: inline-block;
  font: normal 400 12px/1em sans-serif;
  padding: 0 5px;
}

.DetailOverview_newDocumentsHeader__3OccQ:before {
  background: #0071bc;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  width: 100%;
  z-index: -1;
}

.ModalPartsAdd_formHeader__rAUks {
  font: normal 600 16px/1em sans-serif;
}

.ModalPartsAdd_formBody__fHkxW {
  grid-gap: 10px;
  display: grid;
  font: normal 600 14px/1.5em sans-serif;
  gap: 10px;
  grid-template-columns: minmax(300px, 40vw) minmax(300px, 40vw);
  margin-top: 20px;
}

.ModalPartsAdd_formBody__fHkxW > div {
  align-self: center;
}

.ModalPartsAdd_formActions__6yi0Y {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}

.ModalPartsAdd_formFooter__C1Mu4 {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

.ModalPartsAdd_tooltip__jlhvm {
  font: normal 400 10px/1em sans-serif;
}

.ModalPartsAdd_preview__QO\+fk {
  font: normal 400 12px/1em sans-serif;
  height: 100%;
  max-height: 80vh;
  overflow: auto;
  padding-right: 5px;
}

.ModalPartsAdd_manager__oi7vV {
  border-right: 1px solid #dcdcdc;
  height: 80vh;
  margin-right: 20px;
  padding-right: 20px;
}

.ModalPartsAdd_selectorContainer__mEwuW {
  height: 80vh;
  margin-top: 10px;
  min-width: 600px;
  width: 80vw;
}

.ModalPartsAdd_dropZone__z989L {
  background: hsla(0, 0%, 91%, 0.3);
  border: 2px dashed #dcdcdc;
  border-radius: 4px;
  flex-direction: column;
  font: normal 400 14px/1em sans-serif;
  gap: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.ModalPartsAdd_dropZone__z989L,
.Modal_modalArea__1QAOF {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
}

.Modal_modalArea__1QAOF {
  pointer-events: none;
}

.Modal_modalOverlay__BTMlW {
  background-color: rgba(73, 72, 73, 0.9);
  inset: 0;
  position: fixed;
}

.Modal_modalWindow__-4RNL {
  background: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 10px;
  box-shadow: 0 0 20px 0 #2d2d2d;
  padding: 20px;
  pointer-events: all;
}

.PartsManager_shift__WL56F {
  margin-left: 30px;
}

.PartsManager_placeholderLvl1__yDbRb {
  background: #e8e8e8;
  border: 1px solid #000;
  padding: 30px;
}

.PartsManager_placeholderLvl2__QP4zb {
  background: #c9c9c9;
  border: 1px solid #000;
  margin-left: 50px;
  padding: 30px;
}

.PartsManager_container__w2HIM {
  margin-top: 5px;
  min-height: 42px;
  position: relative;
}

.PartsManager_dropBox__QHpI8 {
  margin-left: 30px;
  padding-top: 42px;
}

.PartsManager_containerBackground__rNyOx {
  bottom: 0;
  height: 42px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

.PartsManager_test__9RJBD {
  margin-top: 5px;
}

.PartTempItem_container__yUpJu {
  background: hsla(0, 0%, 100%, 0.51);
  border: 1px solid #dcdcdc;
  display: flex;
  gap: 5px;
  justify-content: space-between;
  margin-bottom: 3px;
  padding: 5px;
}

.PartTempItem_selectedGroup__JJ9Vo {
  border-color: #0071bc;
}

.PartTempItem_partContent__C-wV9 {
  grid-gap: 5px;
  display: grid;
  flex: 1 1;
  gap: 5px;
  grid-template-columns: 30px 1fr;
}

.PartTempItem_partImage__PmfoK {
  height: 30px;
  width: 30px;
}

.PartTempItem_partImage__PmfoK > img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

.PartTempItem_partInfo__ydNn- {
  overflow: hidden;
}

.PartTempItem_partName__azQeV {
  color: #000;
  font: normal 400 12px/1em sans-serif;
}

.PartTempItem_partDescription__9l5wK {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.PartTempItem_partDescription__9l5wK,
.PartTempItem_partModifiedDate__6uj4u {
  color: #dcdcdc;
  font: normal 400 12px/1em sans-serif;
}

.PartTempItem_subPartList__r2Guv {
  margin-left: 20px;
}

.PartTempItem_partSubInfo__fjqtq {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 3px;
}

.PartTempItem_fileCounter__G8YEC {
  align-items: center;
  background: #0071bc;
  border-radius: 7px;
  color: #fff;
  display: flex;
  flex-grow: 0;
  font: normal 600 10px/1em sans-serif;
  justify-content: center;
  padding: 2px 5px;
  white-space: nowrap;
}

.PartTempItem_actionPanel__Jr0C2 {
  align-items: center;
  border-left: 1px solid #dcdcdc;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 5px;
}

.PartTempItem_removeGroupButton__QBrF6 {
  align-items: center;
  background: #fff;
  border: 1px solid #d22d2d;
  border-radius: 4px;
  color: #d22d2d;
  cursor: pointer;
  display: flex;
  font: normal 600 10px/1em sans-serif;
  height: 10px;
  justify-content: center;
  overflow: hidden;
  padding: 2px;
  transition: 0.1s;
  width: 10px;
}

.PartTempItem_removeGroupButton__QBrF6 > svg {
  fill: #d22d2d;
  transition: 0.1s;
}

.PartTempItem_removeGroupButton__QBrF6:hover {
  background: #d22d2d;
  border-color: #b30000;
  color: #fff;
}

.PartTempItem_removeGroupButton__QBrF6:hover > svg {
  fill: #fff;
}

.PartTempPreview_imgPlaceholder__fkDiL {
  align-items: center;
  display: flex;
  height: 200px;
  justify-content: center;
  position: relative;
}

.PartTempPreview_imgPlaceholder__fkDiL > img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

.PartTempPreview_dropThumbnailZone__F2rcD {
  background: hsla(0, 0%, 91%, 0.61);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.PartTempPreview_dropThumbnailZone__F2rcD,
.PartTempPreview_dropZone__EC7A6 {
  align-items: center;
  border: 2px dashed #dcdcdc;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.PartTempPreview_dropZone__EC7A6 {
  background: hsla(0, 0%, 91%, 0.3);
  height: 50px;
  margin-top: 5px;
}

.PartTempPreview_previewInfo__ZJ9Nv {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}

.PartTempPreview_previewHeading__jgaZW {
  color: #000;
  display: inline-block;
  font: normal 600 14px/1em sans-serif;
}

.PartTempPreview_previewText__rlKCl {
  color: #000;
  font: normal 400 14px/1em sans-serif;
}

.PartTempPreview_previewInput__b3tUB,
.PartTempPreview_previewText__rlKCl {
  display: inline-block;
  margin-left: 10px;
}

.PartTempPreview_file__IC-kV {
  display: flex;
  gap: 10px;
  margin: 5px 0;
}

.PartTempPreview_removeFile__0fMBS {
  color: #d22d2d;
  cursor: pointer;
}

.PartTempPreview_removeFile__0fMBS:hover {
  color: #b30000;
  text-decoration: underline;
}

.ModalProjectCreator_formHeader__dbHny {
  font: normal 600 16px/1em sans-serif;
}

.ModalProjectCreator_formBody__tDNRM {
  grid-gap: 10px;
  display: grid;
  font: normal 600 14px/1.5em sans-serif;
  gap: 10px;
  grid-template-columns: auto 1fr;
  margin-top: 20px;
}

.ModalProjectCreator_formBody__tDNRM > div {
  align-self: center;
}

.ModalProjectCreator_inputProjectCode__jy6W2 {
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  margin-right: 10px;
  padding: 5px;
  width: 70px;
}

.ModalProjectCreator_inputProjectDescription__ykZGw {
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  padding: 5px;
  width: 350px;
}

.ModalProjectCreator_formActions__R1E5f {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  margin-top: 10px;
}

.ModalProjectCreator_buttonLink__O0rAM {
  color: #408bd4;
  cursor: pointer;
  display: inline-block;
  font: normal 400 12px/1em sans-serif;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.ModalProjectCreator_buttonLink__O0rAM:hover {
  text-decoration: underline;
}

.ModalProjectCreator_buttonLink__O0rAM + .ModalProjectCreator_buttonLink__O0rAM {
  margin-left: 10px;
}

.ModalProjectRemove_formHeader__ZV0Na {
  font: normal 600 16px/1em sans-serif;
}

.ModalProjectRemove_formBody__8g16a {
  grid-gap: 10px;
  display: grid;
  font: normal 600 14px/1.5em sans-serif;
  gap: 10px;
  grid-template-columns: auto 300px;
  margin-top: 20px;
}

.ModalProjectRemove_formBody__8g16a > div {
  align-self: flex-start;
}

.ModalProjectRemove_formActions__SUIen {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  margin-top: 10px;
}

.ModalProjectRemove_buttonLink__nqS9W {
  color: #408bd4;
  cursor: pointer;
  display: inline-block;
  font: normal 400 12px/1em sans-serif;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.ModalProjectRemove_buttonLink__nqS9W:hover {
  text-decoration: underline;
}

.ModalProjectRemove_buttonLink__nqS9W + .ModalProjectRemove_buttonLink__nqS9W {
  margin-left: 10px;
}

:root {
  --toastify-color-light: #fff;
  --toastify-color-dark: #121212;
  --toastify-color-info: #3498db;
  --toastify-color-success: #07bc0c;
  --toastify-color-warning: #f1c40f;
  --toastify-color-error: #e74c3c;
  --toastify-color-transparent: hsla(0, 0%, 100%, 0.7);
  --toastify-icon-color-info: var(--toastify-color-info);
  --toastify-icon-color-success: var(--toastify-color-success);
  --toastify-icon-color-warning: var(--toastify-color-warning);
  --toastify-icon-color-error: var(--toastify-color-error);
  --toastify-toast-width: 320px;
  --toastify-toast-background: #fff;
  --toastify-toast-min-height: 64px;
  --toastify-toast-max-height: 800px;
  --toastify-font-family: sans-serif;
  --toastify-z-index: 9999;
  --toastify-text-color-light: #757575;
  --toastify-text-color-dark: #fff;
  --toastify-text-color-info: #fff;
  --toastify-text-color-success: #fff;
  --toastify-text-color-warning: #fff;
  --toastify-text-color-error: #fff;
  --toastify-spinner-color: #616161;
  --toastify-spinner-color-empty-area: #e0e0e0;
  --toastify-color-progress-light: linear-gradient(90deg, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);
  --toastify-color-progress-dark: #bb86fc;
  --toastify-color-progress-info: var(--toastify-color-info);
  --toastify-color-progress-success: var(--toastify-color-success);
  --toastify-color-progress-warning: var(--toastify-color-warning);
  --toastify-color-progress-error: var(--toastify-color-error);
}

.Toastify__toast-container {
  box-sizing: border-box;
  color: #fff;
  padding: 4px;
  position: fixed;
  -webkit-transform: translateZ(9999);
  -webkit-transform: translateZ(var(--toastify-z-index));
  width: 320px;
  width: var(--toastify-toast-width);
  z-index: 9999;
  z-index: var(--toastify-z-index);
}

.Toastify__toast-container--top-left {
  left: 1em;
  top: 1em;
}

.Toastify__toast-container--top-center {
  left: 50%;
  top: 1em;
  transform: translateX(-50%);
}

.Toastify__toast-container--top-right {
  right: 1em;
  top: 1em;
}

.Toastify__toast-container--bottom-left {
  bottom: 1em;
  left: 1em;
}

.Toastify__toast-container--bottom-center {
  bottom: 1em;
  left: 50%;
  transform: translateX(-50%);
}

.Toastify__toast-container--bottom-right {
  bottom: 1em;
  right: 1em;
}

@media only screen and (max-width: 480px) {
  .Toastify__toast-container {
    left: 0;
    margin: 0;
    padding: 0;
    width: 100vw;
  }
  .Toastify__toast-container--top-center,
  .Toastify__toast-container--top-left,
  .Toastify__toast-container--top-right {
    top: 0;
    transform: translateX(0);
  }
  .Toastify__toast-container--bottom-center,
  .Toastify__toast-container--bottom-left,
  .Toastify__toast-container--bottom-right {
    bottom: 0;
    transform: translateX(0);
  }
  .Toastify__toast-container--rtl {
    left: auto;
    right: 0;
  }
}
.Toastify__toast {
  border-radius: 4px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
  cursor: default;
  direction: ltr;
  display: flex;
  font-family: sans-serif;
  font-family: var(--toastify-font-family);
  justify-content: space-between;
  margin-bottom: 1rem;
  max-height: 800px;
  max-height: var(--toastify-toast-max-height);
  min-height: 64px;
  min-height: var(--toastify-toast-min-height);
  overflow: hidden;
  padding: 8px;
  position: relative;
  z-index: 0;
}

.Toastify__toast--rtl {
  direction: rtl;
}

.Toastify__toast--close-on-click {
  cursor: pointer;
}

.Toastify__toast-body {
  align-items: center;
  display: flex;
  flex: 1 1 auto;
  margin: auto 0;
  padding: 6px;
}

.Toastify__toast-body > div:last-child {
  flex: 1 1;
  word-break: break-word;
}

.Toastify__toast-icon {
  -webkit-margin-end: 10px;
  display: flex;
  flex-shrink: 0;
  margin-inline-end: 10px;
  width: 20px;
}

.Toastify--animate {
  animation-duration: 0.7s;
  animation-fill-mode: both;
}

.Toastify--animate-icon {
  animation-duration: 0.3s;
  animation-fill-mode: both;
}

@media only screen and (max-width: 480px) {
  .Toastify__toast {
    border-radius: 0;
    margin-bottom: 0;
  }
}
.Toastify__toast-theme--dark {
  background: #121212;
  background: var(--toastify-color-dark);
  color: #fff;
  color: var(--toastify-text-color-dark);
}

.Toastify__toast-theme--colored.Toastify__toast--default,
.Toastify__toast-theme--light {
  background: #fff;
  background: var(--toastify-color-light);
  color: #757575;
  color: var(--toastify-text-color-light);
}

.Toastify__toast-theme--colored.Toastify__toast--info {
  background: #3498db;
  background: var(--toastify-color-info);
  color: #fff;
  color: var(--toastify-text-color-info);
}

.Toastify__toast-theme--colored.Toastify__toast--success {
  background: #07bc0c;
  background: var(--toastify-color-success);
  color: #fff;
  color: var(--toastify-text-color-success);
}

.Toastify__toast-theme--colored.Toastify__toast--warning {
  background: #f1c40f;
  background: var(--toastify-color-warning);
  color: #fff;
  color: var(--toastify-text-color-warning);
}

.Toastify__toast-theme--colored.Toastify__toast--error {
  background: #e74c3c;
  background: var(--toastify-color-error);
  color: #fff;
  color: var(--toastify-text-color-error);
}

.Toastify__progress-bar-theme--light {
  background: linear-gradient(90deg, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);
  background: var(--toastify-color-progress-light);
}

.Toastify__progress-bar-theme--dark {
  background: #bb86fc;
  background: var(--toastify-color-progress-dark);
}

.Toastify__progress-bar--info {
  background: #3498db;
  background: var(--toastify-color-progress-info);
}

.Toastify__progress-bar--success {
  background: #07bc0c;
  background: var(--toastify-color-progress-success);
}

.Toastify__progress-bar--warning {
  background: #f1c40f;
  background: var(--toastify-color-progress-warning);
}

.Toastify__progress-bar--error {
  background: #e74c3c;
  background: var(--toastify-color-progress-error);
}

.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning {
  background: hsla(0, 0%, 100%, 0.7);
  background: var(--toastify-color-transparent);
}

.Toastify__close-button {
  align-self: flex-start;
  background: transparent;
  border: none;
  color: #fff;
  cursor: pointer;
  opacity: 0.7;
  outline: none;
  padding: 0;
  transition: 0.3s ease;
}

.Toastify__close-button--light {
  color: #000;
  opacity: 0.3;
}

.Toastify__close-button > svg {
  fill: currentColor;
  height: 16px;
  width: 14px;
}

.Toastify__close-button:focus,
.Toastify__close-button:hover {
  opacity: 1;
}
@keyframes Toastify__trackProgress {
  0% {
    transform: scaleX(1);
  }
  to {
    transform: scaleX(0);
  }
}
.Toastify__progress-bar {
  bottom: 0;
  height: 5px;
  left: 0;
  opacity: 0.7;
  position: absolute;
  transform-origin: left;
  width: 100%;
  z-index: 9999;
  z-index: var(--toastify-z-index);
}

.Toastify__progress-bar--animated {
  animation: Toastify__trackProgress linear 1 forwards;
}

.Toastify__progress-bar--controlled {
  transition: transform 0.2s;
}

.Toastify__progress-bar--rtl {
  left: auto;
  right: 0;
  transform-origin: right;
}

.Toastify__spinner {
  animation: Toastify__spin 0.65s linear infinite;
  border: 2px solid #e0e0e0;
  border-color: var(--toastify-spinner-color-empty-area);
  border-radius: 100%;
  border-right-color: #616161;
  border-right-color: var(--toastify-spinner-color);
  box-sizing: border-box;
  height: 20px;
  width: 20px;
}
@keyframes Toastify__bounceInRight {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes Toastify__bounceInLeft {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes Toastify__bounceInUp {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes Toastify__bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes Toastify__bounceInDown {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.Toastify__bounce-enter--bottom-left,
.Toastify__bounce-enter--top-left {
  animation-name: Toastify__bounceInLeft;
}

.Toastify__bounce-enter--bottom-right,
.Toastify__bounce-enter--top-right {
  animation-name: Toastify__bounceInRight;
}

.Toastify__bounce-enter--top-center {
  animation-name: Toastify__bounceInDown;
}

.Toastify__bounce-enter--bottom-center {
  animation-name: Toastify__bounceInUp;
}

.Toastify__bounce-exit--bottom-left,
.Toastify__bounce-exit--top-left {
  animation-name: Toastify__bounceOutLeft;
}

.Toastify__bounce-exit--bottom-right,
.Toastify__bounce-exit--top-right {
  animation-name: Toastify__bounceOutRight;
}

.Toastify__bounce-exit--top-center {
  animation-name: Toastify__bounceOutUp;
}

.Toastify__bounce-exit--bottom-center {
  animation-name: Toastify__bounceOutDown;
}
@keyframes Toastify__zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes Toastify__zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.Toastify__zoom-enter {
  animation-name: Toastify__zoomIn;
}

.Toastify__zoom-exit {
  animation-name: Toastify__zoomOut;
}
@keyframes Toastify__flipIn {
  0% {
    animation-timing-function: ease-in;
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }
  40% {
    animation-timing-function: ease-in;
    transform: perspective(400px) rotateX(-20deg);
  }
  60% {
    opacity: 1;
    transform: perspective(400px) rotateX(10deg);
  }
  80% {
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@keyframes Toastify__flipOut {
  0% {
    transform: perspective(400px);
  }
  30% {
    opacity: 1;
    transform: perspective(400px) rotateX(-20deg);
  }
  to {
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }
}
.Toastify__flip-enter {
  animation-name: Toastify__flipIn;
}

.Toastify__flip-exit {
  animation-name: Toastify__flipOut;
}
@keyframes Toastify__slideInRight {
  0% {
    transform: translate3d(110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes Toastify__slideInLeft {
  0% {
    transform: translate3d(-110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes Toastify__slideInUp {
  0% {
    transform: translate3d(0, 110%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes Toastify__slideInDown {
  0% {
    transform: translate3d(0, -110%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes Toastify__slideOutRight {
  0% {
    transform: translateZ(0);
  }
  to {
    transform: translate3d(110%, 0, 0);
    visibility: hidden;
  }
}
@keyframes Toastify__slideOutLeft {
  0% {
    transform: translateZ(0);
  }
  to {
    transform: translate3d(-110%, 0, 0);
    visibility: hidden;
  }
}
@keyframes Toastify__slideOutDown {
  0% {
    transform: translateZ(0);
  }
  to {
    transform: translate3d(0, 500px, 0);
    visibility: hidden;
  }
}
@keyframes Toastify__slideOutUp {
  0% {
    transform: translateZ(0);
  }
  to {
    transform: translate3d(0, -500px, 0);
    visibility: hidden;
  }
}
.Toastify__slide-enter--bottom-left,
.Toastify__slide-enter--top-left {
  animation-name: Toastify__slideInLeft;
}

.Toastify__slide-enter--bottom-right,
.Toastify__slide-enter--top-right {
  animation-name: Toastify__slideInRight;
}

.Toastify__slide-enter--top-center {
  animation-name: Toastify__slideInDown;
}

.Toastify__slide-enter--bottom-center {
  animation-name: Toastify__slideInUp;
}

.Toastify__slide-exit--bottom-left,
.Toastify__slide-exit--top-left {
  animation-name: Toastify__slideOutLeft;
}

.Toastify__slide-exit--bottom-right,
.Toastify__slide-exit--top-right {
  animation-name: Toastify__slideOutRight;
}

.Toastify__slide-exit--top-center {
  animation-name: Toastify__slideOutUp;
}

.Toastify__slide-exit--bottom-center {
  animation-name: Toastify__slideOutDown;
}
@keyframes Toastify__spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.ModalProjectRemoveConfirmation_formHeader__pNbe4 {
  font: normal 600 16px/1em sans-serif;
}

.ModalProjectRemoveConfirmation_formBody__3e1W7 {
  grid-gap: 10px;
  display: grid;
  font: normal 600 14px/1.5em sans-serif;
  gap: 10px;
  grid-template-columns: auto 300px;
  margin-top: 20px;
}

.ModalProjectRemoveConfirmation_formBody__3e1W7 > div {
  align-self: flex-start;
}

.ModalProjectRemoveConfirmation_formActions__onkza {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: flex-end;
  margin-top: 10px;
}

.ModalProjectRemoveConfirmation_buttonLink__r36YV {
  color: #408bd4;
  cursor: pointer;
  display: inline-block;
  font: normal 400 12px/1em sans-serif;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.ModalProjectRemoveConfirmation_buttonLink__r36YV:hover {
  text-decoration: underline;
}

.ModalProjectRemoveConfirmation_buttonLink__r36YV + .ModalProjectRemoveConfirmation_buttonLink__r36YV {
  margin-left: 10px;
}

/*# sourceMappingURL=react.parts.css.map */