/* width */
#forecasts_list ::-webkit-scrollbar {
    width: 5px;
  }
  /* Track */
  #forecasts_list ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  /* Handle */
  #forecasts_list ::-webkit-scrollbar-thumb {
    background: #b4bacb;
  }
  /* Handle on hover */
  #forecasts_list ::-webkit-scrollbar-thumb:hover {
    background: #b4bacb;
  }
  #wo-tabs .tabs-title a {
    font-weight: bold;
  }
  .researchBlock p {
    font-size: 0.9em !important;
    line-height: 1.4 !important;
    margin-bottom: 1.25em !important;
  }
  
  /* Container for chat messages */
  .aichat {
    display: flex;
    flex-direction: column;
    margin: 10px 0;
    font-size: 14.4px;
  }
  
  /* Style for assistant messages */
  .aichat .assistant {
    align-self: flex-start;
    background-color: #f1f1f1;
    color: #333;
    border-radius: 10px;
    padding: 10px;
    max-width: 85%;
    margin-bottom: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }
  
  /* Style for user messages */
  .aichat .user {
    align-self: flex-end;
    background-color: #007bff;
    color: #fff;
    border-radius: 10px;
    padding: 10px;
    max-width: 85%;
    margin-bottom: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }
  
  /* Optional: Add some spacing between messages */
  .aichat .message {
    margin: 5px 10px 0;
  }
  
  /* width */
  #chat-container ::-webkit-scrollbar {
    width: 5px;
  }
  /* Track */
  #chat-container ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  /* Handle */
  #chat-container ::-webkit-scrollbar-thumb {
    background: #b4bacb;
  }
  /* Handle on hover */
  #fchat-container ::-webkit-scrollbar-thumb:hover {
    background: #b4bacb;
  }
  
  #chat-container {
      display: flex;
      flex-direction: column;
      max-height: 603px;
      min-height: 290px;
      max-width: 600px;
      margin: 0, 0, 0, 5px;
      border: 1px solid #e6e6e6;
      overflow: hidden;
  }
  
  #response-container {
      flex: 1;
      overflow-y: auto;
      padding: 10px, 10px, 0, 10px;
      background-color: #f9f9f9;
      /* border-bottom: 1px solid #ccc; */
  }
  
  #response {
      display: flex;
      flex-direction: column;
  }
  
  .chat-form {
      display: flex;
      padding: 10px;
      background-color: #fff;
  }
  
  #messageInput {
      flex: 1;
      padding: 10px;
      border: 1px solid #ccc;
      border-radius: 5px;
      margin-right: 10px;
  }
  
  #sendMessage {
      padding: 10px 20px;
      border-radius: 5px;
      cursor: pointer;
  }
  
  .welcome-message {
      background-color: #f0f0f0; /* Light grey background */
      color: #333333; /* Dark grey text */
      border: 1px solid #cccccc; /* Light grey border */
      border-radius: 10px;
      padding: 15px;
      margin-bottom: 10px;
      text-align: center;
      font-size: 14.4px;
  }

 
  h4.follow-up-question {
    font-size: 14.4px;
    margin-top: 1rem;
  }

  ol.follow-up-list a, ol.follow-up-list li {
    font-size: 13.9px;
  }

  .chat-intro-grid {
    display: flex;
    align-items: center; /* Align items vertically centered */
  }

/* Questions */
h6.question-bullet {
  font-weight: normal;
}
.info-header {
  font-weight: bold;
  font-size: 0.8em;
  margin-bottom: 10px;
}
.custom-list {
  padding-left: 0;
  margin-bottom: 10px; /* Ensure the margin matches the info-header */
  margin-left: 0; /* Remove default left margin */
}
.custom-bullet {
  list-style-type: none; /* Remove default bullets */
  background-image: url('/images/icon/st-qa-icon-small.png');
  background-repeat: no-repeat;
  background-position: 0 50%; /* Center the image vertically */
  padding-left: 30px; /* Adjust based on the image width */
  margin-bottom: 15px; /* Ensure the margin matches the info-header */
  padding-top:5px;
  cursor: pointer;
}
.custom-bullet a {
  text-decoration: none;
  font-weight:normal;
}

.custom-bullet-with-icon {
    position: relative;
    padding-left: 25px;
    margin-bottom: 5px;
    list-style: none;
}

.custom-bullet-with-icon .fa-user-friends {
    position: absolute;
    left: 0;
    top: 3px;
    color: inherit;
}

.athena-chat-image {
  display: flex; /* enables flexbox layout */
  align-items: center; /* vertically centers the image */
  justify-content: center; /* horizontally centers the image */
}

.narrative-text, .narrative-text p, .follow-up-narrative, .follow-up-narrative p, #scenariosOutput p {
  font-size:14.4px !important;
}


/* Card CSS */

.ai-card {
  width: 930px;
  height: 560px;
  border: 1px solid #303030;
  padding: 10px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14.4px;
}

.ai-card-title {
  font-size:24px;
  margin-bottom:0.5rem;
  font-weight: 575;
}

.ai-card-subtitle {
  margin-bottom:1rem;
  font-size:18px;
  color:#414040;
  font-weight: 555;
}

.ai-card-question {
  margin-top:1rem;
  margin-bottom:2rem;
  font-size: 20px!important;
  font-weight: 575;
  text-align:center;
}


.ai-card-question i {
  font-size: 20px!important;
}

.ai-card-keyfact {
  margin-bottom:0.5rem;
}

.ai-card-image {
  height: 350px;
    float: right; 
    margin-left: 30px;
}


.ai-card-content {
    /* float: left; */
    width: 100%;
}

.ai-card-content i {
  font-size:14.4px;
}

.card-actions {
  margin: 0 0.5rem 0 0;
}

.card-icon-line {
  margin-bottom: 0.5rem;
}

#cancelAddDeckButton {
  border-radius: 30px !important;
  margin-right: 1rem;
}

#saveDeckContainer select, #saveDeckContainer input {
  width:175px !important;
}

#future-agents-button {
  border: solid 3px white;
}

#future-agents-link :hover {
  border: solid 3px #409bf3;
}