.list-unit-wrapper {
  min-height: 700px;
}

.purchase {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  padding: 0.8125rem 1.625rem;
  position: relative;
  border-radius: 35px;
}

.purchase.disabled {
  background-color: var(--red-main);
  color: #fff;
}

.subject-wrapper {
  /* position: relative; */
  position: absolute;
  width: 142.452830189%;
  height: 142.452830189%;
  top: -7.07547169811%;
  background-image: url('/public/img/curriculum/circle-center.png');
  background-size: cover;
  background-position: 50% 50%;
}

.subject {
  position: absolute;
  width: 100%;
  height: 52px;
  top: 34%;
  left: 0;
  font-family: "Sigmar One", Helvetica;
  font-weight: 400;
  color: var(--secondary);
  font-size: 1.3rem;
  text-align: center;
  letter-spacing: 1.4px;
  line-height: normal;
}

.element-removebg {
  position: absolute;
  top: 2.69491525424%;
  left: 10.1694915254%;
  /* object-fit: cover; */
  width: 100%;
  height: 100%;
  background-image: url('/public/img/curriculum/circle-chapter1.png');
  background-size: cover;
  background-position: 50% 50%;
}

.chapter-description {
  position: absolute;
  width: 100%;
  top: 45%;
  /* left: 15%; */
  font-weight: 400;
  color: var(--secondary);
  font-size: 13px;
  letter-spacing: 0;
  line-height: 16.9px;
}

.ellipse {
  position: relative;
  /* width: 177px;
  height: 177px; */
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #DADADA;
  border-radius: 50%;
}

#chapter-group {
  position: relative;
  max-width: 820px;
  max-height: 820px;
  width: 100%;
  height: auto;
  margin: 5px;
}

.chapter {
  position: absolute;
  background-color: #ccc;
  /* width: 177px;
  height: 177px; */
  width: 21.5853658537%;
  height: 21.5853658537%;
  border-radius: 50%;
}

.chapter-content {
  width: 100%;
  height: 100%;
}

.chapter:hover {
  cursor: pointer;
}

#chapter-center {
  z-index: 2;
  /* width: 212px;
  height: 212px; */
  width: 25.8536585366%;
  height: 25.8536585366%;
  /* border: 8px solid #fff;
  box-shadow: 0 0 0 8px #eee; */
}

.unit-group {
  position: absolute;
  width: 163.84180791%;
  border: 3.5px solid var(--border);
  background: radial-gradient(278.82% 137.51% at 1.95% 3.59%, rgba(255, 255, 255, 0.40) 0%, rgba(255, 255, 255, 0.00) 100%);
  backdrop-filter: blur(21px);
  top: 50%;
  right: unset;
  z-index: 3;
}

.top-right {
  left: 100%;
}

.top-left {
  left: -164%;
}

.hidden {
  display: none!important;
}

.unit-list {
  position: relative;
  padding: 0.625rem 0.57rem;
  backdrop-filter: blur(42px) brightness(100%);
  -webkit-backdrop-filter: blur(42px) brightness(100%);
  /* background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.082) 0%, rgba(255, 255, 255, 0) 100%); */
  background: #ffffff9d;
}

.unit-list-item {
  max-height: 316px;
  overflow-y: auto;
}

.unit {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: var(--neutral-10);
}

.unit-content {
  flex: 1;
  color: var(--neutral-06);
}

.circular-progress {
  position: relative;
  /* width: 50px;
  height: 50px; */
  width: 21.9298245614%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.inner-circle {
  position: absolute;
  /* width: 46px;
  height: 46px; */
  width: 92%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
}

.percentage {
  position: relative;
  font-size: 0.75rem;
  color: #151522;
}

.completed {
  background-color: var(--new-blue, #08A5D3);
}

.learning {
  background-color: var(--new-yellow, #FDDF2F);
}

.border-completed {
  border: 3.5px solid var(--new-blue, #08A5D3);
}

.border-learning {
  border: 3.5px solid var(--new-yellow, #FDDF2F);
}

.text-completed {
  color: var(--new-blue, #08A5D3);
}

.text-learning {
  color: var(--new-yellow, #FDDF2F);
}

#pagination-dots {
  text-align: center;
  margin-top: 0.5rem;
}

.pagination-dot {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin: 0 5px;
  background-color: #CC3A3D30;
  border-radius: 50%;
  cursor: pointer;
}

.pagination-dot.active {
  background-color: #CC3A3D;
}

@media screen and (max-width: 992px) {
  #chapter-group {
    max-width: 577px;
    max-height: 577px;
  }
}

@media screen and (max-width: 767px) {
  .list-unit-wrapper {
    min-height: unset;
    max-height: 550px;
  }

  #chapter-group {
    max-width: 384px;
    max-height: 384px;
  }
}
