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;
}

.prod-std-lbl-value {
  font-weight: bold;
  display: flex;
  align-items: center;
  text-indent: 5px;
  color: #076ce7;
  flex-wrap: nowrap;
  white-space: nowrap;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 0.625rem;
  margin-right: 5px;
}

.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;
}

.common-qr {
  white-space: nowrap;
}
/* .ant-card-head {
  min-height: 40px !important;
} */

.common-copy-btn {
  display: flex;
  justify-content: end;
}
.common-img-tour-btn {
  width: 50% !important;
}

.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-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-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;
}

.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;
}

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-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-th-with-width {
  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;
  min-width: 9vw;
  max-width: 15vw;
}
.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-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;
}
.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-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;
}

.emp-prof-create {
  top: 0px;
  position: fixed;
  background: none;
  padding: 10px;
}
.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-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;
}

.fab-concat-lbl {
  white-space: normal;
  width: 350px;
}

.common-select-input-container {
  display: flex;
}

.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;
}

.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;
}

.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-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-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;
}

.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;
}

.load-more-wrapper {
  display: flex;
  justify-content: center;
  padding: 8px 0;
}

.load-more-btn {
  background: #e4e6eb;
  border: none;
  padding: 6px 14px;
  border-radius: 14px;
  font-size: 13px;
  cursor: pointer;
  color: #050505;
  transition: background 0.2s ease;
}

.load-more-btn:hover {
  background: #d8dadf;
}

.load-more-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
/* DATE DIVIDER */
.date-divider {
  display: flex;
  justify-content: center;
  margin: 10px 0;
}

.date-divider span {
  background: #d9dbd5;
  padding: 4px 10px;
  border-radius: 8px;
  font-size: 12px;
  color: #555;
}

/* UNREAD DIVIDER */
.unread-divider {
  display: flex;
  justify-content: center;
  margin: 12px 0;
}

.unread-divider span {
  background: #d1f4ff;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 12px;
  color: #007bff;
}

.unread-badge {
  background-color: #25d366; /* WhatsApp green */
  color: #fff;
  font-size: 11px;
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

.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-img {
  max-width: 100%;
  height: 60vh;
  width: 100vw;
}

.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-addtional-cost-table-container {
  max-height: 25vh;
  overflow-x: auto;
}

.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-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-tr {
  text-align: left;
  padding-left: 10px;
}

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-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;
}



.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-swatch-input-container {
  width: 93%;
}

.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-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-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 {
  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;
  height: 50vh;
}
.style-emb-container {
  overflow: auto;
  max-height: 52vh;
}

.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: 48vh;
}
.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-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;
}
.fab-grp-csp-table-td {
  width: 15vw;
}
.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-tabs-inner-container {
  height: 66vh;
  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-sub-main-container {
  margin: 40px 5px 1px 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-flex-container {
  display: flex;
  justify-content: flex-end;
}
.style-select-user {
  width: 160px;
}

.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-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: 53vh;
  max-height: 53vh;
}

.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-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-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-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-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: 52vh;
  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: 60vh;
  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-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;
}

.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-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; */
}

.comb-csp-card {
  margin-bottom: 1%;
  margin-right: 2%;
}
.style-garClr-table-no-sticky-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;
}

.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;
}

.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-grid-two-fields-container {
  display: grid;
  grid-template-columns: 3fr 1fr;
  grid-column-gap: 10px;
  column-gap: 10px;
}

.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%;
}

.embellish-select {
  width: 250px;
}

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

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

.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;
}

@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-img {
  height: 97px;
  width: 150px;
}

.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-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;
}

.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;
}

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

.fabric-color-box {
  flex: 1 1 1;
  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 1;
  }
}

.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;
}

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

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

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

.suppliers-del-btn {
  margin: 29px 0 0 0;
}

.supplier-inner-tabs-certification-container {
  border-radius: 5px;
  padding: 1.5% 5px 5px 5px;
  max-height: 25vh;
  overflow-y: auto;
}

.supplier-file-upload-container {
  border: 2px dashed #ccc;
  text-align: center;
  border-radius: 5px;
  padding: 2px;
  height: 65px;
}

.supplier-margin {
  padding: 6px;
}

.suppliers_image_label {
  padding: 5px;
}

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

