/* :root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
} */

@media (min-width: 992px) and (max-width: 1200px) {
  .text p::before {
    width: 70%;
  }

  .text p::after {
    width: 70%;
  }
}

@media only screen and (max-width: 1024px) {
  /* team of creation */
  .team-creation-creator {
    padding: 2.4rem 1rem;
  }

  .creation_card {
    padding: 2.4rem 2rem;
    margin-bottom: 2rem;
  }

  .table-container {
    margin-top: 0rem;
    margin-bottom: 2rem;
  }

  .player-item {
    padding: 2rem 1rem;
  }

  .player-list-title {
    padding: 2rem 1rem;
  }

  .player-list {
    max-height: 50vh;
    min-height: unset;
    overflow-y: scroll;
  }

  /* =======
        player-card start
    ======= */
  .player-card {
    min-height: 300px;
    width: 100%;
  }

  .player-card .player-info h1 {
    font-size: 50px;
    line-height: 60px;
  }

  .player-card .player-info p {
    font-size: 20px;
    line-height: 25px;
  }

  .player-card .player-info {
    padding: 3px;
    position: absolute;
    left: 20px;
    bottom: 45px;
    z-index: 2;
  }

  .player-card .player-image {
    position: absolute;
    left: auto;
    top: auto;
    border: 0;
    bottom: 0;
    right: -55px;
    width: 70%;
    height: 100%;
  }

  .player-card .player-image img {
    height: 300px;
  }

  .player-card .hero-player-image {
    position: absolute;
    right: 2%;
    top: 82px;
    height: 70%;
    /* width: 20%; */
    padding: 0px;
    margin: 0;
  }

  .player-card .hero-player-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
  }

  .player-card::after {
    content: "";
    background: linear-gradient(0deg, #41cd90, rgba(32, 44, 183, 0) 120px);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 120px;
    z-index: 1;
  }

  .player-stats-container {
    display: flex;
    flex-direction: column;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
    padding: 20px 0;
    position: relative;
    padding-bottom: 0;
  }

  .general_stats {
    margin-top: 40px;
  }

  .general_stats h2 {
    margin-left: 0;
    font-size: 20px;
  }

  .player_stat-item {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 0px 15px;
    padding-bottom: 10px;
    align-items: center;
    border: none;
  }

  .player_stat-item .stat-value {
    font-size: 25px;
    line-height: 35px;
  }

  .player_stat-item .stat-label {
    font-size: 18px;
    line-height: 22px;
  }

  .general_stats .filters {
    width: 70%;
  }

  .general_stats-top {
    margin-bottom: 20px;
  }

  .side-stats {
    padding: 1rem;
    border-radius: 10px;
    padding-left: 3rem;
  }

  .top-stats {
    padding: 2rem 1rem;
  }

  .general_stats .stats-container {
    display: flex;
    flex-direction: row;
    padding: 30px 20px;
    justify-content: space-around;
    align-items: baseline;
  }

  .general_stats .stat-item:not(:last-child) {
    border: none;
    margin-bottom: 30px;
  }

  .general_stats .stat-value {
    font-size: 25px;
  }

  .general_stats .stat-label {
    font-size: 16px;
    line-height: 20px;
  }

  .Statistics-container {
    padding: 30px 15px;
    margin-top: 30px;
  }

  .Statistics-container h2 {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 0;
    margin-left: 0;
    margin-bottom: 15px;
  }

  .Statistics-container .player-image {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .signup-wrapper .heading {
    font-size: 2.8rem;
    padding-bottom: 3rem;
  }

  .social-icons {
    display: flex;
    justify-content: center;
    margin-bottom: 3rem;
  }

  .text p::before {
    width: 70%;
  }

  .text p::after {
    width: 70%;
  }

  .btn-container {
    width: 100%;
    margin-top: 2rem;
  }

  .signup-wrapper {
    min-height: 100vh;
  }

  .card-container {
    margin-bottom: 20px;
  }

  .welcome-banner__card__des .primary-btn {
    height: auto;
  }

  .welcome-banner__card {
    margin-bottom: 2rem;
  }

  .footer-widget__social a {
    font-size: 1.2rem;
    margin-inline-end: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .result-banner {
    background-size: unset;
    height: 100%;
  }
  .main-content-title {
    font-size: 2.6rem;

    line-height: 34px;
  }

  .scoreboard-container {
    margin: 2.4rem 0rem;
  }
  .campo {
    height: 100%;
  }
  .bench-player-card .team_card {
    margin-bottom: 30px;
  }
  /* .team-logo {
    width: 90px;
  } */
  .select-form h2 {
    font-size: 2.2rem;
    line-height: 2.4rem;
    letter-spacing: 1px;
  }
  .player_campo {
    width: 50px;
  }
  .signup-wrapper {
    height: 100%;
  }

  .signup-wrapper .logo img {
    max-width: 21.7rem;
  }

  .form-container {
    padding: 0;
  }

  .signup-wrapper .heading {
    font-size: 2.7rem;
    line-height: 3.9rem;
    padding-bottom: 3rem;
    /* margin-top: -40px; */
  }

  .text p::before {
    width: 45%;
  }

  .text p::after {
    width: 45%;
  }

  .signup-wrapper {
    border-radius: 0rem;
  }

  .form button {
    margin-top: 1.5rem;
  }

  .text {
    margin-top: 4rem;
    margin-bottom: 3rem;
  }

  .social-icons {
    margin-bottom: 3rem;
  }

  .signup-wrapper {
    border-radius: 0rem;
    height: 100%;
    min-height: 100vh;
  }

  .btn-container {
    margin-top: 2rem;
  }

  /* dashbpard */
  .dashboard-content {
    margin: 0;
    padding: 2rem;
  }

  .welcome-banner__card__des {
    padding-top: 0rem;
  }

  .divider-top {
    margin-top: 0rem;
  }

  .welcome-banner__card {
    padding: 2.4rem 2rem;
    margin: 2rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .all-leagues {
    padding: 2.4rem 2rem;
    margin-top: 2rem;
  }

  .top-score-card {
    padding: 2.4rem 2rem;
    margin-top: 2rem;
  }

  .card-container {
    margin-bottom: 20px;
    padding: 2rem;
  }

  .card-subtitle {
    font-size: 1.3rem;
  }

  .upcoming-news__container .banner-img {
    width: 100%;
    height: 100%;
  }

  .blog-card {
    width: 95%;
    margin-inline-end: 20px;
  }

  .footer {
    padding: 30px 0 30px 0;
  }

  .welcome-banner__card__des .primary-btn {
    height: 40px;
    margin-inline: auto;
  }
  .form-data-change {
    margin-bottom: 20px;
    select {
      margin-bottom: 1rem;
    }
  }
  .welcome-banner__card__des h2 {
    text-align: center;
  }

  .welcome-banner__card__des p {
    text-align: center;
  }

  .toggle-btn {
    margin-left: 10px;
    border: 1px solid rgba(51, 51, 51, 0.1);
    padding: 5px;
  }

  .welcome-banner__card__img img {
    margin: auto;
  }

  .leagues-cards {
    margin: -1.5rem 0 1.5rem 0;
  }

  .league-title {
    font-size: 1.8rem;
    padding-bottom: 2.5rem;
  }

  .upcoming-news__container {
    margin: 2rem 0;
  }

  /* team of creation */
  .team-card-logo {
    width: 120px;
    height: 120px;
  }

  .team-card-header h2 {
    font-size: 1.8rem;
  }

  .controls {
    padding: 1rem 1rem 0 1rem;
  }

  .search-filter {
    position: relative;
    margin-bottom: 15px;
  }

  .dropdown-label {
    text-align: left;
  }

  .search_group .form-control {
    width: 100%;
    margin-left: unset;
    max-width: 100%;
  }

  /* =======
        player-card start
    ======= */
  /* =======
        player-card start
    ======= */
  .player-card {
    min-height: 300px;
    width: 100%;
  }

  .player-card .player-info h1 {
    font-size: 50px;
    line-height: 60px;
  }

  .player-card .player-info p {
    font-size: 20px;
    line-height: 25px;
  }

  .player-card .player-info {
    padding: 3px;
    position: absolute;
    left: 20px;
    bottom: 45px;
    z-index: 2;
  }

  .player-card .player-image {
    position: absolute;
    left: auto;
    top: auto;
    border: 0;
    bottom: 0;
    right: -5px;
    width: 100%;
    height: 100%;
  }

  .player-card .player-image img {
    height: 300px;
  }

  .player-card::after {
    content: "";
    background: linear-gradient(0deg, #41cd90, rgba(32, 44, 183, 0) 120px);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 120px;
    z-index: 1;
  }

  .player-stats-container {
    display: flex;
    flex-direction: column;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
    padding: 20px 0;
    position: relative;
    padding-bottom: 0;
  }

  .general_stats {
    margin-top: 30px;
  }

  .general_stats h2 {
    margin-left: 0;
    font-size: 18px;
    margin-bottom: 20px;
  }

  .player_stat-item {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 0px 15px;
    padding-bottom: 10px;
    align-items: center;
    border: none;
  }

  .player_stat-item .stat-value {
    font-size: 18px;
    line-height: 22px;
  }

  .player_stat-item .stat-label {
    font-size: 16px;
    line-height: 22px;
  }

  .general_stats-top {
    display: block;
    justify-content: left;
    align-items: flex-start;
    flex-direction: column;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }

  .general_stats .filters {
    display: flex;
    gap: 7px;
    flex-direction: column;
    width: 100%;
    justify-content: flex-start;
  }

  .general_stats .stats-container {
    display: flex;
    flex-direction: row;
    padding: 20px 0px;
    justify-content: space-around;
    margin-top: 0px;
    align-items: baseline;
  }

  .stat-box .stat-label {
    font-size: 14px;
    line-height: 18px;
  }

  .Statistics-container .stat-value,
  .penalty-saves .stat-value {
    font-weight: 700;
    font-size: 22px;
    line-height: 22px;
    color: #374557;
  }

  .side-stat {
    padding: 10px 0;
    border-bottom: 1px solid rgba(243, 255, 250, 0.5);
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
  }

  .general_stats .stat-item:not(:last-child) {
    border: none;
    margin-bottom: 30px;
  }

  .general_stats .stat-value {
    font-size: 18px;
  }

  .general_stats .stat-label {
    font-size: 14px;
    line-height: 20px;
  }

  .Statistics-container {
    padding: 30px 15px;
    margin-top: 30px;
  }

  .Statistics-container h2,
  .Offensive-stats-container h2 {
    font-size: 18px;
    margin-bottom: 20px;

    line-height: 27px;

    margin-left: 0;
  }

  .top-stats {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #fff;
    color: #6dc7a1;
    border-radius: 20px;
    padding: 1rem;
    margin-bottom: 3rem;
    flex-direction: column;
    border: none;
    gap: 20px;
    width: 100%;
    margin-top: 3rem;
    padding: 2rem;
  }

  .top-stats .stat-box {
    width: 100%;
    border: none;
  }

  .top-stats .stat-box:not(:last-child) {
    border: none;
  }

  .side-stats {
    padding-left: 0rem;
    padding: 1rem;
    border-radius: 10px;
  }

  .defensive-card {
    text-align: center;
    width: 100%;
    padding: 30px 10px;
  }

  .Offensive-stats-container {
    border-radius: 20px;
    background: #41cd90;
    padding: 3rem 2rem;
    margin-top: 2rem;
  }

  .Statistics-container .player-image {
    margin-bottom: 20px;
  }

  .Statistics-container .stat-box,
  .penalty-saves .stat-box {
    border: 2px solid #3745571f;
    padding: 15px;
    font-size: 18px;
    margin-bottom: 20px;
    min-height: 120px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }

  .penalty-saves .stat-box {
    border-color: #fff;
    color: #fff;
  }

  .progress.blue {
    margin-bottom: 30px;
    position: relative;
    top: 10%;
    transform: unset;
    left: unset;
  }

  .player-card-container {
    position: relative;
    margin-top: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .small-none {
    display: none;
  }

  .blog-card {
    margin: auto;
  }
}

@media only screen and (min-width: 768px) {
  .md-none {
    display: none;
  }
}
