body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-y: hidden;
}

.base-btn {
  font-size: 0.625rem;
  font-weight: 600;
  display: flex;
  border: none;
  outline: none;
  height: 25px;
  cursor: pointer;
  color: white;
  border-radius: 5px;
  margin-right: 10px;
  justify-content: center;
  align-items: center;
  padding: 5px 10px 5px 10px;
  box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
}

.base-small-icon-btn {
  font-size: 12px;
  font-weight: 800;
  display: flex;
  border: none;
  outline: none;
  cursor: pointer;
  color: white;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  border: 1px solid #edf2fa;
  background: #edf2fa;
  height: 15px;
  width: 15px;
  margin-top: auto;
  margin-bottom: auto;
}
.ant-btn .prevnext-icon-btn {
  display: flex;
  gap: 4px;
  align-items: center;
}
.login-base-btn {
  font-size: 0.625rem;
  font-weight: 600;
  display: flex;
  border: none;
  outline: none;
  height: 25px;
  cursor: pointer;
  color: white;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 5px 10px 5px 10px;
  box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
}
.small-refresh-btn {
  height: 17px;
  padding-top: 5px;
  padding-left: 1px;
}
.base-btn:hover:enabled {
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px,
    rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
  cursor: pointer;
}
.base-btn:disabled {
  opacity: 0.7;
  color: white;
}
.base-link-btn {
  font-size: 0.625rem;
  font-weight: 600;
  display: flex;
  border: none;
  outline: none;
  height: 10px;
  cursor: pointer;
  color: white;
  margin-right: 3px;
  justify-content: center;
  align-items: center;
  padding: 5px 3px 5px 0px;
}

.base-link-btn:hover:enabled {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  cursor: pointer;
}
.base-link-btn:disabled {
  opacity: 0.7;
  color: white;
}

.base-btn-icon {
  font-size: 12px;
  font-weight: 800;
  display: flex;
  border: none;
  outline: none;
  cursor: pointer;
  color: white;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  border: 1px solid #edf2fa;
  background: #edf2fa;
  height: 15px;
  width: 15px;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 4px;
}

.base-btn-icon:hover:enabled {
  opacity: 0.8;
  cursor: pointer;
}
.base-btn-icon:disabled {
  opacity: 0.7;
  color: blue;
}
.link-btn-icon {
  font-size: 15px;
  font-weight: 600;
  display: flex;
  border: none;
  outline: none;
  cursor: pointer;
  color: #0f3460;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  border: 1px solid #48cfcb;
  background: #48cfcb;
  margin-right: 2px;
}

.link-btn-icon:hover:enabled {
  opacity: 0.8;
  cursor: pointer;
}
.link-btn-icon:disabled {
  opacity: 0.7;
  color: blue;
}

.close-btn {
  background: #d1495b;
  border: 1px solid #d1495b;
}

.add-btn {
  background: #735d78;
  border: 1px solid #735d78;
}

.draft-btn {
  background: #bc6c25;
  border: 1px solid #bc6c25;
}

.submit-btn {
  background: #42ae54;
  border: 1px solid #42ae54;
}

.edit-btn {
  background: #a84c7a;
  border: 1px solid #a84c7a;
}

.reopen-btn {
  background: #4a4e69;
  border: 1px solid #4a4e69;
}

.approve-btn {
  background: #136f63;
  border: 1px solid #136f63;
}

.reject-btn {
  background: #e07a5f;
  border: 1px solid #e07a5f;
}

.update-btn {
  background: #508991;
  border: 1px solid #508991;
}

.any-btn {
  background: #0f3460;
  border: 1px solid #0f3460;
}

.refresh-btn {
  background: #ab8665;
  border: 1px solid #ab8665;
}
.link-btn {
  background: #fabc3f;
  border: 1px solid #fabc3f;
}
.next-btn {
  background: #e97029;
  border: 1px solid #e97029;
}
.previous-btn {
  background: #07a8b5;
  border: 1px solid #07a8b5;
}
.copy-btn {
  background: #c8c249;
  border: 1px solid #c8c249;
}
.version-btn {
  background: #814af7;
  border: 1px solid #814af7;
}
.nego-btn {
  background: #222c38;
  border: 1px solid #222c38;
}
.raise-nego-btn {
  background: #3e77be;
  border: 1px solid #3e77be;
}
.csp-btn {
  border: 1px solid #f47a00;
  background: #f6aa5e;
}

.req-history-btn {
  border: 1px solid #48336e;
  background: #48336e;
}

.loading-screen {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-image: linear-gradient(
    to right top,
    #10335f,
    #284777,
    #3e5c8f,
    #5372a9,
    #6989c3,
    #5a9eda,
    #40b4ee,
    #00cafd,
    #00e0ef,
    #00f1c6,
    #8dfb8f,
    #eafb5f
  );
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}

.page_404 {
  padding: 40px 0;
  background: #fff;
}

.page_404-container {
  display: grid;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
}

.page_404-img {
  height: 375px;
  width: 100%;
}

.four_zero_four_bg {
  height: 400px;
  background-position: center;
}

.four_zero_four_bg-h3 {
  font-size: 35px;
}

.link_404 {
  color: #fff !important;
  padding: 10px 20px;
  background: #39ac31;
  margin: 20px 95px;
  display: inline-block;
}

.contant_box_404 {
  margin-top: -50px;
}

.required-text {
  margin: 0px;
  margin-left: 2px;
  padding: 0px;
  color: red;
  font-size: 8px;
  white-space: pre-line;
}

.prod-std-lbl {
  font-weight: bold;
  display: flex;
  align-items: center;
  text-indent: 5px;
  color: #0f3460;
  flex-wrap: nowrap;
  white-space: nowrap;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 0.625rem;
  margin-right: 5px;
}
.default-img-backGround {
  opacity: 0.6;
}
.common-modal-title {
  font-size: 0.7rem;
}
.common-card-container {
  margin: 5px 0px 30px 0px;
  padding-right: 10px;
}

.common-left-side {
  height: 73vh;
  overflow-x: auto;
  overflow-y: auto;
}

.ant-drawer-body .floatableStyle {
  top: 40px;
}
.common-details-sub-container {
  border-radius: 5px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  padding: 5px;
  max-height: 84vh;
  overflow: auto;
  overflow-x: hidden;
}
.task-default-img {
  display: block;
  margin: auto;
  opacity: 0.85;
  /* height: 78vh; */
  width: 60%;
}
.common-name-order {
  margin: 0;
  font-weight: bold;
  color: #4f7da5;
  justify-content: left;
  font-size: 0.7rem;
  padding: 3px;
  border-radius: 3px;
  display: flex;
}
.common-img-del {
  display: flex;
  position: absolute;
  right: -4px;
  top: 18px;
}
.ant-checkbox-wrapper {
  font-weight: bold;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #0f3460;
  font-size: 0.625rem;
  line-height: 1.5714285714285714;
  list-style: none;
  display: inline-flex;
  align-items: baseline;
  cursor: pointer;
  white-space: nowrap;
}
.common-qr {
  white-space: nowrap;
}
/* .ant-card-head {
  min-height: 40px !important;
} */
.common-store-table {
  overflow: auto;
}
.common-copy-btn {
  display: flex;
  justify-content: end;
}
.common-img-tour-btn {
  width: 50% !important;
}
.common-input-container {
  height: 89vh;
}
.common-header-container {
  margin: 25px 0 0px 0;
}
.common-file-uploader {
  border: 2px dashed #ccc;
  padding: 3px;
}
.common-file-container {
  text-align: center;
  padding: 0 5px;
  display: flex;
  gap: 10px;
}

.common-doc-upload-btn {
  text-align: center;
}
.common-pTag {
  margin: 0px;
  font-size: 12px;
  cursor: pointer;
}
.common-file-div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.common-sub-container {
  height: 59vh;
}
.common-image-holder {
  align-items: center;
  display: flex;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  height: 20px;
}
.common-store-orderRequest {
  width: 200px;
}
.common-image-uploader {
  border: 2px dashed #ccc;
  text-align: center;
  height: 50px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
}
.common-image-uploader-no-height {
  border: 2px dashed #ccc;
  text-align: center;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
}
.common-img-div {
  width: 147px;
  display: contents;
}

.common-delete-upload {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.common-spec-images-container {
  display: flex;
  align-items: center;
  overflow-y: auto;
  scroll-behavior: smooth;
  transition: scroll 0.3s ease-in-out;
  max-width: 98%;
  padding: 1% 0 0 0;
}
.common-image-name-container {
  text-align: center;
  width: -webkit-min-content;
  width: min-content;
  margin: 10px;
}
.common-images-scroll-contaniner {
  max-width: 65vw;
  overflow-y: auto;
}
.marker-allocate-btn {
  display: flex;
  margin: 10px;
}

.common-disable-input:disabled {
  background: #a8a8a8;
  color: black;
}
.or-csp-btn {
  display: flex;
  justify-content: center;
}
.prod-std-txt {
  border: 1px solid rgb(201, 200, 200);
  border-radius: 5px;
}
.common-table-filter-container {
  margin: 10px;
}

.common-table-filter {
  margin: 0px 5px;
}
.common-antdesign-input {
  width: 250px;
}
.common-link-btn {
  margin: 5px 0 0 5px;
}
.common-small-refresh-btn {
  margin: 2px 0 0 0;
}
.common-header-add-new {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 5px 0 0 0;
}
.process-type-grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 10px;
  column-gap: 10px;
}
.drag-drop-container {
  display: flex;
  height: 100%;
  justify-content: center;
}

.prod-std-txt:focus {
  outline: 1px solid rgb(201, 200, 200);
}
.prod-std-txt:hover {
  box-shadow: 0 0 3px grey;
}

.prod-std-element-size {
  font-size: 0.625rem;
  height: 24px;
}

.prod-std-checkbox-lbl {
  font-size: 12px;
  width: -webkit-fit-content;
  width: fit-content;
  height: 25px;
  color: #0f3460;
  font-weight: 700;
  display: flex;
  align-items: center;
  text-indent: 5px;
  white-space: nowrap;
}
.segment-container {
  padding: 0 10px;
}
.common-table-address-td {
  border-radius: 2px;
  text-align: center;
  min-width: 20vw;
  background: #f6f6f6;
}
.common-table-container {
  overflow-x: hidden;
  height: 30vh;
  overflow-y: auto;
}

.table-edit-button {
  border: none;
  background: none;
  cursor: pointer;
}

.textInput-qc-edit::-webkit-inner-spin-button,
.textInput-qc-edit::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.button-icon-size {
  font-size: large;
  margin: 0 4% 0 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

input[type="checkbox"] {
  accent-color: #0f3460ab;
}
input[type="radio"] {
  accent-color: #0f3460ab;
}

.card-textbox-input {
  width: 100%;
}

.card-select-div {
  width: 100%;
}

.input-file-name {
  font-size: 7pt;
  color: red;
}
.common-qty-tab-grp {
  display: flex;
  grid-template-columns: auto auto auto;
  column-gap: 10px;
}

@media only screen and (max-width: 1300px) {
  .prod-std-element-size {
    font-size: 0.625rem;
    height: 25px;
    white-space: nowrap;
  }

  .prod-std-checkbox-lbl {
    font-size: 8pt;
    width: -webkit-fit-content;
    width: fit-content;
    height: 25px;
    color: #0f3460;
    font-weight: 700;
    display: flex;
    align-items: center;
    text-indent: 5px;
    white-space: nowrap;
  }
}

.sub-header-container {
  border-radius: 5px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  padding: 5px;
}
.float-div-margin {
  margin: 40px 5px 1px 5px;
}

.common-header-padding {
  padding-left: 15px;
}
.common-header {
  margin: 0;
  width: 100%;
  font-weight: bold;
  font-size: 0.8rem;
  color: #4f7da5;
  height: 32px;
  display: flex;
  justify-content: left;
  align-items: center;
}

.common-header-no-width {
  margin: 0;

  font-weight: bold;
  font-size: 0.8rem;
  color: #4f7da5;
  height: 30px;
  display: flex;
  justify-content: left;
  align-items: center;
}
.common-popup-modal {
  z-index: 99;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}
.common-no-data-label {
  text-align: center;
  display: block;
  font-weight: bold;
  color: #0f3460;
  white-space: nowrap;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 0.9rem;
}

.common-modal-container {
  background-color: #f8fbfb;
  margin: auto;
  padding: 20px 24px;
  border: 1px solid #888;
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
  width: 30%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
}

.modal-container-common {
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
  width: 25%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
}
.common-input-qr-container {
  display: grid;
  grid-template-columns: 10fr 1fr;
  grid-column-gap: 10px;
  column-gap: 10px;
}

.common-header-title {
  margin: 0;
  color: #103460;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
  word-wrap: break-word;
  margin-bottom: 8px;
}

.common-container {
  margin: 0 1% 0 1%;
}
.common-add-button-container {
  margin: 5px 0 5px 0;
  display: flex;
  justify-content: flex-end;
}
.common-img-container {
  height: 40px;
  width: 40px;
}

.common-img-container-sty {
  height: 10vh;
  /* width: 15vw; */
}
.common-default-img {
  display: block;
  height: 80%;
  width: 60%;
  margin: 0 auto;
}
.common-img-upload-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 3px;
  align-items: center;
  grid-column-gap: 5px;
  column-gap: 5px;
}

.common-input-label-container {
  width: 96%;
}
.textbox-input-common {
  width: 100%;
  padding: 5px;
}

.common-text-input {
  width: 100%;
}
.common-select {
  height: 24px;
  width: 100%;
}
.common-status-checkbox {
  display: flex;
  align-items: center;
  margin: 32px 0 0 0;
}
.checkbox-div-common {
  display: flex;
  align-items: center;
  margin: 12px 0 0 4px;
}
.common-checkBox-container {
  display: flex;
  text-align: left;
  align-items: flex-end;
  margin: 10px 0 0 0;
  white-space: nowrap;
}
.common-checkbox-wrapper {
  display: flex;
  column-gap: 10px;
}

.common-table-th {
  margin-top: 0px;
  font-size: 0.7rem;
  margin-bottom: 1px;
  color: white;
  padding: 4px;
  /* background-color: #9e0c40; */
  background-color: #6a1e55;
  /* background-color: #8c4278; */
  border-radius: 2px;
  text-align: left;
}
.common-table-img-td {
  width: 1vh;
  background: #f6f6f6;
  border: 1px solid #f8f2f2;
}
.common-table-td {
  border-radius: 2px;
  text-align: left;
  min-width: 5vw;
  max-width: 10vw;
  /* background: #fffafe; */
  background: #f6f6f6;
  font-size: 0.625rem;
  overflow-wrap: break-word;
  /* font-weight: bold; */
  padding: 2px;
  border: 1px solid #f8f2f2;
  color: black;
  /* font-weight: 600; */
}

.common-table-td-for-spec {
  border-radius: 2px;
  text-align: left;
  min-width: 6vw;
  max-width: 10vw;
  font-size: 0.625rem;
  overflow-wrap: break-word;
  color: black;
}

.common-table-td-modify {
  background: red;
  border-color: red;
}

.common-table-td-error {
  border-radius: 2px;
  text-align: left;
  min-width: 5vw;
  max-width: 10vw;
  /* background: #fffafe; */
  background: #ff7373;
  font-size: 0.625rem;
  overflow-wrap: break-word;
  /* font-weight: bold; */
  padding: 2px;
  border: 1px solid #ff0000;
  color: black;
  /* font-weight: 600; */
}
.common-table-sn-td {
  border-radius: 2px;
  text-align: center;
  min-width: 2vw;
  max-width: 10vw;
  /* background: #fffafe; */
  background: #f6f6f6;
  font-size: 0.625rem;
  overflow-wrap: break-word;
  /* font-weight: bold; */
  padding: 2px;
  border: 1px solid #f8f2f2;
  color: black;
  /* font-weight: 600; */
  text-shadow: 0 0 black;
}

.common-table-sn-td-big {
  border-radius: 2px;
  text-align: center;
  min-width: 2vw;
  max-width: 10vw;
  background: #f6f6f6;
  font-size: 1.3rem;
  overflow-wrap: break-word;
  font-weight: bold;
  padding: 2px;
  border: 1px solid #f8f2f2;
  color: black;
  /* font-weight: 600; */
  text-shadow: 0 0 black;
}

.common-table-th-big {
  margin-top: 0px;
  font-size: 1.2rem;
  font-weight: 900;
  margin-bottom: 1px;
  color: white;
  padding: 5px;

  border-radius: 2px;
  text-align: left;
}

.common-table-td-span {
  text-align: center;
  font-size: 0.625rem;
  font-weight: bold;
}
.common-span-lbl {
  font-size: 0.7rem;
}

.common-table-count-no-border {
  border-radius: 5px;
  text-align: center;
  background: #f6f6f6;
}

.common-table-count {
  border: 1px solid #f8f2f2;
  border-radius: 2px;
  text-align: center;
  /* background: #fffafe; */
  background: #f6f6f6;
  font-weight: bold;
  font-size: 0.625rem;
}

.common-ant-table {
  margin: 10px 0 0 0;
  padding: 0.3rem;
  overflow: hidden;
}
.common-list-view-container {
  display: flex;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  border-radius: 2px;
  padding: 3px;
  white-space: pre;
  margin: 5px;
  align-items: center;
}
.prod-std-txt-span {
  font-weight: bold;
  border-radius: 5px;
}

.common-list-wrapper {
  max-height: 84vh;
  overflow-x: auto;
  padding: 5px;
}
.common-list-view-emb-trim {
  width: 350px;
}
.common-dropdown-input {
  width: 100%;
  height: 24px;
  font-size: 0.625rem;
}
.common-dropdown-input .ant-select-selection-item {
  font-size: 0.625rem;
}

.common-table-search {
  margin: 0 0 10px 0;
}
.table-container-margin {
  margin: 0 0 50px 0;
}
.commom-QR-btn {
  background: #0f3460;
}
.common-date-input {
  padding: 0 5px;
}
.aster-risk-Icon {
  position: relative;
  bottom: 5px;
  color: red;
  font-size: 0.625rem;
  left: 1px;
}
.common-QR-display {
  display: flex;
  justify-content: center;
}
.common-floatableStyle {
  position: fixed;
  top: 60px;
  right: 18px;
  z-index: 1000;
  padding: 2px 5px;
  background: whitesmoke;
}
.common-red-color {
  border: 2px solid #b2ddd0;
  background-color: #b2ddd0;
  /* opacity: 0.5; */
}