.supplier-ImageName-div {
  display: flex;
  align-items: center;
  border: 2px dashed #ccc;
  border-radius: 5px;
}

.supplier-select-wid {
  width: 50%;
  margin: 0px 0 0 0;
}
.supp-file-img {
  width: 80%;
  margin: 10px 0;
}
.supp-image-wrapper {
  width: 20vw;
}

.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-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-image-uploader-container {
  text-align: center;
  border-radius: 5px;
}

.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-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;
}

.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;
}

#scroll-wrapper {
  position: relative;
}

.split-highlight {
  border: 2px solid #ff9800;
  box-shadow: 0 0 12px rgba(255, 152, 0, 0.8);
  transition: all 0.3s ease-in-out;
  animation: splitPulse 1.2s ease-in-out;
}

@keyframes splitPulse {
  0% {
    box-shadow: 0 0 0 rgba(255, 152, 0, 0);
    transform: scale(1);
  }
  40% {
    box-shadow: 0 0 15px rgba(255, 152, 0, 0.9);
    transform: scale(1.02);
  }
  100% {
    box-shadow: 0 0 0 rgba(255, 152, 0, 0);
    transform: scale(1);
  }
}

.supply-line {
  margin: 0 0;
  border: 1px solid #bbb;
  border-radius: 4px;
  background: #f2f2f2; /* light gray */
  display: flex;
  align-items: center;
  justify-content: space-between; /* text across the line */
}

.supply-line span {
  font-size: 8px;
  font-weight: 500;
  transform: rotate(-90deg);
  white-space: nowrap;
}

.card-label {
  font-size: 10px;
  font-weight: 600;
  color: #444;
}

.machine-info .common-label {
  font-size: 9px;
  font-weight: 600;
  color: #444;
  margin-bottom: 2px;
  display: block;
}

.machine-info .common-sub-title {
  font-size: 9px;
  font-weight: 500;
  color: #000;
  margin-left: 4px;
}

.machine-info .additional-items {
  margin-top: 4px;
}

/* Optional: reduce spacing between rows */
.machine-info .ant-row {
  margin-bottom: 4px;
}

.xarrow-dash-animate {
  stroke-dasharray: 8 4;
  animation: xarrowDashMove 0.8s linear infinite;
}

@keyframes xarrowDashMove {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: -12;
  }
}

.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-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-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-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-select-dropdown-type {
  height: 24px;
}

.or-powise-tab-container {
  display: grid;
  grid-template-columns: 0.1fr 2fr;
}

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

.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-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-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-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-sizeWise-table-td {
  border-spacing: 5px;
  border-radius: 5px;
  text-align: center;
  width: 85px;
}

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

.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-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;
}

.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-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;
}

.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;
}

.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.85rem;
  font-weight: bold;
}
.q-tax-td {
  display: block;
}

.q-text-box {
  width: 100%;
}

.q-buyer-details-container {
  width: 96%;
  margin: 0 0 2px 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-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-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-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.85rem;
  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;
}

.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-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;
}

.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-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-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;
}

.tanda-add-btn-container {
  margin: 10px;
}

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

.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-supplier-select {
  width: 40%;
  margin: 0 0 5px 0;
}

.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-lab-dip-swatch-img {
  width: 120px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
}

.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-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;
}

.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-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-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-div {
  height: 65vh;
  overflow-y: auto;
}
.float-div-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}

.common-header-ep {
  font-size: 15px;
  margin: 0px;
}
.user-profile-new-container {
  padding: 5px 10px;
}

.copy-url {
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
}

.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-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;
}

.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-sub-title {
  align-items: center;
  color: #000;
  font-size: 0.625rem;
  white-space: nowrap;
}

.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;
}

.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;
}

.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-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;
}


.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;
}

.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;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translate(30px);
  }
  to {
    opacity: 1;
    transform: translate(0px);
  }
}

.avatar-circle {
  width: 32px;
  height: 32px;
  background-color: #eaf4ff;
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  margin: 10px 10px;
  margin-left: 10px;
}

.message {
  flex: 1 1;
  padding: 12px;
  border-radius: 5px;
  border: 1px solid #cbd6e2;
  outline: none;
  transition: 0.25s;
  font-size: 11px;
}

