.nav-ui {
  display: block;
  gap: 10px;
}

.nav-ui a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
  position: relative;
  font-weight: 18px;
}

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

.nav-ui a:hover {
  color: #0077b5;
  /* LinkedIn Blue */
  cursor: pointer;
}

.headSec-ui {
  font-size: 18px;
  font-weight: 600;
}

.img-sec-ui {
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
}
.mar-bot {
  margin-bottom: 20px;
  margin-top: 20px;
}
.head-se-ui {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.head-se {
  font-size: 20px;
  font-weight: 600 !important;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.p-tags-ui {
  font-size: 18px;
}

.mar-tops {
  margin-top: 20px !important;
}

.para_sec-ui {
  font-size: 18px;
  line-height: 23px;
  font-weight: 500;
  margin-bottom: 0px !important;
}

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

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

.pink-power-ui {
  color: #fa0892;
}

.orange-power-ui {
  color: #f36d25;
}

.mt-10-ui {
  margin-top: 20px;
}

.mar-lef-ui {
  margin-left: -10px;
  width: 90% !important;
}

.flex_sec-ui {
  margin-top: 15px;
  display: flex;
  flex-direction: row;
  align-items: center !important;
}

.green-badge-ui {
  background: url("/static/images/green-star.png") no-repeat center/contain;
}

.badge-ui {
  width: 10% !important;
  /* width: 150px; */
  height: 100px;
  /*  */
  display: flex;
  align-items: center;
  justify-content: center;
}

.badge-ui span {
  font-size: 32px;
  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-ui {
  font-weight: 600;
}

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

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

.green-power-ui {
  color: #5dbb46;
}

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

.head-size-ui {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

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

.p-tag-ui {
  font-size: 18px;
}

.text-black-ui {
  font-size: 24px;
  font-weight: 700;
}

.sum-par-ui {
  font-size: 18px;
  line-height: 23px;
  font-weight: 500;
}
.uppercase-text {
  text-transform: uppercase;
}
.font-weight-600 {
  font-weight: 600;
}
.ui-list li{
  font-size: 13px!important;
  font-family: "glacial", sans-serif !important;
  font-weight: normal !important;
}
.w-100{
  width: 100%;
}
.input-bg{
  background-color: #f6f1f1;
  border: none;
}
.pdf-nametext{
  font-size: 25px!important;
  font-family: "glacial", sans-serif !important;
  font-weight: normal !important;
  color: #0084ff;
  margin-top: 30px;
}
