.page-wrapper {
  margin: 1em auto;
  width: 80%;
}

.page-wrapper code {
  background: #f5f5f5;
  padding: 2px 6px;
}

.empty-table-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 85vh;
}

.btn-switch-group {
  background: #f4f4f5;
  border-radius: 8px;
  padding: 4px 2px 4px 2px;
}

.btn-switch {
  padding: 6px 12px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #757487;
}

.btn-switch-active {
  background-color: white;
  color: #000000;
  border-radius: 8px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.empty-header {
  width: 100%;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  color: #000000;
  text-align: center;
}

.header {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
}

.parts-header {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 48px;
  color: #000000;
}

.normal-text {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #757487;
}

.state1 {
  font-size: 16px;
  line-height: 24px;
  color: #6b21a8;
}

.state1::before {
  content: "\F584\00a0";
  font-family: bootstrap-icons;
}

.state2 {
  font-size: 16px;
  line-height: 24px;
  color: #3b82f6;
}

.state2::before {
  content: "\F116\00a0";
  font-family: bootstrap-icons;
}

.state3 {
  font-size: 16px;
  line-height: 24px;
  color: #eab308;
}

.state3::before {
  content: "\F293\00a0";
  font-family: bootstrap-icons;
}

.state4 {
  font-size: 16px;
  line-height: 24px;
  color: #2db600;
}

.state4::before {
  content: "\F633\00a0";
  font-family: bootstrap-icons;
}

.btn-default {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
}

.btn-add-company {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
}

.btn-add-item {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  width: 324px;
  height: 160px;
}

.modal-title {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
}

.modal-list {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

h4 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  color: #000000;
}

input {
  border: 1px solid #dbdbdb;
  border-radius: 8px;
  color: #000000;
  height: 40px;
  width: 100%;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 200;
  font-size: 16px;
  line-height: 24px;
}

select {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 200;
  font-size: 16px;
  line-height: 24px;
}

input:read-only {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  outline: none;
  border: 0px;
}

label {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #585858;
}

.error-message {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #fb4548;
}

.error-message li {
}

.error-message ul li::marker {
  content: "\F333\00a0";
  font-family: bootstrap-icons !important;
}

.loading-state {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loading {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 10px solid #ddd;
  border-top-color: orange;
  animation: loading 1s linear infinite;
}

@keyframes loading {
  to {
    transform: rotate(360deg);
  }
}

.item-photo-box {
  height: 400px;
  width: 95%;
  border: 1px solid #dbdbdb;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
}

.item-photo-box-inner {
  height: 64px;
  width: 64px;
  border: 6px solid #dfdfdf;
}

.item-detail-label {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #585858;
}

.item-detail-value {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #000000;
}

.qrcode-text {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #9d9d9d;
  text-align: center;
}

.item-print-wrapper-header {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #1e40af;
}

.item-print-wrapper {
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  border-radius: 8px;
  width: 80%;
  color: #1e40af;
  margin: 20px 10% 20px 10%;
}

.length-text {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #585858;
}

.length-button {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #000000;
  width: 100%;
  text-align: start;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 8px;
}

button[aria-expanded="true"] .bi-chevron-right {
  display: none;
}
button[aria-expanded="false"] .bi-chevron-down {
  display: none;
}

@media (min-width: 992px) {
  .modal-lg.modal-item-detail {
    max-width: 95%;
  }
}

@media (min-width: 1400px) {
  .modal-lg.modal-item-detail {
    max-width: 1600px;
  }
}