.aster-risk-Icon-table {
  position: relative;
  bottom: 5px;
  color: #feff00;
  font-size: 0.625rem;
  left: 1px;
}
.common-flex-container {
  display: flex;
  gap: 15px;
}

.common-qr-display {
  border: 2px dashed #cccccc61;
  border-radius: 5px;
  text-align: center;
  height: 100px;
  margin: 5px;
}
.common-doc-file-upload-container {
  display: grid;
  grid-template-columns: 0.5fr 3fr;
  grid-column-gap: 10px;
  column-gap: 10px;
}
.common-doc-upload-file-lbl {
  display: flex;
}
.common-doc-upload-input {
  border: 2px dashed #ccc;
  text-align: center;
  height: 55px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 15px;
  width: 200px;
}
.common-qr-icon {
  font-size: 20pt;
  color: #919191;

  display: flex;
  align-items: center;
  height: 50%;
  justify-content: center;
}
.fab-concat-lbl {
  white-space: normal;
  width: 350px;
}
.table-border-style-selct-buyer {
  border-spacing: 5px;
  border-radius: 2px;
  width: 100%;
  border: 1px solid #f8f2f2;
}
.common-select-input-container {
  display: flex;
}
.common-qr-lbl {
  padding: 10px;
  font-size: 10pt;
  color: #919191;

  display: flex;
  align-items: center;
  height: 40%;
}

.common-arr-grid-container {
  margin: 10px 0 0 0;
  display: grid;
  grid-column-gap: 10px;
  column-gap: 10px;
  grid-template-columns: repeat(3, minmax(300px, 1fr));
  grid-row-gap: 10px;
  row-gap: 10px;
  align-items: start;
}

.grid-two-fields-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 10px;
  column-gap: 10px;
}

.table-exp-row {
  display: grid;
  grid-template-columns: 0.5fr 0.6fr 1.2fr 0.6fr;
  align-items: center;
  justify-content: left;
  text-align: left;
  height: 30px;
}

.table-exp-value {
  margin: 0px;
  padding: 0px;
}

.table-exp-row-department {
  display: grid;
  grid-template-columns: 0.43fr 1.4fr 2fr 0.35fr;
  align-items: center;
  justify-content: left;
  text-align: left;
  height: 30px;
}
.labl-align-link {
  display: flex;
}

.file-preview-image-holder {
  align-items: center;
  display: flex;
  text-align: center;
}

.file-images-main-container {
  width: 100%;
}

.file-preview-images-container {
  display: flex;
  align-items: center;
  scroll-behavior: smooth;
  transition: scroll 0.3s ease-in-out;
  column-gap: 20px;
  max-width: 40vw;
  overflow-x: auto;
}
.common-input-file {
  width: 112px;
}

.common-cost-dropdown {
  width: 10vw;
}
.common-edit-basic-container {
  height: 25vh;
  overflow-y: auto;
  overflow-x: hidden;
  margin: 5px;
  background: #f7faff;
}
.common-doc-table-td {
  display: table-cell;
  justify-items: center;
}

.common-Qr-container {
  margin: 0 10px;
  display: flex;
  white-space: nowrap;
}

.file-preview-images-container::-webkit-scrollbar {
  display: none;
}
.file-preview-image-name-container {
  text-align: center;
  width: 100px;
}
.file-preview-image {
  max-height: 100px;
  height: 50px;
  max-width: 100px;
  width: 50px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.common-sub-input-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-column-gap: 10px;
  column-gap: 10px;
}

.div-display-flex {
  display: inline-flex;
  margin-top: 1%;
}

.common-readOnly-input {
  background: rgba(0, 0, 0, 0.04);
  color: black;
}
.common-readOnly-input:hover {
  background: rgba(0, 0, 0, 0.04);
  color: black;
  cursor: not-allowed;
}
.common-readOnly-input:focus {
  background: rgba(0, 0, 0, 0.04);
  color: black;
  cursor: not-allowed;
}
.common-readOnly-input:disabled {
  background: rgba(0, 0, 0, 0.04);
  color: black;
  cursor: not-allowed;
}
.common-summary-tbl-bg {
  background: antiquewhite;
  border: 1px solid navajowhite;
}

.cost-width {
  width: 100px;
}

.common-details-container {
  width: 96%;
  margin: 0 0 10px 0;
}
.style_image {
  height: 80% !important;
  width: 60% !important;
  object-fit: contain;
}
.card-list {
  min-height: 35vh;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px,
    rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

.common-lbl-font-1 {
  font-size: 0.9rem;
}
.common-dec-content-1 {
  font-size: 0.7rem;
  font-weight: bold;
  color: #989b9f;
  padding: 0px 0px 0 5px;
  white-space: normal;
}
.common-card-text-1 {
  font-weight: bold;
  align-items: center;
  text-indent: 5px;
  color: #989b9f;

  font-size: 0.7rem;
}
.common-card-text {
  font-weight: bold;
  align-items: center;
  text-indent: 5px;
  color: #0f3460;
  font-size: 0.7rem;
}
.common-dec-content {
  font-size: 0.6rem;
  color: #989b9f;
  padding: 0px 0px 0 5px;
  white-space: normal;
}
.common-label {
  font-weight: bold;
  align-items: center;
  text-indent: 5px;
  color: #0f3460;
  font-size: 0.7rem;
}
.common-sub-title {
  align-items: center;
  color: #000;
  font-size: 0.625rem;
  white-space: nowrap;
}

.common-popover {
  display: block;
  font-size: 0.625rem;
}
.common-sub-title-highligher {
  font-weight: 900;
  align-items: center;
  color: #000;
  font-size: 0.6rem;
}
.common-lbl-placeholder {
  color: #c0baba;
  font-size: 0.625rem;
}
.image-ratio {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  max-height: 133px;
}
/* .image-ratio {
  align-items: center;
  display: flex;
} */

.status-color {
  color: #000;
  font-weight: 600;
  font-size: 0.625rem;
}
.pagination-container {
  text-align: end;
  margin: 5px;
}
.common-drawer-header-text {
  font-weight: bold;
  text-indent: 5px;
  color: #0f3460;
  font-size: 0.725rem;
}

.general-steps {
  background: #fbf3ef85;
  border-radius: 5px;
  margin-top: 2px;
}
.common-default-inner-img {
  display: block;
  margin: auto;
  opacity: 0.6;
  height: 65vh;
}
.floatableStyle {
  position: fixed;
  top: 60px;
  z-index: 1000;
  background: whitesmoke;
  width: 95%;
}
.common-image-container {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
@media only screen and (min-width: 1025px) {
  .common-arr-grid-container {
    margin: 10px 0 0 0;
    display: grid;
    grid-column-gap: 10px;
    column-gap: 10px;
    grid-template-columns: repeat(2, minmax(300px, 1fr));
    grid-row-gap: 10px;
    row-gap: 10px;
    align-items: start;
  }
  .common-image-container {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  }
  .common-input-container {
    height: 89vh;
    overflow: auto;
  }
}
.commom-text-align {
  text-align: center;
}
.common-img-holder {
  width: 100%;
  object-fit: contain;
  max-height: 119px;
}

.reject-row {
  background: #fba0a1;
}

.first-row {
  background: #fbf8ca;
}
.second-row {
  background: #fcbe85;
}
.pass-row {
  background: #b3fba4;
}
.ant-table-tbody tr.pass-row > td.ant-table-cell-fix-left,
.ant-table-tbody tr.pass-row > td.ant-table-cell-fix-right {
  background-color: #b3fba4 !important;
}

.ant-table-tbody tr.first-row > td.ant-table-cell-fix-left,
.ant-table-tbody tr.first-row > td.ant-table-cell-fix-right {
  background-color: #fbf8ca !important;
}

.ant-table-tbody tr.second-row > td.ant-table-cell-fix-left,
.ant-table-tbody tr.second-row > td.ant-table-cell-fix-right {
  background-color: #fcbe85 !important;
}

.ant-table-tbody tr.reject-row > td.ant-table-cell-fix-left,
.ant-table-tbody tr.reject-row > td.ant-table-cell-fix-right {
  background-color: #fba0a1 !important;
}

.qc-status-pass {
  background: #009243;
}

.qc-status-fail {
  background: #fe2500;
}

.qc-status-second {
  background: #f8692a;
}

.qc-status-third {
  background: #e10000;
}

.company-main-input {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 10px;
  column-gap: 10px;
}

.company-main-input-divs {
  padding: 15px;
}
.prod-std-lbl-company {
  font-weight: bold;
  display: flex;
  align-items: center;
  text-indent: 5px;
  color: #0f3460;
  flex-wrap: nowrap;
  white-space: nowrap;
  font-size: 0.625rem;
}

.card-margin-company-div {
  border-radius: 5px;
  min-height: 40vh;
  margin-bottom: 10px;
  padding: 5px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}
.companyCardHeading {
  background-color: white;
  overflow-x: auto;
  border-radius: 5px 5px 0 0;
}

input[type="file"]::-webkit-file-upload-button {
  border-radius: 4px;
  padding: 0 16px;
  height: 30px;
  cursor: pointer;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.16);
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);
  margin-right: 16px;
  -webkit-transition: background-color 200ms;
  transition: background-color 200ms;
}

input[type="file"]::file-selector-button {
  border-radius: 4px;
  padding: 0 16px;
  height: 30px;
  cursor: pointer;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.16);
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);
  margin-right: 16px;
  transition: background-color 200ms;
}

input[type="file"]::-webkit-file-upload-button:hover {
  background-color: #f3f4f6;
}

input[type="file"]::file-selector-button:hover {
  background-color: #f3f4f6;
}

input[type="file"]::-webkit-file-upload-button:active {
  background-color: #e5e7eb;
}

input[type="file"]::file-selector-button:active {
  background-color: #e5e7eb;
}

.table-scrollable-company {
  height: 200px;
  overflow: auto;
  padding: 15px;
  scrollbar-color: #0f3460 #e5e4e2;
}

.margin-input-company {
  border: 2px dashed #ccc;
  text-align: center;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2px;
  height: 50px;
}

.company-file-input-label {
  width: 112px;
}

.company-img-div {
  width: 147px;
  display: contents;
}

.company-image-uploader {
  border: 2px dashed #ccc;
  text-align: center;
  height: 50px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
}
.company-image-uploader-container {
  text-align: center;
  border-radius: 5px;
}

.preview-nav-btn:disabled,
.preview-nav-btn[disabled] {
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #666666;
  cursor: not-allowed;
}
.preview-img {
  max-width: 100%;
  height: 60vh;
  width: 100vw;
}
.preview-nav-btn {
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  background-color: #c3c3c3;
  border-radius: 6px;
  height: 50px;
  width: 30px;
  margin: 5px;
}
.preview-image-container {
  text-align: center;
  overflow: hidden;
}
.preview-outer-image-container {
  width: 105vh;
}
.preview-images-container {
  display: flex;
  scroll-behavior: smooth;
  transition: scroll 0.3s ease-in-out;
  justify-content: space-evenly;
  align-items: center;
}

/* #scaled-frame {
  zoom: 80%;
} */

.errorOccurred {
  text-align: center;
  padding: 20px;
  background-color: #f8d7da;
  color: #721c24;
}

.split-button {
  display: inline-flex;
  position: relative;
  align-items: center;
  /* border: 1px solid #ccc; */
  /* border-radius: 5px; */
  overflow: visible;
  height: 100%;
  margin-left: 2px;
}

.split-main-btn {
  /* display: flex; */
  /* align-items: center; */
  /* padding: 8px 12px; */
  /* background: #007bff; */
  background: #f1f1f1;
  color: black;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
  border-radius: 5px;
}

.split-main-btn span {
  margin-left: 8px;
}

.split-main-btn:hover {
  background: #134074;
  color: white;
}

.split-dropdown-btn {
  /* padding: 8px; */
  background: #f1f1f1;
  color: black;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
  border-radius: 0 5px 5px 0;
}

.split-dropdown-btn:hover {
  background: #134074;
  color: white;
}

/* Dropdown appears below the dropdown button */
.split-dropdown-menu {
  font-size: 0.625rem;
  position: absolute;
  top: 100%;
  left: 40%;
  min-width: -webkit-max-content;
  min-width: max-content;
  background: white;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  display: block;
  visibility: visible;
  opacity: 1;
  width: 65%;
  color: black;
}

.split-dropdown-item {
  display: flex;
  align-items: center;
  padding: 8px;
  cursor: pointer;
  transition: background 0.3s;
  height: 20px;
}

.split-dropdown-item span {
  margin-left: 8px;
}

.split-dropdown-item:hover {
  background: #f1f1f1;
}

.carousel {
  display: flex;
  overflow-x: auto;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}

.thumbnail {
  height: 100px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: border 0.2s ease-in-out;
  border-radius: 4px;
}

.thumbnail:hover {
  border-color: #aaa;
}

.thumbnail.selected {
  border-color: #1890ff;
  box-shadow: 0 0 4px #1890ff;
}

.qr-code-data {
  font-size: 0.625rem;
  background: #8080806b;
  border-radius: 2px;
  padding: 1px;
  padding-left: 5px;
  padding-right: 5px;
  white-space: normal;
}
.qr-code-data-print {
  font-weight: bold;
  display: flex;
  align-items: center;
  text-indent: 5px;
  color: #0f3460;
  font-size: 4pt;
}

.buyer-main-input {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  margin: 0.6% 5px 0.5% 5px;
  grid-column-gap: 10px;
  column-gap: 10px;
}

.buyer-addtional-cost-table-container {
  max-height: 25vh;
  overflow-x: auto;
}
.buyer-cert-flex {
  display: flex;
  gap: 5px;
}
.buyer-table-td-cert {
  border-radius: 2px;
  text-align: center;
  min-width: 5vw;
  max-width: 15vw;
  background: #f6f6f6;
  font-size: 0.625rem;
}
.textbox-input-notiperiod {
  width: 65%;
}

.buyer-contact-card {
  display: grid;
  grid-gap: 15px;
  gap: 15px;
  width: 100%;
}
.card-margin-div {
  min-height: -webkit-fit-content;
  min-height: fit-content;
  border-radius: 5px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  padding: 10px;
  display: flex;
}
.buyer-qr-main-div {
  column-gap: 10px;
  width: 100%;
  margin-left: 10px;
}
.buyer-label-div {
  display: grid;
}

.buyer-org-info {
  margin: 0.25em;
  border-radius: 5px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  padding: 5px 5px 5px 5px;
}

.buyer-card-heading {
  background-color: white;
  border-radius: 5px 5px 0 0;
}

.buyer-cert-img-uploader {
  border: 2px dashed #ccc;
  text-align: center;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.buyer-cert-table {
  margin: 10px 0 10px 0;
}
.buyer-cost-table {
  margin: 10px 0 0 0;
}

.buyer-cert-input {
  border: 1px solid rgb(201, 200, 200);
  border-radius: 5px;
  height: 24px;
  font-size: 11px;
  width: 29%;
  text-align: center;
}

.buyer-cert-tr {
  text-align: left;
  padding-left: 10px;
}

.buyer-cert-type-container {
  display: flex;
  width: 85%;
  margin: 10px 0 0 0;
  gap: 10px;
}

.qr-buyer-lbl {
  margin: 5px;
}
.buyer-shipping-btn-delete-icon {
  padding: 1px 2px 1px 2px;
  border-radius: 5px;
  height: 28px;
  font-size: 15pt;
  margin-right: 2px;
  color: #dc432b;
  float: right;
  border: none;
  background: none;
}
input[type="file"]::-webkit-file-upload-button {
  border-radius: 4px;
  padding: 0 16px;
  height: 30px;
  cursor: pointer;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.16);
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);
  margin-right: 16px;
  -webkit-transition: background-color 200ms;
  transition: background-color 200ms;
}
input[type="file"]::file-selector-button {
  border-radius: 4px;
  padding: 0 16px;
  height: 30px;
  cursor: pointer;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.16);
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);
  margin-right: 16px;
  transition: background-color 200ms;
}
input[type="file"]::-webkit-file-upload-button:hover {
  background-color: #f3f4f6;
}
input[type="file"]::file-selector-button:hover {
  background-color: #f3f4f6;
}
input[type="file"]::-webkit-file-upload-button:active {
  background-color: #e5e7eb;
}
input[type="file"]::file-selector-button:active {
  background-color: #e5e7eb;
}

.table-certficate-buyer {
  height: 15vh;
  overflow: auto;
  overflow-x: hidden;
}

.buyer-Cost-Container {
  width: 25%;
}

.buyer-multiple-address-div {
  height: 25vh;
  overflow-x: auto;
}
.buyer-next-prvious-btn-container {
  display: flex;
  justify-content: space-between;
  margin: 10px 0 0 0;
}
.buyer-brand-details-main-container {
  height: 25vh;
  overflow: auto;
  overflow-x: hidden;
  width: 100%;
}
.buyer-noti-display {
  display: flex;
  gap: 5px;
}
.buyer-noti-text-wdt {
  width: 50%;
}

.hsncode-checkBox-container {
  display: flex;
  gap: 10px;
}

.hsncode-input-checkBox-container {
  display: flex;
  text-align: left;
  align-items: center;
  margin: 25px 0 0 0;
  white-space: nowrap;
}
.hsn-td-flex {
  display: flex;
}

.hsn-tax-table-container {
  max-height: 55vh;
  overflow-x: auto;
  overflow-y: auto;
}
.hsn-input-dropdown {
  width: 60%;
}
.hsn-table-conatiner {
  margin: 10px 0 0 0;
}

.hsncode-grid-container-in-db {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 5px;
  column-gap: 5px;
}

.printer-btn {
  padding: 3px 2px 1px 2px;
  border: 1px solid rgb(201, 200, 200);
  border-radius: 5px;
  height: 28px;
  font-size: 11px;
  margin-right: 2px;
  background: none;
  color: #0f3460;
  width: 30px;
}

/* @media all {
  .page-break {
    display: none;
  }
} */
/* @media print {
  @page {
    size: portait;
    size: 210mm 297mm;
  }
} */

@media print {
  .main-page-size-quote {
    margin: 5mm;
    padding: 5mm;
    page-break-inside: avoid;
    /* page-break-before: always; */
    overflow: visible !important;
    overflow: initial !important;
    font-family: Arial, Helvetica, sans-serif;
  }
}

/* @media print {
    .page-break {
      margin-top: 1rem;
      display: block;
      page-break-before: auto;
    }
  } */

/* @page {
    size: auto;
    margin: 20mm;
  } */
