@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

p,
h1,
ul {
  margin: 0;
  padding: 0;
}

.acp-page h1 {
  color: #ffffff;
}

.pointer {
  cursor: pointer;
}

.bg-blue {
  background-color: #1259ab;
}

.bg-blue .doc-title,
.bg-blue .note {
  color: #ffffff;
}

.bg-white {
  background-color: #ffffff;
}

.chart-container {
  max-width: 1600px;
  margin: 0 auto;
}

.chart-section {
  padding-top: 35px;
  padding-bottom: 35px;
  margin-bottom: 25px;
}

.chart-section-header {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 39px;
}

.year-part {
  display: flex;
  justify-content: center;
  align-items: center;
}

.year {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  line-height: 105%;
  color: #1259ab;
  background: #f6b000;
  border-radius: 12px;
  padding: 7px 23px;
}

.text-part {
  display: flex;
  row-gap: 16px;
  flex-direction: column;
}

.chart-title {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  line-height: 88%;
  color: #fff;
  text-align: center;
}

.chart-subtitle {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  line-height: 123%;
  color: #fff;
  text-align: center;
}

.category-btn {
  border: 2px solid #f6b000;
  border-radius: 6px 6px 6px 6px;
  background-color: transparent;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  cursor: pointer;
  padding: 5px 10px;
  flex-grow: 1;
  width: 330px;
}

.category-btn.active {
  background-color: #f6b000;
}

.category-list {
  list-style-position: inside;
  list-style-type: none;
  margin-bottom: 34px;
}

.category-item:not(:last-child) {
  margin-bottom: 22px;
}

.category-item {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 123%;
  color: #fff;
}

.category-title {
  display: block;
  padding-left: 1.2em;
  text-indent: -1.2em;
}

.category-title:not(:last-child) {
  margin-bottom: 5px;
}

.progress-wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
}

.progress-wrapper .progress {
  background-color: transparent;
  border: 1px solid #f6b000;
  border-radius: 6px;
  height: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: visible;
  width: 100%;
}

.progress-wrapper .progress-bar {
  background-color: #f6b000;
  border-radius: 0 6px 6px 0;
  height: 100%;
}

.progress-wrapper .progress-percent {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 105%;
  text-align: center;
  color: #fff;
  float: right;
}

.statistics-section {
  padding-top: 28px;
  padding-bottom: 45px;
}

.statistics-year-part {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f6b000;
  border-radius: 5px;
  padding: 7px 25px;
}

.statistics-year {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 105%;
  color: #1259ab;
}

.statistics-title {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  line-height: 105%;
  color: #fff;
}

.statistics-subtitle {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f6b000;
  border-radius: 5px;
  padding: 10px 24px;
}

.statistics-subtitle-content {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 105%;
  color: #1259ab;
  text-align: center;
}

.statistics-num {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 88%;
  color: #fff;
  margin-bottom: 15px;
}

.statistics-num-title {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #fff;
}

.radar-chart-wrapper {
  border-radius: 100%;
  border: 4px solid #f6b000;
}

/* Tooltip Styles */
.tooltipDesign {
  border-radius: 4px;
  color: white;
  opacity: 1;
  /* show if mouseover */
  pointer-events: none;
  position: absolute;
  transform: translate(10px, 0);
  transition: all 0.1s ease;
  z-index: 10;
}

.tooltipUl {
  margin: 0;
  list-style: none;
  padding: 0;
}

.radar-chart-label-wrapper {
  display: flex;
  gap: 6px;
  align-items: center;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 123%;
  color: #000000;
  background-color: #ffffff;
  border-radius: 11px;
  padding: 10px;
}

.radar-chart-label-title {
  text-indent: -15px;
  padding-left: 20px;
}

.radar-chart-label-percent {
  font-weight: 600;
  font-size: 35px;
  line-height: 105%;
  color: #f6b000;
}

.gap-5 {
  gap: 5px;
}

.gap-10 {
  gap: 10px;
}

.gap-25 {
  gap: 25px;
}

.title-border h2 {
  border-left: 3px solid #FFD72F;
  padding-left: 10px;
}

.subtitle {
  padding-left: 10px;
  font-size: 14px;
}

.btn.submit {
  height: 100%;
  border-radius: 0 6px 6px 0;
  border: none;
  padding: 5px 14px;
}

form .form-group {
  flex-grow: 1;
}

form .form-group input,
form .form-group select {
  width: 100%;
}

.inline-link:hover,
.inline-link:focus,
.inline-link:active,
.inline-link {
  background-color: #FFD72F;
  padding: 2px 10px;
  color: #000000;
  border-radius: 5px;
  text-decoration: none;
}

.view-container {
  max-width: 1600px;
  margin: 0 auto;
}

.inpt {
  border-radius: 5px 0 0 5px;
}

.more-arrow.rotate {
  transform: rotate(180deg);
}

.js-hided {
  display: none;
}

.wide_mobile_table {
  padding: 1px;
}

@media (max-width: 991px) {
  .year {
    font-size: clamp(22px, calc(22px + (25 * (100vw - 350px) / 640)), 47px);
  }

  .chart-title {
    font-size: clamp(30px, calc(30px + (25 * (100vw - 350px) / 640)), 55px);
  }

  .chart-subtitle {
    font-size: clamp(16px, calc(16px + (6 * (100vw - 350px) / 640)), 22px);
  }

  .statistics-title {
    text-align: center;
    font-size: clamp(30px, calc(30px + (10 * (100vw - 350px) / 640)), 40px);
  }

  .radar-chart-wrapper {
    margin-bottom: 25px;
  }

  .tooltipDesign {
    left: 0 !important;
    padding-top: 15px;
    width: 90%;
  }
}

@media (min-width: 992px) {
  .chart-section-header {
    flex-direction: row;
    gap: 32px;
  }

  .year-part {
    align-items: start;
  }

  .year {
    font-size: 30px;
  }

  .chart-title {
    font-size: 45px;
    text-align: start;
  }

  .chart-subtitle {
    font-size: 22px;
    text-align: start;
  }

  .category-btn {
    border-radius: 6px 0px 0px 6px;
  }

  .category-btn.separate-btn {
    border-radius: 0px 6px 6px 0px;
  }

  .statistics-title {
    font-size: 33px;
  }

  .gap-10 {
    gap: 0;
  }

  .radar-chart-label-title {
    min-width: 135px;
  }
}