.message:focus {
  border-color: #5a8dee;
}

.form {
  width: 100%;
  display: flex;
  gap: 10px;
  margin-top: 36px;
  height: 31px;
}
.form-style {
  position: relative;
  border: 2px solid wheat;
  border-radius: 20px;
  background-color: #eed9d9;
  height: 400px;
  width: 800px;
  padding: 78px 127px;
  margin-top: 200px;
  margin-left: 500px;
}

.chat-header {
  align-items: center;
  padding: 0 0.5rem;
  height: 38px;
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  border-radius: 10px;
  background-color: #ffffff;
  border-bottom: 2px solid rgba(0, 0, 0, 0.08);
  z-index: 10;
  display: flex;
}
.over-all-chat {
  background-color: #f3f3f3;
  height: 58vh;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  padding: 1rem;
  flex-grow: 1;
  transition: width 0.3 ease;

  border-radius: 0px 20px 20px 0px;
}

.loggedin-user {
  color: black;
  display: flex;
  gap: 5px;
  justify-content: space-between;
  margin-left: 5px;
}

.message__container {
  overflow-y: auto;
  scroll-behavior: smooth;
  display: flex;
  flex-direction: column;
  background-color: white;
  height: 58vh;
  padding-top: 5px;
}

.collapse {
  background: none;
  /* flex: 0 0 58px; */
  max-width: 55px;
  min-width: 58px;
  width: 73px;
}

.chat-messages {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  overflow: auto;
  scroll-behavior: smooth;
  height: 41vh;
}

.messages {
  display: flex;
  align-items: center;
}
.content {
  overflow-wrap: break-word;
  padding-left: 5px;
  font-size: 12px;
  border-radius: 10px;
  border: 1px solid #c7d2fe;
  background-color: #ffd3d5;
  min-width: 10vw;
  max-width: 15vw;
  color: #050404;
}

.sended {
  justify-content: flex-end;
}
.recieved {
  justify-content: flex-start;
}

.messages.sended .content {
  background: #eaf4ff6e;
  color: rgb(0, 0, 0);
  border-radius: 0px 16px 16px 16px;
  /* max-width: 100%; */
  align-self: flex-end;
  font-weight: 600;
}

.messages.recieved .content {
  background: #c6eaff8f;
  color: black;
  border-radius: 15px 18px 18px 2px;
  max-width: 100%;
  align-self: flex-start;
  font-weight: 600;
}

.messages.recieved .content .reply-tagged-user {
  background-color: rgb(201, 200, 200);
  border-radius: 7px 7px;
  padding: 5px 9px;
  border-left: 3px solid cadetblue;
}
.footer {
  gap: 10px;
}

.name-msg {
  display: grid;
}

.contact-item {
  padding: 7px 14px;
  border-radius: 12px;
  cursor: pointer;
  transition: 0.2s ease;
  display: flex;
  align-items: center;
}
.contact-item:hover {
  background: #ecf4f2;
}
.chat-select {
  background-color: #f0f0f0;
}

.contact-name {
  font-size: 12px;
  font-weight: 560;
  color: #040404;
  margin: 0px;
}

.search-input-box {
  display: flex;
  position: relative;
  margin-bottom: 5px;
  margin-top: 5px;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  margin-left: 5px;
  height: 26px;
}

.search-input-addcontact {
  width: 99%;
  padding: 6px 45px 3px 14px;
  border-radius: 8px;
  border: 2px solid #d0d7de;
  background-color: #ffffff;
  font-size: 12px;
  outline: none;
  transition: 0.3s ease;
  margin-top: 10px;
}

.search-results {
  display: grid;
  font-size: 12px;
  font-weight: 560;
  height: 20vh;
  overflow-y: auto;
}

.chatpage {
  display: flex;
  align-items: center;
  font-size: 28px;
  font-weight: bold;
  background-color: white;
  height: 100%;
  font-style: italic;
  padding-left: 50px;
  flex-direction: column;
  justify-content: center;
  color: rgb(187, 187, 187);
  opacity: 0.4;
}

.last-chat {
  display: flex;
  justify-content: space-evenly;
  padding: 5px;
  margin-left: 5px;
}

