.price_wrap,
.qty_wrap,
.tax_wrap,
.product_wrap {
  position: relative;
}

.tax_wrap #parsley-id-29 {
  position: absolute;
  top: 38px;
  left: 60%;
}

.product_wrap #parsley-id-19 {
  position: absolute;
  top: 38px;
  left: 0;
}

.price_wrap #parsley-id-25 {
  position: absolute;
  top: 38px;
  left: 42%;
}

.qty_wrap #parsley-id-27 {
  position: absolute;
  top: 38px;
  left: 51%;
}

.price_client_wrap,
.qty_client_wrap,
.tax_client_wrap,
.product_client_wrap {
  position: relative;
}

.tax_client_wrap #parsley-id-23 {
  position: absolute;
  top: 38px;
  left: 60%;
}

.product_client_wrap #parsley-id-13 {
  position: absolute;
  top: 38px;
  left: 0;
}

.price_client_wrap #parsley-id-19 {
  position: absolute;
  top: 38px;
  left: 42%;
}

.qty_client_wrap #parsley-id-21 {
  position: absolute;
  top: 38px;
  left: 51%;
}

body .loader-container {
  display: flex;
  justify-content: center;
  align-items: center;
  /* background-color: #f8f9fa; */
  z-index: 99999;
}

/* Loader animation */
body .loader {
  border: 5px solid #f3f3f3;
  border-top: 5px solid #2d6a4f;
  border-radius: 50%;
  display: none;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
  z-index: 99999;
}

/* Keyframes for animation */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


#pr_report_download {
  display: flex;
  flex-wrap: wrap;
}

#pr_report_download .col-md-6 {
  float: none !important;
}

#pr_report_download .col-md-6 .date_range_error {
  padding-top: 5px;
  display: block;
}

.panel_toolbox .dropdown-menu.show {
  left: -30px !important;
}

#file_upload_section .client_pickup_upload_container,#file_upload_section .po_upload_container {
  padding: 10px;
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

#file_upload_section .client_pickup_upload_container .upload-item,
#file_upload_section .po_upload_container .upload-item {
  border: 2px dashed #ccc;
  display: flex;
  align-items: center;
  padding: 5px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #f9f9f9;
  width: fit-content;
  gap: 10px;
}

#file_upload_section .client_pickup_upload_container .upload-file-icon,
#file_upload_section .po_upload_container .upload-file-icon {
  font-size: 20px;
}

#file_upload_section .client_pickup_upload_container .upload-file-name,
#file_upload_section .po_upload_container .upload-file-name {
  font-weight: bold;
}

#file_upload_section .client_pickup_upload_container .upload-file-size,
#file_upload_section .po_upload_container .upload-file-size {
  color: gray;
}

#file_upload_section .client_pickup_upload_container .pickup_doc_remove_btn,
#file_upload_section .po_upload_container .po_doc_remove_btn {
  cursor: pointer;
  color: red;
  font-weight: bold;
}

.file-upload-label {
  font-weight: bold;
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
}

/* .custom_file {
  max-width: 400px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.custom_file label {
  width: 100%;
  text-align: center;
  padding: 10px;
  border-radius: 5px;
  cursor: pointer;
} */

.custom_file_label {
      position: relative;
      height: calc(1.5em + 0.75rem + 2px);
      padding: 0.375rem 0.75rem;
      width:300px;
      /* text-align: center; */
      margin-right: 10px;
      font-weight: 400;
      line-height: 1.5;
      color: #495057;
      background-color: #fff;
      border: 1px solid #ced4da;
      border-radius: 0.25rem;
    }

.custom_file_label::after{
  position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
  display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0;
}

.bottom_border{
  border-bottom: 0.5px solid #ccc;
  margin-top: 10px;
  margin-bottom: 15px;
}


body #success-toast {
  position: fixed;
  top: 20px;
  right: 20px;
  background-color: #169F85; /* ✅ Your requested green shade */
  color: #fff;               /* ✅ White text */
  padding: 14px 22px;
  border-radius: 8px;
  z-index: 9999;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.007);
  font-size: 16px;           /* ✅ Your requested font size */
}
#error-toast {
  position: fixed;
  top: 20px;
  right: 20px;
  background-color: #f76d5b; /* ✅ Your requested green shade */
  color: #fff;               /* ✅ White text */
  padding: 14px 22px;
  border-radius: 8px;
  z-index: 9999;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  font-size: 16px;           /* ✅ Your requested font size */
}

#modal-loader {
    border: 6px solid #f3f3f3;       /* Light grey background */
    border-top: 6px solid #2d6a4f;   /* Blue spinning part */
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 1s linear infinite;
    margin: 10px auto;
    }

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.profile-name-icon {
    font-size: 18px;
    width: 40px!important;
    display: flex;
    height: 40px;
    margin-top: 0!important;
    justify-content: center;
    align-items: center;
}


.left_menu_pr_icon {
    width: 40px!important;
    height: 40px;
    margin-left: 15%;
    z-index: 1000;
    position: inherit;
    margin-top: 0!important;
    border: 1px solid #fff!important;
    padding: 1px!important;
}

.top_header_poc_and_address h1{
  font-size: 22px !important;
  font-weight: bolder;
}
.top_header_poc_and_address h2{
  font-size: 18px !important;
}

.breadcrumb-container {
    background: transparent;
    padding: 8px 0;
    margin-bottom: 8px;
    margin-left: -2px !important;
}

.breadcrumb-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 15px;
    font-weight: 500;
}

.breadcrumb-list li {
    color: #6c757d;
    display: flex;
    align-items: center;
}

.breadcrumb-list li + li::before {
    content: "›";
    color: #999;
    font-weight: bold;
    margin: 0 8px;
}

.breadcrumb-list a {
    color: #007bff;
    /* color: #26B99A; */
    text-decoration: none;
    transition: color 0.2s;
}

.breadcrumb-list a:hover {
    color: #0056b3;
    /* color: #0cb691; */
    text-decoration: underline;
}

.breadcrumb-list .active {
    font-weight: 600;
    color: #333;
}

.breadcrumb-list i.fa-home {
    margin-right: 4px;
    color: #007bff;
    /* color: #26B99A; */
}

#formErrorContainer {
    position: fixed;
    top: 20px;
    right: 20px;
    min-width: 300px;
    z-index: 99999;
    display: none;
    animation: fadeIn 0.5s ease-out;
}

/* Smooth fade-in */
@keyframes fadeIn {
    from { opacity: 0; transform: translateX(50px); }
    to { opacity: 1; transform: translateX(0); }
}

