/* :root {
  font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
  line-height: 1.5;
  font-weight: 400;

  color-scheme: light dark;
  color: rgba(255, 255, 255, 0.87);
  background-color: #242424;

  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  font-weight: 500;
  color: #646cff;
  text-decoration: inherit;
}
a:hover {
  color: #535bf2;
}

body {
  margin: 0;
  display: flex;
  min-width: 320px;
  min-height: 100vh;
}

h1 {
  font-size: 3.2em;
  line-height: 1.1;
}

button {
  border-radius: 8px;
  border: 1px solid transparent;
  padding: 0.6em 1.2em;
  font-size: 1em;
  font-weight: 500;
  font-family: inherit;
  background-color: #1a1a1a;
  cursor: pointer;
  transition: border-color 0.25s;
}
button:hover {
  border-color: #646cff;
}
button:focus,
button:focus-visible {
  outline: 4px auto -webkit-focus-ring-color;
}

@media (prefers-color-scheme: light) {
  :root {
    color: #213547;
    background-color: #ffffff;
  }
  a:hover {
    color: #747bff;
  }
  button {
    background-color: #f9f9f9;
  }
} */

body {
  /* background-color: #f4f4f4; */
  background-color: #f8f8f9 !important;
  margin: 0;
  /* display: block;
  min-width: 320px;
  min-height: 100vh; */
}

