/* Reset some default browser styles */
body, h1, h2, p, ul, li {
    margin: 0;
    padding: 0;

}
h1 {
  font-size: 1.1em;
  margin-bottom: 5px;
  color: #10a37f
}
h2 {
  font-size: 1em;
  margin-bottom: 5px
}

h1,h2 {
  font-weight: 700;
  color: #10a37f;
  text-align: center;
}

/* Apply a background color and text styles to the body */
body {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f0f0f0;
  margin: 0;
}

.site-container {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  max-width: 1160px;
  width: 100%;
  font-family: sans-serif;
}
/* Style the header with a background color, text, and navigation links */
header {
    background-color: #333;
    color: #fff;
    padding: 20px;
}

header nav ul {
    list-style: none;
    text-align: right;
}

header nav li {
    display: inline;
    margin-right: 20px;
}

header nav a {
    text-decoration: none;
    color: #fff;
}

/* Style the sections with padding and a white background */
section {
    padding: 5px;
    background-color: #fff;
    margin: 5px;
}
  .content {
    padding: 20px;
    border: 2px solid #ccc;
    border-radius: 4px;
    font-size: .9em;
  }
  .paragraph {
    margin-bottom: 20px;
  }

/* Style the footer with a background color and text color */
footer {
    background-color: #333;
    color: #fff;
    padding: 10px;
    text-align: center;
}

.icon {
    width: 34px;
  }
  h3 {
    font-size: 32px;
    line-height: 40px;
    font-weight: bold;
    color: #202123;
    margin: 16px 0 40px;
  }
  form {
    display: flex;
    flex-direction: column;
    
  }
  input[type="text"] {
    padding: 10px 10px;
    border: 1px solid #10a37f;
    border-radius: 4px;
    margin-bottom: 10px;
  }
  input[type="file"] {
    padding: 10px 10px;
    border: 2px solid #10a37f;
    border-radius: 4px;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  ::placeholder {
    color: #8e8ea0;
    opacity: 1;
  }
  input[type="submit"] {
    padding: 6px 0;
    color: #fff;
    background-color: #10a37f;
    border: none;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
  }
  input[type="button"] {
    padding: 6px 0;
    color: #fff;
    background-color: #10a37f;
    border: none;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
  }
  .result {
    font-weight: bold;
    color: #10a37f;
    margin-top: 40px;
    width: 850px; 
  }
  .AIresponse {
    font-family: sans-serif;
    font-size: 0.8em;
    font-weight: bold;
    line-height: 1.5;
    color: #001101;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .openairesponse{
    margin-top: 10px;
    margin-top: 10px;
    font-weight: bold;
    color: #10a37f;
    margin-top: 40px;
    width: 300px; 
  }
  .divtable {
    padding-left: 5px;
    width: 340px; 
    display: table-cell;
    vertical-align: top;
    height: 400px;
  }
  .centered-div {
    margin: 0 auto;
    max-width: 800px; /* Adjust the maximum width as needed */
  }
  .div {
    padding-left: 40px;
    width: 600px; 
    display: table-cell;
    left: 0;
   }

   .pdfdiv {
    padding-left: 12px;
    width: 900px; 
    display: table-cell;
    left: 0;
    vertical-align: top;
   }

   .company-name {
    font-family: 'YourFont', Lucida, cursive;
    font-size: 26x;
    color: #ffffff; /* Change this color to your brand color */
    letter-spacing: 2px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    float: left;
    vertical-align: top;
  }

  .intro-paragraph {
    font-family: sans-serif;
    font-size: 0.9em;
    font-weight: bold;
    line-height: 1.5;
    color: #10a37f;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .error {
    color: red;
    font-family: serif;
    font-size: 0.9em;
    font-weight: bold;
    margin-top: 10px;
  }
space {
  margin-bottom: 20px;
}

  .tooltip {
    position: relative;
    display: inline-block;
    cursor: pointer;
  }
  .leftdiv {
    width: 340px; ;
  }
  .tooltip .tooltiptext {
    visibility: hidden;
    width: 250px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
  }

  .tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
    font-size: .6em;
    text-align: left;
  }
  
footer a:hover,label {
  color: #1623a0
}

label {
    display: block;
    margin-top: 3px;
    margin-bottom: 3px;
    font-weight: 700;
    font-size: .8em
}

.square-box {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #000;
  font-size: 1em;
  font-weight: bold;
  padding: 3px;
  background-color: #10a37f;
  color: #fff;
  float:left; 
  border-radius: 4px;
  margin-bottom: 10px;
}

.square-box span {
  font-size: 1em;
  font-weight: bold;
}


.square-box-container {
  display: flex;
  justify-content: center;
  width: 100%;
}
  
