.home-card {
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 6px 10px rgba(0, 0, 0, .08), 0 0 6px rgba(0, 0, 0, .05);
    transition: .3s transform cubic-bezier(.155, 1.105, .295, 1.12), .3s box-shadow, .3s -webkit-transform cubic-bezier(.155, 1.105, .295, 1.12);
    padding: 14px 80px 18px 36px;
    cursor: pointer;
}

.home-card:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .12), 0 4px 8px rgba(0, 0, 0, .06);
}

.home-card h3 {
    font-weight: 600;
}

.home-card img {
    position: absolute;
    top: 20px;
    right: 15px;
    max-height: 120px;
}

.home-card-psss {
    background-image: url(/assets/img/PSSS-logo.jpg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 100px;
}

.home-card-dacf {
    background-image: url(/assets/img/DACFlogo.jpg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 100px;
}

.home-card-lets-talk {
    background-image: url(/assets/img/lets-talk-logo.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 100px;
}

@media(max-width: 990px) {
    .home-card {
        margin: 20px;
    }
}


.login-box {
    background-color: #ffffff;
    border: #519d0061 solid 1px;
    border-radius: 5px;
}

.login-screen .login-logo {
    margin: 1rem 0 1rem 0;
}

.login-screen .login-logo img, .no-auth-screen .no-auth-box img {
    height: 120px;
}

.page-wrapper .sidebar-wrapper .sidebar-brand .logo img {
    max-width: 180px;
    max-height: 140px;
}

.login-screen .login-logo img {
    max-width: fit-content;
}

.table-responsive {
    min-height: 350px;
}

.workflow-stage-instructions {
    color: #1c6989;
}

.workflow-stage-product-info {
    color: #00a954;
    background-color: #e3fdf0;
}

.align-center {
    text-align: center;
    vertical-align: middle;
  }

.workflow-rejection-instructions table {
    color: red;
}

.non-default-transition-option {
    color: red;
}

.dropdown-header {
    color: #72be9b;
}

.dropdown-item:hover {
    color: white;
}

.table-container {
    overflow-x: auto;
    max-width: 100%; /* Adjust as needed */
}

a.btn.btn-register-as {
    width: 400px;
    background-color: #ffffff;
    border-color: #23667b;
    border-radius: 8px;
    color: #23667b;
    font-weight: bold;
    font-size: 16px;
    /* font-family: "Nunito"; */
    height: 50px;
    line-height: 35px;
}

a.btn.btn-register-as:hover {
    background-color: #23667b;
    color: #fff;
    border-radius: 8px;
    font-weight: bold;
    font-size: 16px;
    /* font-family: "Nunito"; */
    height: 50px;
    line-height: 35px;
    -o-box-shadow: 0px 1px 4px 0px rgba(1, 144, 44, 0.411);
    box-shadow: 0px 1px 4px 0px rgba(1, 144, 44, 0.411);
}

.no-auth-screen {
    position: relative;
    background: #ffffff;
    margin: 60px auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.no-auth-box {
    background-color: #ffffff;
    border: #519d0061 solid 1px;
    border-radius: 5px;
    padding-left: 25px;
    padding-right: 25px;
}

.no-auth-screen .no-auth-box {
    padding: 1.5rem;
}

.parentLabel {
    color: black;
    background-color: #f1f7fa;
}

.formView p {
    margin-bottom: .5rem;
}

.page-wrapper .sidebar-wrapper .sidebar-brand {
    margin: 0 0 0 0;
}

.company-profile .company-logo img {
    max-height: 160px;
    max-width: 100%;
}

.sidebar-content {
    max-height: 100%;
    overflow-y: auto;
}
.additional-details {
    background-color: #eaf8e6;
    border-radius: 8px; /* Rounded corners */
    padding: 20px; /* Padding around the section */
    box-shadow: 0 8px 8px rgba(0, 0, 1, 0.1); /* Soft shadow for depth */
  }
  
  .details-card {
    display: flex;
    flex-direction: column;
  }
  
  .detail-item {
    display: flex;
    justify-content: space-between; /* Space between label and value */
    padding: 10px 0; /* Vertical spacing for items */
    border-bottom: 1px solid #dee2e6; /* Divider line */
  }
  
  .detail-item:last-child {
    border-bottom: none; /* Remove divider from the last item */
  }
  
  .summary-title {
    font-size: 1.5rem; /* Larger font for title */
    color: #01902d; /* Consistent color with your theme */
    margin-bottom: 15px; /* Space below title */
  }

  .environmental-conditions {
    background-color: #eaf8e6; /* Light green background to reflect nature */
    border-radius: 8px; /* Rounded corners */
    padding: 20px; /* Padding around the section */
    box-shadow: 0 8px 8px rgba(0, 0, 1, 0.1); /* Soft shadow for depth */
  }
  
  .conditions-card {
    display: flex;
    flex-direction: column;
  }
  
  .condition-item {
    display: flex;
    justify-content: space-between; /* Space between label and value */
    padding: 10px 0; /* Vertical spacing for items */
    border-bottom: 1px solid #c8e6c9; /* Subtle divider line */
  }
  
  .condition-item:last-child {
    border-bottom: none; /* Remove divider from the last item */
  }
  
  .summary-title {
    font-size: 1.5rem; /* Larger font for title */
    color: #01902d; /* Consistent color with your theme */
    margin-bottom: 15px; /* Space below title */
  }
  
  .condition-item span {
    font-weight: 500; /* Slightly bolder text for values */
    color: #333; /* Darker text for contrast */
  }
  

  /* LogisticsWaybill.css */
@media print {
    body {
      font-size: 16px; /* Increase base font size */
      line-height: 1.5; /* Improve line spacing */
    }
    .card {
      width: 100%; /* Make card full width */
      padding: 20px; /* Increase padding for better readability */
    }
    h2 {
      font-size: 2rem; /* Larger heading size */
    }
    h4 {
      font-size: 1.5rem; /* Larger subheading size */
    }
    h5 {
      font-size: 1.2rem; /* Larger h5 size */
    }
    .detail-item,
    .condition-item {
      font-size: 1rem; /* Standardize detail item font size */
    }
    button {
      display: none; /* Hide buttons in print */
    }
  }
  
  .modal-table {
    position: relative;
    max-height: 80vh;
    overflow-y: auto;
  }

  .modal-table table thead th {
    position: sticky;
    top: 0; /* Keeps the header at the top while scrolling */
    z-index: 2;
    background-color: #fff; /* Matches the table header's background */
    border-bottom: 1px solid #dee2e6;
  }