#tooltip {
  background: #fff;
  color: #4b5563;
  padding: 15px 15px 15px 15px;
  font-size: 13px;
  border-radius: 8px;
  display: none;
  width: 250px;
  max-height: 300px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  overflow: auto;
  line-height: 1.5;
}

#content h2 {
  font-size: 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #111827;
  margin: 0 0 10px 0;
}

#content h3 {
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #4b5563;
  line-height: 1.15;
  margin-bottom: 5px;
  
}

#content p {
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #6b7280;
  line-height: 1.15;
  margin: 0 0 3px 0;
}

.desc {
  font-size: 10px;
  color: #9ca3af;
  line-height: 1.3;
  margin-bottom: 5px;
}

.line {
  border-bottom: 1px solid #d1d5db;
  margin: 15px 0;
}

#verify {
  display: block;
  padding: 8px 10px;
  border-radius: 200px;
  background: #174f90;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
  margin-top: 25px;
  margin-bottom: 10px;
  text-decoration: none !important;
  width: 215px;
  text-align: center;
}

