.playerDetails .profileImg {
  background-color: white;
  box-shadow: 0 0 3px #ccc;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-self: center;
  border-radius: 10px;
}

.playerDetails .profileImg img {
  border-radius: 10px;
  width: 100%;
}
.playerDetails .profileImg p {
  font-size: 1rem;
  margin: 10px 0px 10px 0px;
  font-weight: 700;
}

.smallText {
  font-size: 0.7rem;
  color: #8898aa;
  font-weight: 400;
}
.pdContent h2 {
  font-size: 24px;
  margin-bottom: 0px;
  line-height: 17px;
}

.pdContent ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  list-style: none;
  padding-left: 0px;
}

.association ul{
  grid-template-columns: repeat(4, 1fr);

}
.pdContent ul li {
  display: flex;
  gap: 10px;
  line-height: 17px;
}

.pdContent ul li i {
  color: lightgrey;
  padding-top: 2px;
}

.pdContent ul li p{
   font-weight: 600;
   color: #42413f;
   width: 100%;
}
.docIcon i{
  color: white !important;
  font-size: 1.2rem;
}
/* 
.pdContent ul li p i{
width: 40px;
height: 40px;
background-color: #8898aa;
display: grid;
place-items: center;
border-radius: 50px;
margin-right: 10px;
font-size:1.4rem;
} */


.playerDetails{
  background-image: url(../../assets/images/background/whitepattern.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}


.stepsList {
  display: flex;
  list-style: none;
  justify-content: space-between;
  width: 40%;
  margin: auto;
  padding-left: 0px;
  position: relative;
}

.stepsList li {
  position: relative;
  display: flex;
  align-items: center;
  flex: 1; /* Ensures equal spacing */
  justify-content: center;
}

.stepsList li:not(:last-child)::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #dfe8ef;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%);
}

.stepsList li:nth-child(1)::after {
  background-color: #2cabe3;
}

.activeli::after {
  background-color: #2cabe3 !important;
}
.stepsList p {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: aliceblue;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 700;
  border: 1px solid #dfe8ef;
  margin-bottom: 0px;
  position: relative;
  z-index: 1;
}

.stepsList .active {
  background-color: #2cabe3;
  color: white;
  border-color: #0e6f9b;
}

.regHeader {
  background-color: #2cabe3;
  padding: 10px;
}


.regSec {
  padding: 50px 0px;
}

.regSec .loginsSec {
  width: 60%;
  margin: 0 auto 50px auto;
}

.lfSec {
  height: 70vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.gap-3 {
  gap: 3rem;
}

.profile {
  width: 40px;
  height: 40px;
  object-fit: cover;
}
.circleIcon {
  width: 30px;
  height: 30px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: aliceblue;
  border: 1px solid #ccdeee;
}

.bigIcon {
  width: 60px !important;
  height: 60px !important;
  line-height: 0px !important;
  font-size: 2rem !important;
  display: flex !important
;
  border-radius: 50px !important;
  align-items: center;
  justify-content: center;
}

.watermark_bg{
  position: absolute;
  width: 7%;
  right: 0;
  bottom: -6%;
  opacity: 0.20;
}

.col-span-3{  grid-column: 1 / span 3;}
.smallBlueText
{
  font-size: 14px;
  text-decoration: none;
  color: rgb(8, 47, 73);
}
.loginSec .light-logo{
  position: absolute;
  right: 2%;
  top: 1%;
  width: 15%;
  margin-bottom: 0px !important;
}
.smallBlueText:hover{
  color: rgb(34, 95, 129);
}
.grayBox{
  background-color: #f7f9fa;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #f1f1f1;
}
.headerProfile h4{
    font-size: 0.75rem;
    font-family: "Plus Jakarta Sans", sans-serif;
    line-height: 1.57;
    color: rgb(42, 53, 71);
    font-weight: 600;
}
 .blankHeight{
  height: 20vh;
 }

 .headerProfileImg{
  width: 50px;
  height: 50px;
  border-radius: 50px;
  object-fit: contain;
  padding: 3px;
  background-color: #ebeff3;
 }
 .playerRegImg img{
  opacity: 0.2;
 }

 
 .formInfo .smallRedText{
  font-size: 10px;
  color: #383838;
  font-weight: 500;
  margin-bottom: 0px;
  background-color: #f1f1f1;
  padding: 10px;
  border-radius: 10px;
  position: absolute;
  bottom: 20%;
  right: 0;
  opacity: 0;
  display: none;
  transition:ease-in-out 0.5s;
 }
 .formInfo .infoCircle:hover .smallRedText {
  opacity: 1;
  transition:ease-in-out 0.5s;
  display: block;

 }

 .infoCircle{
  margin-left: 10px;
  cursor: pointer;
 }

 #loginform img{
position: absolute;
width: 4%;
 }

 .mainTitle{
  background-color: #edf1f5;
    padding: 12px 15px;
    border-radius: 10px;
    color: #333;

 }