.circle {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    color: white;
}
.hidden-content {
    display: none;
}
#report_name_checkbox {
    border-radius: 10px;
    padding: 6px;
    border: 1px solid #ced4da;
}

.form-check {
    margin-left: 10px;
}

.dropdown-position{
  margin-top: 10px;
}

.dropdown-lebel-width{
  width: 120px;
}
#container {
    height: 500px;
}

.highcharts-figure,
.highcharts-data-table table {
    min-width: 320px;
    max-width: 700px;
    margin: 1em auto;
}

.highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #ebebeb;
    margin: 10px auto;
    text-align: center;
    width: 100%;
/*    max-width: 500px;*/
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}

.highcharts-data-table tr:hover {
    background: #f1f7ff;
}
/* Some basic styling for the slider */
.slider-container {
    width: 80%;
    margin: 9px auto;
}
#ageSlider {
    width: 100%;
}
#ageDisplay {
    text-align: center;
    margin-top: 4px;
    font-size: 16px;
}

  .page {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    page-break-after: always;
  }

  .certificate-border {
    width: 100%;
    max-width: 900px;
    border: 12px double #004080;
    padding: 40px 30px;
    background-color: #fff;
    position: relative;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    text-align: center;
  }

  .logo-top-right {
    position: absolute;
    top: 30px;
    right: 30px;
  }

  .logo-top-right img {
    height: 60px;
    width: auto;
  }

  .title {
    font-size: 2.2em;
    font-weight: bold;
    color: #004080;
    margin-top: 40px;
  }

  .content {
    margin-top: 60px;
    font-size: 1.1em;
    line-height: 1.8;
    text-align: center;
  }

  /* Signature now inside content flow, centered */
  .signature img {
    height: 50px;
    display: block;
    margin: 0 auto 10px;
  }

  .signature {
    font-size: 14px;
    text-align: center;
    margin-top: 20px; /* Add some breathing room */
    padding-bottom: 80px; /* Add padding so logos don’t overlap */
    position: relative; /* So it flows naturally */
    z-index: 1;
  }

  .logos {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 30px;
    z-index: 0;
  }

  .logos img {
    height: 50px;
    width: auto;
  }

  .certificate h1 {
    font-size: 1.8em;
    color: #004080;
    margin-bottom: 10px;
  }

  .certificate h2 {
    font-size: 1.2em;
    margin-top: 5px;
    margin-bottom: 30px;
    color: #555;
  }

  .footer {
    margin-top: 20px;
    text-align: right;
    font-size: 13px;
    color: #666;
  }

  @media screen and (max-width: 768px) {
    .certificate-border {
      padding: 30px 15px;
    }

    .logos {
      position: relative;
      margin-top: 40px;
    }

    .logo-top-right {
      position: relative;
      margin-bottom: 20px;
    }
  }