.list-body {
  border: 1px solid rgb(225, 218, 218);
  margin-top: 30px;
  border-radius: 9px;
}
.toast-style {
  bottom: 80px !important;
  right: 20px !important;
}

.add-contact {
  display: flex;
}

.username-chatheader {
  color: black;
  margin-left: 20px;
  font-size: 13px;
  width: 100%;
}

.tagged-msg-container {
  width: 100%;
  display: grid;
  border-radius: 10px 10px;
  background-color: white;
  padding: 10px 10px;
  height: 110px;
  margin-top: -70px;
  position: relative;
}

.group-chat-footer {
  display: flex;
  width: 404px;
  gap: 7px;
}

.reply-tagged-user {
  background-color: #d5dfe9;
  border-radius: 7px 7px;
  padding: 5px 9px;
  border-left: 3px solid cadetblue;
}
.inline-msg {
  padding-left: 2px;
  margin: 0px;
  margin-top: 2px;
}
.single-chatfooter {
  display: flex;
  width: 404px;
  gap: 7px;
  height: 31px;
}

.unread-msg {
  display: inline-block;
  margin: 12px auto;
  margin-left: 160px;
  text-align: center;

  background-color: #e1f5fe;
  color: #3079c2;
  padding: 4px 12px;

  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;

  display: flex;
  justify-content: center;
  align-items: center;

  width: -webkit-fit-content;

  width: fit-content;
}
/* Custom Modal Styles */
/* Custom Modal Styles */
.custom-modal-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 1000;
}

.custom-modal {
  position: fixed;
  width: 60vw;
  max-height: 70vh;
  background: white;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  pointer-events: auto;
  overflow: hidden;
  -webkit-user-select: none;
          user-select: none;
}

.custom-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 12px;
  background: #f5f5f5;
  border-bottom: 1px solid #e0e0e0;
  cursor: grab;
}

.custom-modal-header:active {
  cursor: grabbing;
}

.drag-icon {
  color: #999;
  pointer-events: none;
}

.custom-modal-close {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  transition: color 0.3s;
  margin-left: auto;
}

.custom-modal-close:hover {
  color: #000;
}

.custom-modal-content {
  height: 100%;
  max-height: calc(90vh - 40px);
}
.float-btn .ant-float-btn-group {
  position: absolute;
  inset: auto 89px 430px auto;
}

.chat-layout {
  display: flex;
  height: 100%;
  width: 100%;
}

.chat-sidebar {
  width: 20vw;
  transition: width 0.3s;
  border-right: 1px solid #f0f0f0;
}

.chat-sidebar.collapsed {
  width: 60px;
}

/* Collapsed tabs styling */
.collapsed-tabs {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 0;
  gap: 10px;
}

.collapsed-tab-item {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s;
  color: #666;
}

.collapsed-tab-item:hover {
  background-color: #f0f0f0;
  color: #1890ff;
}

.collapsed-tab-item.active {
  background-color: #e6f7ff;
  color: #1890ff;
}

/* Adjust contact items for collapsed state */

.prod-std-lbl-with-no-height {
  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;
  height: 1vh;
}
.chat__footer {
  background-color: #f3f3f3;
  padding: 0px 0px;
  display: flex;
  align-items: center;
  gap: 12px;
  height: 50px;
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  flex-direction: row;
}

.tagged-msg {
  position: relative;
  background: #f5f5f5;
  border-left: 4px solid #4a9eff;
  border-radius: 8px;
  padding: 5px 5px 5px 5px;
  max-width: 88%;
}
.input-tag-userName {
  font-weight: 600;
  color: #4a9eff;
  margin: 0 0 6px 0;
  font-size: 13px;
  height: 10px;
}

.message {
  flex: 1 1;
  height: 40px;
  font-size: 14px;
}

.sendBtn {
  height: 40px;
  width: 40px;
  min-width: 40px;
  padding: 0;
  background: #10335f;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  transition: all 0.2s;
  flex-shrink: 0;
}

.sendBtn:hover:not(:disabled) {
  background: #3d8ae5;
  transform: scale(1.05);
}

.sendBtn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.sendBtn:active:not(:disabled) {
  transform: scale(0.95);
}
.chat-time {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-right: 5px;
  color: #80808094;
  font-size: 0.625rem;
}

