.nfl-hero-section{
    height: 410px ;
    background-image: url('/static/assets/images/nfl/pickem-banner.png');
    background-size: cover; /* Image ko section ke size ke hisaab se cover karein */
    background-repeat: no-repeat; /* Image ko repeat na hone dein */
    background-position: center;
}

.game-hero-section{
    height: 410px ;
    background-image: url('/static/assets/images/nfl/pickem-banner.png');
    background-size: cover; /* Image ko section ke size ke hisaab se cover karein */
    background-repeat: no-repeat; /* Image ko repeat na hone dein */
    background-position: center;
}

.font-size-30{
    font-size: 30px;
}

.mt-16{
    margin-top: 16px;
}
.mt-8{
    margin-top: 8px;
}

.schedule-card {
    border: 2px solid #000;
    border-radius: 2px 5px;
    margin-bottom: 10px;
    padding: 5px;
    height: 60px;

}

.bg-grey{
    background: #D9D9D940;

}
.payment-container{
        border-radius: 8px;
    height: 110px;
    cursor: pointer;

}
.md-center{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.added-payment-container{
    height: 125px;
            border-radius: 8px;

}
.nfl-payment-card{
    padding: 15px;
}
.leaderboard-card {
      border: 2px solid #000;
      border-radius: 5px;
      margin-bottom: 10px;
      padding: 5px;

    }
.color-green{
    color: #52CC47 !important;
}
    .team-row {
      display: flex;
      align-items: center;
      justify-content: space-between;
        width: 70%;
    }
    .leader-row{
        display: flex;

    }
    .team-logo {
      width: 40px;
      height: 100%;
      margin-right: 10px;
        object-fit: contain;
    }
     .leader-team-logo {
      width: 67px;
      height: 67px;
      margin-right: 3px;
         border: 2px solid #969EA7;
         border-radius: 9px;
    }
    .highlight-red {
      border: 2px solid red;
    }
    .highlight-green {
      border: 3px solid green !important;
    }
     .highlight-grey {
      border: 2px solid #969EA7;
    }

     .highlight-brown {
      border: 2px solid #6F4E37;
    }
    .lock-icon {
      font-size: 1.5rem;
      color: #000;
    }


    .schedule-card-wrapper{
        padding: 15px 10px;
        background: #D9D9D940;
        border-radius: 8px;
        margin-bottom: 30px;
        margin-top: 10px;
    }
    .w-400{
        width:100% ;
        max-width: 600px;
    }

    .text-green{
        font-weight: 700;
        font-size: 48px;
        color: #52CC47;
    }

    .score-text{
        font-weight: 700;
        font-size: 36px;
        color: #000000;
        width: 15%;
    }
    .check-icon{
        height: 29px;
    }
    .cross-icon{
        height: 36px;

    }
    .icon-div{
        width: 15%;
    }
    .profile-header-image{
        max-width:400px ;
        height: 110px;
    }

    .ml-3{
        margin-left: 5px;
    }

    .w-10{
        width: 10%;
    }

    .w-90{
        width: 90%;
    }



@media (max-width: 768px) {
    .games-cards-container,
    .schedule-card-wrapper,
    .schedule-card {
        max-width: 100%;
        width: 100%;
        min-width: 0;
    }
 .leader-team-logo {
      width: 50px;
      height: 50px;

    }

    .nfl-hero-section {
        height: 180px;
    }

    .team-logo {
        width: 32px;
        height: 32px;
    }

    .font-size-30 {
        font-size: 20px;
    }

    .schedule-card {
        height: auto;
        padding: 8px 4px;
    }
    .sm-w-100{
        width: 100% !important;
    }
}

@media (max-width: 400px) {
     .leader-team-logo {
      width: 55px;
      height: 55px;

    }


     .sm-font-size-14{
         font-size: 14px !important;
     }

}
