.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 {
    width: 120px;
    height: 120px;
}

.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;
}


.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 */
  }
  

  .formView p {
      margin-bottom: .5rem;
  }

  .header-menu {
      font-size: .7rem;
      font-weight: 400;
      padding: 20px 20px 5px 15px;
      display: flex;
      color: #888888;
      text-transform: uppercase;
      pointer-events: none;
  }


  /* Chatbot component */

  /* src/components/Chatbot.css */

/* Fullscreen container */
.chatbot-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: #f5f5f5;
    z-index: 9999;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* Chat header */
.chat-header {
    background-color: #007bff;
    color: white;
    padding: 15px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    position: sticky;
    top: 0;
    z-index: 1000;
}

/* Chat message history container */
.chat-history {
    flex: 1;
    padding: 20px;
    overflow-y: auto;
    background-color: #ffffff;
    border-bottom: 2px solid #ccc;
    box-sizing: border-box;
}

/* User message style */
.user-message {
    background-color: #dcf8c6;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
    max-width: 75%;
    align-self: flex-start;
    word-wrap: break-word;
}

/* Bot message style */
.bot-message {
    background-color: #e0e0e0;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
    max-width: 75%;
    align-self: flex-end;
    word-wrap: break-word;
}

/* Typing indicator */
.loading-message {
    color: #007bff;
    font-style: italic;
    text-align: center;
}

/* Chat input box */
.chat-input {
    display: flex;
    padding: 15px;
    background-color: #f0f0f0;
    border-top: 2px solid #ccc;
}

/* Input field */
.chat-input input {
    flex: 1;
    padding: 10px;
    border-radius: 20px;
    border: 1px solid #ccc;
    margin-right: 10px;
    font-size: 16px;
}

/* Send button */
.chat-input button {
    padding: 10px 20px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    font-size: 16px;
}

/* Disable send button while loading */
.chat-input button:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

/* Make chat history scrollable */
.chat-history {
    max-height: calc(100% - 120px);  /* Ensures space for the header and input box */
    overflow-y: auto;
}

/* Adjust the chat input height */
.chat-input {
    position: sticky;
    bottom: 0;
}


/* flavour display css */

/* Add these styles to your CSS file */
.flavour-selection {
    margin-top: 20px;
}

.flavour-selection h3 {
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.flavour-selection button {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px 15px;
    margin: 5px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1rem;
    transition: background-color 0.3s ease;
}

.flavour-selection button:hover {
    background-color: #0056b3;
}

.flavour-selection button:focus {
    outline: none;
}

.drink-selection {
    margin-top: 20px;
}

.drink-selection h3 {
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.drink-selection button {
    background-color: #28a745;
    color: white;
    border: none;
    padding: 10px 15px;
    margin: 5px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1rem;
    transition: background-color 0.3s ease;
}

.drink-selection button:hover {
    background-color: #218838;
}
