.extra-round {
    border-radius: 20px;
}

.login-box{
    margin: auto;
    padding: 10px;
    background-color: hsl(151, 66%, 43%);
    border-radius: 20px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.phish-font{
    color: #25B570;
    text-align: center;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
    font-family: "Bowlby One";
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.phish-font-black{
    color: #000000;
    text-align: center;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
    font-family: "Bowlby One";
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.phish-font-sm{
    color: #25B570;
    text-align: center;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-family: "Bowlby One";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.phish-font-bg{
    color: #25B570;
    text-align: center;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-family: "Bowlby One";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.pf{
    color: #25B570;
    text-align: center;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
    font-family: "Bowlby One";
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.r15{
    border-radius: 10px;
    border-color: white;
    border-width: 0;
}

.pf-button{
    text-decoration: none;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    text-align: center;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
    font-family: "Bowlby One";
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.pf-button2{
    text-decoration: none;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    text-align: center;
    font-family: "Bowlby One";
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background-color: #25B570;
    color: white;
}

.pf-button3{
    color: black;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    font-style: normal;
    text-align: center;
    line-height: normal;
    background-color: #25B570;
    color: white;
}

.e-box{
    width: 100%;
    height: 100%;
    background: white;
    border-radius: 10px;
    border: 0.10px black solid; 
    margin: auto;
    margin-top: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.e-box2{
    width: 100%;
    height: 100%;
    background: white;
    border-radius: 10px;
    border: 0px rgb(255, 255, 255) solid; 
    margin: auto;
    margin-top: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.p-email{
    text-align: left;
}

.p-email2{
    text-align: right;
    font-style: italic;
    color: rgb(68, 65, 65);
    font-size: 12px;
}

.p-email3{
    text-align: left;
    width: 100%; 
    color: #FF5C05; 
    font-size: 16px; 
    font-family: Inter; 
    font-weight: 700; 
}

.countdown-box{
    position: fixed; 
    top: 20px; 
    left: 50%; 
    transform: translateX(-50%);
    z-index: 999; 
    background-color: #84dfb3; 
    padding: 10px 20px; 
    border-radius: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
    font-size: 20px; 
    font-weight: bold; 
    text-align: center;
}

.f-box{
    width: 100%;
    height: 100%;
    background-color: hsl(151, 66%, 43%);
    border-radius: 10px;
    border: 0px rgb(255, 255, 255) solid; 
    margin: auto;
    margin-top: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}


.leaderboard-container {
  max-width: 400px;
  margin: auto;
}

.leaderboard-row {
  display: flex;
  align-items: center;
  background: linear-gradient(to right, #84dfb3, #b6d3c5); /* Same color for all if you want */
  border-radius: 40px;
  padding: 10px 20px;
  margin-bottom: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.rank-circle {
  font-size: 28px;
  font-weight: bold;
  color: #222;
  margin-right: 15px;
  background-color: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.profile-pic {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 15px;
  border: 3px solid white;
}

.user-info {
  display: flex;
  flex-direction: column;
  font-weight: bold;
  color: #000;
}

.username {
  font-size: 20px;
}

.score {
  font-size: 16px;
  color: #333;
}

.dept-info {
  display: flex;
  flex-direction: column;
}

.dept-name {
  font-size: 20px;
  font-weight: bold;
  color: #000;
}

.dept-details {
  display: flex;
  gap: 20px;
  margin-top: 4px;
  font-size: 14px;
  color: #333;
}

.user-stats-card {
  max-width: 400px;
  margin: auto;
  background: linear-gradient(to right, #84dfb3, #004F3B);
  color: #222;
  border-radius: 20px;
  padding: 20px 30px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  font-size: 18px;
}

.user-stats-card p {
  margin-bottom: 10px;
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}

.effect-pulse:hover {
  animation: pulse 3s ease-in-out infinite;
  transform-origin: center center;
}