@font-face {
  font-family: "Toyota Type";
  src: url("/assets/ToyotaType-Regular-B6xVwNzH.woff2") format("woff2"),
    url("/assets/ToyotaType-Regular-8Fu3obz4.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.dataTable {
  height: 585px !important;
}

.dataTable th,
.empty-datatable th {
  font-size: "14px";
  font-weight: 400;
  color: #58595b;
  line-height: normal;
}

.dataTable td,
.empty-datatable td {
  font-size: "14px";
  font-weight: 400;
  color: #000000;
  line-height: normal;
}

.tableHeader {
  color: #000000;
}

/* .dataTable tbody {
  min-height: 480px;
} */

.empty-datatable tbody {
  height: 480px;
}
.title-logo {
  width: 121px !important;
  height: 32px !important;
}

h3 > div > .title-logo {
  /* width: 310px !important;
  height: 65px !important;
  padding-top: 12px;
  padding-bottom: 12px; */
  width: 265px !important;
  height: 32px !important;
  gap: 8px;
}

header > div > div > svg {
  display: none;
}

.pipe {
  padding-right: 5px;
  padding-top: 5px;
}

.logout {
  color: #2469ff !important;
}

.logoutIcon {
  color: #2469ff !important;
  margin-left: 8px !important;
}

.headerUserType {
  font-size: 12px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 16px;
  color: #000000;
}

.headerNavBarValue {
  font-size: 14px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 16px;
}

.headerNavBarName {
  font-size: 14px !important;
  font-style: normal;
  font-weight: 600 !important;
  line-height: 16px;
}

.toyota-logo {
  width: 121px !important;
  height: 32px !important;
}
.menuIcon {
  padding-top: "4px";
  color: #1976d2;
}

.menuLabel {
  padding-top: "8px";
  padding-right: "16px";
  padding-bottom: "8px";
  padding-left: "16px";
}

.layoutContainer {
  /* padding: 30px; */
  background-color: #f8f8f9;
  overflow-y: auto;
}
.titleCustom {
  font-size: 2rem !important;
}

.logo {
  height: 6em;
  padding: 1.5em;
  will-change: filter;
  transition: filter 300ms;
}
.logo:hover {
  filter: drop-shadow(0 0 2em #646cffaa);
}
.logo.react:hover {
  filter: drop-shadow(0 0 2em #61dafbaa);
}

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

@media (prefers-reduced-motion: no-preference) {
  a:nth-of-type(2) .logo {
    animation: logo-spin infinite 20s linear;
  }
}

.card {
  padding: 2em;
}

.read-the-docs {
  color: #888;
}

.filterContent {
  z-index: 10;
  position: absolute;
  background-color: #ffffff;
  max-height: 450px;
  overflow-y: auto;
  margin-left: 19px;
  margin-top: 5px;
  width: 275px !important;
}

.css-1hfalwp-MuiPaper-root {
  height: fit-content !important;
}

span { 
  min-height: fit-content !important;
}

.filterIcon {
  border: 1px solid black !important;
  white-space: nowrap;
  margin-right: 10px !important;
}


.MuiAccordionDetails-root > label {
  width: 100%;
}

.MuiStack-root > button {
  margin-right: "5px";
}.titleCustom {
  font-size: 2rem !important;
}

.logo {
  height: 6em;
  padding: 1.5em;
  will-change: filter;
  transition: filter 300ms;
}
.logo:hover {
  filter: drop-shadow(0 0 2em #646cffaa);
}
.logo.react:hover {
  filter: drop-shadow(0 0 2em #61dafbaa);
}

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

@media (prefers-reduced-motion: no-preference) {
  a:nth-of-type(2) .logo {
    animation: logo-spin infinite 20s linear;
  }
}

.card {
  padding: 2em;
}

.read-the-docs {
  color: #888;
}

.filterContent {
  z-index: 10;
  position: absolute;
  background-color: #ffffff;
  max-height: 450px;
  overflow-y: auto;
  margin-left: 19px;
  margin-top: 5px;
  width: 275px !important;
}

.css-1hfalwp-MuiPaper-root {
  height: fit-content !important;
}

span { 
  min-height: fit-content !important;
}

.filterIcon {
  border: 1px solid black !important;
  white-space: nowrap;
  margin-right: 10px !important;
}


.MuiAccordionDetails-root > label {
  width: 100%;
}

.MuiStack-root > button {
  margin-right: "5px";
}
.contentHeader {
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 24px;
}

.filterCheckbox {
    padding-bottom: 8px;
    padding-top: 8px;
}

.filterChip {
    margin: 3px;
}.content {
  padding-top: 24px;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 10px;
}

.filterCheckbox {
  padding-bottom: 8px;
  padding-top: 8px;
}

.filterChip {
  margin: 3px;
}

/* Clicked state */
.filterButton.clicked {
  background-color: #58595b;
  color: #ffffff;
}

.filterButton {
  font-size: 14px;
  font-weight: 400;
}

.filterButton:hover .filtersIcon {
  color: #ffffff;
}

.filterButton.clicked .filtersIcon {
  color: #fff;
}

.tableHeader {
  color: #000000;
}

.filterPanelAccordTitle {
  font-size: 14px !important;
  line-height: 16px !important;
  color: #000000 !important;
  font-weight: 400 !important;
  letter-spacing: 0;
}
.dropdown-wrapper {
    position: relative;
  }
  
  .dropdown-options {
    position: absolute;
    top: -100%; /* Adjust this value to position it above the row */
    left: 0;
    z-index: 1000; /* Ensures dropdown is above the table */
    background-color: white;
    border: 1px solid #ccc;
    width: 100%;
  }

  .content {
    padding-top: 24px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 10px;
}

.supplierdatatable {
  width: 100%;
  overflow-y: auto; 
  min-height: calc(100vh - 20.79rem) !important;
  max-height: calc(100vh - 20.79rem) !important;
}
.supplierdatatableRow{
    min-height: calc(100vh - 22.79rem) !important;
  max-height: calc(100vh - 22.79rem) !important;

}
.supplierdatatable th
 {
  font-size: 14px;
  font-weight: 400;
  color: #58595b;
  line-height: 16px;
  

}
 .supplierdataTable td {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  line-height: 16px;

}
.supplierlinkdataTable th
 {
  font-size: 14px;
  font-weight: 400;
  color: #58595b;
  line-height: 16px;

}
.supplierlinkdataTable th[aria-hidden="true"],
.supplierlinkdataTable td[aria-hidden="true"] {
  display: none !important;
}

 .supplierlinkdataTable td {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  line-height: 16px;

}

/* BulkEdit */
.bulkeditdatatable {
  width: 100%;
  overflow-y: auto; 
  min-height: calc(100vh - 32rem) !important;
  max-height: calc(100vh - 25rem) !important;
}

.bulkeditdatatable th
 {
  font-size: 14px;
  font-weight: 400;
  color: #58595b;
  line-height: 16px;
  

}
 .bulkeditdatatable td {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  line-height: 16px;

}

.bulkeditdatatable td div[data-column='capacity_alert_auto'],
.bulkeditdatatable td div[data-column='part_line_auto'],
.bulkeditdatatable td div[data-column='psd_pod'] {
  background-color: transparent !important; /* remove inner bg */
}

.bulkeditdatatable td:has(div[data-column='capacity_alert_auto']),
.bulkeditdatatable td:has(div[data-column='part_line_auto']),
.bulkeditdatatable td:has(div[data-column='psd_pod']) {
  background-color: #FBECB8 !important;
}



.headerLabel {
  font-size: 12px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 16px;
  color: #58595b;
}

.headerValue {
  font-size: 14px !important;
  font-style: normal;
  font-weight: 600 !important;
  line-height: 16px;
}

.css-i4bv87-MuiSvgIcon-root {
  color: #000000;
}

.content {
  padding-top: 24px;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 10px;
}

.supplierlinedataTable th {
  font-size: 14px;
  font-weight: 400;
  color: #58595b;
  /* line-height: 16px; */
}
.supplierlinedataTable td {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  /* line-height: 16px; */
}

#PanelBody {
  height: inherit;
}

.supplier-line-setup-container {
  width: calc(100% - 584px) !important;
}
.headerLabel {
  font-size: 12px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 16px;
  color: #58595b;
}

.headerValue {
  font-size: 14px !important;
  font-style: normal;
  font-weight: 600 !important;
  line-height: 16px;
}

.additionalFilterText {
  margin-bottom: 10px !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  color: #58595b;
}

.pastEffectiveToggleName {
  color: #000000 !important;
}

.css-i4bv87-MuiSvgIcon-root {
  color: #000000;
}

.content {
  padding-top: 24px;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 10px;
}

.capacity-dataTable tbody tr:nth-last-child(3) td {
  /* box-shadow: 3px -2.5px 5.1px 0px #4f4f4f38; */
  box-shadow: 0 -2.5px 1px -0.5px #4f4f4f38;
}

.capacity-dataTable thead tr th:nth-child(4),
.capacity-dataTable tbody tr td:nth-child(4) {
  border-right: 1px solid #dbdcde;
  /* box-shadow: 3px -2.5px 5.1px 0px #4f4f4f38 !important; */
}
.content {
    padding-top: 24px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 10px;
}

.kpiValue{
    font-size: 32px !important;
    color: #C40818;
}

.kpiValueNewParts{
    font-size: 32px !important;
}

.kpiHeader {
    font-size: 12px !important;
    font-weight: 600 !important;
}

.kpiBorder { 
    border: 0.0625rem solid #000 !important;
    cursor: pointer;
}.content {
    padding-top: 0px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 10px;
}

.filterCheckbox {
    padding-bottom: 8px;
    padding-top: 8px;
}

.filterChip {
    margin: 3px;
}

.accordionBorderNone {
    border: none !important;
}

.accordionContent {
    border: 1px solid;
    border-radius: 2px;
    border-color: #DBDCDE;
}

.accordionSectionCard {
   padding: 0px !important;
}

.accordionTitle {
    font-size: 16px !important;
    font-weight: 600 !important;
}

.accordionTableHeader {
    color: #000000;
}

.additionalFilterTextForecast {
    font-size: 12px !important;
    font-weight: 400 !important;
    color: #58595B;
}

.additionalFilterSection {
    padding-left: 15px;
}.content {
    padding-top: 0px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 10px;
}

.filterCheckbox {
    padding-bottom: 8px;
    padding-top: 8px;
}

.filterChip {
    margin: 3px;
}

.accordionBorderNone {
    border: none !important;
    background-color: #fff !important;
}

.searchedChip {
    background-color: #fff !important;
}

.accordionContent {
    border: 1px solid;
    border-radius: 2px;
    border-color: #DBDCDE;
}

.accordionSectionCard {
   padding: 0px !important;
}

.accordionTitle {
    font-size: 16px !important;
    font-weight: 600 !important;
}

.accordionTableHeader {
    color: #000000;
}

.additionalFilterTextForecast {
    font-size: 12px !important;
    font-weight: 400 !important;
    color: #58595B;
}

.additionalFilterSection {
    padding-left: 15px;
}.content {
  padding-top: 0px;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 10px;
}

.forecastMonitorSubHeaderText { 
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 20px !important;
    margin-top: 24px !important;
    margin-bottom: 24px !important;
}

.textFieldStyle {
    margin-top: 24px !important;
}

.foreCastMonitorModal {
    min-height: 84% !important;
}

.addIconCreateMonitor {
    margin-top: 23px !important;
    padding-left: 35px !important;
}

.modalStyle {
    min-height: 500px !important;
}

.datepickerStyle {
    width: auto !important;
}

.reviewHeaderValue {
    font-size: 14px !important;
    font-style: normal;
    font-weight: 400 !important;
}
.forecastMonitorSubHeaderText {
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 20px !important;
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

.nestedTableClass {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0%;
  vertical-align: middle !important;
  color: #58595b !important;
}
