.custom-capital-accordion .capital-item {
  margin-bottom: 10px;
  border: 0;
  background: transparent;
}

.custom-capital-accordion .capital-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 40px;
  padding: 0 6px 0 54px;
  background: #0b98d6;
  color: #fff;
  border-radius: 14px !important;
  box-shadow: none !important;
}

.custom-capital-accordion .capital-button:not(.collapsed) {
  color: #fff;
}

.custom-capital-accordion .capital-button:focus {
  box-shadow: none;
}

.custom-capital-accordion .accordion-button::after {
  display: none !important;
}

.custom-capital-accordion .capital-left,
.custom-capital-accordion .capital-icon.before,
.custom-capital-accordion .capital-icon.after {
  display: flex;
  align-items: center;
}

.custom-capital-accordion .capital-left {
  gap: 12px;
  flex: 1 1 auto;
  min-width: 0;
}

.custom-capital-accordion .capital-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

.custom-capital-accordion .capital-icon.before {
  position: absolute;
  top: 50%;
  left: -12px;
  width: 52px;
  height: 52px;
  justify-content: center;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #1d2f97;
  overflow: hidden;
}

.custom-capital-accordion .capital-icon.before img {
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.custom-capital-accordion .capital-icon.after {
  justify-content: center;
}

.custom-capital-accordion .capital-icon.after img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.custom-capital-accordion .capital-toggle-icon {
  position: relative;
  width: 30px;
  min-width: 30px;
  height: 28px;
  margin-left: 16px;
  border-radius: 10px;
  background: #fff;
}

.custom-capital-accordion .capital-toggle-icon::before,
.custom-capital-accordion .capital-toggle-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 2px;
  background: #0b98d6;
}

.custom-capital-accordion .capital-toggle-icon::before {
  width: 16px;
  height: 3px;
}

.custom-capital-accordion .capital-toggle-icon::after {
  width: 3px;
  height: 16px;
}

.custom-capital-accordion .accordion-button:not(.collapsed) .capital-toggle-icon::after {
  display: none;
}

.custom-capital-accordion .accordion-body {
  width: calc(100% - 60px);
  margin: 10px auto 0;
  padding: 20px;
 /* background: #e9e9e9;*/
  border-radius: 6px;
}

/* layout */
.capital-layout {
  display: block;
}

.capital-desktop-content {
  display: none;
}

.capital-desktop-panel {
  display: none;
  padding: 0px 20px 20px 20px;
  min-height: 100%;
}

.capital-desktop-panel.active {
  display: block;
}

/* mobile */
@media (max-width: 767.98px) {
  .custom-capital-accordion .accordion-body {
    width: 100%;
  }

  
  .custom-capital-accordion .capital-button {
    min-height: 50px;
    padding: 0 14px 0 48px;
  }

  .custom-capital-accordion .capital-title {
    font-size: 16px;
  }

  .custom-capital-accordion .capital-icon.before {
    left: -8px;
    width: 44px;
    height: 44px;
  }

  .custom-capital-accordion .capital-icon.before img {
    width: 22px;
    height: 22px;
  }

  .custom-capital-accordion .capital-toggle-icon {
    height: 30px;
  }
}

/* desktop */
@media (min-width: 992px) {
  .capital-layout {
    display: grid;
    grid-template-columns: 420px 1fr;
    gap: 20px;
    align-items: start;
  }

  .capital-nav {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .capital-desktop-content {
    display: block;
  }

  .custom-capital-accordion .capital-item {
    margin-bottom: 0;
  }

  .custom-capital-accordion .accordion-collapse {
    display: none !important;
  }

  .custom-capital-accordion .capital-button {
    min-height: 46px;
  }

  .custom-capital-accordion .capital-button:not(.collapsed) {
    background: #1d2f97;
  }
}


/* content 01 */
.row-05-bg .box-01x {
  padding: 20px;
  background: #e9e9e9;
  border-radius: 16px;
}

.row-05-bg .box-content-01 {
  background: linear-gradient(to bottom, #009ade 0%, #21378d 100%);
  border-radius: 16px;
  padding: 20px;
  font-size: 20px;
}

.row-05-bg .box-01x .legend {
  width: 20px;
  height: 20px;
}

.row-05-bg .ez-border-bottom {
  border-bottom: 1px solid #b0b1b3;
}




.revenue-card {
  border-bottom: 1px solid #b0b1b3;
  border-top: 1px solid #b0b1b3;
  border-left: 1px solid #b0b1b3;
}


.ez-boder-right {
  border-right: 1px solid #b0b1b3;
}
 
.fy-label {
  font-size: 16px;
  font-style: italic;
  color: #666;
  margin-bottom: 0px;
}

.fy-value {
  font-size: 18px;
  font-weight: 900;
  color: #0077c8;
  line-height: 1.1;
}

.fy-stats {
  font-size: 15px;
  background: linear-gradient(to bottom, #ffffff33 0%, #ffffff 100%);
}






.progress-reveal-wrap {
  overflow: hidden;
}

.progress-reveal-wrap .progress-reveal-inner {
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 1.1s ease;
  will-change: transform;
}

.progress-reveal-wrap.is-animated .progress-reveal-inner {
  transform: scaleX(1);
}

.progress-reveal-wrap.is-reset .progress-reveal-inner {
  transform: scaleX(0);
  transition: none;
}


.row-05-bg .box-02 {
  border: 5px solid #ffffff;   
  box-shadow: 0 0 10px rgba(0,0,0,0.12);
  min-height: 260px;
}

.row-05-bg .box-02 .left {
  width:66px;
}
.row-05-bg .box-02 .right {
  width: calc(100% - 70px);
  padding-left: 20px;
}


.row-05-bg .box-02 .right ul li {
  font-size: 15px;
  color:#414042;
}

.row-05-bg .box-02 .subtitle-02 {
  font-size: 15px;
  color:#414042;
}

@media (max-width: 767.98px) {

  .row-05-bg .box-content-01 {
    padding: 5px;
    font-size: 18px;
  }

  .row-05-bg .box-02 .right ul li {
    font-size: 14px;
  }
}



.pie-box {
  background: linear-gradient(to bottom, #eaebeb 0%, #ffffff 100%);
}

.pie-card {
  text-align: center;
}


.pie-image-wrap {
  display: inline-block;
  opacity: 0;
  transform: scale(0.85) rotate(-12deg);
  clip-path: circle(0% at 50% 50%);
  will-change: transform, opacity, clip-path;
}

.pie-image {
  display: block;
  max-width: 100%;
  height: auto;
}

.pie-image-wrap.is-animated {
  animation: piePopReveal 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@keyframes piePopReveal {
  0% {
    opacity: 0;
    transform: scale(0.85) rotate(-12deg);
    clip-path: circle(0% at 50% 50%);
  }
  65% {
    opacity: 1;
    transform: scale(1.03) rotate(2deg);
    clip-path: circle(68% at 50% 50%);
  }
  100% {
    opacity: 1;
    transform: scale(1) rotate(0deg);
    clip-path: circle(75% at 50% 50%);
  }
}