.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;
}

.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);
}

.header-compo {
  padding: 5px;
  background-color: #103460;
  border-radius: 6px 6px 0px 0px;
}

.header-props {
  justify-content: space-between;
}
.btn-style {
  margin-left: 5px;
}
.select-month-styling {
  margin-left: 5px;
}

.calendar .ant-picker-cell {
  border: 1px dashed #b9a7ff;
}

.calendar {
  /* width: 80% !important; */
  border-radius: 20px !important;
  padding: 10px !important;
  overflow: hidden !important;
}
.calendar .ant-picker-body {
  padding: 0 !important;
}

.calendar .ant-picker-content thead {
  background-color: #d4cfff;
  border: 3px solid #d4cfff;
}
.calendar .ant-picker-content th {
  font-size: 1rem;
  color: #103460;
  font-weight: 600;
}
.calendar .ant-picker-calendar-date-value {
  font-size: 1.5rem;
  font-weight: 900;
}

/* ========================= ROOT ========================= */
.roster-scheduler {
  height: 88vh;
  display: flex;
  flex-direction: column;
  background-color: #f0f2f5;
}

.roster-header {
  margin-bottom: 0;
  border-radius: 0;
}

.roster-content {
  display: flex;
  flex: 1 1;
  overflow: hidden;
}