.main-grid-layout {
  display: grid;
  grid-template-columns: 40% 60%;
  /* margin: 5px; */
  margin-bottom: 0px;
  grid-row-gap: 10px;
  row-gap: 10px;
}

.lable-grid-printer-temp {
  display: flex;
  /* column-gap: 5px; */
}

.fabric-label-printer-temp {
  font-size: 12px;
  align-items: flex-start;
  text-indent: 5px;
  font-weight: bold;
  color: black;
}
.fabric-label-value-printer-temp {
  display: flex;
  font-size: 8px;
  align-items: flex-start;
  text-indent: 5px;
  color: #0f3460;
}
.quote-heading {
  text-align: center;
  color: black;
  font-size: 14px;
  font-weight: bold;
}
.quote-sub-heading {
  text-align: left;
  font-size: 12px;
  font-weight: bold;
  color: black;
  margin-left: 5px;
}
.quote-print-main-div {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 10px;
  column-gap: 10px;
}
.quote-print-table-costing {
  max-width: -webkit-fit-content;
  max-width: fit-content;
  text-align: center;
}

.quote-print-table-costing td {
  vertical-align: middle;
  font-size: 8px;
}
.quote-print-table-heading-lables {
  margin-top: 0px;
  font-size: 12px;
  margin-bottom: 1px;
  padding: 3px;
  color: black;
}

.quote-print-table-heading-other-cost {
  margin-top: 0px;
  font-size: 8px;
  margin-bottom: 1px;
  padding: 5px;
  color: black;
  min-width: 80vw;
  max-width: 80vw;
  text-align: right;
  /* width: 90%; */
  display: flex;
  justify-content: right;
}
/* .quote-print-table-heading-other-cost {
  margin-top: 0px;
  font-size: 8px;
  margin-bottom: 1px;
  padding: 5px;
  color: black;
  min-width: 10vw;
  max-width: 20vw;
} */
.quote-print-sub-table-heading-lables {
  margin-top: 0px;
  font-size: 0.625rem;
  margin-bottom: 1px;
  padding: 0.25rem;

  color: black;
}
.primary-tbl-border {
  border: 1px solid #676767;
}
.secondary-tbl-border {
  border: 1px solid #676767;
}
.tablewidth th {
  text-align: left;
  padding-left: 5px;
  background: #d2d2d2;
}
.tablewidth {
  /* width: 52vw; */
  padding-left: 5px;
}

.tablewidth-td {
  text-align: left;
  padding-left: 5px;
}
.sub-tablewidth td {
  /* width: 52vw; */
  padding: 5px;
  font-size: 0.625rem;
  font-weight: bold;
}
.sub-tablewidth th {
  /* width: 52vw; */
  padding: 5px;
  background: #d2d2d2;
}
.sub-quote-print-tr {
  font-size: 8px !important;
  width: 100%;
  color: black;
  text-align: left;
  padding: 5px;
}
.quote-print-table-heading-lables1 {
  width: 80%;
}
.quote-print-table-heading-lables2 {
  width: 20%;
}
.quote-print-table-heading-lables3 {
  width: 10%;
}
.quote-print_SubHeadingDiv {
  display: flex;
}
.quote-print-style-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-column-gap: 10px;
}
.quote-print_subHeading {
  margin: 0;
  width: 100%;
  font-weight: 700;
  font-size: 8px;
  border-radius: 4px 4px 0 0;
  color: #4f7da5;
  height: 30px;
  display: flex;
  justify-content: left;
  align-items: center;
}
.quote-print-piece-heading-div {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 10px;
}
.quote-print-text-box {
  width: 98%;
}
.quote-print-total-div {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-column-gap: 10px;
  column-gap: 10px;
}
.quote-print-total {
  background: #00c6bd;
  color: white;
  font-size: 8px;
  font-weight: 700;

  border-radius: 5px;
  padding: 5px;
}
.quote-print-table {
  border-radius: 5px;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
  margin: 0.25em 0;
}
.quote-print-costing-div {
  margin: 10px;
  padding: 10px;
}
.quote-print-piece-heading-div {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 10px;
}

.quote-print-tr {
  font-size: 0.625rem !important;
  width: 100%;
  color: black;
  font-weight: bold;
  text-align: right;
  padding-right: 10px;
}
.quote-print-tr td {
  font-size: 0.625rem !important;
  min-width: 1vw;
  max-width: 10vw;
  color: black;
  padding: 5px;
  font-weight: bold;
}
#customers {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  margin-top: 10px;
}
#customers-sub {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

.quote-print-td-sn {
  width: 25vw;
  text-align: center;
}
.quote-print-td {
  min-width: 20vw;
}
.quote-print-clr-price {
  width: 100%;
}
.quote-print-clr {
  padding-left: 10px;
}
.quote-print-clr-price-lbl {
  text-align: center;
  padding: 5px;
}
.quote-print-for-other-lbl {
  font-size: 0.625rem;
  font-weight: 300;
  text-align: right;
  padding-right: 10px;
}
.quote-print-for-other-val {
  font-size: 0.625rem;
  font-weight: 300;
}

.s1 {
  color: black;
  font-family: Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  font-size: 11pt;
}

.s2 {
  color: black;
  font-family: Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12pt;
}

.quote-p {
  color: black;
  font-family: Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  font-size: 6pt;
  margin: 0pt;
}

.quote-h2 {
  color: black;
  font-family: Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
  font-size: 6pt;
}

.s3 {
  color: #1a5199;
  font-family: Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  font-size: 6pt;
  padding-left: 2pt;
}

.s4 {
  color: black;
  font-family: Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
  font-size: 6pt;
  vertical-align: 1pt;
}

.s5 {
  color: #fff;
  font-family: Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  font-size: 6pt;
}

.s6 {
  color: black;
  font-family: Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
  font-size: 7pt;
}

.s7 {
  color: black;
  font-family: Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
  font-size: 6pt;
}

.s8 {
  color: black;
  font-family: Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
  font-size: 6pt;
}

.s9 {
  color: black;
  font-family: Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  font-size: 6pt;
}

.s10 {
  color: black;
  font-family: Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  font-size: 5.5pt;
}
.ch2 {
  font-size: 0.5em;
  font-weight: bold;
  padding: 3pt;
  text-indent: 0pt;
  text-align: left;
  width: 20%;
}

.ch3 {
  font-size: 0.5em;
  font-weight: bold;
  padding: 3pt;
  text-indent: 0pt;
  text-align: left;
  width: 30%;
}
/* .quote-table,
  tbody {
    vertical-align: top;
    overflow: visible;
  } */

/* @media print {
  @page {
    size: portait;
    size: 210mm 297mm;
  }
} */

/* @media print {
  .main-page-size-or {
    margin: 5px;
    page-break-before: always; */
/* border: 1px solid black; */
/* border-radius: 5px; */
/* overflow: initial !important;
        -webkit-print-color-adjust: exact; */
/* }
} */
.or-heading {
  color: #0f3460ab;
  margin-left: 10px;
  margin-bottom: 0px;
}
.or-heading-com {
  color: black;
  margin-left: 12px;
  margin-bottom: 0px;
  font-size: 12px;
  font-weight: bold;
}
.main-grid-layout-or {
  display: grid;
  grid-template-columns: 50% 50%;
  /* margin: 10px; */
  margin-bottom: 0px;
  grid-row-gap: 0px;
  row-gap: 0px;
  margin-left: 0px;
}
.lable-grid-printer-temp-or {
  display: flex;
}

.or-label-printer-temp {
  font-weight: bold;
  padding: 5px;
  display: flex;
  font-size: 0.625rem;
  align-items: flex-start;
  text-indent: 5px;
  color: black;
}
.or-label-value-printer-temp {
  padding: 5px;
  font-size: 0.625rem;
  text-indent: 5px;
  color: black;
  white-space: pre-wrap;

  font-weight: bold;
}
.or-print-table-heading-lables {
  min-width: 10vw;
  margin-top: 0px;
  font-size: 0.625rem;
  margin-bottom: 1px;
  padding: 0.25em 0;
  border-left: 1px solid black;
  border: 1px solid black;
  height: 24px;
  padding-left: 10px;
  background-color: rgb(201, 200, 200);
  color: black;
  font-weight: bold;
}
.or-tbl {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  /* width: 60vw; */
  margin-top: 30px;
  margin-left: 20px;
}
.or-print-td {
  border: 1px solid black;
  /* text-align: center; */
  padding-left: 10px;
  padding-right: 10px;
  font-size: 0.625rem;
}
.or-print-heading-div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.or-print-sub-heading-lbl {
  margin-left: 5px;
  display: flex;
  justify-content: flex-start;
  font-size: 0.625rem;
  text-indent: 5px;
  color: black;
  font-weight: bolder;
  margin-top: 2px;
}
.or-print-address-div {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-column-gap: 4px;
  column-gap: 4px;
  margin-top: 10px;
}
.signature-bloack-outer-div {
  display: flex;
  gap: 5px;
  justify-content: space-evenly;
  margin-top: 20px;
}
.signature-block {
  display: inline-block;
  text-align: left;
}

.signature-block-step {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.signature-block-sign-mark {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 4px;
  height: 40px;
}

.signature-block-line {
  border-top: 2px solid grey;
  width: 180px;
  margin: 6px 0;
}

.signature-block-name {
  font-size: 14px;
  font-weight: bold;
}

.signature-block-title {
  font-size: 13px;
  color: grey;
}

.po-border-div-heading {
  display: grid;
  align-items: center;
  justify-content: center;
  justify-items: center;
  width: 100%;
  border-left: 1px solid grey;
  border-right: 1px solid grey;
  padding: 10px;
}
.po-border-div {
  border: 1px solid grey;
  border-radius: 5px;
  margin: 5px;
}
.po-address-div {
  display: grid;
  grid-template-columns: 33% 33% 33%;
  grid-column-gap: 10px;
  column-gap: 10px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.po-label {
  font-weight: 700;
  display: flex;
  align-items: center;
  text-indent: 5px;
  color: #0f3460;
  margin-top: 2px;
  margin-bottom: 2px;
  font-size: 0.625rem;
}
.po-table-th {
  margin-top: 0px;
  font-size: 11px;
  margin-bottom: 1px;
  color: white;
  padding: 5px;
  background-color: #0f3460;
  border-radius: 2px;
  text-align: center;
}
.po-table-td {
  font-size: 11px;
  color: #0f3460;
  padding: 5px;
  border-radius: 2px;
  text-align: left;
  border: 1px solid grey;
}

#mrp-print {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  margin-top: 10px;
  width: 100%;
}
#mrp-print-sub {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}
.mrp-print-table-heading-lables {
  margin-top: 0px;
  font-size: 12px;
  margin-bottom: 1px;
  padding: 3px;
  color: black;
}
.mrp-print-sub-table-heading-lables {
  margin-top: 0px;
  font-size: 0.625rem;
  margin-bottom: 1px;
  padding: 0.25rem;

  color: black;
}
.mrp-primary-tbl-border {
  border: 1px solid #676767;
}
.mrp-secondary-tbl-border {
  border: 1px solid #676767;
}
.mrp-tablewidth th {
  text-align: left;
  padding-left: 5px;
  background: #d2d2d2;
}
.mrp-tablewidth {
  /* width: 52vw; */
  padding-left: 5px;
}

.mrp-tablewidth-td {
  text-align: left;
  padding-left: 5px;
}
.mrp-sub-tablewidth td {
  /* width: 52vw; */
  padding: 5px;
  font-size: 0.625rem;
  font-weight: bold;
}
.mrp-sub-tablewidth th {
  /* width: 52vw; */
  padding: 5px;
  background: #d2d2d2;
}
.mrp-table-margin {
  margin: 5px;
  /* width: 100%;
  padding-right: 5px; */
}
.mrp-print-tr {
  font-size: 0.625rem !important;
  width: 100%;
  color: black;
  font-weight: bold;
  text-align: right;
  padding-right: 10px;
}
.mrp-print-tr td {
  font-size: 0.625rem !important;
  min-width: 1vw;
  max-width: 10vw;
  color: black;
  padding: 5px;
  font-weight: bold;
}

.new-menubar {
  width: -webkit-fit-content;
  width: fit-content;
  background: #0f3460;
}

.new-menuItems-flex-div {
  display: flex;
  flex-direction: column;
}

.new-menubar-subheadings-div {
  display: flex;
  justify-content: left;
}
.new-menubar-subheadings {
  margin-left: 10%;
  width: 10vw;
  text-align: left;
  align-items: flex-end;
  display: flex;
  white-space: nowrap;
  overflow: hidden;
}

.new-menubarListButton {
  height: -webkit-fit-content;
  height: fit-content;
  padding: 14px 10px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  color: #ffffff;
  background-color: transparent;
  border: none;
  border-radius: 0;
  margin: 2% 1%;
}

.new-Menu-icon {
  font-size: 20px;
  font-weight: bold;
}

.tipTextMenu {
  margin: 2vh 0 0 0;
  font-size: small;
}

.menu-card {
  width: 11.5vw;
  min-height: 12vh;
  max-height: 30vh;
  text-align: center;
  border: 1px solid #bababa;

  /* border-width: 2px;
  border-style: solid;
  border-image: linear-gradient(to right, darkblue, darkorchid) 1;
  border-radius: 10px; */
}
.menu-card-title {
  font-size: 0.8rem;
  font-weight: bold;
  min-height: 200px;
}

.color-code-buyer-container {
  display: grid;
}

.color-code-swatch-input-container {
  width: 93%;
}

.color-code-buyer-searchBar {
  width: 20%;
}
.color-code-swatch {
  display: grid;
  grid-template-columns: 20fr 0.5fr;
  background: #3e5888;
  border-radius: 5px;
  height: 30px;
  padding: 5px 1% 1% 1%;
}

.color-code-buyer-table {
  border-spacing: 5px;
  padding: 5px;
  border-radius: 5px;
  table-layout: fixed;
  margin: 10px 0 0 0;
  border: 1px solid#f6f6f6;
}

.color-code-lab-dip-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  border-radius: 5px;
  margin: 0.25em;
}

.color-code-lab-dip-card {
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  margin: 5px;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}

.color-code-file-viewer iframe {
  width: 112vw;
  height: 60vh;
}
.color-code-swatch-no-data {
  text-align: center;
  width: 100%;
  display: block;
}

.color-code-swatch-image {
  margin: 0.25em;
  text-align: center;
}

.color-code-lab-dip-card-header {
  display: flex;
  justify-content: space-between;
  padding: 0 2%;
  margin: 0;
  gap: 5px;
  width: 100%;
  white-space: nowrap;
  font-weight: 700;
  font-size: 11px;
  border-radius: 4px 4px 0 0;
  color: #4f7da5;
  height: 30px;
  align-items: center;
}

.color-code-labdip-inner-container {
  display: grid;
  grid-template-columns: 70% 30%;
  align-items: center;
  width: 96%;
}

.color-code-swatch-approved-check-box {
  margin: 0px 0 0 5px;
}
.color-code-swatch-main-input-container {
  display: flex;
  flex-direction: column;
}

.color-code-swatch-approved {
  display: flex;
  align-items: center;
  margin: 1%;
  justify-content: space-between;
  width: 140px;
}

.color-code-img {
  height: 12vh;
  width: 6vw;
}

.color-code-embed-pdf {
  height: 100px;
  width: 100px;
  margin: 5px;
  border-radius: 8px;
  overflow-y: auto;
  overflow-x: hidden;
}

.doc-date-input {
  height: 20px;
  width: 98%;
  padding: 5px;
}

.doc-qr-container {
  margin: 2% 4%;
}

.doc-main-container {
  text-align: end;
  display: flex;
  justify-content: space-between;
  padding-left: 5px;
}
.doc-table-body {
  margin: 10px 4px 0 4px;
}

.doc-button-container {
  display: grid;
  justify-content: right;
}
.doc-inner-container-btns {
  text-align: right;
  display: flex;
  align-items: end;
}

.doc-checkBox-container {
  display: flex;
  text-align: left;
  align-items: flex-end;
  margin: 32px 0 0 0;
  white-space: nowrap;
}

.doc-img-name {
  margin: 0px;
  font-size: 0.9em;
  font-weight: bold;
}
.doc-img {
  height: 60px;
  width: 60px;
}

.user-model-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 25px;
  column-gap: 25px;
}
.user-table-exp-value {
  margin: 0px;
  padding: 0px;
  text-wrap: nowrap;
}

.user-table-exp-row {
  align-items: center;
  display: grid;
  grid-template-columns: 0.8fr 0.6fr 1fr 0.9fr 1.15fr 0.8fr 2.4fr 0.55fr;
  height: 30px;
  padding: 10px 0 0;
  text-align: left;
}

.style-modal-scroll {
  max-height: 40vh;
  overflow-y: auto;
  overflow-x: hidden;
}
.style-model-container {
  align-items: end;
  height: -webkit-fit-content;
  height: fit-content;
  margin: 0 3%;
}
.style-images-scroll-container {
  width: 21vw;
}
.style-trims-container {
  overflow: auto;
  max-height: 40vh;
}
.style-emb-container {
  overflow: auto;
  max-height: 40vh;
}
.style-table-card-container {
  border-radius: 5px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  padding: 5px;
  margin: 0.25rem;
}
.style-details-container {
  border-radius: 5px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  padding: 5px;
  overflow-x: hidden;
  height: 87vh;
}
.style-split-btn .split-dropdown-menu {
  left: 43%;
  width: 55%;
}

.style-gar-Clr-container {
  margin: 0.25em 0;
  overflow-y: auto;
  width: 100%;
  max-height: 40vh;
}
.style-gar-Clr-drawer-container {
  margin: 2px 0;
  overflow-y: auto;
  width: 100%;
}
.style-garClr-table-th {
  margin-top: 0px;
  font-size: 0.7rem;
  margin-bottom: 1px;
  color: white;
  padding: 4px;
  /* background-color: #9e0c40; */
  background-color: #6a1e55;
  border-radius: 2px;
  text-align: center;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 10;
}
.style-modal-input {
  display: grid;
  grid-template-columns: 1fr 0.3fr;
}
.style-dying-ratio-container {
  display: flex;
  margin: 10px;
}

.style-check-box {
  height: 15px;
  margin-top: 5px;
}
.style-delete-td {
  align-items: center;
  margin-top: 2px;
}
.style-csp-alw-table-td {
  border-radius: 2px;
  text-align: center;
  max-width: 5vw;
  background: #f6f6f6;
  font-size: 11px;
}
.style-csp-alw-table-td:disabled {
  background: #c3c3c3;
  color: black;
}

