#container-1 {
  width: 100%;
  height: 245px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

#container-1 .desc-label {
  fill: black;
  font-weight: bold;
  font-size: 16px;
}

.label-half-donut {
  fill: white;
  font-size: 14px;
}

.title {
  font-weight: 700 !important;
  font-size: 14px;
}

svg {
  border-radius: 20px;
}

.text-blue {
  color: #00aed9;
}

.head-size {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0px 20px;
}

.hr-tag {
  color: #00aed9;
  opacity: 1;
  margin: 0px !important;
}

.six-pillar-p {
  font-size: 13px;
  font-weight: 500 !important;
  margin-bottom: 5px;
}

.p-tag {
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 0px;
}
.p-tag-11 {
  font-size: 11px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 0px;
}
.p-tags {
  font-size: 13px;
}
.mar-tops {
  margin-top: 20px !important;
}

.p-x-20 {
  padding-right: 20px;
  padding-left: 20px;
}

.p-y-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.para_sec {
  font-size: 13px;
  line-height: 23px;
  font-weight: 500;
}
.green-badge {
  background: url("/static/images/green-star.png") no-repeat center/contain;
  width: 100px;
}

.orange-badge {
  background: url("/static/images/orange-star.png") no-repeat center/contain;
  width: 100px;
}

.pink-badge {
  background: url("/static/images/pink-star.png") no-repeat center/contain;
  width: 100px;
}

.pink-power {
  color: #fa0892;
}

.orange-power {
  color: #f36d25;
}

.mar-lef {
  margin-left: -10px;
}

.badge {
  width: 120px !important;
  height: 60px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.badge span {
  font-size: 28px;
  font-weight: bold;
  color: white;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000,
    1px 1px 0 #000;
}

.font-weight-500 {
  font-weight: 600;
}

.font-35 {
  font-size: 18px;
  font-weight: 700;
}

.power-zone {
  background-color: #f6f6f6;
  padding: 20px;
}

.green-power {
  color: #5dbb46;
}
.mt-10 {
  margin-top: 10px;
}
.headSec {
  font-size: 18px;
  font-weight: 600;
}
.img-sec {
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
}

.graph-container {
  background-color: #f6f6f6;
  border-radius: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.graph-container-1 {
  background-color: #f6f6f6;
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.nav {
  display: flex;
  gap: 10px;
}

.nav a {
  color: #000;
  text-decoration: underline;
  position: relative;
  font-size: 13px;
}

.nav a:not(:last-child)::after {
  content: "|";
  margin-left: 8px;
  color: #000;
  font-weight: normal;
}

.nav a:hover {
  color: #0077b5;
  /* LinkedIn Blue */
  cursor: pointer;
}
.m-x-20 {
  margin-right: 20px !important;
  margin-left: 20px !important;
}
.head-black {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