/* ========================= USER LIST ========================= */
.roster-user-list {
  width: 280px;
  background: white;
  border-right: 1px solid #f0f0f0;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}

.user-list-header {
  height: 56px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  border-bottom: 2px solid #f0f0f0;
  background-color: #fafafa;
  font-weight: 600;
  font-size: 14px;
  flex-shrink: 0;
}

.user-list-body {
  flex: 1 1;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
}

.user-row {
  padding: 12px 20px;
  border-bottom: 1px solid #f0f0f0;
  cursor: pointer;
  transition: background-color 0.2s;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  height: 60px !important; /* 🔥 CRITICAL: Matches calendar row height */
}

.user-row:hover {
  background-color: #e6f7ff;
}

/* ========================= CALENDAR ========================= */
.roster-calendar {
  flex: 1 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: white;
}

/* ======== HEADER ======== */
.calendar-header {
  background-color: #fafafa;
  border-bottom: 2px solid #f0f0f0;
  overflow-x: auto;
  overflow-y: hidden;
  height: 60px; /* 🔥 Slightly larger to allow scroll */
  flex-shrink: 0;
  white-space: nowrap; /* 🔥 Must have for horizontal scrolling */
}

.calendar-header::-webkit-scrollbar {
  height: 6px;
}
.calendar-header::-webkit-scrollbar-thumb {
  background: transparent;
}

.date-header-cell {
  border-right: 1px solid #f0f0f0;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex-shrink: 0;
}

/* ======== BODY ======== */
.calendar-body {
  flex: 1 1;
  overflow-y: auto;
  overflow-x: auto;
  scrollbar-width: thin;
}

.calendar-row {
  border-bottom: 1px solid #f0f0f0;
  flex-shrink: 0;
  height: 60px !important; /* 🔥 Matches user row height */
  display: flex;
}

.calendar-cell {
  border-right: 1px solid #f0f0f0;
  padding: 4px;
  cursor: pointer;
  transition: background-color 0.2s;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.calendar-cell:hover {
  background-color: #e6f7ff;
}

/* ========================= SHIFT BADGE ========================= */
.shift-badge {
  background: linear-gradient(135deg, #1890ff 0%, #096dd9 100%);
  border-radius: 4px;
  padding: 6px 8px;
  color: white;
  width: 100%;
  height: calc(100% - 8px);
  margin: 4px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.shift-badge.not-created::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 6px;
  pointer-events: none;

  background: repeating-linear-gradient(
    135deg,
    rgba(163, 163, 163, 0.35) 0px,
    rgba(163, 163, 163, 0.35) 4px,
    transparent 4px,
    transparent 10px
  );
}

.shift-badge.deleted::before,
.shift-badge.deleted::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 6px;
  pointer-events: none;
}

.shift-badge.deleted::before {
  background: repeating-linear-gradient(
    45deg,
    rgba(190, 102, 102, 0.45) 0px,
    rgba(190, 102, 102, 0.45) 4px,
    transparent 4px,
    transparent 10px
  );
}

.shift-badge.deleted::after {
  background: repeating-linear-gradient(
    -45deg,
    rgba(190, 102, 102, 0.45) 0px,
    rgba(190, 102, 102, 0.45) 4px,
    transparent 4px,
    transparent 10px
  );
}

.shift-badge.created {
  opacity: 1;
}

.shift-time {
  font-size: 11px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 4px;
}

.shift-role {
  font-size: 10px;
  opacity: 0.9;
  margin-top: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.shift-delete-btn {
  position: absolute;
  top: 2px;
  right: 2px;
  opacity: 0;
  transition: opacity 0.2s;
  padding: 2px 4px;
  height: auto;
  min-width: auto;
  background: rgba(255, 77, 79, 0.9) !important;
  color: white !important;
  border: none;
}

.shift-delete-btn:hover {
  background: rgba(255, 77, 79, 1) !important;
}

.shift-badge:hover .shift-delete-btn {
  opacity: 1;
}

.empty-cell {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.2s;
  color: #bfbfbf;
}

.calendar-cell:hover .empty-cell {
  opacity: 1;
}

/* ========================= SCROLLBAR STYLING ========================= */
.user-list-body::-webkit-scrollbar,
.calendar-body::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.user-list-body::-webkit-scrollbar-track,
.calendar-body::-webkit-scrollbar-track {
  background: #f0f0f0;
}

.user-list-body::-webkit-scrollbar-thumb,
.calendar-body::-webkit-scrollbar-thumb {
  background: #bfbfbf;
  border-radius: 4px;
}

.user-list-body::-webkit-scrollbar-thumb:hover,
.calendar-body::-webkit-scrollbar-thumb:hover {
  background: #8c8c8c;
}
.user-list-scroll {
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
}

.calendar-header-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  height: 100%;
}

.calendar-body-scroll {
  overflow-y: auto;
  overflow-x: auto;
  height: 100%;
}

.layout_group_messages {
  height: 100vh;
  background: #ffffff;
}

.group_chat_header {
  position: fixed;
  top: 55px;
  left: 60px;
  right: 20px;
  z-index: 90;
  height: 45px;
  display: flex;
  align-items: center;
  padding: 5px 14px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 9px;
}

.group_name {
  flex: 1 1;
  font-weight: 600;
  font-size: 18px;
  text-align: left;
  gap: 10px;
}

.message_sender {
  font-size: 13px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 4px;
}

.date-divider {
  display: flex;
  justify-content: center;
  margin: 6px 0;
}

.date-divider span {
  background: #d9dbd5;
  padding: 4px 6px;
  border-radius: 8px;
  font-size: 12px;
  color: #555;
}
.group_messages {
  flex: 1 1;
  padding: 8px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 45px;
}

.message_bubble {
  padding: 7px 6px;
  cursor: pointer;
}

.message_inner_wrapper:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 14px rgba(88, 88, 88, 0.08);
  background-color: #f8f9fa;
}

.message_inner_wrapper {
  padding: 13px 10px;
  border-bottom: 1px solid rgb(243, 243, 243);
}
.msg_time {
  font-size: 11px;
  color: #9ca3af;
  text-align: center;
  margin-left: 20px;
}

.search-input-box {
  display: flex;
  position: relative;
  margin-bottom: 5px;
  margin-top: 5px;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  margin-left: 5px;
  height: 29px;
  width: 300px;
  margin-right: 20px;
}

.load-more-wrapper {
  display: flex;
  justify-content: center;
  padding: 8px 0;
}
.load-more-btn {
  background: #e4e6eb;
  border: none;
  padding: 6px 14px;
  border-radius: 14px;
  font-size: 13px;
  cursor: pointer;
  color: #050505;
  transition: background 0.2s ease;
}

.load-more-btn:hover {
  background: #d8dadf;
}

.load-more-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.message_hightlight {
  background: #ede6cb;
  padding: 6px 10px;
  border-radius: 6px;
}

@media (max-width: 768px) {
  .group_name {
    font-size: 14px;
  }
  .message_bubble {
    max-width: 85%;
    font-size: 13px;
  }
}