.style-flex-btn {
  display: flex;
  gap: 5px;
}
.style-size-lib-container {
  margin: 10px 0 0 0;
}
.style-add-link-container {
  display: flex;
  width: 100%;
  justify-content: end;
}
.style-approval-btn {
  display: flex;
  justify-content: end;
  margin: 55px 0 0 0;
}

.style-tabs-inner-container {
  height: 29vh;
  overflow-y: auto;
}

.style-display-flex-center {
  display: grid;
  grid-template-columns: 1fr 10fr;
  align-items: center;
  grid-column-gap: 10px;
  column-gap: 10px;
  margin: 15px 0;
}
.style-text-area-cad-comments {
  margin: 3px;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 5px;
}
.style-img-container {
  width: 100%;
  object-fit: contain;
  max-height: 160px;
}
.active-file-container {
  border: 2px solid #00a86b;
  border-radius: 3px;
  padding: 3px;
}
.style-img-del {
  justify-content: end;
  position: absolute;
  right: 0px;
  display: flex;
  top: 15px;
}
.style-trim-table-th {
  margin-top: 0px;
  font-size: 11px;
  margin-bottom: 1px;
  color: black;
  padding: 5px;
  white-space: nowrap;
  border: 1px solid #5fbfcb66;
  background-color: #5fbfcb66;
  border-radius: 5px;
  font-weight: 700;
  text-align: center;
  width: 50px;
}
.style-sub-main-container {
  margin: 40px 5px 1px 5px;
}

.style-spec-container {
  padding: 5px;
}
.style-select-width {
  width: 15%;
}
.style-select-cost-width {
  width: 20%;
}
.style-pack-type-container {
  display: grid;
  margin: 15px 0 0 0;
  grid-template-columns: 15% 15% 15% 15% 15% 15%;
  grid-row-gap: 15px;
  row-gap: 15px;
}

