/* Defining the primary color */
:root {
    --primary-color: #ff5a5f;
    --secondary-color:#222;
    --hover-color: #e94c4f;
  }
  
  
  
  
  .innercard{
    width: 100%;
    height: calc(100vh - 120px);
    background-color: rgba(255, 255, 255, 0.728);
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    display: flex;
    align-items: center; /* Center items vertically */
    align-content: center;
    justify-content: center;
    overflow: hidden;
  }
  
  .innercard2{
    width: 100%;
    height: calc(100vh - 120px);
    background-color: rgba(255, 255, 255, 0.5);
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    display: flex;
    align-items: center; /* Center items vertically */
    align-content: center;
    justify-content: center;
    overflow: hidden;
  }
  
  
  
  @media screen and (min-width: 10in) and (max-width: 17in) {
    .innercard{
      width: 100%;
      height: calc(100vh - 90px);
      background-color: rgba(255, 255, 255, 0.728);
      box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
      display: flex;
      align-items: center; /* Center items vertically */
      align-content: center;
      justify-content: center;
      overflow: hidden;
    }
    
    .innercard2{
      width: 100%;
      height: calc(100vh - 90px);
      background-color: rgba(255, 255, 255, 0.5);
      box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
      display: flex;
      align-items: center; /* Center items vertically */
      align-content: center;
      justify-content: center;
      overflow: hidden;
    }
  }
  
  
  
  @media screen and (min-width: 6in) and (max-width: 10in) {
    .innercard{
      width: 100%;
      height: 100vh;
      background-color: rgba(255, 255, 255, 0.728);
      box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
      display: flex;
      align-items: center; /* Center items vertically */
      align-content: center;
      justify-content: center;
      overflow: hidden;
    }
    
    .innercard2{
      width: 100%;
      height: 100vh;
      background-color: rgba(255, 255, 255, 0.5);
      box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
      display: flex;
      align-items: center; /* Center items vertically */
      align-content: center;
      justify-content: center;
      overflow: hidden;
    }
  }
  
  
  
  @media screen and (min-width: 0in) and (max-width: 5in) {
    .innercard{
      width: 100%;
      height: 100vh;
      background-color: rgba(255, 255, 255, 0.728);
      box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
      display: flex;
      align-items: center; /* Center items vertically */
      align-content: center;
      justify-content: center;
      overflow: hidden;
    }
    
    .innercard2{
      width: 100%;
      height: 100%;
      background-color: rgba(255, 255, 255, 0.5);
      box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
      display: flex;
      align-items: center; /* Center items vertically */
      align-content: center;
      justify-content: center;
      overflow: hidden;
    }
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  .strip1 {
    display: flex; /* Use flexbox */
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    height: calc(100vh - 120px);
    width: 100vw;
    background-image: url('../images/1.png');
    background-size: cover; /* or contain, depending on your needs */
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
  
  }
  
  
  
  html,body{
    overflow: hidden;
    width: 100%;
  }
  
  
  
  /* Ipad Pro-17inch Laptop*/
  @media screen and (min-width: 10in) and (max-width: 17in) {
    .strip1 {
        display: flex; /* Use flexbox */
        justify-content: center; /* Center horizontally */
        align-items: center; /* Center vertically */
        height: calc(100vh - 90px);
        width: 100vw;
        background-image: url('../images/1.png');
        background-size: cover; /* or contain, depending on your needs */
        background-repeat: no-repeat;
        background-position: center center;
        overflow: hidden;
    
    }
  
  
  }
  
  
  /* Ipad Air/Mini*/
  @media screen and (min-width: 6in) and (max-width: 10in) {
    .strip1 {
        display: flex; /* Use flexbox */
        justify-content: center; /* Center horizontally */
        align-items: center; /* Center vertically */
        height: 100vh;
        width: 100vw;
        background-image: url('../images/1.png');
        background-size: cover; /* or contain, depending on your needs */
        background-repeat: no-repeat;
        background-position: center center;
        overflow: hidden;
    
    }
  
  
  }
  
  
  
  /* Ipad Air/Mini*/
  @media screen and (min-width: 0in) and (max-width: 5in) {
    .strip1 {
        display: flex; /* Use flexbox */
        justify-content: center; /* Center horizontally */
        align-items: center; /* Center vertically */
        height: calc(100dvh - 160px);
        width: 100vw;
        background-image: url('../images/1.png');
        background-size: cover; /* or contain, depending on your needs */
        background-repeat: no-repeat;
        background-position: center center;
        overflow: hidden;
    
    }
  
  
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  /* Class to disable scrolling */
  .no-scroll {
    overflow: hidden;  /* Prevents scrolling */
    height: 100%;      /* Prevents body height adjustment */
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  /* Start Nav Bar *//* Start Nav Bar *//* Start Nav Bar *//* Start Nav Bar *//* Start Nav Bar *//* Start Nav Bar *//* Start Nav Bar *//* Start Nav Bar *//* Start Nav Bar *//* Start Nav Bar *//* Start Nav Bar *//* Start Nav Bar *//* Start Nav Bar *//* Start Nav Bar *//* Start Nav Bar */
  /* Navbar styling */
  .navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgb(255, 255, 255);
    height: 100px;
    width: 100dvw;
    top: 0;
    position: sticky;
    z-index: 90000000000000000000000000;
  }
  
  /* Logo styling */
  .logo {
    margin-left: 30px;
    cursor: pointer;
  }
  
  /* Styling the "Stay" part */
  .stay {
    color: var(--primary-color);
    font-size: 45px;
    font-family: 'Bangers', sans-serif!important;
  }
  
  /* Styling the "$cale" part */
  .scale {
    color: var(--primary-color);
    font-size: 70px;
    font-family: 'Bangers', sans-serif!important;
  }
  
  @media screen and (min-width: 10in) and (max-width: 17in) {
  
    .navbar {
        height: 100px;
    }
  
  
  
    /* Logo styling */
  .logo {
    margin-left: 22px;
  }
  
  /* Styling the "Stay" part */
  .stay {
    font-size: 40px;
  }
  
  /* Styling the "$cale" part */
  .scale {
    font-size: 60px;
  }
  
  
  }
  
  @media screen and (min-width: 6in) and (max-width: 10in) {
  
    .navbar {
        height: 90px;
        position:fixed;
    }
  
    /* Logo styling */
    .logo {
        margin-left: 25px;
    }
    
    /* Styling the "Stay" part */
    .stay {
        font-size: 35px;
    }
    
    /* Styling the "$cale" part */
    .scale {
        font-size: 55px;
    }
  
  
  }
  
  
  @media screen and (min-width: 0in) and (max-width: 5in) {
  
    .navbar {
        height: 80px;
    }
  
    /* Logo styling */
    .logo {
        margin-left: 15px;
    }
    
    /* Styling the "Stay" part */
    .stay {
        font-size: 32px;
    }
    
    /* Styling the "$cale" part */
    .scale {
        font-size: 45px;
    }
  
  
  }
  /* End Nav Bar *//* End Nav Bar *//* End Nav Bar *//* End Nav Bar *//* End Nav Bar *//* End Nav Bar *//* End Nav Bar *//* End Nav Bar *//* End Nav Bar *//* End Nav Bar *//* End Nav Bar *//* End Nav Bar *//* End Nav Bar *//* End Nav Bar *//* End Nav Bar *//* End Nav Bar *//* End Nav Bar */
  
  
  
  
  
  

  
        @import url('https://fonts.googleapis.com/css2?family=Paytone+One&display=swap');
  
  .popup-intro {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100dvh;
      background: rgba(255, 255, 255, 0.258);
      backdrop-filter: blur(4px);
      display: none;
      align-items: center;
      justify-content: center;
      z-index: 900000000000000000000000000; /* Above other elements */
      overflow: hidden;
    }
    
    .popup-content-intro {
      background: #fffdfd;
      box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px, rgb(51, 51, 51) 0px 0px 0px 3px;
      width: 820px;
      height: 500px;
      border: none;
      border-radius: 5px;
      display: flex;
      align-items: center;
      position: relative;
    }
    
  
    .close-intro-btn{
      position: absolute;
      float: right;
      margin: auto;
      width: 60px;
      height: 40px;
      margin-top: 5px;
      cursor: pointer;
      right: 5px; /* Move the container 20px to the right */
      top: 10px;
      z-index: 100000000;
      display: flex;
      align-items: center;
    }
    
  
  
  
    .leftright-intro{
      height: 5px;
      width: 40px;
      position: absolute;
      background-color: #125A77;
      border-radius: 2px;
      transform: rotate(45deg);
      transition: transform .3s ease-in;
    }
    
    
    
    .rightleft-intro{
      height: 5px;
      width: 40px;
      position: absolute;
      background-color: #125A77;
      border-radius: 2px;
      transform: rotate(-45deg);
      transition: transform .3s ease-in;
    }
    
  
  
    .close-intro{
      margin: 60px 0 0 5px;
      position: absolute;
    }
    
  
  
    .close-intro-btn:hover .leftright-intro{
      transform: rotate(-45deg);
      background-color: var(--primary-color);
      animation: none;
    }
  
  
    .close-intro-btn:hover .rightleft-intro{
      transform: rotate(45deg);
      background-color: var(--primary-color);
      animation: none;
    }
  
  
  
  
      .logo1 {
      width: 55px;
      height: 45px;
      position: absolute;
      top: 10px;
      left: 15px;
      z-index: 2;
      opacity: .6;
      display: none;
    }
    
    .headings {
      font-family: 'Paytone One', sans-serif;
      font-size: 3em;
      margin-bottom: 10px;
      position: absolute;
      left: 30px;
      top: 30px;
      width: 100%;
      color: var(--primary-color);
      z-index: 2;
    }
    
    .popupparagraph {
      position: absolute;
      left: 35px;
      bottom: 90px;
      font-size: 1.25em;
      margin-bottom: 20px;
      font-family: Arial, sans-serif;
      width: 49%;
      z-index: 2;
      line-height: 1.25;
      color: #595959;
    }
    
    .background {
      position: absolute;
      right: 0px;
      bottom: 0px;
      width: 390px;
      height: 420px;
      z-index: 1;
      opacity: .8;
    }
  
    .scalez{
  
      font-family: Arial, sans-serif;
      color: #595959;
      font-weight: bold;
      font-style: italic;
      font-size: 1em;
    }
  
  
  
  
  
    @media screen and (min-width: 6in) and (max-width: 10in) {
  
      .popup-intro {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100dvh;
        background: rgba(255, 255, 255, 0.258);
        backdrop-filter: blur(4px);
        display: none;
        align-items: center;
        justify-content: center;
        z-index: 10000; /* Above other elements */
        overflow: hidden;
      }
      
      .popup-content-intro {
        background: #fffdfd;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px, rgb(51, 51, 51) 0px 0px 0px 3px;
        width: 656px;
        height: 400px;
        border: none;
        border-radius: 4px;
        display: flex;
        align-items: center;
        position: relative;
      }
      
    
      .close-intro-btn{
        position: absolute;
        float: right;
        margin: auto;
        width: 48px;
        height: 32px;
        margin-top: 4px;
        cursor: pointer;
        right: 3px; /* Move the container 20px to the right */
        top: 8px;
        z-index: 100000000;
        display: flex;
        align-items: center;
      }
      
    
    
    
      .leftright-intro{
        height: 4px;
        width: 32px;
        position: absolute;
        background-color: #125A77;
        border-radius: 1.6px;
        transform: rotate(45deg);
        transition: transform .3s ease-in;
      }
      
      
      
      .rightleft-intro{
        height: 4px;
        width: 32px;
        position: absolute;
        background-color: #125A77;
        border-radius: 1.6px;
        transform: rotate(-45deg);
        transition: transform .3s ease-in;
      }
      
    
    
      .close-intro{
        margin: 48px 0 0 4px;
        position: absolute;
      }
      
    
    
      .close-intro-btn:hover .leftright-intro{
        transform: rotate(-45deg);
        background-color: #93C7CC;
        animation: none;
      }
    
    
      .close-intro-btn:hover .rightleft-intro{
        transform: rotate(45deg);
        background-color: #93C7CC;
        animation: none;
      }
    
    
    
    
        .logo1 {
        width: 44px;
        height: 36px;
        position: absolute;
        top: 8px;
        left: 12px;
        z-index: 2;
        opacity: .8;
        display: none;
      }
      
      .headings {
        font-family: 'Paytone One', sans-serif;
        font-size: 2.3em;
        margin-bottom: 8px;
        position: absolute;
        left: 24px;
        top: 25px;
        width: 100%;
        color: var(--primary-color);
        z-index: 2;
      }
      
      .popupparagraph {
        position: absolute;
        left: 25px;
        bottom: 80px;
        font-size: 1em;
        margin-bottom: 16px;
        font-family: Arial, sans-serif;
        width: 46%;
        z-index: 2;
        line-height: 1.25;
        color: #595959;
      }
      
      .background {
        position: absolute;
        right: 0px;
        bottom: 0px;
        width: 320px;
        height: 335px;
        z-index: 1;
      }
  
  
      .scalez{
  
        font-family: Arial, sans-serif;
        color: #595959;
        font-weight: bold;
        font-style: italic;
        font-size: .95em;
      }
    
     
    }
  
  
  
  
  
    @media screen and (min-width: 0in) and (max-width: 5in) {
  
      .popup-intro {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100dvh;
        background: rgba(255, 255, 255, 0.258);
        backdrop-filter: blur(4px);
        display: none;
        align-items: center;
        justify-content: center;
        z-index: 10000; /* Above other elements */
        overflow: hidden;
        margin-top: 40px;
      }
      
      .popup-content-intro {
        background: #fffdfd;
        box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
        width: 325px;
        height: 500px;
        border: none;
        border-radius: 4px;
        display: flex;
        align-items: center;
        position: relative;
      }
      
    
      .close-intro-btn{
        position: absolute;
        float: right;
        margin: auto;
        width: 48px;
        height: 32px;
        margin-top: 4px;
        cursor: pointer;
        right: 2px; /* Move the container 20px to the right */
        top: 8px;
        z-index: 100000000;
        display: flex;
        align-items: center;
      }
      
    
    
    
      .leftright-intro{
        height: 4px;
        width: 32px;
        position: absolute;
        background-color: #125A77;
        border-radius: 1.6px;
        transform: rotate(45deg);
        transition: transform .3s ease-in;
      }
      
      
      
      .rightleft-intro{
        height: 4px;
        width: 32px;
        position: absolute;
        background-color: #125A77;
        border-radius: 1.6px;
        transform: rotate(-45deg);
        transition: transform .3s ease-in;
      }
      
    
    
      .close-intro{
        margin: 48px 0 0 4px;
        position: absolute;
      }
      
    
    
      .close-intro-btn:hover .leftright-intro{
        transform: rotate(-45deg);
        background-color: #93C7CC;
        animation: none;
      }
    
    
      .close-intro-btn:hover .rightleft-intro{
        transform: rotate(45deg);
        background-color: #93C7CC;
        animation: none;
      }
    
    
    
    
        .logo1 {
        width: 44px;
        height: 36px;
        position: absolute;
        top: 8px;
        left: 12px;
        z-index: 2;
        opacity: .8;
        display: none;
      }
      
      .headings {
        font-family: 'Paytone One', sans-serif;
        font-size: 1.75em;
        margin-bottom: 8px;
        position: absolute;
        left: 0px;
        top: 45px;
        width: 100%;
        color: var(--primary-color);
        z-index: 2;
        text-align: center;
      }
      
      .popupparagraph {
        position: absolute;
        left: 22px;
        bottom: 190px;
        font-size: 1em;
        margin-bottom: 16px;
        font-family: Arial, sans-serif;
        width: 90%;
        z-index: 2;
        line-height: 1.25;
        color: #595959;
      }
      
      .background {
        position: absolute;
        right: 0px;
        bottom: 0px;
        width: 230px;
        height: 220px;
        z-index: 1;
      }
  
      .scalez{
  
        font-family: Arial, sans-serif;
        color: #595959;
        font-weight: bold;
        font-style: italic;
        font-size: .95em;
      }
     
    }
  
  
  
  
  
  
  
    #popup-intro > div > img{
      width: 100%;
      height: 100dvh;
      position: relative;
      vertical-align: middle;
      margin-left: 0%;
      overflow: hidden;
  }
  
  
  

  
  
  
  /* style.css */
  
  
  #chat-container {
    display: flex;
    flex-direction: column;
    align-items: center; /* Center children horizontally */
    position: fixed;
    width: 1200px;
    height: calc(100vh - 120px);
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid #dddddd00;
    overflow: hidden;
  }
  
  #chat-box {
  margin: auto;
  height: 70%;
  width: 70%;
  padding: 10px;
  /* padding-top: 40px; */
  margin-top: 70px;
  margin-bottom: 50px;
  color: black;
  background-color: #ffffff00;
  overflow-y: auto;
  }
  
  
  /* Hiding the scrollbar for different browsers */
  #chat-box::-webkit-scrollbar {
  display: none; /* for Chrome, Safari, and Opera */
  }
  
  .scrollable-element {
  -ms-overflow-style: none;  /* for Internet Explorer and Edge */
  scrollbar-width: none; /* for Firefox */
  }
  
  #input-area {
    display: flex;
    flex-direction: column;
    align-items: center; /* Center children horizontally */
    position: relative;
    gap: 10px; /* Space between input and button */
    padding: 10px; /* Padding at the bottom */
    width: 70%;
    margin-bottom: 3dvh;
  }
  
  #user-input {
    width: 100%; /* Width of the input */
    padding: 20px;
    padding-right: 60px;
    border-radius: 4px;
    border: 1px solid #ddd; /* Optional */
    max-width: 100%;
    min-width: 100%;
    max-height: 100px;
    min-height: 50px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 10px; /* Adjust this value to get the desired roundness */
    color: #494949;
    font-size: 16px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 1.5;
  }
  
    /* Hiding the scrollbar for different browsers */
    #user-input::-webkit-scrollbar {
      display: none; /* for Chrome, Safari, and Opera */
    }
  
  #user-input:focus{
    border: 2px solid #a8a8a8;; /* Example: Change the border to a 2px solid black line */
    outline: none; /* Optionally, remove the default outline */
  }
  
  
  #send-button {
    position: absolute;
    height: 30px;
    width: 30px;
    right: -3px; /* Adjust as needed for positioning */
    top: 50%;
    transform: translateY(-50%); /* Center vertically */
    border: none;
    background: #125A77;
    cursor: pointer;
    outline: none; /* Removes the outline to keep the UI clean */
    border-radius: 20%; /* This will make it completely round */
    width: 30px;  /* Width of the button */
    height: 30px; /* Height of the button, make it equal to width for a perfect circle */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
  }
  
  
  #send-button i {
    font-size: 24px; /* Adjust as needed for the icon size */
    color: white;
  }
  
  
  #suggestion-container {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 15px; /* Adjust the space between boxes */
    justify-content: space-between !important; /* This will space out the boxes evenly */
    width: 800px;
    height: 150px;
  }
  
  .suggestion-column {
    flex: 1;
  }
  
  .suggestion-box {
    border: 1px solid #cccccc00;
    padding: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    background-color: #f9f9f9;
    flex-basis: calc(50% - 5px);
    height: 30px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    transition: all 0.3s ease; /* Smooth transition for all changes */
    border-radius: 10px; /* Adjust this value to get the desired roundness */
    color: #494949;
    font-size: 16px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 1.5;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .suggestion-box:hover {
    transform: scale(1.05); /* Slightly increase the size */
    background-color: #e0e0e0; /* Slightly dimmer background color */
  }
  
  .message-header {
    display: flex;
    align-items: center; /* Centers items vertically */
    margin-top: 20px;
  }
  
  .user-icon {
    width: 55px; /* Adjust as needed */
    height: 55px; /* Adjust as needed */
    margin-right: 3px; /* Space between icon and text */
  }
  
  .bot-icon {
  width: 40px; /* Adjust as needed */
  height: 40px; /* Adjust as needed */
  margin-right: 5px; /* Space between icon and text */
  opacity: 1;
  }
  
  .message-body{
    /* Styles for message text, can include padding for indentation */
    max-width: 90%;
    padding-left: 59px; /* Aligns text under 'You:', adjust as needed */
    color: #646464;
    font-size: 20px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 1.5;
  }
  
  
  .message-warning{
    /* Styles for message text, can include padding for indentation */
    max-width: 90%;
    padding-left: 59px; /* Aligns text under 'You:', adjust as needed */
    color: var(--primary-color);
    font-size: 20px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 1.5;
    margin-top: 20px;
    font-style: italic;
    font-weight: lighter;
  }
  
  .list-item-style {
  font-size: smaller; /* Smaller font size for list items */
  margin-bottom: 8px; /* Double space between list items */
  margin-top: 6px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  color: #494949;
  }
  
  #chat-box > div > div.message-body > h3{
  color:#494949 ;
  margin-top: 1%;
  margin-bottom: 1%;
  }
  #chat-box > div > div.message-body > p:last-child:not(:first-child) {
    margin-top: 2%;
  }
  
  #chat-box > div > div.message-body > p:first-child:not(:last-child) {
    margin-bottom: 2%;
  }
  
  #chat-box > div> div.message-body > p > strong > a{
    font-size: 20px;
    display: inline;
    color:#125A77;
    text-transform: none !important;
  }
  
  #chat-box > div > div.message-header > strong{
  color:#125A77;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 20px;
  list-style-type: none;
  }
  
  #chat-box > div > div.message-body > p {
  
    /* Styles for message text, can include padding for indentation */
    max-width: 90%;
    margin: 1px;/* Aligns text under 'You:', adjust as needed */
    color: #494949;
    font-size: 20px !important;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 1.5;
  
  }
  
  #chat-box > div> div.message-body > ol > li > p > strong{
    color:#767676;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 20px;
  list-style-type: none !important;
  margin-top: 2% !important;
  }
  
  
  #chat-box > div> div.message-body > ol > li> p{
        /* Styles for message text, can include padding for indentation */
        max-width: 90%;
        color: #494949;
        font-size: 18px !important;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        line-height: 1.5;
        margin-top: 2%;
  }
  
  #chat-box > div> div.message-body > ul> li> p > strong{
    color:#767676;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 20px;
    list-style-type: none !important;
  }
  
  #chat-box > div> div.message-body > ul > li> ul > li> strong{
    color:#767676;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 20px;
  }
  
  #chat-box > div > div.message-body > p > a{
    font-size: 20px;
    display: inline;
    color:#125A77;
    text-transform: none !important;
  }
  
  #chat-box > div > div.message-body > ul > li > a{
    font-size: 20px;
    display: inline;
    color:#125A77;
    text-transform: none !important;
  }
  
  #chat-box > div> div.message-body > ul > li > p{
  
        /* Styles for message text, can include padding for indentation */
        max-width: 90%;
        margin: 1px;/* Aligns text under 'You:', adjust as needed */
        color: #494949;
        font-size: 18px !important;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        line-height: 1.5;
        margin-top: 2%;
  }
  
  #chat-box > div > div.message-body > ul > li > ul > li > a{
    font-size: 20px;
    display: inline;
    color:#125A77;
    text-transform: none !important;
  
  }
  
  #chat-box > div:nth-child(10) > div.message-body > ul > li > a{
    font-size: 20px;
    display: inline;
    color:#125A77;
    text-transform: none !important;
  }
  
  li::marker{
    color: #8f8f8f;
    font-weight: bold;
  }
  
  /* Container specific styles */
  .loading-container {
  /* Universal styles scoped within the container */
  * {
      border: 0;
      box-sizing: border-box;
      margin: 0;
      padding: 0;
  }
  }
  
  .pl1 {
  --bg: hsl(223, 10%, 90%);
  --fg: hsl(223, 10%, 10%);
  --c1: hsla(33, 90%, 55%, 0.6);
  --c2: hsl(33, 90%, 55%, 0.6);
  --c3: hsl(33, 90%, 55%, 0.6);
  font-size: 9pt;
  }
  
  .pl1 {
  display: flex;
  justify-content: space-around;
  margin: 0em;
  width: 5.5em;
  height: 3em;
  }
  
  #loading-animation{
  margin-top: -7px;
  }
  .pl1__a, .pl1__b, .pl1__c {
  border-radius: 50%;
  width: 1em;
  height: 1em;
  transform-origin: 50% 100%;
  animation: bounce1 1.75s linear infinite;
  }
  
  .pl1__a { background: #b0b0b0; }
  .pl1__b { background: #b0b0b0; animation-delay: 0.1s; }
  .pl1__c { background: #b0b0b0; animation-delay: 0.2s; }
  
  
  @keyframes bounce1{
  from, to{
    transform: translateY(0) scale(1,1);
    animation-timing-function: ease-in;
  }
  9%, 29%, 49%, 69%{
    transform: translateY(1em) scale(1,1);
    animation-timing-function: linear;}
  
  10%{
    transform: translateY(1em) scale(1.5,0.5);
    animation-timing-function: linear;}
  
  11%, 31%, 51%, 71%, 91%{
    transform: translateY(1em) scale(1,1);
    animation-timing-function: ease-out;}
  
  20%{
    transform: translateY(.5em) scale(1,1);
    animation-timing-function: ease-in;}
  
  30%{
    transform: translateY(1em) scale(1.25,0.75);
    animation-timing-function: linear;}
  
  40%{
    transform: translateY(.75em) scale(1,1);
    animation-timing-function: ease-in;}
  
  50%{
    transform: translateY(1em) scale(1.125,0.875);
    animation-timing-function: linear;}
  
  60%{
    transform: translateY(.875em) scale(1,1);
    animation-timing-function: ease-in;}
  
  70%{
    transform: translateY(1em) scale(1.0625,0.9375);
    animation-timing-function: linear;}
  
  85%{
    transform: translateY(1em) scale(1,1);
    animation-timing-function: ease-in;}
  
  90%{
    transform: translateY(1em) scale(1.875,0.125);
    animation-timing-function: ease-in-out;}
  
  }
  
  
  
  
  
  
  
  /* Ipad Pro - 17 Inch Laptop*/
  
  @media screen and (min-width: 10in) and (max-width: 17in) {
  #chat-container {
    display: flex;
    flex-direction: column;
    align-items: center; /* Center children horizontally */
    position: fixed;
    width: 1200px;
    height: calc(100vh - 90px);
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid #dddddd00;
    overflow: hidden;
  }
  
  #chat-box {
    margin: auto;
    height: 70%;
    width: 70%;
    padding: 10px;
    padding-top: 0px;
    margin-top: 50px;
    margin-bottom: 30px;
    color: black;
    background-color: #ffffff00;
    overflow-y: auto;
  }
  
  #chat-box > div:nth-child(1) > div.message-header{
  
    margin-top: 0px;
  }
  
  /* Hiding the scrollbar for different browsers */
  #chat-box::-webkit-scrollbar {
  display: none; /* for Chrome, Safari, and Opera */
  }
  
  .scrollable-element {
  -ms-overflow-style: none;  /* for Internet Explorer and Edge */
  scrollbar-width: none; /* for Firefox */
  }
  
  #input-area {
    display: flex;
    flex-direction: column;
    align-items: center; /* Center children horizontally */
    position: relative;
    gap: 10px; /* Space between input and button */
    padding: 10px; /* Padding at the bottom */
    width: 70%;
    margin-bottom: 3dvh;
  }
  
  #user-input {
    width: 100%; /* Width of the input */
    padding: 20px;
    padding-right: 60px;
    border-radius: 4px;
    border: 1px solid #ddd; /* Optional */
    max-width: 100%;
    min-width: 100%;
    max-height: 100px;
    min-height: 50px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 10px; /* Adjust this value to get the desired roundness */
    color: #494949;
    font-size: 16px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 1.5;
  }
  
    /* Hiding the scrollbar for different browsers */
    #user-input::-webkit-scrollbar {
      display: none; /* for Chrome, Safari, and Opera */
    }
  
  #user-input:focus{
    border: 2px solid #a8a8a8;; /* Example: Change the border to a 2px solid black line */
    outline: none; /* Optionally, remove the default outline */
  }
  
  
  #send-button {
    position: absolute;
    height: 30px;
    width: 30px;
    right: -3px; /* Adjust as needed for positioning */
    top: 50%;
    transform: translateY(-50%); /* Center vertically */
    border: none;
    background: #125A77;
    cursor: pointer;
    outline: none; /* Removes the outline to keep the UI clean */
    border-radius: 20%; /* This will make it completely round */
    width: 30px;  /* Width of the button */
    height: 30px; /* Height of the button, make it equal to width for a perfect circle */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
  }
  
  
  #send-button i {
    font-size: 24px; /* Adjust as needed for the icon size */
    color: white;
  }
  
  
  #suggestion-container {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 15px; /* Adjust the space between boxes */
    justify-content: space-between !important; /* This will space out the boxes evenly */
    width: 800px;
    height: 150px;
  }
  
  .suggestion-column {
    flex: 1;
  }
  
  .suggestion-box {
    border: 1px solid #cccccc00;
    padding: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    background-color: #f9f9f9;
    flex-basis: calc(50% - 5px);
    height: 30px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    transition: all 0.3s ease; /* Smooth transition for all changes */
    border-radius: 10px; /* Adjust this value to get the desired roundness */
    color: #494949;
    font-size: 16px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 1.5;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .suggestion-box:hover {
    transform: scale(1.05); /* Slightly increase the size */
    background-color: #e0e0e0; /* Slightly dimmer background color */
  }
  
  .message-header {
    display: flex;
    align-items: center; /* Centers items vertically */
    margin-top: 18px;
  }
  
  .user-icon {
    width: 45px; /* Adjust as needed */
    height: 45px; /* Adjust as needed */
    margin-right: 5px; /* Space between icon and text */
  }
  
  .bot-icon {
  width: 40px; /* Adjust as needed */
  height: 41px; /* Adjust as needed */
  margin-right: 5px; /* Space between icon and text */
  opacity: 1;
  }
  
  .message-body{
    /* Styles for message text, can include padding for indentation */
    padding-left: 50px; /* Aligns text under 'You:', adjust as needed */
    color: #494949;
    font-size: 18px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 1.5;
  }
  
  
  .message-warning{
    /* Styles for message text, can include padding for indentation */
    padding-left: 50px; /* Aligns text under 'You:', adjust as needed */
    color: var(--primary-color);
    font-size: 18px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 1.5;
    margin-top: 18px;
    font-style: italic;
    font-weight: lighter;
  }
  
  
  .list-item-style {
  font-size: smaller; /* Smaller font size for list items */
  margin-bottom: 8px; /* Double space between list items */
  margin-top: 6px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  color: #494949;
  }
  
  #chat-box > div> div.message-body > p > strong > a{
    font-size: 18px;
    display: inline;
    color:#125A77;
    text-transform: none !important;
  }
  
  
  #chat-box > div > div.message-header > strong{
    color:#125A77;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 18px;
    list-style-type: none;
    }
    
    #chat-box > div > div.message-body > p {
    
      /* Styles for message text, can include padding for indentation */
      max-width: 90%;
      margin: 1px;/* Aligns text under 'You:', adjust as needed */
      color: #494949;
      font-size: 18px !important;
      font-family: Verdana, Geneva, Tahoma, sans-serif;
      line-height: 1.5;
    
    }
    
    #chat-box > div> div.message-body > ol > li > p > strong{
      color:#767676;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 18px;
    list-style-type: none !important;
    }
    
    
    #chat-box > div> div.message-body > ol > li> p{
          /* Styles for message text, can include padding for indentation */
          max-width: 90%;
          color: #494949;
          font-size: 16px !important;
          font-family: Verdana, Geneva, Tahoma, sans-serif;
          line-height: 1.5;
    }
    
    #chat-box > div> div.message-body > ul> li> p > strong{
      color:#767676;
      font-family: Verdana, Geneva, Tahoma, sans-serif;
      font-size: 18px;
      list-style-type: none !important;
    }
    
    #chat-box > div> div.message-body > ul > li> ul > li> strong{
      color:#767676;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 18px;
    }
    
    #chat-box > div > div.message-body > p > a{
      font-size: 18px;
      display: inline;
      color:#125A77;
      text-transform: none !important;
    }
    
    #chat-box > div > div.message-body > ul > li > a{
      font-size: 18px;
      display: inline;
      color:#125A77;
      text-transform: none !important;
    }
    
    #chat-box > div> div.message-body > ul > li > p{
    
          /* Styles for message text, can include padding for indentation */
          max-width: 90%;
          margin: 1px;/* Aligns text under 'You:', adjust as needed */
          color: #494949;
          font-size: 16px !important;
          font-family: Verdana, Geneva, Tahoma, sans-serif;
          line-height: 1.5;
          margin-top: 2%;
    }
    
    #chat-box > div > div.message-body > ul > li > ul > li > a{
      font-size: 18px;
      display: inline;
      color:#125A77;
      text-transform: none !important;
    
    }
    
    #chat-box > div:nth-child(10) > div.message-body > ul > li > a{
      font-size: 18px;
      display: inline;
      color:#125A77;
      text-transform: none !important;
    }
    
    li::marker{
      color: #8f8f8f;
      font-weight: bold;
    }
    
  
  .pl1 {
  --bg: hsl(223, 10%, 90%);
  --fg: hsl(223, 10%, 10%);
  --c1: hsla(33, 90%, 55%, 0.6);
  --c2: hsl(33, 90%, 55%, 0.6);
  --c3: hsl(33, 90%, 55%, 0.6);
  font-size: 7pt;
  }
  
  #loading-animation{
  margin-top: -5px;
  }
  
  }
  
  
  
  
  
  
  /* Ipad Mini/Air*/
  
  @media screen and (min-width: 6in) and (max-width: 10in) {
  #chat-container {
      display: flex;
      flex-direction: column;
      align-items: center; /* Center children horizontally */
      position: fixed;
      width: 900px;
      height: calc(100vh - 90px);
      background-color: rgba(255, 255, 255, 0);
      border: 1px solid #dddddd00;
      overflow: hidden;
  }
  
  #chat-box {
      margin: auto;
      height: 70%;
      width: 70%;
      padding: 10px;
      padding-top: 0px;
      margin-top: 90px;
      margin-bottom: 50px;
      color: black;
      background-color: #ffffff00;
      overflow-y: auto;
  }
  
  #chat-box > div:nth-child(1) > div.message-header{
  margin-top: 0px;
  }
  
  /* Hiding the scrollbar for different browsers */
  #chat-box::-webkit-scrollbar {
    display: none; /* for Chrome, Safari, and Opera */
  }
  
  .scrollable-element {
    -ms-overflow-style: none;  /* for Internet Explorer and Edge */
    scrollbar-width: none; /* for Firefox */
  }
  
  #input-area {
      display: flex;
      flex-direction: column;
      align-items: center; /* Center children horizontally */
      position: relative;
      gap: 10px; /* Space between input and button */
      padding: 10px; /* Padding at the bottom */
      width: 70%;
      margin-bottom:4dvh;
  }
  
  #user-input {
      width: 100%; /* Width of the input */
      padding: 20px;
      padding-right: 55px;
      border-radius: 4px;
      border: 1px solid #ddd; /* Optional */
      max-width: 100%;
      min-width: 100%;
      max-height: 100px;
      min-height: 50px;
      box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
      border-radius: 10px; /* Adjust this value to get the desired roundness */
      color: #494949;
      font-size: 16px;
      font-family: Verdana, Geneva, Tahoma, sans-serif;
      line-height: 1.5;
  }
  
      /* Hiding the scrollbar for different browsers */
      #user-input::-webkit-scrollbar {
        display: none; /* for Chrome, Safari, and Opera */
      }
  
  #user-input:focus{
      border: 2px solid #a8a8a8;; /* Example: Change the border to a 2px solid black line */
      outline: none; /* Optionally, remove the default outline */
  }
  
  
  #send-button {
      position: absolute;
      height: 30px;
      width: 30px;
      right: -7px; /* Adjust as needed for positioning */
      top: 50%;
      transform: translateY(-50%); /* Center vertically */
      border: none;
      background: #125A77;
      cursor: pointer;
      outline: none; /* Removes the outline to keep the UI clean */
      border-radius: 20%; /* This will make it completely round */
      width: 30px;  /* Width of the button */
      height: 30px; /* Height of the button, make it equal to width for a perfect circle */
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 10;
    }
  
  
    #send-button i {
      font-size: 24px; /* Adjust as needed for the icon size */
      color: white;
    }
  
  
    #suggestion-container {
      display: flex !important;
      flex-wrap: wrap !important;
      gap: 15px; /* Adjust the space between boxes */
      justify-content: space-between !important; /* This will space out the boxes evenly */
      width: 625px;
      height: 150px;
    }
  
    .suggestion-column {
      flex: 1;
    }
  
  .suggestion-box {
      border: 1px solid #cccccc00;
      padding: 10px;
      margin-bottom: 10px;
      cursor: pointer;
      background-color: #f9f9f9;
      flex-basis: calc(50% - 5px);
      height: 30px;
      box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
      transition: all 0.3s ease; /* Smooth transition for all changes */
      border-radius: 10px; /* Adjust this value to get the desired roundness */
      color: #494949;
      font-size: 14px;
      font-family: Verdana, Geneva, Tahoma, sans-serif;
      line-height: 1.5;
      display: flex;
      justify-content: center;
      align-items: center;
    }
  
    .suggestion-box:hover {
      transform: scale(1.05); /* Slightly increase the size */
      background-color: #e0e0e0; /* Slightly dimmer background color */
    }
  
    .message-header {
      display: flex;
      align-items: center; /* Centers items vertically */
      margin-top: 20px;
  }
  
  .user-icon {
      width: 45px; /* Adjust as needed */
      height: 45px; /* Adjust as needed */
      margin-right: 5px; /* Space between icon and text */
  }
  
  .bot-icon {
    width: 43px; /* Adjust as needed */
    height: 41px; /* Adjust as needed */
    margin-right: 5px; /* Space between icon and text */
    opacity: .7;
  }
  
  .message-body{
      /* Styles for message text, can include padding for indentation */
      padding-left: 50px; /* Aligns text under 'You:', adjust as needed */
      color: #494949;
      font-size: 18px;
      font-family: Verdana, Geneva, Tahoma, sans-serif;
      line-height: 1.5;
  }
  
  
  .message-warning{
    /* Styles for message text, can include padding for indentation */
    padding-left: 50px; /* Aligns text under 'You:', adjust as needed */
    color: var(--primary-color);
    font-size: 18px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 1.5;
    margin-top: 18px;
    font-style: italic;
    font-weight: lighter;
  }
  
  .list-item-style {
    font-size: smaller; /* Smaller font size for list items */
    margin-bottom: 8px; /* Double space between list items */
    margin-top: 6px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: #494949;
  }
  
  #chat-box > div> div.message-body > p > strong > a{
    font-size: 16px;
    display: inline;
    color:#125A77;
    text-transform: none !important;
  }
  
  #chat-box > div > div.message-header > strong{
    color:#125A77;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 16px;
    list-style-type: none;
    }
  
  #chat-box > div > div.message-body > p {
    
    /* Styles for message text, can include padding for indentation */
    max-width: 90%;
    margin: 1px;/* Aligns text under 'You:', adjust as needed */
    color: #494949;
    font-size: 16px !important;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 1.5;
  
  }
  
  #chat-box > div> div.message-body > ol > li > p > strong{
    color:#767676;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 16px;
  list-style-type: none !important;
  }
  
  
  #chat-box > div> div.message-body > ol > li> p{
        /* Styles for message text, can include padding for indentation */
        max-width: 90%;
        color: #494949;
        font-size: 14px !important;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        line-height: 1.5;
  }
  
  #chat-box > div> div.message-body > ul> li> p > strong{
    color:#767676;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 16px;
    list-style-type: none !important;
  }
  
  #chat-box > div> div.message-body > ul > li> ul > li> strong{
    color:#767676;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 16px;
  }
  
  #chat-box > div > div.message-body > p > a{
    font-size: 16px;
    display: inline;
    color:#125A77;
    text-transform: none !important;
  }
  
  #chat-box > div > div.message-body > ul > li > a{
    font-size: 16px;
    display: inline;
    color:#125A77;
    text-transform: none !important;
  }
  
  #chat-box > div> div.message-body > ul > li > p{
  
        /* Styles for message text, can include padding for indentation */
        max-width: 90%;
        margin: 1px;/* Aligns text under 'You:', adjust as needed */
        color: #494949;
        font-size: 14px !important;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        line-height: 1.5;
        margin-top: 2%;
  }
  
  #chat-box > div > div.message-body > ul > li > ul > li > a{
    font-size: 16px;
    display: inline;
    color:#125A77;
    text-transform: none !important;
  
  }
  
  #chat-box > div:nth-child(10) > div.message-body > ul > li > a{
    font-size: 16px;
    display: inline;
    color:#125A77;
    text-transform: none !important;
  }
  
  li::marker{
    color: #8f8f8f;
    font-weight: bold;
  }
  
  .pl1 {
    --bg: hsl(223, 10%, 90%);
    --fg: hsl(223, 10%, 10%);
    --c1: hsla(33, 90%, 55%, 0.6);
    --c2: hsl(33, 90%, 55%, 0.6);
    --c3: hsl(33, 90%, 55%, 0.6);
    font-size: 7pt;
  }
  
  #loading-animation{
    margin-top: -5px;
  }
  
  }
  
  
  
  
  
  @media screen and (min-width: 0in) and (max-width: 5in) {
  
    #chat-container {
      display: flex;
      flex-direction: column;
      align-items: center; /* Center children horizontally */
      position: fixed;
      width: 100%;
      height: 100%;
      background-color: rgba(255, 255, 255, 0);
      border: 1px solid #dddddd00;
      overflow: hidden;
  }
  
  #chat-box {
      margin: auto;
      height: 70%;
      width: 90%;
      padding: 10px;
      margin-top: 100px;
      margin-bottom: 30px;
      color: black;
      background-color: #ffffff00;
      overflow-y: auto;
  }
  
  #chat-box > div:nth-child(1) > div.message-header{
  
    margin-top: 0 !important;
  }
  
  
  /* Hiding the scrollbar for different browsers */
  #chat-box::-webkit-scrollbar {
    display: none; /* for Chrome, Safari, and Opera */
  }
  
  .scrollable-element {
    -ms-overflow-style: none;  /* for Internet Explorer and Edge */
    scrollbar-width: none; /* for Firefox */
  }
  
  #input-area {
      display: flex;
      flex-direction: column;
      align-items: center; /* Center children horizontally */
      position: relative;
      gap: 10px; /* Space between input and button */
      padding: 6px; /* Padding at the bottom */
      width: 95%;
      margin-bottom: -5px;
  }
  
  #user-input {
      width: 100%; /* Width of the input */
      padding: 20px;
      padding-right: 65px;
      border-radius: 0px;
      border: 0px solid #ddd; /* Optional */
      max-width: 85%;
      min-width: 85%;
      max-height: 100px;
      min-height: 70px;
      box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
      border-radius: 0px; /* Adjust this value to get the desired roundness */
      color: #494949;
      font-size: 16px;
      font-family: Verdana, Geneva, Tahoma, sans-serif;
      line-height: 1.5;
  }
  
    /* Hiding the scrollbar for different browsers */
    #user-input::-webkit-scrollbar {
      display: none; /* for Chrome, Safari, and Opera */
    }
    
  
  #user-input:focus{
      border: 0px solid #a8a8a8;; /* Example: Change the border to a 2px solid black line */
      outline: none; /* Optionally, remove the default outline */
  }
  
  
  #send-button {
      position: absolute;
      height: 30px;
      width: 30px;
      right: 15px; /* Adjust as needed for positioning */
      top: 50%;
      transform: translateY(-50%); /* Center vertically */
      border: none;
      background: #125A77;
      cursor: pointer;
      outline: none; /* Removes the outline to keep the UI clean */
      border-radius: 20%; /* This will make it completely round */
      width: 30px;  /* Width of the button */
      height: 30px; /* Height of the button, make it equal to width for a perfect circle */
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 10;
    }
  
  
    #send-button i {
      font-size: 24px; /* Adjust as needed for the icon size */
      color: white;
    }
  
  
    #suggestion-container {
      display: flex !important;
      flex-wrap: wrap !important;
      gap: 5px; /* Adjust the space between boxes */
      justify-content: space-between !important; /* This will space out the boxes evenly */
      width: 85%;
      height: 120px;
    }
  
    .suggestion-column {
      flex: 1;
    }
  
    /* Hide the second .suggestion-column */
  #suggestion-container .suggestion-column:nth-of-type(2) {
  display: none;
  }
  
  .suggestion-box {
      border: 1px solid #cccccc00;
      padding: 7px;
      margin-bottom: 10px;
      cursor: pointer;
      background-color: #f9f9f9;
      flex-basis: calc(50% - 5px);
      height: 30px;
      box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
      transition: all 0.3s ease; /* Smooth transition for all changes */
      border-radius: 10px; /* Adjust this value to get the desired roundness */
      color: #494949;
      font-size: 13px;
      font-weight: 400;
      font-family: Verdana, Geneva, Tahoma, sans-serif;
      line-height: 1.5;
      display: flex;
      justify-content: center;
      align-items: center;
    }
  
    .suggestion-box:hover {
      transform: scale(1.05); /* Slightly increase the size */
      background-color: #e0e0e0; /* Slightly dimmer background color */
    }
  
    .message-header {
      display: flex;
      align-items: center; /* Centers items vertically */
      margin-top: 20px;
  }
  
  .user-icon {
      width: 45px; /* Adjust as needed */
      height: 45px; /* Adjust as needed */
      margin-right: 5px; /* Space between icon and text */
  }
  
  .bot-icon {
    width: 43px; /* Adjust as needed */
    height: 40px; /* Adjust as needed */
    margin-right: 5px; /* Space between icon and text */
    opacity: .7;
  }
  
  .message-body{
      /* Styles for message text, can include padding for indentation */
      padding-left: 50px; /* Aligns text under 'You:', adjust as needed */
      color: #494949;
      font-size: 16px;
      font-family: Verdana, Geneva, Tahoma, sans-serif;
      line-height: 1.5;
  }
  
  
  .message-warning{
    /* Styles for message text, can include padding for indentation */
    padding-left: 50px; /* Aligns text under 'You:', adjust as needed */
    color: var(--primary-color);
    font-size: 16px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 1.5;
    margin-top: 16px;
    font-style: italic;
    font-weight: lighter;
  }
  
  
  .list-item-style {
    font-size: smaller; /* Smaller font size for list items */
    margin-bottom: 8px; /* Double space between list items */
    margin-top: 6px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: #494949;
  }
  
  #chat-box > div> div.message-body > p > strong > a{
    font-size: 16px;
    display: inline;
    color:#125A77;
    text-transform: none !important;
  }
  
  #chat-box > div > div.message-header > strong{
    color:#125A77;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 16px;
    list-style-type: none;
    }
  
  #chat-box > div > div.message-body > p {
    
    /* Styles for message text, can include padding for indentation */
    max-width: 90%;
    margin: 1px;/* Aligns text under 'You:', adjust as needed */
    color: #494949;
    font-size: 16px !important;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 1.5;
  
  }
  
  #chat-box > div> div.message-body > ol > li > p > strong{
    color:#767676;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 16px;
  list-style-type: none !important;
  }
  
  
  #chat-box > div> div.message-body > ol > li> p{
        /* Styles for message text, can include padding for indentation */
        max-width: 90%;
        color: #494949;
        font-size: 14px !important;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        line-height: 1.5;
  }
  
  #chat-box > div> div.message-body > ul> li> p > strong{
    color:#767676;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 16px;
    list-style-type: none !important;
  }
  
  #chat-box > div> div.message-body > ul > li> ul > li> strong{
    color:#767676;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 16px;
  }
  
  #chat-box > div > div.message-body > p > a{
    font-size: 16px;
    display: inline;
    color:#125A77;
    text-transform: none !important;
  }
  
  #chat-box > div > div.message-body > ul > li > a{
    font-size: 16px;
    display: inline;
    color:#125A77;
    text-transform: none !important;
  }
  
  #chat-box > div> div.message-body > ul > li > p{
  
        /* Styles for message text, can include padding for indentation */
        max-width: 90%;
        margin: 1px;/* Aligns text under 'You:', adjust as needed */
        color: #494949;
        font-size: 14px !important;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        line-height: 1.5;
        margin-top: 2%;
  }
  
  #chat-box > div > div.message-body > ul > li > ul > li > a{
    font-size: 16px;
    display: inline;
    color:#125A77;
    text-transform: none !important;
  
  }
  
  #chat-box > div:nth-child(10) > div.message-body > ul > li > a{
    font-size: 16px;
    display: inline;
    color:#125A77;
    text-transform: none !important;
  }
  
  li::marker{
    color: #8f8f8f;
    font-weight: bold;
  }
  
  .pl1 {
    --bg: hsl(223, 10%, 90%);
    --fg: hsl(223, 10%, 10%);
    --c1: hsla(33, 90%, 55%, 0.6);
    --c2: hsl(33, 90%, 55%, 0.6);
    --c3: hsl(33, 90%, 55%, 0.6);
    font-size: 7pt;
  }
  
  #loading-animation{
    margin-top: -5px;
  }
  
  }
  
  
  
  
  
  
  
  
  
  
  
  /* Remove marker for list items that only contain a heading (no text after the colon) */
  .no-marker {
    list-style-type: none; /* Removes bullet or number */
    font-weight: bold;     /* Makes the text bold */
    padding-left: 0;       /* Align with other items */
  }
  
  
  
  
  
  #chat-box > div> div> ul > li > strong {
    color: #696969;
  }
  
  
    .chat-link {
      color: #3498db;
      text-decoration: none;
      font-weight: bold;
      font-size: 16px;
      width: fit-content;
      display: inline;
  }
  
  .chat-link:hover {
      text-decoration: underline;
  }
  
  
  .chat-text{
  /* Should MAtch Message body without margin */
  word-wrap: break-word;
  white-space: pre-wrap;
  max-width: 90%;
  color: #494949;
  font-size: 20px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  line-height: 1.5;
  }
  
  .chat-text:first-child {
    margin-top: 0;
  }
  
  .chat-text:last-child {
    margin-bottom: 0;
  }
  
  
  .chat-text:last-child:not(:first-child) {
  margin-bottom: 0;
  margin-top: 1%;
  }
  
  
  
  
  
  
  
  
  @media screen and (min-width: 11in) and (max-width: 17in) {
  
    .chat-link {
      color: #3498db;
      text-decoration: none;
      font-weight: bold;
      font-size: 14px;
      width: fit-content;
      display: inline;
  }
  
  
    .chat-text{
      /* Should MAtch Message body without margin */
      word-wrap: break-word;
      white-space: pre-wrap;
      max-width: 95%;
      color: #494949;
      font-size: 18px;
      font-family: Verdana, Geneva, Tahoma, sans-serif;
      line-height: 1.5;
      }
  
      #chat-box > div.message-header > strong{
  
        font-size: 18px !important;
      }
  
  }
  
  
  
  @media screen and (min-width: 6in) and (max-width: 11in) {
  
    .chat-link {
      color: #3498db;
      text-decoration: none;
      font-weight: bold;
      font-size: 14px;
      width: fit-content;
      display: inline;
  }
    .chat-text{
      /* Should MAtch Message body without margin */
      word-wrap: break-word;
      white-space: pre-wrap;
      max-width: 95%;
      color: #494949;
      font-size: 18px;
      font-family: Verdana, Geneva, Tahoma, sans-serif;
      line-height: 1.5;
      }
  
  
      #chat-box > div.message-header > strong{
  
        font-size: 18px;
      }
  
  }
  
  
  
  
  
  @media screen and (min-width: 0in) and (max-width: 5in) {
  
    .chat-link {
      color: #3498db;
      text-decoration: none;
      font-weight: bold;
      font-size: 12px;
      width: fit-content;
      display: inline;
  }
    .chat-text{
      /* Should MAtch Message body without margin */
      word-wrap: break-word;
      white-space: pre-wrap;
      max-width: 90%;
      color: #494949;
      font-size: 16px;
      font-family: Verdana, Geneva, Tahoma, sans-serif;
      line-height: 1.5;
      }
  
  }
  
  
  
  
  ul li {
    list-style-type: square; /* Enforces bullet points for <ul> */
  }
  