.style-pack-type-inner-conatiner {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.style-garment-data-td {
  font-size: 8pt;
  border-radius: 5px;
  min-width: 10vw;
  background: #f6f6f6;
}
.style-flex-container {
  display: flex;
  justify-content: flex-end;
}
.style-select-user {
  width: 160px;
}

.style-piece-table-container {
  margin: 0.25em 0;
  overflow-y: auto;
  width: 100%;
  max-height: 35vh;
}
.style-csp-table-td {
  display: flex;
  justify-content: center;
  gap: 5px;
}
.style-parts-header {
  margin: 0;
  font-weight: bold;
  font-size: 0.7rem;
  color: #4f7da5;
  align-items: center;
}
.style-header {
  font-weight: bold;
  font-size: 0.7rem;
  color: #4f7da5;
}
.style-parts-label {
  margin: 3px;
  display: flex;
}

.style-common-table-td {
  border-radius: 2px;
  text-align: center;
  min-width: 15vw;
  background: #f6f6f6;
  border: 1px solid #f8f2f2;
  border-radius: 2px;
}
.style-common-table-td-wdth {
  border-radius: 2px;
  text-align: left;
  min-width: 10vw;
  background: #f6f6f6;
  max-width: 10vw;
  font-weight: bold;
  font-size: 0.625rem;
  padding: 2px;
  border: 1px solid #f8f2f2;
}
.style-required-gar {
  grid-column: 3 / 4;
  white-space: noWrap;
}
.style-ob-table-container {
  overflow-x: auto;
  height: 33vh;
}
.style-ob-table-container-modal {
  overflow-x: auto;
  height: 50vh;
}

.style-fabric-table {
  overflow-x: auto;
  overflow-y: auto;
  border-radius: 2px;
  width: 100%;
  margin: 5px 0 0 0;
  min-height: 30vh;
  max-height: 40vh;
}

.style-Measure-images-container {
  display: flex;
  overflow-y: auto;
  scroll-behavior: smooth;
  transition: scroll 0.3s ease-in-out;
  width: 97%;
  align-items: center;
}
.style-spec-file-upload {
  border: 2px dashed #afa9a9;
  align-items: center;
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px;
}
.style-spec-image-holder {
  align-items: center;
  display: flex;
  width: 100%;
  text-align: center;
  height: 100px;
}

.style-table-ob {
  padding: 0.25em;
  border-radius: 2px;
}

.style-table-emb {
  width: 60%;
}
.style-emb-width {
  width: 45%;
}

.style-textArea {
  width: 98%;
  margin: 3px;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 5px;
}
.style-textArea-background {
  background: #ccc;
}
.style-textArea-background :hover {
  background-color: #ccc !important;
}
.style-inner-table-header {
  display: flex;
  align-items: center;
  column-gap: 10px;
}

.style-ob-table-td {
  border-spacing: 5px;
  border-radius: 2px;
  text-align: center;
  min-width: 10vw;
  border: 1px solid #f8f2f2;
}
.style-ob-table-td-value {
  border-spacing: 5px;
  border-radius: 5px;
  font-size: 12px;
  text-align: center;
  padding: 0.25em 0.5em;
  border: 1px solid#f6f6f6;
  min-width: 60px;
  border: 1px solid #f8f2f2;
  border-radius: 2px;
}
.style-spec-th {
  border-radius: 5px;
  /* background-color: #9e0c40; */
  background-color: #6a1e55;
}
.style-specmeasure-th {
  width: 75px;
  border-radius: 5px;
}
.style-spec-input {
  height: 26px;
  width: 95%;
  min-width: 50px;
  border: 1px solid rgb(201, 200, 200);
  border-radius: 5px;
  text-align: center;
}
.style-ob-buttons-container {
  width: 100%;
}
.style-request-header {
  margin: 0;
  font-weight: 700;
  font-size: 12pt;
  border-radius: 4px 4px 0 0;
  color: #4f7da5;
}
.style-req-container {
  display: flex;
}

.style-spec-table {
  height: 30vh;
  overflow-y: auto;
  overflow-x: auto;
  width: 100%;
  padding: 0px 0.25em 0.25em 0.25em;
}
.style-spec-table-modal {
  height: 80vh;
  overflow-y: auto;
  overflow-x: auto;
  width: 100%;
  padding: 10px 0.25em 0.25em 0.25em;
}

.style-size-qty-input {
  height: 25px;
  font-size: 11px;
  text-align: left;
  width: 70px;
}
.style-price-button {
  display: flex;
  align-items: center;
}

.style-model-inner-div {
  display: flex;
  margin: 8px;
}
.style-model-piece-add {
  margin: 2% 0 0 0;
  text-align: right;
}
.style-img-div {
  width: 147px;
  display: contents;
}
.style-file-input-label {
  width: 112px;
}
.style-pTag {
  margin: 0px;
  font-size: 12px;
  cursor: pointer;
}
.style-fabric-width {
  width: 35%;
}

.style-alw-size-width {
  width: 4%;
  white-space: nowrap;
}

.style-header-tip {
  position: relative;
}
.style-header-tip .style-header-tip-text {
  visibility: hidden;
  font-size: 11px;
  width: 120px;
  background-color: #0f3460ab;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
}
.style-header-tip:hover .style-header-tip-text {
  visibility: visible;
}
.style-header-tip .style-header-tip-text {
  width: 120px;
  bottom: 80%;
  left: 50%;
  margin-left: -60px;
}
.style-header-tip .style-header-tip-text::after {
  content: " ";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #0f3460ab transparent transparent transparent;
}
.style-btns-container {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.style-image {
  height: 50px;
  width: 50px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.style-pc-delete {
  padding: 5px 0 0 0;
  margin: 0 5px 0 5px;
}

.style-common-dropdown-input {
  width: 20%;
}

.style-piece-table-scroll {
  max-height: 25vh;
  overflow-x: auto;
  margin: 10px 0 0 0;
}
.style-trim-table-size {
  margin: 10px 0 0 0;
  display: flex;
  justify-content: center;
}
.style-fab-lbl-td {
  min-width: 19vw;
  padding: 5px;
  background: #f6f6f6;
  border: 1px solid #f8f2f2;
  border-radius: 2px;
  font-size: 0.625rem;
}
.style-ft-modal {
  z-index: 1;
  display: block;
  position: fixed;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.style-ft-modal-body {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-column-gap: 10px;
  column-gap: 10px;
  justify-content: space-evenly;
  margin: 10px;
  padding: 10px;
}

.style-image-table {
  height: 100%;
  width: 50%;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.popup-input-size-qty {
  border: 1px solid rgb(201, 200, 200);
  border-radius: 5px;
  height: 25px;
  font-size: 0.625rem;
  font-weight: bold;
  text-align: center;
}
.style-fab-color-select {
  width: 120px;
}
.style-table-add-row {
  margin: 5px;
  padding: 0 7px;
}
.style-view-image-container {
  margin: 20px;
  display: flex;
  justify-content: center;
}

.style-image-lbl {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.style-file-embed {
  height: 50px;
  width: 50px;
  margin: 5px;
  border-radius: 8px;
  border: 1px solid #3e5888;
}
.style-additional-cost-table {
  margin: 10px 0 0 0;
}

.style-img-name {
  padding: 0px;
  margin: 0px;
  cursor: pointer;
}

.style-edit-color-per {
  display: flex;
  column-gap: 2px;
}

.style-pack-type-card {
  border: 1px solid #f0e9ff;
  border-radius: 5px;
  text-align: center;
  width: 150px;
  grid-gap: 5px;
  gap: 5px;
  display: grid;
  padding: 5px;
}

.style-ft-modal-body-3-div {
  display: grid;
  grid-template-columns: 33% 33% 33%;
  grid-column-gap: 10px;
  column-gap: 10px;
  justify-content: space-evenly;
  margin: 10px;
  padding: 10px;
}

.style-piece-container {
  max-height: 50vh;
  margin: 5px;
}
.style-spec-upload-container {
  margin: 5px;
  overflow: auto;
}
.style-spec-history {
  display: flex;
  justify-content: end;
  margin: 20px 0 0 0;
}
.style-process-list {
  margin: 0;
  padding: 4px 8px;
  list-style: disc;
  font-size: 0.625rem;
  color: #0f3460;
  font-weight: bold;
}

.style-garment-color {
  max-height: 35vh;
  overflow-y: auto;
  margin: 5px;
}
.style-table-td-grclr {
  border-radius: 2px;
  text-align: center;
  min-width: 0vw;
  background: #f6f6f6;
  font-size: 0.625rem;
  font-weight: bold;
  border: 1px solid #f8f2f2;
}
.style-upload-sub-spec-btn {
  margin-top: 10px;
  display: flex;
  justify-content: center;
}
.style-casoroule-div {
  margin: 5px;
  padding: 5px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 5px;
}
.spining-cl {
  display: flex !important;
  align-content: center;
  justify-content: center !important;
  align-items: center;
  height: 50vh !important;
  background: aliceblue;
  border-radius: 10px;
}
.style-file {
  border: 2px dashed #ccc;
  text-align: center;
  height: 26vh;
  border-radius: 5px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 5px;
}
.sty-img-file-upload {
  border: 2px dashed #afa9a9;
  align-items: center;
  height: 185px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px;
}

.style-cad-file {
  margin: 5px;
  overflow-y: auto;
  width: 100%;
  max-height: 40vh;
}

.horizontal-scroll {
  overflow-x: auto;
}

.select-file-type {
  width: 15vw;
}
.style-spec-header-input {
  height: 26px;
  width: 50%;
  min-width: 50px;
  border: 1px solid rgb(201, 200, 200);
  border-radius: 5px;
  text-align: center;
}

.style-spec-header-span {
  margin-top: 0px;
  font-size: 0.7rem;
  margin-bottom: 1px;
  color: white;
  padding: 4px;
  /* background-color: #9e0c40; */
  background-color: #6a1e55;
  /* background-color: #8c4278; */
  border-radius: 2px;
  text-align: left;
}

.style-spec-value-span {
  border-radius: 2px;
  text-align: left;
  min-width: 5vw;
  max-width: 10vw;
  /* background: #fffafe; */
  background: #f6f6f6;
  font-size: 0.625rem;
  overflow-wrap: break-word;
  /* font-weight: bold; */
  padding: 2px;
  border: 1px solid #f8f2f2;
  color: black;
}
.style-common-table-td-img {
  border-radius: 2px;
  text-align: left;
  min-width: 2vw;
  max-width: 2vw;
  /* background: #fffafe; */
  background: #f6f6f6;
  font-size: 0.625rem;
  overflow-wrap: break-word;
  /* font-weight: bold; */
  padding: 2px;
  border: 1px solid #f8f2f2;
  color: black;
  /* font-weight: 600; */
}

.react-search-field-demo {
  padding: 0;
  width: 100%;
  position: relative;
  display: inline-block;
}

.react-search-field-demo:disabled {
  cursor: not-allowed;
  background-color: rgba(60, 60, 60, 0.06);
  color: rgb(170, 170, 170);
  border-color: rgba(118, 118, 118, 0.3);
}

.custom-ul {
  list-style: none;
  margin: 0;
  font-size: 13px;
  width: 100%;
  display: inline-flex;
  padding: 0px;
  border-bottom: 1px solid #ddd;
}

.custom-li {
  list-style: none;
  margin: 0;
  font-size: 13px;
  width: 100%;
  padding: 20px;
  cursor: pointer;
}

.ul-without-padding {
  display: inline-flex;
  border-bottom: 1px solid #ddd;
  list-style: none;
  margin: 0;
  font-size: 13px;
  width: 100%;
}

.list-example {
  display: none;
  z-index: 99999;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  background-color: white;
  border: 1px solid #ddd;
  width: auto;
  overflow-y: auto;
  max-height: 200px;
  transition: 0.2s;
  position: fixed;
}
.tableSelect-container {
  display: flex;
  height: 24px;
}

.list-example-hidden {
  display: none;
}

.list-body {
  display: flex;
  flex-direction: column;
}

.pointer > :focus-within {
  cursor: pointer;
}

.react-search-field-demo:focus-within .list-example {
  display: block;
}

.list-example-hidden:focus-within .list-example {
  display: block;
}

.gen-split-button {
  display: inline-flex;
  position: relative;
  align-items: center;
  /* border: 1px solid #ccc; */
  /* border-radius: 5px; */
  overflow: visible;
  height: 100%;
  border-radius: 5px;
  margin: 0 0 0 10px;
}

.gen-split-main-btn {
  /* display: flex; */
  /* align-items: center; */
  /* padding: 8px 12px; */
  /* background: #007bff; */
  background: #134074;
  color: white;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
  font-size: 0.625rem;
  height: 25px;
  border-radius: 5px 0px 0px 5px;
  display: flex;
  align-items: center;
}

/* .gen-split-main-btn span {
  margin-left: 8px;
} */

.gen-split-main-btn:hover {
  background: #7165b1;
}

.gen-split-dropdown-btn {
  /* padding: 8px; */
  background: #13315c;
  color: white;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
  height: 25px;
  border-radius: 0px 5px 5px 0px;
}

.gen-split-dropdown-btn:hover {
  background: #7165b1;
}

/* Dropdown appears below the dropdown button */
.gen-split-dropdown-menu {
  font-size: 0.625rem;
  position: absolute;
  top: 100%;
  left: 22px;
  min-width: 100%;
  background: white;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  display: block;
  visibility: visible;
  opacity: 1;
  width: 200%;
}

.gen-split-dropdown-item {
  display: flex;
  align-items: center;
  padding: 8px;
  cursor: pointer;
  transition: background 0.3s;
  height: 25px;
}

.gen-split-dropdown-item span {
  margin-left: 8px;
}

.gen-split-dropdown-item:hover {
  background: #f1f1f1;
}

.gen-split-dropdown-menu-left {
  font-size: 0.625rem;
  position: absolute;
  top: 100%;
  left: -85px;
  min-width: 100%;
  background: white;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  display: block;
  visibility: visible;
  opacity: 1;
  width: 200%;
}

.gen-split-icon {
  margin-left: 4px;
}

.gen-split-button-small {
  display: inline-flex;
  position: relative;
  align-items: center;
  /* border: 1px solid #ccc; */
  /* border-radius: 5px; */
  overflow: visible;
  height: 100%;
  border-radius: 5px;
  margin: 0 0 0 10px;
}

.gen-split-main-btn-small {
  /* display: flex; */
  /* align-items: center; */
  /* padding: 8px 12px; */
  /* background: #007bff; */
  background: #f0f1fc;
  color: black;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
  font-size: 0.625rem;
  height: 25px;
  border-radius: 5px 0px 0px 5px;
  display: flex;
  align-items: center;
}

/* .gen-split-main-btn span {
  margin-left: 8px;
} */

.gen-split-main-btn-small:hover {
  background: #dee0f7;
}

.gen-split-dropdown-btn-small {
  /* padding: 8px; */
  background: #f0f1fc;
  color: black;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
  height: 25px;
  border-radius: 0px 5px 5px 0px;
}

.gen-split-dropdown-btn-small:hover {
  background: #dee0f7;
}

/* Dropdown appears below the dropdown button */
.gen-split-dropdown-menu-small {
  font-size: 0.625rem;
  position: absolute;
  top: 100%;
  left: 22px;
  min-width: 100%;
  background: black;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  display: block;
  visibility: visible;
  opacity: 1;
  width: 200%;
}

.gen-split-dropdown-item-small {
  display: flex;
  align-items: center;
  padding: 8px;
  cursor: pointer;
  transition: background 0.3s;
  height: 25px;
}

.gen-split-dropdown-item-small span {
  margin-left: 8px;
}

.gen-split-dropdown-item-small:hover {
  background: #f1f1f1;
}

.gen-split-dropdown-menu-left-small {
  font-size: 0.625rem;
  position: absolute;
  top: 100%;
  left: 0px;
  min-width: 100%;
  background: white;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  display: block;
  visibility: visible;
  opacity: 1;
  width: 150%;
}

.gen-split-icon-small {
  margin-left: 4px;
}

.em-file-upload-container {
  border: 2px dashed #ccc;
  text-align: center;
  height: 50px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 15px;
  width: 200px;
}
.emb-file-upload {
  width: 112px;
}
.emb-supp-btn {
  margin: 0 0 0px 10px;
}

.emb-grid-two-fields-container {
  display: grid;
  grid-template-columns: 3fr 1fr;
  grid-column-gap: 10px;
  column-gap: 10px;
}

.emb-table-td {
  width: 200px;
}
.embellish-file-nego {
  border: 2px dashed #ccc;
  text-align: center;
  border-radius: 5px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 5px;
}

.embellish-select-dropdown {
  width: 25%;
}

.embellish-file {
  border: 2px dashed #ccc;
  text-align: center;
  height: 40vh;
  border-radius: 5px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 5px;
}

.embellish-file-div {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
}
.emb-default-img {
  display: block;
  margin: auto;
  width: 50%;
  opacity: 0.6;
  height: 85vh;
}

.embellish-select {
  width: 250px;
}

.emblishment-buy-sup-div-50 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.emblishment-buy-sup-div-4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.emblishment-buy-sup-div {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.embellish-color-searchbar {
  width: 230px;
}

.emb-color-wise-wid {
  min-width: 0;
  text-align: center;
}

.emb-upload-table-td {
  border-spacing: 5px;
  border-radius: 2px;
  text-align: center;
  min-width: 8vw;
  max-width: 8vw;
  background: #f6f6f6;
  border: 1px solid #f8f2f2;
  border-radius: 2px;
}

.embellish-file-uploader {
  border: 2px dashed #ccc;
  text-align: center;
  height: 50px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
}

.embellish-file-input {
  width: 112px;
}

.embellish-process-select {
  margin: 5px;
}
.embellish-inner-container {
  overflow-y: auto;
  overflow-x: hidden;
  margin: 10px 0 5px 0;
}
.emb-process-container {
  height: 27vh;
}
.emb-process-wid {
  width: 20vw;
  border-radius: 2px;
  text-align: center;
  background: #f6f6f6;
  border: 1px solid #f8f2f2;
  border-radius: 2px;
}
.emb-basic-container {
  height: 30vh;
  overflow-y: auto;
  overflow-x: hidden;
  margin: 5px;
  background: #f7faff;
}
.emb-split-button .split-dropdown-menu {
  left: 35%;
}

.fab-process-default {
  display: flex;
  margin: 25px 0 0 5px;
}
.spec-input-container {
  margin: 10px 0 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 10px;
  column-gap: 10px;
}
.fab-checkbox-container {
  display: flex;
  gap: 10px;
}

@media only screen and (max-width: 1025px) {
  .fabric-details-container {
    height: 400px;
    overflow: auto;
    position: fixed;
    top: 100px;
  }
  .fabric-process-loss-td {
    border-radius: 2px;
    text-align: center;
    min-width: 3vw;
    background: #f6f6f6;
    border: 1px solid #f8f2f2;
    border-radius: 2px;
  }
}
.fab-default-img {
  display: block;
  margin: auto;
  opacity: 0.6;
  height: 40vh;
}

.fab-clr-list {
  border-radius: 2px;
  margin: 4px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
.fab-process-input-wrapper {
  display: block;
  width: 20vw;
}
.fab-clr-desc {
  display: flex;
  justify-content: center;
  gap: 5px;
}
.fab-tbl-col {
  height: 100%;
  overflow: auto;
  margin: 2.4% 0 0 21%;
}
.fabric-details-container {
  position: absolute;
  top: 87px;
}

.fab-clr-lbl {
  white-space: pre-line;
  width: 60px;
}
.spec-dim-popup-container {
  display: grid;
  grid-gap: 10px;
  gap: 10px;
  grid-template-columns: 20% 20% 20% 20%;
}

.fab-yarn-table-input {
  min-width: 14vw;
  padding: 0 3px 0 0;
}

.fabric-colorWise-Loss {
  display: flex;
  justify-content: center;
  height: 300px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 10px 0 0 0;
}

.fab-buyer-table-td {
  border-radius: 2px;
  text-align: center;
  min-width: 20vw;
  background: #f6f6f6;
  text-align: left;
  padding: 0 0 0 5px;
}
.td-del-btn {
  min-width: 3vw;
  border-spacing: 5px;
  border-radius: 5px;
  text-align: center;
}

.fabric-knitting-seg-container {
  margin: 10px 0 0 0;
}

.fabric-grid-formation {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-column-gap: 10px;
  column-gap: 10px;
  grid-row-gap: 5px;
  row-gap: 5px;
}

.fabric-img {
  height: 97px;
  width: 150px;
}

.fab-main-wrapper {
  height: 118vh;
}

.fabric-file-uploader {
  border: 2px dashed #ccc;
  text-align: center;
  height: 138px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fab-clr-table-container {
  display: flex;
  justify-content: end;
}

.fabric-file-input-label {
  height: 200px;
}

.fabric-process-loss-td {
  border-radius: 2px;
  text-align: center;
  min-width: 3vw;
  max-width: 5vw;
  background: #f6f6f6;
  border: 1px solid #f8f2f2;
  border-radius: 2px;
}
.fab-process-display-container {
  max-height: 50px;
  overflow-x: hidden;
}
.fabric-file-name {
  font-size: 11px;
}
.fabric-color-searchbar {
  width: 20%;
}
.fabric-inner-container {
  margin: 10px 0 0 0;
  overflow-y: auto;
  overflow-x: hidden;
}

.fabric-buyer-input {
  width: 22%;
}
.fabric-suppliers-del-btn {
  display: flex;
  justify-content: right;
  align-items: center;
  gap: 15px;
}
.spec-default-container {
  display: flex;
  margin: 0 10px 0 0;
}
.fabric-edit-color-other {
  overflow-y: auto;
  overflow-x: hidden;
  padding: 1%;
}
.common-header-height {
  height: 10px;
}
.number-td-width-fab {
  border-radius: 2px;
  text-align: center;
  width: 10vw;
  background: #f6f6f6;
  border: 1px solid #f8f2f2;
  border-radius: 2px;
}
.select-td-width-fab {
  border-radius: 2px;
  text-align: center;
  width: 25vw;
  background: #f6f6f6;
  border: 1px solid #f8f2f2;
  border-radius: 2px;
}
.pop-confirm-fab-width {
  width: 300px;
}
.fab-color-tbl-th {
  width: 20vw;
}

.fab-edit-table-image-td {
  border-spacing: 5px;
  border-radius: 2px;
  text-align: center;
  min-width: 8vw;
  max-width: 8vw;
  background: #f6f6f6;
}

/* css for fabric color component */
.fabric-color-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

.fabric-color-box {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: calc(50% - 20px);
  box-sizing: border-box;
  padding: 20px;
  text-align: center;
  max-height: 50vh;
  overflow-y: auto;
}

@media (max-width: 768px) {
  .fabric-color-box {
    flex: 1 1 100%;
  }
}

.fabric-payment-terms {
  height: 40vh;
  overflow-y: auto;
  overflow-x: hidden;
}

.dnd-list-div {
  background: white;
  border: 1px solid blue;
  height: 40px;
  margin: 2px;
  border-radius: 5px;
  text-align: center;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  font-size: 11px;
}

.suppliers-add-btn {
  padding: 10px;
}
.supplier-add-btn-container {
  display: flex;
  justify-content: end;
}
.suppliers-or-display {
  margin: 5px;
}
.suppliers-qr {
  text-align: center;
}

.supplier-fab-trims-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 5px;
  gap: 5px;
  margin: 5px;
}
.supp-display-btn {
  display: flex;
}

.supplier-select-table {
  margin: 0 2%;
}

.supp-vessel-wrapper {
  display: flex;
  align-items: end;
  gap: 10px;
}

.supplier-buyers-table {
  border-spacing: 15px 4px;
  padding: 5px;
  border-radius: 5px;
  border-collapse: collapse;
  width: 100%;
  margin: 1%;
}

.suppliers-capacity-container {
  max-height: 28vh;
  overflow-x: hidden;
}

.suppliers-capacity-table {
  padding: 5px;
  border-radius: 10px;
  margin: 10px 0 0 0;
  border-collapse: collapse;
  margin-left: 10px;
  overflow-y: auto;
}

.suppliers-input-fields-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-column-gap: 10px;
  column-gap: 10px;
}
.supp-checkbox-wrapper {
  text-align: center;
}
.suppliers-del-btn {
  margin: 29px 0 0 0;
}

.supplier-inner-tabs-main-container {
  border-radius: 5px;
  padding: 1.5% 5px 5px 5px;
  height: 200px;
  overflow-y: auto;
  display: grid;
  grid-template-columns: 25fr 1fr;
}
.supplier-inner-tabs-certification-container {
  border-radius: 5px;
  padding: 1.5% 5px 5px 5px;
  max-height: 25vh;
  overflow-y: auto;
}
.supp-details-del {
  display: flex;
  justify-content: space-between;
  text-align: left;
  align-items: center;
  min-height: 30px;
  margin: 0 0 35px 1%;
}

.supplier-file-upload-container {
  border: 2px dashed #ccc;
  text-align: center;
  border-radius: 5px;
  padding: 2px;
  height: 65px;
}
.supplier-details-div {
  margin: 0.25em;
  border-radius: 5px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  padding: 0 15px 15px 15px;
}
.tabButtons-suppliers {
  display: flex;
  justify-content: space-between;
  width: 99%;
  border-radius: 50px;
  margin: 0.25em;
  border: 1px solid#338984;
  background: #ccffff4d;
}

.tabButton-supplierEdit {
  border: none;
  margin: 2px;
  width: 15%;
  text-align: center;
  color: #338984;
  cursor: pointer;
  background: none;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
}

.tabButton-supplierEdit-active {
  border: 1px solid#338984;
  margin: 2px;
  border-radius: 50px;
  width: 15%;
  text-align: center;
  color: white;
  cursor: pointer;
  background-color: #338984;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
}

.supplier_TabText {
  margin: 2px 0 0 0;
}

.addCertification_div {
  margin: 5px 0 0 0;
  display: flex;
  justify-content: flex-end;
}

.supplier-margin {
  padding: 6px;
}

.supplier-del-btn {
  border: none;
  height: 30px;
  font-size: 18pt;
  color: #dc432b;
  background: none;
  margin-top: 1%;
}

.suppliers_image_label {
  padding: 5px;
}

.supplier-img {
  height: 50px;
  width: 50px;
}

.suppliers-table-tr {
  text-align: left;
  text-indent: 6px;
  border-collapse: collapse;
}

.supplier-updateandAdd-btn {
  text-align: right;
  margin: 0 0 0.25em 0;
  display: flex;
  justify-content: right;
  width: 100%;
}

.suppliers-table-border {
  border-radius: 5px;
  height: 26px;
  font-size: 11px;
  width: 85%;
  padding: 5px 10px;
  vertical-align: top;
}

.supplier-btn-delete-icon {
  padding: 5%;
  border: none;
  height: 26px;
  font-size: 18pt;
  color: #dc432b;
  background: none;
}

.suppliers-color {
  display: flex;
  align-items: center;
  width: 100%;
}

.suppliers-inner-table {
  font-weight: 700;
  text-indent: 5px;
  color: #4f7da5;
  padding: 0px 10px;
}

.supplier-ImageName-div {
  display: flex;
  align-items: center;
  border: 2px dashed #ccc;
  border-radius: 5px;
}
.supp-file-del-icon {
  border: none;
  height: 15px;
  font-size: 18pt;
  color: #dc432b;
  background: none;
  margin-top: 1%;
}
.supplier-select-wid {
  width: 50%;
  margin: 0px 0 0 0;
}
.supp-file-img {
  width: 80%;
  margin: 10px 0;
}
.supp-image-wrapper {
  width: 20vw;
}
.sup-process-td {
  border-radius: 2px;
  text-align: center;
  min-width: 20vw;
  max-width: 30vw;
  background: #f6f6f6;
  font-size: 11px;
}
.sup-min-qty-container {
  margin: 5px 0 5px 0;
}

.material-color-details-container {
  overflow-x: hidden;
  overflow-y: auto;
  margin: 10px 0 0 0;
  max-height: 20vh;
}
.material-details-container {
  position: fixed;
  top: 9vh;
}
.ant-drawer-body .common-floatableStyle {
  top: 35px;
}
.material-supp-btn {
  height: 200px;
}

.material-cost-dropdown {
  width: 10vw;
}
.matertial-card-container {
  height: 100%;
}
.matertial-file-uploader {
  border: 2px dashed #ccc;
  text-align: center;
  height: 27vh;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.material-img {
  max-height: 150px;
  width: 150px !important;
}

.material-add-btn-div {
  display: flex;
  align-items: center;
  margin-left: 5px;
}
.marterial-sup-div {
  overflow-x: hidden;
  overflow-y: auto;
  padding: 4px;
}
.yarn-tbl-col {
  height: 100%;
  overflow: auto;
  margin: 2.2% 0 0 21%;
}

.spec-popup-tbl-div {
  max-height: 13vh;
  overflow-y: auto;
}
.spec-card-container{
  margin: 0.4em;
  height:40vh;
  overflow:auto;
}
.ob-general-edit-process-mainContainer {
  overflow-x: auto;
  scrollbar-color: #0f3460 #e5e4e2;
}

.ob-add-btn {
  margin: 10px 0 10px 0;
}

.ob-table-container {
  table-layout: fixed;
  border-collapse: collapse;
}

.ob-edit-drag-drop-td {
  display: flex;
  align-items: center;
}

.size-lib-input-div {
  display: grid;
  grid-template-columns: 1fr 1fr 3fr;
  grid-column-gap: 10px;
  column-gap: 10px;
}

.size-lib-table {
  max-width: -webkit-fit-content;
  max-width: fit-content;
  border-spacing: 5px;
}

.size-lib-table-input {
  width: 100%;
}
.size-lib-container{
  height: 70vh;
  overflow: auto;
}

.trims-image-table-td {
  border-spacing: 5px;
  border-radius: 2px;
  text-align: center;
  min-width: 10vw;
  background: #f6f6f6;
  border: 1px solid #f8f2f2;
  border-radius: 2px;
}
.trim-img {
  width: 77.5%;
}
.trm-img-del {
  display: flex;
  position: absolute;
  right: 0px;
  top: 20px;
}

.trims-fab-inner-container {
  overflow-y: auto;
  overflow-x: hidden;
  margin: 10px 0 0 0;
  height: 19vh;
}
.trims-basic-container {
  margin: 5px;
  background: #f7faff;
  height: 30vh;
  overflow-x: auto;
}
.trims-arr-grid-container {
  margin: 10px 0 0 0;
  display: grid;
  grid-column-gap: 10px;
  column-gap: 10px;
  grid-template-columns: repeat(3, minmax(342px, 1fr));
  grid-row-gap: 10px;
  row-gap: 10px;
  align-items: start;
}
.trims-color-search {
  width: 20%;
  margin: 0 0 10px 0;
}

.trims-select-dropdown {
  width: 25%;
}
.trims-process-routes-table-container {
  margin: 15px 0 0 0;
}

.trims-dropdown-input-table {
  height: -webkit-fit-content;
  height: fit-content;
}

.trims-doc-td {
  display: flex;
  justify-content: center;
}

.trims-label {
  margin: 5px;
}
.trim-table-div {
  width: 15%;
}

.trims-table-td {
  width: 0;
}
.trims-file-uploader {
  border: 2px dashed #ccc;
  text-align: center;
  height: 50px;
  border-radius: 5px;
  display: grid;
  align-items: center;
  width: 145px;
}

.trims-select-buyer-input {
  width: 99%;
}

.trims-file-name {
  font-size: 11px;
  cursor: pointer;
}

.trims-image-uploader-container {
  text-align: center;
  border-radius: 5px;
}

.trims-version-btn-div {
  display: flex;
  justify-content: space-between;
}

.trims-process-loss-td {
  min-width: 4vw;
}
.trim-details-container {
  position: absolute;
  top: 86px;
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .trim-details-container {
    position: fixed;
    top: 98px;
    max-height: 500px;
    overflow: auto;
  }
  .trims-arr-grid-container {
    margin: 10px 0 0 0;
    display: grid;
    grid-column-gap: 10px;
    column-gap: 10px;
    grid-template-columns: repeat(2, minmax(342px, 1fr));
    grid-row-gap: 10px;
    row-gap: 10px;
    align-items: start;
  }
}
.trm-tbl-col {
  height: 100%;
  overflow: auto;
  margin: 2.2% 0 0 21%;
}
.trims-img-container {
  height: 110px;
  width: 110px;
}
.trims-image-uploader {
  border: 2px dashed #ccc;
  text-align: center;
  height: 135px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
}

.trim-process-wid {
  width: 20vw;
  border-radius: 2px;
  text-align: left;
  background: #f6f6f6;
  border: 1px solid #f8f2f2;
  border-radius: 2px;
}

.file-container {
  border: 2px dashed #ccc;
  text-align: center;
  height: 15vh;
  border-radius: 5px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 5px;
}
.print-img-container {
  height: 12vh;
}

.file-name {
  margin: 0px;
  font-size: 12px;
  cursor: pointer;
}

.file-upload-file-div {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.trimTypes-specifications-input-container {
  display: grid;
  grid-template-columns: 1fr 0.1fr;
  margin: 5px;
}
.trimsTypes-spec-input-holder {
  width: 95%;
}
.specifications-trimTypes-container {
  width: 93%;
  padding: 5px 3%;
  gap: 10px;
  align-items: flex-start;
}
.trimTypes-btn-delete-icon {
  padding: 6px;
  border: 1px solid rgb(201, 200, 200);
  border-radius: 5px;
  height: 29px;
  font-size: 12pt;
  margin-right: 2px;
  color: #dc432b;
  background: none;
  width: 35px;
}

.HeaderButton-TrimTypes {
  display: flex;
  justify-content: space-between;
  text-align: left;
  align-items: center;
  min-height: 30px;
  margin: 20px 0 0 0;
  padding-bottom: 2px;
  border-bottom: 1px solid #ccc;
}

.task-container {
  border-radius: 5px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  padding: 5px;
  height: 84vh;
  overflow: auto;
  overflow-x: hidden;
}

.or-print-container {
  display: flex;
  align-items: end;
  margin-left: 5px;
  justify-content: flex-end;
}

.or-view-history-td {
  display: flex;
  justify-content: center;
}
.fab-title {
  font-size: 0.7rem;
  font-weight: bold;
}
.ord-details-container {
  overflow: auto;
  height: 87vh;
}
.ord-req-input-container {
  margin: 10px 0 0 0;
}
.ord-main-details-container {
  margin: 0 0 0 22%;
}
.ord-container-margin {
  margin: 0 15px 0 0;
}
.ord-img {
  width: 100%;
  object-fit: contain;
  max-height: 250px;
  margin: 10px 0 0 0;
}
.ord-sty-img {
  padding: 0 0 0 70px;
}
.ord-sty-img-container {
  width: 150px;
  height: 150px;
}
.or-btn-container {
  margin: 0px 0 0 30px;
}

.Or-table-margin {
  margin-top: 5px;
}

.or-Ta-add-btn {
  padding: 1px 2px 1px 2px;
  border: 1px solid rgb(201, 200, 200);
  border-radius: 5px;
  height: 28px;
  font-size: 15pt;
  color: #103460;
  cursor: pointer;
}
.or-add-btn {
  padding: 1px 2px 1px 2px;
  border: 1px solid rgb(201, 200, 200);
  border-radius: 5px;
  height: 28px;
  font-size: 11px;
  color: #103460;
  cursor: pointer;
}
.or-table-ta-td {
  text-align: left;
  font-size: 12px;
}

.or-qr-container {
  padding: 2% 2%;
  margin: 35px 4px 0 0;
  border-radius: 5px;
  white-space: nowrap;
}
.or-size-csp-alw {
  display: flex;
  float: inline-end;
}

.or-table-container {
  overflow-y: hidden;
  width: 98.5%;
  margin: 5px 0 5px 0;
  overflow-x: auto;
}

.or-table-div {
  max-width: -webkit-fit-content;
  max-width: fit-content;
  border-spacing: 2px;
  margin-top: 2.2%;
}
.or-process-th {
  margin-top: 0px;
  font-size: 12px;
  margin-bottom: 1px;
  color: black;
  padding: 5px;
  white-space: nowrap;
  border: 1px solid #5fbfcb66;
  background-color: #5fbfcb66;
  border-radius: 5px;
}
.or-ta-table-container {
  overflow-y: auto;
  overflow-x: auto;
  height: -webkit-fit-content;
  height: fit-content;
  max-height: 66.4vh;
  padding: 0px;
  padding-bottom: 5px;
}

.or-cut-plan-file-upload {
  border: 2px dashed #ccc;
  text-align: center;
  height: 100px;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 5px;
  width: 300px;
  margin: 10px 0 0 0;
}
.or-Color-td {
  border-spacing: 5px;
  border-radius: 2px;
  text-align: center;
  min-width: 30vw;
  max-width: 10vw;
  background: #f6f6f6;
}
.or-popup-table-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 5px;
  gap: 5px;
  margin: 5px 10px;
}

.or-select-dropdown-type {
  height: 24px;
}
.Or-size-csp-td {
  display: flex;
  justify-content: center;
}
.or-powise-tab-container {
  display: grid;
  grid-template-columns: 0.1fr 2fr;
}

.or-input-container {
  width: 15%;
  padding: 5px;
}

.or-add {
  padding: 6px;
  border: 1px solid rgb(201, 200, 200);
  border-radius: 5px;
  height: 28px;
  font-size: 11px;
  color: #103460;
  cursor: pointer;
}
.or-trimsDetails-oq-th {
  margin-top: 0px;
  font-size: 0.625rem;
  margin-bottom: 1px;
  color: black;
  padding: 4px;
  white-space: nowrap;
  border: 1px solid #ccc;
  border-radius: 5px;
  text-align: center;
}
.or-table-th {
  margin-top: 0px;
  font-size: 11px;
  margin-bottom: 1px;
  color: black;
  padding: 5px 2px;
  white-space: nowrap;
  border: 1px solid #5fbfcb66;
  border-radius: 5px;
  background-color: #5fbfcb66;
  text-align: center;
}

.or-image {
  max-height: 200px;
  height: 200px;
  max-width: 200px;
  width: 200px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.or-img-name {
  margin-right: 2%;
}

.or-images-nav-btn {
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  background-color: #c3c3c3;
  border-radius: 6px;
  height: 248px;
  width: 30px;
  margin: 5px;
}

.or-del-cad {
  padding: 1px 2px 1px 2px;
  border: 1px solid rgb(201, 200, 200);
  border-radius: 50px;
  height: 24px;
  width: 22px;
  font-size: 11px;
  color: #dc432b;
  left: 97px;
  background: white;
}

.or-spec-images-container {
  display: flex;
  overflow-y: scroll;
  scroll-behavior: smooth;
  transition: scroll 0.3s ease-in-out;
  max-width: 1054px;
  padding: 3% 0 0 0;
}

.or-table-td {
  border-spacing: 5px;
  border-radius: 5px;
  text-align: center;
}

.or-orderQty-tr {
  text-align: left;
  border: 1px solid rgb(201, 200, 200);
  border-spacing: 5px;
  padding: 5px;
  border-radius: 5px;
}

.or-specMeasure-file-upload-container {
  display: grid;
  grid-column: 1 / span 2;
  border-radius: 5px;
}
.or-images-scroll-contaniner {
  width: 65vw;
}
.or-file-upload-lables {
  margin-top: 0px;
  font-size: 12px;
  margin-bottom: 1px;
}

.or-mrp-sizewise-input {
  border: 1px solid rgb(201, 200, 200);
  border-radius: 5px;
  height: 24px;
  font-size: 0.625rem;
  width: 100%;
  text-align: center;
}
.or-del-btn {
  padding: 1px;
  border: 1px solid rgb(201, 200, 200);
  border-radius: 5px;
  height: 28px;
  font-size: 8pt;
  margin-right: 2px;
  color: #dc432b;
  background: none;
  width: 32px;
}

.or-mrp-fab-trims-table-container {
  padding: 0.25em;
}

.or-popup-MrpTable {
  overflow-y: auto;
  overflow-x: auto;
  width: 98.5%;
  padding: 0.25em;
  display: flex;
  justify-content: center;
}

.or-info-container-div {
  display: grid;
  grid-template-columns: 5fr 0.5fr;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  margin: 0.25em;
  border-radius: 5px;
  padding: 0 15px 15px 15px;
  margin-top: 10px;
}

.or-grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 0.1fr;
  grid-column-gap: 10px;
  column-gap: 10px;
}

.or-mrp-input {
  display: flex;
  align-items: center;
  font-weight: 400;
  width: 100%;
}

.or-table-logistics {
  max-width: -webkit-fit-content;
  max-width: fit-content;
  padding: 0.25em;
}

.or-sizeWise-table-td {
  border-spacing: 5px;
  border-radius: 5px;
  text-align: center;
  width: 85px;
}
.or-mrp-btn-container {
  display: flex;
  padding-top: 5px;
}

.or-po-btn-flex {
  display: flex;
  align-items: flex-end;
}

.or-table-ta-td-count {
  text-align: center;
  font-size: 12px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.next-prev-div {
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
}

.or-fabric-width-td {
  width: 30vw;
  /* background:#f6f6f6; */
  background: #f6f6f6;
  font-size: 0.625rem;
  text-align: left;
  letter-spacing: 0px;
  /* border: 1px solid #f8f2f2; */
  border: 1px solid #f8f2f2;
  border-radius: 2px;
}
.or-fab-img-view {
  height: 25vh;
}
.or-mat-details-fab {
  min-width: 20vw;
}
.or-qty-table-th {
  margin-top: 0px;
  font-size: 0.7rem;
  margin-bottom: 1px;
  color: white;
  padding: 4px;
  background-color: #6a1e55;
  border-radius: 2px;
}

.sub-header-container-or {
  margin: 0.25em 0;
  border-radius: 5px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  padding: 5px;
}

.or-fab-table-container {
  max-height: 60vh;
  overflow: auto;
}
.fab-up-count {
  width: 30px;
  text-align: center;
}
.or-doc-view-td {
  display: flex;
  justify-content: center;
}

.or-qty-tab-div {
  width: 20%;
}
.or-po-add-btn {
  padding: 0 0 0 5px;
  margin-bottom: 5px;
}
.or-tabs-bottom {
  margin-bottom: 10px;
}
.or-csp-btn-tab {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 5px;
}

.or-date-input {
  height: 24px;
  width: 100%;
  padding: 5px;
}
.or-bud-color-tbl {
  background-color: #d8e2dc !important;
}
.or-quote-col {
  background-color: #ffe5d9 !important;
}
.or-order-col {
  background-color: #ffcad4 !important;
}
.or-common-td {
  border-radius: 2px;
  text-align: center;
  min-width: 4vw;
  max-width: 10vw;
  background: #ecf3fa;
  font-size: 11px;
  border-radius: 2px;
  border: 1px solid #ecf3fa;
  margin-bottom: 2px;
}
.or-common-header {
  margin-top: 0px;
  font-size: 0.625rem;
  margin-bottom: 1px;
  color: black;
  padding: 4px;
  background-color: #b197e11c;
  border-radius: 2px;
  text-align: center;
  border: 1px;
  border-style: solid;
  border-color: #b197e169;
}
.or-common-header-comb {
  color: black;
  background-color: #8f66db1c;
  border: 1px;
  border-style: solid;
  border-color: #b197e169;
}
.or-common-tax-td {
  border-bottom: 1px solid #a8cdee;
  margin-bottom: 2px;
}
.combine-table-mat {
  width: 100%;
  overflow-x: auto;
  overflow-y: auto;
  height: 40vh;
}

.fabric-Store-btn-container {
  display: flex;
}
.roll-defect-table-container {
  display: flex;
  overflow-x: auto;
}

.fabStore-ant-table {
  overflow: auto;
}
.fabricStore-name-display {
  width: 100%;
  text-align: left;
  display: grid;
  grid-template-columns: 0.3fr 2fr;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
  border-radius: 5px;
  padding: 10px;
  margin: 0.25rem;
}
.fabric-store-add-btn-div {
  display: flex;
  text-align: end;
  justify-content: space-between;
  align-items: center;
}
.roll-defect-table-process {
  border-radius: 5px;
  margin-top: 10px;
}
.roll-defect-th {
  text-align: center;
}
.roll-defect-text-input {
  border: 1px solid rgb(201, 200, 200);
  border-radius: 5px;
  height: 24px;
  font-size: 11px;
  width: 100%;
  text-align: center;
}

.yarn-store-orderRequest {
  width: 15%;
  padding: 0 0 0 0.3rem;
}
.yarn-alloc-btn-container {
  display: flex;
  gap: 10px;
}

.q-fab-trims-emb-edit {
  margin-top: 50%;
}
.q-fab-trims-emb-refr {
  margin-top: 45%;
}
.q-btn-container {
  margin: 10px 0 0 0;
}
.q-table-td-wdth {
  min-width: 20vw;
}
.q-expandable-sub-heading {
  /* padding: 5px; */
  font-size: 0.9rem;
  font-weight: bold;
}
.q-tax-td {
  display: block;
}

.borderclass {
  border: 1px solid #c2e5ea;
  border-radius: 5px;
  vertical-align: top;
  padding: 5px;
  font-size: 12pt;
}
.quote-border-width {
  min-width: 15vw;
}
.q-text-box {
  width: 100%;
}

.q-buyer-details-container {
  width: 96%;
  margin: 0 0 2px 0;
}

.q-sub-heading-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 15px 0 0;
}

.q-radio-div {
  display: flex;
  align-items: center;
  gap: 5px;
  padding-right: 5px;
}

.q-table {
  border-radius: 5px;
  overflow-y: auto;
  padding: 0 0 6px 0;
  overflow-x: auto;
  max-height: 50vh;
  margin: 5px;
}
.q-table-fab {
  border-radius: 5px;
  overflow-y: auto;
  padding: 0 0 6px 0;
  overflow-x: auto;
  max-height: 70vh;
  margin: 5px;
}

.q-table-costing {
  max-width: -webkit-fit-content;
  max-width: fit-content;
}
.q-table-costing td {
  vertical-align: middle;
  font-size: 0.625rem;
}

.q-table-heading-lables {
  margin-top: 0px;
  font-size: 11px;
  margin-bottom: 1px;
  color: black;
  padding: 0.25em 0;
  border: 1px solid #5fbfcb66;
  background-color: #5fbfcb66;
  border-radius: 5px;
  min-width: 100px;
  height: 24px;
}

.q-prod-table-td {
  border-spacing: 5px;
  border-radius: 2px;
  text-align: center;
  background: #f6f6f6;
}

.q-text-input {
  border-radius: 5px;
  height: 24px;
  font-size: 0.625rem;
  width: 100%;
  text-align: center;
}
.q-modal-body-trims {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 10px;
  column-gap: 10px;
  margin: 10px;
  grid-row-gap: 10px;
  row-gap: 10px;
  max-height: 60vh;
  min-height: 150px;
  overflow-y: auto;
  padding: 10px;
}
.q-modal-body-container {
  display: grid;
  grid-template-columns: 3fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-column-gap: 10px;
  column-gap: 10px;
  align-items: end;
}

.q-grid-col-span-body {
  overflow-y: auto;
  overflow-x: auto;
  max-height: 60vh;
}
.q-modal-size-table {
  margin: 12px 0 0 0;
}
.q-total-div {
  display: grid;
  grid-template-columns: 1fr 0.1fr;
  grid-column-gap: 5px;
  column-gap: 5px;
  grid-row-gap: 10px;
  row-gap: 10px;
  padding-left: 3px;
  border-radius: 5px;
  padding: 5px;
  width: -webkit-fit-content;
  width: fit-content;
}
.q-total {
  color: #366dd2;
  font-size: 11px;
  font-weight: 700;
  border-radius: 5px;
}

.q-ob-table-td {
  border-spacing: 5px;
  border-radius: 5px;
  font-size: 12px;
  text-align: center;
  padding: 0.25em 0.5em;
  border: 1px solid#f6f6f6;
}

.q-label-disabled {
  cursor: not-allowed;
  background-color: light-dark(rgba(239, 239, 239, 0.3), rgba(59, 59, 59, 0.3));
  color: light-dark(rgb(84, 84, 84), rgb(170, 170, 170));
  border-color: rgba(118, 118, 118, 0.3);
}
.q-deleted-row {
  color: red;
}

.q-money-prop {
  color: #ffb500;
  font-size: 0.9rem;
}
.q-total-lbl-money {
  margin: 0;
  font-weight: 700;
  font-size: 13px;
  border-radius: 4px 4px 0 0;
  color: #094a82;
  display: flex;
  justify-content: left;
  align-items: center;
  margin-left: 6px;
}
.q-section-div {
  box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
  border-radius: 5px;
  padding: 5px;
  margin-bottom: 5px;
}
.q-add-btn-size-grp-div {
  padding: 5px 0px 0px 0px;
}

.quote-target-cost-container {
  display: flex;
  /* justify-content: center; */
  overflow-x: auto;
  overflow-y: auto;
}

.q-component-div {
  display: flex;
  align-items: center;
}

.q-col-span-garment-clr {
  grid-column: 3 / 5;
}
.target-price-div {
  width: 10%;
}
.q-price-div {
  display: flex;
  gap: 10px;
}
.q-common-td {
  border-radius: 2px;
  text-align: center;
  min-width: 4vw;
  max-width: 10vw;
  background: #f6f6f6;
}
.q-col-width-number {
  min-width: 4vw;
}
.q-col-width-process {
  min-width: 21vw;
}
.q-col-width-uom {
  min-width: 2.5vw;
}
.q-col-width-source-form {
  max-width: 8vw;
  min-width: 8vw;
  background: #f6f6f6;
}
.q-expandable-total-div {
  margin-left: auto;
  display: grid;
  grid-template-columns: 0.1fr 1fr;
  grid-column-gap: 5px;
  column-gap: 5px;
  grid-row-gap: 10px;
  row-gap: 10px;
  padding: 0 0 0 6px;
  border-radius: 5px;
  box-shadow: 0 0 25px 0 #5fbfcb66 inset;
  width: -webkit-fit-content;
  width: fit-content;
}

.q-expandable-total {
  color: white;
  font-size: 0.9rem;
  font-weight: 700;
  border-radius: 5px;
}
.q-component-tab {
  display: flex;
  justify-content: space-between;
}

.q-proc-modal-edit {
  display: flex;
}
.q-sum-bold {
  font-weight: BOLDER;
}
.q-img {
  width: 100%;
  object-fit: contain;
  max-height: 250px;
}
.q-margin-fbtn {
  margin-top: 2.5%;
}
.q-main-wrapper {
  height: 89vh;
}
.q-main-row {
  padding-top: 2px;
  height: 100%;
  overflow: hidden;
}
.q-data-col {
  height: 87vh;
  overflow: auto;
}
.q-tbl-col {
  height: 100%;
  overflow: auto;
}
.q-modal-ver-comp-div {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 10px;
  column-gap: 10px;
  margin: 10px;
  grid-row-gap: 10px;
  row-gap: 10px;
  overflow-y: auto;
  padding: 10px;
}

.crt-po-select-item-container {
  grid-template-columns: 1fr 1fr;
  display: grid;
  grid-column-gap: 10px;
  column-gap: 10px;
}
.crt-po-cascader-input {
  width: 215px;
}
.crt-po-table {
  display: grid;
  padding: 15px 15px 10px 15px;
  margin-top: 10px;
  border-radius: 5px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}
.po-tbl-col {
  height: 100%;
  margin: 3% 0 0 21%;
}
.po-details-table {
  height: 77.5vh;
  overflow: auto;
}
.crt-details-container {
  position: absolute;
  top: 65px;
}

.crt-lbl {
  border-radius: 2px;
  text-align: center;
  min-width: 8vw;
  max-width: 10vw;
  font-weight: bold;
  color: #0f3460;
  font-weight: bold;
}

.crt-po-padding {
  padding: 10px 15px 10px 15px;
}

.crt-po-company-details-div {
  margin-top: 10px;
  display: grid;
  grid-template-columns: 25% 50% 25%;
  justify-content: center;
  align-items: start;
  justify-items: center;
}

.crt-heading-po {
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  text-indent: 5px;
  color: #0f3460;
}

.crt-po-material-btn {
  margin: 0 0 6px 0;
}
.crt-po-details-container {
  height: 87vh;
  padding: 8px;
  overflow: auto;
}

.po-tabs .ant-tabs-tab {
  padding: 0 2.3vw;
  width: 3vw;
  margin: 0 !important;
}
.crt-display-div {
  display: flex;
  gap: 10px;
}

.crt-label-holder {
  white-space: noWrap;
}

.po-comments {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 12px 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
}

.po-empty {
  color: #6b7280;
  font-size: 14px;
}

.po-comment-card {
  border: 1px solid #e5e7eb;
  background: #ffffff;
  border-radius: 12px;
  padding: 12px 14px;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.03);
  transition: box-shadow 120ms ease, transform 120ms ease;
}

.po-comment-card:hover,
.po-comment-card:focus-within {
  box-shadow: 0 6px 18px rgba(16, 24, 40, 0.08);
  transform: translateY(-2px);
}

.po-comment-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
}

.po-comment-type {
  font-size: 13px;
  font-weight: 600;
  color: #111827;
  background: #f3f4f6;
  padding: 4px 8px;
  border-radius: 999px;
  white-space: nowrap;
}

.po-comment-time {
  font-size: 12px;
  color: #6b7280;
}

.po-comment-body {
  margin-top: 8px;
}

.po-comment-text {
  margin: 0;
  font-size: 15px;
  line-height: 1.45;
  color: #111827;
  word-break: break-word;
}

.po-comment-footer {
  margin-top: 10px;
  display: flex;
  gap: 12px;
  font-size: 12px;
  color: #6b7280;
  align-items: center;
}

.po-comment-user {
  background: #fff;
  padding: 2px 6px;
  border-radius: 6px;
}

.po-comment-id {
  opacity: 0.9;
}

@media (max-width: 480px) {
  .po-comment-card {
    padding: 10px;
  }
  .po-comment-text {
    font-size: 14px;
  }
}

.grn-buyer-inner-div {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-row-gap: 5px;
  row-gap: 5px;
  grid-column-gap: 10px;
  column-gap: 10px;
  width: 100%;
}

.grn-inner-container {
  width: 98%;
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
  grid-row-gap: 5px;
  row-gap: 5px;
  grid-column-gap: 10px;
  column-gap: 10px;
}
.grn-tbl-col {
  height: 100%;
  margin: 2.2% 0 0 21%;
}
.grn-details-container {
  position: absolute;
  top: 65px;
}
.grn-doc-container {
  height: 41vh;
  overflow-y: auto;
  overflow-x: hidden;
  margin: 5px;
  background: #f7faff;
}
.grn-mat-details {
  height: 70vh;
  overflow-y: auto;
}

.grn-table-container {
  padding: 5px;
  margin: 5px 0 0 0%;
  overflow-y: auto;
  max-height: 53vh;
}

.grn-rolls-text-box-input {
  height: 24px;
  width: 100%;
  border: 1px solid rgb(201, 200, 200);
  border-radius: 5px;
  text-align: center;
  font-size: 0.625rem;
  font-weight: bold;
}

.grn-material-list {
  max-height: 40vh;
  overflow-x: auto;
}

.grn-lot-spec-image-holder {
  align-items: center;
  display: flex;
  width: 100%;
  text-align: center;
  height: 100px;
}

.grn-lot-image {
  height: 50px;
  width: 50px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.grn-lot-file-embed {
  height: 50px;
  width: 50px;
  margin: 5px;
  border-radius: 8px;
  border: 1px solid #3e5888;
}

.grn-lot-image-lbl {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.grn-lot-img-name {
  padding: 0px;
  margin: 0px;
  cursor: pointer;
}

.wareHouse-qr-Code-container {
  display: grid;
  justify-content: center;
  align-items: center;
  justify-items: center;
  align-content: space-around;
}

.warehouse-sub-input-container {
  display: grid;
  grid-template-columns: 1fr 0.5fr;
  padding: 0 0 0 10px;
}
.common-qr {
  white-space: nowrap;
}

.counts-table {
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
}

.qc-filter {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 10px;
  column-gap: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.qc-table-process {
  border-radius: 5px;
  margin-top: 10px;
}

.qc-text-input {
  border: 1px solid rgb(201, 200, 200);
  border-radius: 5px;
  height: 24px;
  font-size: 11px;
  width: 100%;
  text-align: center;
}

.qc-submit-btn-container {
  display: flex;
  justify-content: flex-end;
}

.tanda-add-btn-container {
  margin: 10px;
}
.tanda-table-td {
  border-radius: 2px;
  text-align: center;
  min-width: 20vw;
  max-width: 10vw;
  background: #f6f6f6;
}
.tanda-buyer-table {
  margin: 10px 0 0 0;
  overflow-x: auto;
  height: 200px;
}

.tanda-edit-process-mainContainer {
  display: grid;
}
.tanda-drag-delete {
  display: flex;
  align-content: center;
  align-items: center;
  min-width: 0vw;
  max-width: 4vw;
}

.tanda-Buyer-table {
  width: 20%;
}

.tanda-dropdown-input-table {
  height: -webkit-fit-content;
  height: fit-content;
}
.tanda-box-shadow {
  margin: 0.25em;
  border-radius: 5px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  padding: 5px 5px 5px 5px;
}

.Container-colorLabDip-edit {
  margin: 0.25em;
  border-radius: 5px;
}

.color-del-btn {
  color: #dc432b;
  margin-top: 10px;
}
.color-lab-dip-del {
  font-size: 25px;
  font-weight: 600;
  display: flex;
  border: none;
  outline: none;
  cursor: pointer;
  color: white;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  border: 1px solid #edf2fa;
  background: #edf2fa;
}
.color-lab-dip-img {
  margin: 10px 0 0 5px;
  font-size: 20px;
  height: 30px;
  width: 30px;
}
.color-lab-dip-card-div {
  border-radius: 5px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  padding: 5px;
}

.color-lab-dip-card-heading-container {
  display: flex;
}

.color-lab-dip-input-container {
  display: grid;
  width: 93%;
  padding: 5px 0%;
}
.color-color-lab-dip-edit {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 2fr;
}
.color-lab-dip-supplier-select {
  width: 40%;
  margin: 0 0 5px 0;
}

.color-color-lab-dip-edit-swatch {
  display: flex;
  flex-direction: column;
}
.color-lab-dip-swatch-approve {
  display: flex;
  align-items: center;
  margin-top: 2vh;
  justify-content: space-between;
  width: 120px;
}
.color-lab-dip-swatch-approve-checkBox {
  margin: 0px 0 0 5px;
}
.color-lab-dip-embed {
  overflow: hidden;
}

.color-lab-dip-swatch-file-image {
  display: grid;
  width: 100%;
}
.color-lab-dip-swatch-image-Upload {
  text-align: center;
}

.color-lab-dip-file-input-uploader {
  border: 2px dashed #ccc;
  text-align: center;
  height: 100px;
  border-radius: 5px;
  margin: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px;
}
.color-lab-dip-file-input-label {
  height: 200px;
}
.color-lap-dip-image-outer-container {
  margin: 5px 3%;
  height: 86%;
}
.color-lap-dip-image-close-Btn-container {
  display: flex;
  justify-content: center;
}
.color-lap-dip-file-viewer iframe {
  width: 112vw;
  height: 60vh;
}

.color-lab-dip-swatch-img {
  width: 120px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
}

.color-lab-dip-card-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 10px;
  grid-gap: 10px;
  gap: 10px;
  grid-row-gap: 10px;
  row-gap: 10px;
}

.color-lab-dip-flex-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 10px;
}

.color-lab-dip-image-label {
  text-align: center;
  width: 100%;
  display: block;
}

.color-lab-dip-card-heading {
  display: flex;
  justify-content: space-between;
  padding: 1px 5px 1px 1px;
  margin: 0;
  width: 100%;
  white-space: nowrap;
  font-weight: 700;
  font-size: 11px;
  border-radius: 4px 4px 0 0;
  color: rgb(201, 200, 200);
  /* height: 30px; */
  align-items: center;
}
.color-lab-dip-del-btn {
  border: 0px;
  color: red;
}
.color-code-view-file {
  margin: 10px 0 0 0;
}

.color-lab-dip-upload-label {
  display: flex;
  justify-content: center;
  align-items: center;
}

.approval-select {
  margin: 5px;
  width: 9vw;
}
.approval-icon {
  font-size: 25px;
  color: #6d739d;
}
.approval-step {
  border: 1px solid #f0e9ff;
  border-radius: 5px;
  height: 150px;
  margin: 5px;
  text-align: center;
  width: 170px;
}

.approval-sub-container {
  height: 83vh;
  overflow-x: auto;
}

.approval-container {
  display: flex;
}

.approvalcount-container {
  align-items: center;
  justify-content: center;
  border-top: 25px solid #e07a5f;
  width: 150px;
  box-shadow: rgba(0, 0, 0, 0.24) -1px 2px 3px;
  height: 90px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  background-color: #eeeeee80;
  padding: 1%;
}
.approvalcount_inner1 {
  align-items: center;
  justify-content: center;
  width: 150px;
  border-top: 25px solid #81b29a;
  box-shadow: rgba(0, 0, 0, 0.24) -1px 2px 3px;
  height: 90px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  background-color: #eeeeee80;
  padding: 1%;
  font: bold;
}

.approvalcount_inner2 {
  align-items: center;
  justify-content: center;
  width: 150px;
  box-shadow: rgba(0, 0, 0, 0.24) -1px 2px 3px;
  height: 90px;
  border-top: 25px solid #4a4e69;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  background-color: #eeeeee80;
  padding: 1%;
  font: bold;
}

.approvalcount_inner3 {
  align-items: center;
  justify-content: center;
  width: 150px;
  box-shadow: rgba(0, 0, 0, 0.24) -1px 2px 3px;
  height: 90px;
  border-top: 25px solid #735d78;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  background-color: #eeeeee80;
  padding: 1%;
  font: bold;
}
.approvalcount_inner4 {
  align-items: center;
  justify-content: center;
  width: 150px;
  box-shadow: rgba(0, 0, 0, 0.24) -1px 2px 3px;
  height: 90px;
  border-top: 25px solid #508991;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  background-color: #eeeeee80;
  padding: 1%;
  font: bold;
}
.approvalCount-main-container {
  padding: 1%;
  display: flex;
  width: 50%;
  justify-content: space-between;
  font-weight: bold;
}
.approvalCount-display {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  margin-bottom: 10px;
  font-size: x-large;
}

.readonly-field {
  display: flex;
  flex-direction: column;
}

.readonly-label {
  font-size: 0.8rem;
  font-weight: bold;
  color: #6A1E55;
}

.readonly-value {
  font-size: 0.7rem;
  color: #103460
}

.tiny-range-picker.ant-picker {
  height: 20px;
  font-size: 10px;
  padding: 0 4px;
}

.tiny-range-picker .ant-picker-input > input {
  font-size: 10px;
  padding: 0;
  height: 18px;
}

.tiny-range-picker .ant-picker-suffix {
  font-size: 10px;
  margin-left: 2px;
}

.tiny-range-picker .ant-picker-separator {
  font-size: 10px;
  margin: 0 2px;
}

.user-profile-main-container {
  /* margin-top: 10px; */
  /* border-radius: 5px; */
  /* box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px; */
  padding-bottom: 5px;
  /* margin: 0.25rem; */
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
}
.emp-upload-icon {
  display: flex;
  justify-content: center;
}
.emp-img-space {
  margin: 5px;
}
.emp-declaration-p {
  margin: 0;
  white-space: pre-wrap;
}
.employe-file-input-label {
  border: 2px dashed #ccc;
  text-align: center;
  height: 160px;
  width: 160px;
  border-radius: 5px;
  padding: 5px;
}
.employee-img-container {
  height: 17vh;
  width: 150px;
}
.employee-del-container {
  justify-content: center;
  display: flex;
}
.user-profile-inner-container {
  border-radius: 5px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  padding-bottom: 5px;
  /* margin: 0.25rem; */
  padding-top: 0px;
  padding-left: 5px;
  height: 77vh;
  padding-right: 5px;
}
.user-profile-details-div {
  border-radius: 5px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  padding-bottom: 5px;
  /* margin: 0.25rem; */
  padding-top: 0px;
  padding-left: 5px;
  padding-right: 5px;
}
.user-profile-form-div {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-column-gap: 10px;
  column-gap: 10px;
  grid-row-gap: 5px;
  row-gap: 5px;
  padding: 0px 10px 25px 10px;
}
.user-profile-radio-btn-div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}
.user-profile-radio-lbl {
  display: flex;
}
.user-profile-address-div {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-column-gap: 10px;
  column-gap: 10px;
  padding: 0px 10px 25px 10px;
}

.user-profile-declaration-div {
  padding: 0px 10px 0px 10px;
  display: grid;
  grid-template-columns: 0.1fr 4fr;
  align-items: flex-start;
}
.user-profile-next-previous-div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 5px;
}
.user-profile-table-general-th {
  font-size: 11px;
  margin-bottom: 1px;
  color: black;
  position: relative;
  border: 1px solid #5fbfcb66;
  border-radius: 5px;
  background: #5fbfcb66;
  padding: 5px;
}
.user-profile-add-btn {
  background: #00000014;
  border: 0px;
  padding: 3px;
  height: 24px;
  width: 32px;
  color: #103460;
  border-radius: 5px;
}
.user-profile-table-div {
  height: 65vh;
  overflow-y: auto;
}

.mill-supp-card-container {
  margin: 10px 0 0 0;
  height: 46vh;
  overflow-x: auto;
}
.mill-supp-select {
  display: grid;
  width: 80%;
}

.supp-table-td {
  border-radius: 2px;
  text-align: center;
  min-width: 18vw;
  background: #f6f6f6;
}

.mill-add-update-btn-container {
  text-align: right;
  margin: 0 0 0.25em 0;
  display: flex;
  justify-content: right;
  width: 100%;
}
.mill-grid-divide-50 {
  display: grid;
  grid-template-columns: 1fr 4fr;
}

.mill-inner-tabs-main-container {
  border-radius: 5px;
  padding: 0px 5px 5px 5px;
  overflow-y: auto;
  display: grid;
  grid-template-columns: 25fr 1fr;
}
.mill-input-fields-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-column-gap: 10px;
  column-gap: 10px;
}

.mill-image-container {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 2px;
  border: 2px dashed #ccc;
  gap: 10px;
  border-radius: 5px;
}
.mill-img {
  width: 30px;
}

.mill-checkbox-container {
  text-align: center;
}
.mill-cert-table-td {
  min-width: 25vw;
  max-width: 0;
}
.mill-image-label {
  margin: 0px;
  font-size: 12px;
  overflow: hidden;
  white-space: pre-wrap;
  cursor: pointer;
}
.mill-margin {
  padding: 6px;
}

.mill-file-img {
  width: 30%;
  margin: 10px 0;
}
.mill-file-upload-container {
  border: 2px dashed #ccc;
  text-align: center;
  border-radius: 5px;
  padding: 2px;
  height: 56px;
}
.mill-sub-details-container {
  margin: 0.25em;
  border-radius: 5px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  padding: 15px;
}
.mill-inner-tabs-container {
  height: 40vh;
  overflow-y: auto;
  margin: 10px 0 0 0;
}
.mill-edit-checkBox-container {
  display: flex;
  gap: 10px;
}

.tandC-table-td {
  border-radius: 2px;
  text-align: center;
  background: #f6f6f6;
  min-width: 88vw;
}
.tandC-input {
  min-height: 30vh !important;
  resize: none !important;
}

.tandC-outer-grid {
  display: grid;
  grid-template-columns: 9fr 1fr;
}

.common-qr {
  white-space: noWrap;
}

.prod-std-lbl-df {
  font-weight: 700;
  display: flex;
  align-items: center;
  text-indent: 5px;
  color: #0f3460;
  flex-wrap: nowrap;
  white-space: pre-line;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 0.625rem;
}

.readonly-field {
  display: flex;
  flex-direction: column;
}

.readonly-label {
  font-size: 0.8rem;
  font-weight: bold;
  color: #6A1E55;
}

.readonly-value {
  font-size: 0.7rem;
  color: #103460
}
.duties-info-grid {
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  border-radius: 5px;
  padding-bottom: 0.25em;
  margin: 0.25em;
}

.duties-file-uploader {
  border: 2px dashed #ccc;
  padding: 3px;
}

.duty-file-container {
  text-align: center;
  padding: 0 5px;
  display: flex;
  gap: 10px;
}

.duties-img-name {
  margin: 0px;
  font-size: 0.9em;
  font-weight: bold;
}
.duty-image-holder {
  align-items: center;
  display: flex;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  height: 20px;
}
.duties-img {
  height: 60px;
  width: 60px;
}
.duties-file-heading {
  color: #0f3460;
  display: flex;
  flex-direction: column;
  font-size: 0.625rem;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.duties-img {
  height: 40px;
  width: 40px;
}
.duties-button-container {
  display: grid;
  justify-content: right;
}
.duties-inner-container-btns {
  text-align: right;
  display: flex;
  align-items: end;
}
.duties-delete-upload {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.duties-img {
  height: 60px;
  width: 60px;
}

.dashboard-bg-clr {
  background-color: #0f1a2b;
  height: 100%;
  /* text-align: center; */
  padding: 5px;
}
.dashboard-prod-std-lbl {
  font-weight: bold;
  display: flex;
  align-items: center;
  text-indent: 5px;
  color: #0ed7cf;
  flex-wrap: nowrap;
  white-space: nowrap;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 0.625rem;
  margin-right: 5px;
}
.dashboard-common-label {
  font-weight: bold;
  align-items: center;
  text-indent: 5px;
  color: #fef0aa;
  font-size: 1.3rem;
}

.dashboard-common-value {
  font-weight: bold;
  align-items: center;
  text-indent: 5px;
  color: #0ed7cf;
  font-size: 1.3rem;
}

.dashboard-common-secondary-label {
  font-weight: bold;
  align-items: center;
  text-indent: 5px;
  color: #0ed7cf;
  font-size: 1rem;
}
.dashboard-common-secondary-value {
  font-weight: 500;
  align-items: center;
  text-indent: 5px;
  color: #fef0aa;
  font-size: 1rem;
}
.dashboard-common-sub-title {
  align-items: center;
  color: #000;
  font-size: 0.625rem;
  white-space: nowrap;
}
.dashboard-card-count {
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.dashboard-card-count-div {
  border-radius: 50%;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dashboard-card-count-outer-div {
  display: flex;
  align-items: center;
  gap: 5px;
}
.dashboard-common-count {
  color: #0ed7cf;
  font-size: 2.625rem;
  white-space: nowrap;
  text-align: center;
  font-weight: bolder;
}
.dash-table-sn-td-big-reject {
  border-radius: 2px;
  text-align: center;
  min-width: 2vw;
  max-width: 10vw;
  background: #ffb2aa;
  font-size: 1.3rem;
  overflow-wrap: break-word;
  font-weight: bold;
  padding: 2px;
  border: 1px solid #f36455;
  color: black;
  /* font-weight: 600; */
  text-shadow: 0 0 black;
}
.dash-table-sn-td-big-rework {
  border-radius: 2px;
  text-align: center;
  min-width: 2vw;
  max-width: 10vw;
  background: #fff394;
  font-size: 1.3rem;
  overflow-wrap: break-word;
  font-weight: bold;
  padding: 2px;
  border: 1px solid #ffe761;
  color: black;
  /* font-weight: 600; */
  text-shadow: 0 0 black;
}
.dash-table-sn-td-big-pass {
  border-radius: 2px;
  text-align: center;
  min-width: 2vw;
  max-width: 10vw;
  background: #5bb450;
  font-size: 1.3rem;
  overflow-wrap: break-word;
  font-weight: bold;
  padding: 2px;
  border: 1px solid #276221;
  color: black;
  /* font-weight: 600; */
  text-shadow: 0 0 black;
}
.dash-count-issued-lbl {
  color: #c1d9e1;
}
.dash-count-reject-lbl {
  color: #fe2500;
}

.dash-count-rework-lbl {
  color: #fed026;
}

.dash-count-pass-lbl {
  color: #5bb450;
}

.dash-count-rework-card {
  border: 2px solid #fed026;
}
.dash-count-reject-card {
  border: 2px solid #fe2500;
}
.dash-count-pass-card {
  border: 2px solid #5bb450;
}
.dash-count-issued-card {
  border: 2px solid #c1d9e1;
}
.timeline-time {
  white-space: nowrap;
  font-size: 0.9rem;
  text-align: left;
}
.p-timeline-event-content {
  flex: 1 1;
  padding: 0px;
}

.dashboard-card-width {
  min-width: 120px;
  text-align: center;
}

.dashboard-table-div {
  margin-top: 10px;
  align-items: center;
  display: flex;
  justify-content: center;
  width: 100%;
}

.dashboard-common-table-th {
  margin-top: 0px;
  font-size: 1vw;
  font-weight: 900;
  margin-bottom: 1px;
  color: #604652;
  padding: 4px;
  /* background-color: #9e0c40; */
  background-color: #f4f8d3;
  /* background-color: #8c4278; */
  border-radius: 2px;
  /* text-align: left; */
}

.dashboard-common-table-td {
  border-radius: 2px;
  text-align: left;
  min-width: 5vw;
  max-width: 10vw;
  /* background: #fffafe; */
  /* background: #f6f6f6; */
  font-size: 1vw;
  overflow-wrap: break-word;
  /* font-weight: bold; */
  padding: 2px;
  border: 1px solid #f4f8d3;
  color: #f4f8d3;
  font-weight: 900;
  text-align: center;
}

.dash-current-table-th {
  font-size: 1.5vw;
}

.dash-current-table-td {
  font-size: 25px;
}
.section-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
  color: #262626;
}
.chart-container {
  background: white;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
.metric-card {
  background: white;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s;
}
.metric-card:hover {
  transform: translateY(-2px);
}
.metric-value {
  font-size: 28px;
  font-weight: bold;
  color: #1890ff;
  margin-bottom: 8px;
}
.metric-label {
  font-size: 14px;
  color: #666;
}
.status-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  grid-gap: 16px;
  gap: 16px;
  margin-bottom: 24px;
}
.row-margin {
  margin-bottom: 32px;
}
.dashboard-fabric-title {
  align-items: center;
  color: black;
  font-size: 1rem;
  white-space: nowrap;
  font-weight: 900;
}
.dashboard-roll-qc-title {
  color: darkblue;
  font-size: 14px;
  font-weight: 900;
}
.dashboard-roll-qc-title-black {
  color: black;
  font-size: 14px;
  font-weight: 900;
}
.dashboard-roll-qc-text {
  color: black;
  font-size: 12px;
  font-weight: 900;
}
.dashboard-roll-qc-sub-text {
  font-size: 12px;
  color: black;
}
.dashboard-roll-qc-counts {
  color: black;
  font-size: 20px;
  font-weight: 900;
}

.col-width {
  width: 4vw;
}
.marker-tbl {
  overflow-x: auto;
  width: 100%;
}
.cur-sel-wgt {
  font-weight: bold;
  color: #0f3460;
  flex-wrap: nowrap;
  white-space: nowrap;
  font-size: 0.7rem;
}

.cut-plan-display-flex-center {
  display: grid;
  grid-template-columns: 1fr 10fr;
  align-items: center;
  grid-column-gap: 5px;
  column-gap: 5px;
  /* margin: 15px 0; */
}
.no-data {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  text-align: center;
  color: #6b7280; /* muted gray */
  font-size: 1.125rem; /* 18px */
  margin: 2rem auto;
  width: 100%;
  max-width: 90%;
  box-sizing: border-box;
  word-wrap: break-word;
}

.tooltip-header {
  position: relative;
}

.tooltip-header:hover::after {
  content: attr(data-tooltip);
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #333;
  color: white;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  white-space: nowrap;
  z-index: 10;
}

.center-align {
  text-align: center;
}

.approvalcount-container {
  align-items: center;
  justify-content: center;
  border-top: 25px solid #e07a5f;
  width: 150px;
  box-shadow: rgba(0, 0, 0, 0.24) -1px 2px 3px;
  height: 90px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  background-color: #eeeeee80;
  padding: 1%;
}
.approvalcount_inner1 {
  align-items: center;
  justify-content: center;
  width: 150px;
  border-top: 25px solid #81b29a;
  box-shadow: rgba(0, 0, 0, 0.24) -1px 2px 3px;
  height: 90px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  background-color: #eeeeee80;
  padding: 1%;
  font: bold;
}

.approvalcount_inner2 {
  align-items: center;
  justify-content: center;
  width: 150px;
  box-shadow: rgba(0, 0, 0, 0.24) -1px 2px 3px;
  height: 90px;
  border-top: 25px solid #4a4e69;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  background-color: #eeeeee80;
  padding: 1%;
  font: bold;
}

.approvalcount_inner3 {
  align-items: center;
  justify-content: center;
  width: 150px;
  box-shadow: rgba(0, 0, 0, 0.24) -1px 2px 3px;
  height: 90px;
  border-top: 25px solid #735d78;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  background-color: #eeeeee80;
  padding: 1%;
  font: bold;
}
.approvalcount_inner4 {
  align-items: center;
  justify-content: center;
  width: 150px;
  box-shadow: rgba(0, 0, 0, 0.24) -1px 2px 3px;
  height: 90px;
  border-top: 25px solid #508991;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  background-color: #eeeeee80;
  padding: 1%;
  font: bold;
}
.approvalCount-main-container {
  padding: 1%;
  display: flex;
  width: 50%;
  justify-content: space-between;
  font-weight: bold;
}
.approvalCount-display {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  margin-bottom: 10px;
  font-size: x-large;
}

.sub-table-heading-bun {
  margin-top: 0px;
  font-size: 0.625rem;
  margin-bottom: 1px;
  color: white;
  padding: 4px;
  background-color: #f29f58;
  border-radius: 2px;
  text-align: left;
  height: 30px;
}
.main-table-heading-bun {
  margin-top: 0px;
  font-size: 0.625rem;
  margin-bottom: 1px;
  color: white;
  padding: 4px;
  background-color: #219b9d;
  border-radius: 2px;
  text-align: left;
  height: 30px;
}
.common-table-td-bun {
  border-radius: 2px;
  text-align: center;
  min-width: 15vw;
  max-width: 30vw;
  background: #f6f6f6;
  font-size: 0.625rem;
  font-weight: bold;
  padding: 2px;
  border: 1px solid #f8f2f2;
}
.common-table-th-bun {
  margin-top: 0px;
  font-size: 0.625rem;
  margin-bottom: 1px;
  color: white;
  padding: 4px;
  /* background-color: #9e0c40; */
  background-color: #6a1e55;
  border-radius: 2px;
  text-align: center;
  height: 30px;
}

.service-multi-img {
  display: flex;
  column-gap: 5px;
  margin-top: 5px;
}
.service-multi-div {
  margin-top: 10px;
  height: 110px;
  border: 2px dashed #d9d9d9;
  padding: 10px;
  border-radius: 5px;
}
.service-img {
  height: 25px;
  width: 25px;
}

.lot-display-flex-center {
    display: grid;
    grid-template-columns: 1fr 10fr;
    align-items: center;
    grid-column-gap: 10px;
    column-gap: 10px;
    margin: 10px 0 0 0;
  }

  .lot-spec-file-upload {
    border: 2px dashed #afa9a9;
    align-items: center;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px;
  }

  .lot-spec-image-holder {
    align-items: center;
    display: flex;
    width: 100%;
    text-align: center;
    height: 100px;
  }

  .lot-image {
    height: 50px;
    width: 50px;
    border: 1px solid #ccc;
    border-radius: 5px;
  }

  .lot-file-embed {
    height: 50px;
    width: 50px;
    margin: 5px;
    border-radius: 8px;
    border: 1px solid #3e5888;
  }

  .lot-image-lbl {
    display: flex;
    justify-content: center;
    gap: 10px;
  }

  .lot-img-name {
    padding: 0px;
    margin: 0px;
    cursor: pointer;
  }

  .truncate-rolls {
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0.5rem;
    background-color: #f5f5f5;
    border-radius: 4px;
    font-size: 0.6rem;
  }

  .truncate-rolls:hover {
    cursor: pointer;
    background-color: #eaeaea;
  }  

.lot-file-uploader {
  border: 2px dashed #ccc;
  text-align: center;
  min-height: 150px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px;
  padding: 5px;
}
.lot-img {
  width: 150px;
}

.trims-lot-file-uploader {
  border: 2px dashed #ccc;
  text-align: center;
  min-height: 150px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px;
  padding: 5px;
}
.trims-lot-img {
  width: 150px;
}

.sample-qc-display-flex-center {
    display: grid;
    grid-template-columns: 1fr 10fr;
    align-items: center;
    grid-column-gap: 10px;
    column-gap: 10px;
    margin: 10px 0 0 0;
  }

  .sample-qc-spec-file-upload {
    border: 2px dashed #afa9a9;
    align-items: center;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px;
  }

  .sample-qc-spec-image-holder {
    align-items: center;
    display: flex;
    width: 100%;
    text-align: center;
    height: 100px;
  }

  .sample-qc-image {
    height: 50px;
    width: 50px;
    border: 1px solid #ccc;
    border-radius: 5px;
  }

  .sample-qc-file-embed {
    height: 50px;
    width: 50px;
    margin: 5px;
    border-radius: 8px;
    border: 1px solid #3e5888;
  }

  .sample-qc-image-lbl {
    display: flex;
    justify-content: center;
    gap: 10px;
  }

  .sample-qc-img-name {
    padding: 0px;
    margin: 0px;
    cursor: pointer;
  }

.dropdown-size {
    width: 10vw;
}

.readonly-field {
  display: flex;
  flex-direction: column;
}

.readonly-label {
  font-size: 0.8rem;
  font-weight: bold;
  color: #6A1E55;
}

.readonly-value {
  font-size: 0.7rem;
  color: #103460
}
.checklist-drag {
  display: flex;
  align-content: center;
  align-items: center;
  min-width: 0vw;
  max-width: 4vw;
}
.task-analytics {
  padding: 20px;
  background-color: #f5f5f5;
  font-family: Arial, sans-serif;
}

.no-data {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 400px;
  background-color: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  font-size: 18px;
  color: #666;
}

.dashboard-title {
  text-align: center;
  color: #333;
  margin-bottom: 30px;
  font-size: 24px;
}

.summary-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  grid-gap: 15px;
  gap: 15px;
  margin-bottom: 30px;
}

.summary-card {
  background: white;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.summary-value {
  font-size: 28px;
  font-weight: bold;
}

.summary-value.blue { color: #2196F3; }
.summary-value.green { color: #4CAF50; }
.summary-value.red { color: #FF5722; }
.summary-value.purple { color: #9C27B0; }

.summary-label {
  font-size: 14px;
  color: #666;
}

.charts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  grid-gap: 20px;
  gap: 20px;
}

.chart-box {
  background: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  min-height: 350px;
}

.task-chart-container {
  text-align: center;
}

.chart-title {
  margin: 0 0 20px 0;
  color: #333;
}

.pie-wrapper {
  position: relative;
  display: inline-block;
}

.pie-legend {
  position: absolute;
  top: 210px;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
}

.legend-item {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  font-size: 12px;
}

.legend-color {
  width: 12px;
  height: 12px;
  margin-right: 8px;
}

.etv-wrapper {
    width: 100%;
    min-height: 100vh;
    background: #fff;
    display: flex;
    flex-direction: column;
}
.etv-header {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    border-bottom: 1px solid #e5e7eb;
    background: #f9fafb;
}
.etv-user {
    display: flex;
    gap: 12px;
    align-items: center;
}
.avatar {
    width: 50px;
    height: 50px;
    border-radius: 8px;
    background: #3a8dff;
    color: #fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:700;
    font-size:18px;
}
.user-name {
    font-weight: 700;
    font-size: 18px;
}
.user-meta {
    color: #667085;
    font-size: 13px;
}
.kpis {
    display: flex;
    gap: 16px;
}
.kpi {
    background: #fff;
    border: 1px solid #e5e7eb;
    padding: 10px 16px;
    border-radius: 8px;
    min-width: 110px;
    text-align: center;
}
.kpi-label {
    font-size: 12px;
    color: #667085;
}
.kpi-value {
    font-weight: 700;
    font-size: 16px;
}
.kpi-value.completed {
    color: #15803d;
}
.kpi-value.delayed {
    color: #c2410c;
}
.etv-controls {
    display: flex;
    justify-content: space-between;
    padding: 14px 20px;
    border-bottom: 1px solid #e5e7eb;
    align-items: center;
    background: #fff;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 10;
}
.tabs {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
.tab {
    border: 1px solid #e5e7eb;
    padding: 6px 12px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 12px;
    background: #fff;
}
.tab.active {
    background: #f1f5ff;
    border-color: #c7d2fe;
    font-weight: 600;
}
.summary-text {
    font-size: 13px;
    color: #475569;
}
.etv-tasks {
    flex: 1 1;
    margin: 5px;
    padding: 0px;
    overflow-x: auto;
    max-height: 500px;
    overflow-y: auto;
}
.tasks-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 11px;
}
.tasks-table thead tr {
    border-bottom: 1px solid #e5e7eb;
    background: #f8fafc;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 2;
}
.tasks-table thead th {
    text-align: left;
    padding: 10px;
    font-size: 13px;
    color: #667085;
    border-bottom: 1px solid #e5e7eb;
}
.tasks-table tbody td {
    padding: 10px;
    border-bottom: 1px solid #f1f5f9;
}
.mono {
    font-family: monospace;
}
.no-tasks {
    padding: 40px;
    text-align: center;
    color: #475569;
}
.no-tasks-emoji {
    font-size: 28px;
}
.mini-kpis {
    display: flex;
    gap: 8px;
}

.mini-kpi {
    background: #f3f4f6;
    padding: 6px 12px;
    min-width: 110px;
    text-align: center;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.2s, transform 0.1s;
    -webkit-user-select: none;
            user-select: none;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mini-kpi:hover {
    background: #e5e7eb;
    transform: translateY(-1px);
}

.mini-kpi-label {
    font-size: 10px;
    color: #667085;
}

.mini-kpi-value {
    font-weight: 700;
    font-size: 12px;
}

.mini-kpi-value.completed {
    color: #15803d;
}

.mini-kpi-value.delayed {
    color: #c2410c;
}
.mini-kpi.selected {
    background: #cddaf4;
    color: white;
}
.task-report-print {
 cursor: pointer;
}
.task-report-print:hover {
transform: translateY(-1px);
}
.dtv-wrapper {
    width: 100%;
    min-height: 100vh;
    background: #fff;
    display: flex;
    flex-direction: column;
}
.dtv-header {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    border-bottom: 1px solid #e5e7eb;
    background: #f9fafb;
}
.dtv-dept {
    display: flex;
    gap: 12px;
    align-items: center;
}
.avatar {
    width: 50px;
    height: 50px;
    border-radius: 8px;
    background: #3a8dff;
    color: #fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:700;
    font-size:18px;
}
.dept-name {
    font-weight: 700;
    font-size: 18px;
}
.dept-meta {
    color: #667085;
    font-size: 13px;
}
.kpis {
    display: flex;
    gap: 16px;
}
.kpi {
    background: #fff;
    border: 1px solid #e5e7eb;
    padding: 10px 16px;
    border-radius: 8px;
    min-width: 110px;
    text-align: center;
}
.kpi-label {
    font-size: 12px;
    color: #667085;
}
.kpi-value {
    font-weight: 700;
    font-size: 16px;
}
.kpi-value.completed {
    color: #15803d;
}
.kpi-value.delayed {
    color: #c2410c;
}
.dtv-controls {
    display: flex;
    justify-content: space-between;
    padding: 14px 20px;
    border-bottom: 1px solid #e5e7eb;
    align-items: center;
    background: #fff;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 10;
}
.tabs {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
.tab {
    border: 1px solid #e5e7eb;
    padding: 6px 12px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 12px;
    background: #fff;
}
.tab.active {
    background: #f1f5ff;
    border-color: #c7d2fe;
    font-weight: 600;
}
.summary-text {
    font-size: 13px;
    color: #475569;
}
.dtv-tasks {
    flex: 1 1;
    margin: 5px;
    padding: 0px;
    overflow-x: auto;
    max-height: 500px;
    overflow-y: auto;
}
.tasks-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 11px;
}
.tasks-table thead tr {
    border-bottom: 1px solid #e5e7eb;
    background: #f8fafc;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 2;
}
.tasks-table thead th {
    text-align: left;
    padding: 10px;
    font-size: 13px;
    color: #667085;
    border-bottom: 1px solid #e5e7eb;
}
.tasks-table tbody td {
    padding: 10px;
    border-bottom: 1px solid #f1f5f9;
}
.mono {
    font-family: monospace;
}
.no-tasks {
    padding: 40px;
    text-align: center;
    color: #475569;
}
.no-tasks-emoji {
    font-size: 28px;
}
.mini-kpis {
    display: flex;
    gap: 8px;
}

.mini-kpi {
    background: #f3f4f6;
    padding: 6px 12px;
    min-width: 110px;
    text-align: center;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.2s, transform 0.1s;
    -webkit-user-select: none;
            user-select: none;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mini-kpi:hover {
    background: #e5e7eb;
    transform: translateY(-1px);
}

.mini-kpi-label {
    font-size: 10px;
    color: #667085;
}

.mini-kpi-value {
    font-weight: 700;
    font-size: 12px;
}

.mini-kpi-value.completed {
    color: #15803d;
}

.mini-kpi-value.delayed {
    color: #c2410c;
}
.mini-kpi.selected {
    background: #cddaf4;
    color: white;
}
.task-report-print {
 cursor: pointer;
}
.task-report-print:hover {
transform: translateY(-1px);
}

