.filter_hide {
  display: none !important;
}

/* New 2026 Loader style starts here */
.loader {
  position: absolute;
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
  padding: 0px 5px;
  overflow: hidden;
  top: 0;
  right: 0;
  z-index: 10;
  background: transparent;
}

.news_wo_image_main_wrap .loader {
  background: radial-gradient(circle,
      rgb(255 255 255) 55%,
      rgb(240 240 240) 110%);
  border-radius: 8px;
}

.loader .wrapper {
  width: 100%;
  max-width: 80%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  align-items: center;
  margin: 0 auto;
  padding-top: 14px;
}

.line {
  position: relative;
  overflow: hidden;
  background-color: #cacaca;
  height: 14px;
  border-radius: 10px;
  margin-bottom: 10px;
}

.line:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(110deg,
      rgba(227, 227, 227, 0) 0%,
      rgba(227, 227, 227, 0) 40%,
      rgba(227, 227, 227, 0.5) 50%,
      rgba(227, 227, 227, 0) 60%,
      rgba(227, 227, 227, 0) 100%);
  animation: gradient-animation_2 1.8s linear infinite;
}

.loader .line-1 {
  width: 100%;
}

.loader .line-2 {
  width: 90%;
}

.loader .line-3 {
  width: 80%;
}

.new_with_out_image_new .loader .wrapper,
.news_with_img_main .loader .wrapper {
  max-width: 100%;
  align-items: baseline;
  padding: 0px 15px;
}

.news_with_img_main .loader .wrapper .line-2,
.new_with_out_image_new .loader .wrapper .line-2 {
  width: 100%;
}

.news_with_img_main .loader .wrapper .line-3,
.new_with_out_image_new .loader .wrapper .line-3 {
  width: 90%;
}

@media screen and (max-width: 500px) {
  .line {
    height: 8px;
    border-radius: 6px;
    margin-bottom: 6px;
  }

  .loader {
    margin-bottom: 6px;
  }

  .new_with_out_image_new .loader .wrapper,
  .news_with_img_main .loader .wrapper {
    padding: 0px 0px;
  }

  .news_with_img_main .loader .wrapper {
    padding: 0px 15px;
  }

  .news_with_out_image_new_main_wrap .read_more_news_gesture img {
    width: 24px !important;
    height: 22px !important;
    margin-left: 8px;
  }
}

@keyframes gradient-animation_2 {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(100%);
  }
}

/* New 2026 Loader style Ends here */

/* ====================================================== */

/* New Top Scorer story style starts here */

/* ===== Main Wrap ===== */
.sts_post_wrapper {
  width: 100%;
  max-width: 700px;
  background: #0a3bd8;
  padding-bottom: 20px;
}

.sts_post_wrapper.new_top_scorer_story_target {
  height: calc(100vh - 44px);
}

/* ===== Top Bar ===== */
.sts_top_bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 16px 6px;
  color: #fff;
}

.sts_profile {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
}

.sts_profile img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  background: #fff;
}

.sts_name {
  font-weight: 600;
  font-size: 16px;
  color: #fff;
}

.sts_close {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 2px solid #ffffffd9;
  display: none;
}

.sts_close i {
  color: #ffffffd9;
  font-size: 22px;
}

/* ===== Card ===== */
.sts_card {
  background: #fff;
  border-radius: 16px;
  margin: 10px 14px;
  padding: 16px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  height: 100%;
}

/* ===== Header ===== */
.sts_card_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 22px;
}

.sts_title_wrap h3 {
  color: #1b2b68;
  font-weight: 700;
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.sts_title_wrap span {
  font-size: 20px;
  color: #1b2b68;
  padding-left: 2px;
}

.sts_league_logo {
  width: 60px;
  height: 60px;
}

/* ===== List ===== */
.sts_list {
  margin-top: 26px;
}

.sts_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 48px 24px 22px;
  border-bottom: 1px solid #d9d9d9b3;
}

.sts_row:last-child {
  border-bottom: none;
}

.sts_left {
  display: flex;
  align-items: center;
  gap: 14px;
}

.sts_team_logo {
  width: 46px;
  height: 46px;
}

.sts_player_name {
  font-size: 18px;
  color: #1b2b68;
  font-weight: 700;
}

.sts_goals {
  font-weight: 700;
  color: #1b2b68;
  font-size: 18px;
}

/* ===== Footer ===== */
.sts_footer {
  display: flex;
  justify-content: flex-end;
  margin-top: 26px;
  padding: 0px 32px;
}

.sts_social {
  background: #00175c;
  color: #fff;
  font-size: 12px;
  padding: 10px 12px 10px;
  display: flex;
  align-items: center;
  gap: 6px;
  border-radius: 8px;
}

.sts_img_wrap {
  width: 75px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #1b2b6885;
  border-radius: 50%;
}

.sts_row:first-child {
  background: #f3f3f363;
}

.sts_profile_img_wrap {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffffd9;
  border-radius: 50%;
}

.sts_social_logo_img_wrap {
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
}

.sts_social_logo {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.3px;
}

.sts_social_logo_num {
  background: #fff;
  padding: 3px 6px;
  color: #1b2b68;
  font-size: 14px;
  font-weight: 700;
}

.sts_row:hover {
  background: #f3f3f363;
  cursor: pointer;
}

/* ===== Mobile Responsive ===== */
@media screen and (max-width: 500px) {
  .sts_profile_img_wrap {
    width: 40px;
    height: 40px;
  }

  .sts_profile img {
    width: 30px;
    height: 30px;
  }

  .sts_name {
    font-size: 14px;
  }

  .sts_top_bar {
    padding: 16px 16px 16px;
  }

  .sts_close {
    width: 22px;
    height: 22px;
  }

  .sts_close i {
    font-size: 12px;
  }

  .sts_title_wrap h3 {
    font-size: 20px;
    margin-bottom: 6px;
  }

  .sts_title_wrap span {
    font-size: 14px;
  }

  .sts_img_wrap {
    width: 45px;
    height: 45px;
    border: 2px solid #1b2b6885;
  }

  .sts_league_logo {
    width: 34px;
    height: 34px;
  }

  .sts_card_header {
    margin-bottom: 6px;
    padding: 12px 0px 12px 8px;
  }

  .sts_list {
    margin-top: 10px;
  }

  .sts_row {
    padding: 16px 10px;
  }

  .sts_left {
    gap: 12px;
  }

  .sts_team_logo {
    width: 28px;
    height: 28px;
  }

  .sts_player_name {
    font-size: 12px;
  }

  .sts_goals {
    font-size: 14px;
  }

  .sts_social {
    padding: 6px 6px;
    gap: 3px;
    border-radius: 4px !important;
  }

  .sts_social_logo_img_wrap {
    width: 17px;
    height: 17px;
  }

  .sts_social_logo {
    font-size: 10px;
  }

  .sts_social_logo_num {
    padding: 1px 2px;
    font-size: 10px;
    letter-spacing: 0.5px;
  }

  .sts_footer {
    margin-top: 22px;
    padding: 0px 0px;
  }

  .sts_card {
    margin: 1px 8px;
    padding: 14px;
  }

  .sts_list .sts_row:last-child {
    display: none;
  }
}

.sts_title_wrap {
  padding: 0px 26px 0px 10px !important;
}

/* New Top Scorer story style starts here */

/* ====================================================== */

/* New Player Stats story style starts here */

.ps_post_wrapper {
  width: 100%;
  max-width: 700px;
  height: 100%;
  background: hsl(226, 91%, 44%);
  padding-bottom: 20px;
}

.ps_league_logo_inner {
  width: 26px;
}

.ps_top_bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px 16px 0px;
  color: #fff;
}

.ps_profile {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ps_profile img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  background: #fff;
}

.ps_name {
  font-weight: 600;
  font-size: 16px;
  color: #fff;
}

.ps_close {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 2px solid #ffffffd9;
  display: none;
}

.ps_close i {
  color: #ffffffd9;
  font-size: 22px;
}

.ps_card {
  background: #fff;
  border-radius: 16px;
  margin: 10px 14px;
  padding: 16px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  height: 100%;
}

.ps_card_header {
  display: flex;
  justify-content: flex-start;
  align-items: end;
  margin-bottom: 12px;
  background: #ed3237;
  border-radius: 18px;
  height: 166px;
  /* gap: 14px; */
  position: relative;
}

.ps_title_wrap {
  position: relative;
  z-index: 2;
}

.ps_card_header .player_stats_new_bg {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: calc(100% - 414px);
  z-index: 1;
}

.club_name_img .ps_league_logo {
  width: 26px;
  margin-right: 4px;
}

.ps_title_wrap h3 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 6px;
  letter-spacing: 2px;
}

.ps_title_first_name {
  font-size: 20px;
  color: #ffffff;
}

.ps_league_logo {
  width: 100%;
  display: block;
}

.ps_list {
  margin-top: 26px;
}

.ps_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 48px 24px 22px;
  border-bottom: 1px solid #d9d9d9b3;
}

.ps_row:last-child {
  border-bottom: none;
}

.ps_left {
  display: flex;
  align-items: center;
  gap: 14px;
}

.ps_team_logo {
  width: 46px;
  height: 46px;
}

.ps_player_name {
  font-size: 18px;
  color: #1b2b68;
  font-weight: 700;
}

.ps_goals {
  font-weight: 700;
  color: #1b2b68;
  font-size: 18px;
}

.ps_footer {
  display: flex;
  justify-content: flex-end;
  margin-top: 26px;
  padding: 0px 32px;
}

.ps_social {
  background: linear-gradient(180deg, #030049 0%, #001d72 100%);
  color: #fff;
  font-size: 12px;
  padding: 8px 10px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.ps_img_wrap {
  width: 150px;
  display: flex;
  align-items: end;
  justify-content: center;
}

.ps_profile_img_wrap {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffffd9;
  border-radius: 50%;
}

.ps_title_wrap {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
  margin-left: 15px;
}

span.ps_inner_info_wrap {
  font-size: 15px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
}

span.club_name_img {
  display: flex;
  align-items: center;
  gap: 2px;
}

.inner_dot {
  height: 6px;
  width: 7px;
  background: #fff;
  border-radius: 50%;
}

/* Main Container */
.ps_container {
  width: 100%;
  max-width: 700px;
  background-color: #ffffff;
  padding: 24px 4px;
  border-radius: 8px;
}

.ps_stats_overview {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px 12px;
  margin-bottom: 30px;
}

.ps_stat_item {
  display: flex;
  flex-direction: column;
}

.ps_stat_label {
  font-size: 14px;
  color: #00145b;
  margin-bottom: 6px;
  font-weight: 600;
}

.ps_stat_value {
  font-size: 18px;
  font-weight: 700;
  color: #0c1c46;
  display: flex;
  align-items: center;
}

.ps_flag_icon {
  width: 20px;
  height: 12px;
  border-radius: 2px;
  margin-right: 8px;
  object-fit: cover;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.ps_stat_badge {
  display: inline-flex;
  align-items: center;
  border: 1px solid #00145b;
  border-radius: 5px;
  padding: 8px;
  height: 27px;
  width: auto;
  max-width: fit-content;
  margin-left: 10px;
  font-size: 12px;
  font-weight: 600;
  color: #00145b;
  background-color: #fff;
  white-space: nowrap;
  line-height: normal;
  letter-spacing: 1.2px;
}

.ps_badge_icon {
  width: 12px;
  height: 12px;
  margin-right: 4px;
  border-radius: 50%;
}

/* Separator Line */
.ps_divider {
  height: 1px;
  background-color: #f0f0f0;
  border: none;
  margin: 0 0 24px 0;
}

/* News Section */
.ps_news_feed {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 10px;
}

.ps_news_card {
  display: flex;
  align-items: flex-start;
  text-decoration: none;
  color: inherit;
}

.ps_news_thumbnail {
  width: 160px;
  height: 110px;
  object-fit: cover;
  border-radius: 8px;
  margin-right: 16px;
  flex-shrink: 0;
  background-color: #eee;
}

.ps_news_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ps_news_meta {
  font-size: 12px;
  color: #555;
  margin-bottom: 6px;
  font-weight: 500;
}

.ps_news_title {
  font-size: 15px;
  font-weight: 700;
  color: #0c1c46;
  line-height: 1.4;
}

.ps_news_title:hover {
  text-decoration: underline;
}

@media screen and (max-width: 500px) {
  .ps_top_bar {
    padding: 10px 16px 8px;
  }

  .ps_post_wrapper {
    height: 100%;
  }

  .rand_player_stats_story .ps_post_wrapper {
    height: calc(100vh - 28px);
  }

  .ps_title_wrap {
    margin-bottom: 14px;
    margin-left: 10px;
  }

  .ps_news_meta {
    font-size: 10px;
  }

  .ps_news_title {
    font-size: 8px;
  }

  .ps_card {
    border-radius: 14px;
    margin: 2px 14px 0px;
    padding: 8px 8px;
  }

  .ps_img_wrap {
    width: 90px;
  }

  .ps_title_first_name {
    font-size: 12px;
  }

  .club_name_img .ps_league_logo {
    width: 16px;
  }

  .ps_title_wrap h3 {
    font-size: 18px;
    margin-bottom: 4px;
    letter-spacing: 1px;
  }

  span.ps_inner_info_wrap {
    font-size: 12px;
    gap: 8px;
  }

  .ps_card_header {
    margin-bottom: 0px;
    height: 100px;
    border-radius: 12px;
  }

  .ps_stats_overview {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 0px;
    margin-bottom: 18px;
  }

  .ps_stat_label {
    font-size: 10px;
  }

  .ps_stat_value {
    font-size: 12px;
  }

  .ps_stat_badge {
    border-radius: 4px;
    padding: 0px 4px;
    height: 18px;
    width: fit-content;
    margin-left: 8px;
    font-size: 9px;
    line-height: unset;
  }

  .ps_badge_icon {
    width: 10px;
    height: 10px;
    margin-right: 4px;
  }

  .ps_news_thumbnail {
    width: 140px;
    height: 80px;
  }

  .ps_news_title {
    font-size: 9px;
  }

  .ps_profile_img_wrap {
    width: 38px;
    height: 38px;
    border: 1px solid #ffffffd9;
  }

  .ps_profile img {
    width: 30px;
    height: 30px;
  }

  .ps_close {
    width: 24px;
    height: 24px;
  }

  .ps_close i {
    font-size: 16px;
  }

  span.ps_inner_info_wrap {
    font-size: 9px;
    gap: 8px;
  }

  img.ps_league_logo_inner {
    width: 30px;
  }

  .ps_stat_item.ps_item_padng_left {
    margin: 0;
    padding: 0;
  }

  a.ps_news_card:nth-child(2) {
    display: none;
  }

  .ps_container {
    padding: 14px 4px 0px;
  }

  .ps_divider {
    margin: 0 0 10px 0;
  }

  .pa_attributes_headings {
    padding: 24px 4px 0px;
  }

  .pa_attributes_headings .new_players_a {
    font-size: 18px;
  }
}

/* New Player Stats story style Ends here */

/* ========================================================= */

/* New Player Attributes story style starts here */
.insta_like_story .ps_post_wrapper,
.insta_like_story .pa_post_wrapper {
  height: calc(100vh - 44px);
}

.pa_post_wrapper {
  width: 100%;
  max-width: 700px;
  height: 100%;
  background: #0a3bd8;
  padding-bottom: 20px;
  /* display: none; */
}

.pa_league_logo_inner {
  width: 26px;
  margin-right: 4px;
}

.pa_top_bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 16px 4px;
  color: #fff;
}

.pa_profile {
  display: flex;
  align-items: center;
  gap: 10px;
}

.pa_profile img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  background: #fff;
}

.pa_name {
  font-weight: 600;
  font-size: 16px;
  color: #fff;
}

.pa_close {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 2px solid #ffffffd9;
  display: none;
}

.pa_close i {
  color: #ffffffd9;
  font-size: 22px;
}

.pa_card {
  background: #fff;
  border-radius: 16px;
  margin: 10px 14px;
  padding: 16px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  height: 100%;
}

.pa_card_header {
  display: flex;
  justify-content: flex-start;
  align-items: end;
  margin-bottom: 12px;
  background: #ed3237;
  border-radius: 18px;
  height: 166px;
  /* gap: 14px; */
  position: relative;
}

.pa_title_wrap {
  position: relative;
  z-index: 2;
}

.pa_card_header .player_stats_new_bg {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: calc(100% - 414px);
  z-index: 1;
}

.pa_title_wrap h3 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 6px;
  letter-spacing: 2px;
}

.pa_title_first_name {
  font-size: 20px;
  color: #ffffff;
}

.pa_league_logo {
  width: 100%;
}

.pa_list {
  margin-top: 26px;
}

.pa_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 48px 24px 22px;
  border-bottom: 1px solid #d9d9d9b3;
}

.pa_row:last-child {
  border-bottom: none;
}

.pa_left {
  display: flex;
  align-items: center;
  gap: 14px;
}

.pa_team_logo {
  width: 46px;
  height: 46px;
}

.pa_player_name {
  font-size: 18px;
  color: #1b2b68;
  font-weight: 700;
}

.pa_goals {
  font-weight: 700;
  color: #1b2b68;
  font-size: 18px;
}

.pa_footer {
  display: flex;
  justify-content: flex-end;
  margin-top: 26px;
  padding: 0px 32px;
}

.pa_social {
  background: linear-gradient(180deg, #030049 0%, #001d72 100%);
  color: #fff;
  font-size: 12px;
  padding: 8px 10px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.pa_img_wrap {
  width: 150px;
  display: flex;
  align-items: end;
  justify-content: center;
}

.pa_profile_img_wrap {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffffd9;
  border-radius: 50%;
}

.pa_title_wrap {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}

span.pa_inner_info_wrap {
  font-size: 15px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
}

span.club_name_img {
  display: flex;
  align-items: center;
  gap: 2px;
}

.inner_dot {
  height: 6px;
  width: 7px;
  background: #fff;
  border-radius: 50%;
}

/* Main Container */
.pa_container {
  width: 100%;
  max-width: 700px;
  background-color: #ffffff;
  padding: 24px 44px 0;
  border-radius: 8px;
  /* Optional border to separate from background */
}

/* Stats Overview Section */
.pa_stats_overview {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0px 20px;
  margin-bottom: 30px;
}

.attibutes_left.new_players_a {
  margin-right: 12px;
}

.pa_stat_item {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.pa_stat_label {
  font-size: 16px;
  color: #00145b;
  /* Muted slate grey */
  font-weight: 500;
  line-height: normal;
  height: fit-content;
}

.pa_stat_value {
  font-size: 22px;
  font-weight: 700;
  color: #0c1c46;
  /* Dark Navy Blue */
}

/* Specific Elements */
.pa_flag_icon {
  width: 24px;
  height: 16px;
  border-radius: 2px;
  margin-right: 8px;
  object-fit: cover;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* Badges (Top 10, 1st, etc) */
.pa_stat_badge {
  display: inline-flex;
  align-items: center;
  border: 1px solid #00145b;
  border-radius: 5px;
  padding-left: 6px;
  height: 22px;
  width: auto;
  max-width: fit-content;
  font-size: 12px;
  font-weight: 600;
  color: #00145b;
  background-color: #fff;
  white-space: nowrap;
  line-height: normal;
}

.pa_badge_icon {
  width: 12px;
  height: 12px;
  margin-right: 4px;
  border-radius: 50%;
}

/* Separator Line */
.pa_divider {
  height: 1px;
  background-color: #f0f0f0;
  border: none;
  margin: 0;
}

/* News Section */
.pa_news_feed {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.pa_news_card {
  display: flex;
  align-items: flex-start;
  text-decoration: none;
  color: inherit;
}

.pa_news_thumbnail {
  width: 160px;
  height: 110px;
  object-fit: cover;
  border-radius: 8px;
  margin-right: 16px;
  flex-shrink: 0;
  background-color: #eee;
}

.pa_news_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.pa_news_meta {
  font-size: 12px;
  color: #555;
  margin-bottom: 6px;
  font-weight: 500;
}

.pa_news_title {
  font-size: 15px;
  font-weight: 700;
  color: #0c1c46;
  line-height: 1.4;
}

.pa_news_title:hover {
  text-decoration: underline;
}

@media screen and (max-width: 500px) {

  .pa_attributes_headings,
  .pa_container {
    padding: 16px 6px 0px;
  }

  .pa_attributes_headings {
    padding: 16px 6px 0px;
  }

  .pa_top_bar {
    padding: 14px 16px 12px;
  }

  .pa_post_wrapper {
    height: 100%;
  }

  .pa_title_wrap {
    margin-bottom: 10px;
  }

  .pa_news_meta {
    font-size: 10px;
  }

  .pa_news_title {
    font-size: 8px;
  }

  .pa_card {
    border-radius: 14px;
    margin: 2px 14px 0px;
    padding: 8px 8px;
  }

  .pa_img_wrap {
    width: 100px;
  }

  .pa_title_first_name {
    font-size: 14px;
  }

  .pa_title_wrap h3 {
    font-size: 20px;
    margin-bottom: 4px;
    letter-spacing: 1px;
  }

  span.pa_inner_info_wrap {
    font-size: 12px;
    gap: 8px;
  }

  .pa_card_header {
    margin-bottom: 0px;
    height: 110px;
    border-radius: 12px;
  }

  .pa_stats_overview {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0px 8px;
    margin-bottom: 18px;
  }

  .pa_stat_item {
    gap: 6px;
  }

  .attibutes_left.new_players_a {
    margin-right: 0px;
  }

  .pa_stat_label {
    font-size: 10px;
  }

  .pa_stat_value {
    font-size: 12px;
  }

  .pa_stat_badge {
    border-radius: 4px;
    padding-left: 4px;
    height: 18px;
    width: 64px;
    margin-left: 8px;
    font-size: 9px;
    line-height: unset;
  }

  .pa_badge_icon {
    width: 10px;
    height: 10px;
    margin-right: 4px;
  }

  .pa_news_thumbnail {
    width: 150px;
    height: 90px;
  }

  .pa_news_title {
    font-size: 9px;
  }

  .pa_profile_img_wrap {
    width: 38px;
    height: 38px;
    border: 1px solid #ffffffd9;
  }

  .pa_profile img {
    width: 30px;
    height: 30px;
  }

  .pa_close {
    width: 24px;
    height: 24px;
  }

  .pa_close i {
    font-size: 16px;
  }

  span.pa_inner_info_wrap {
    font-size: 10px;
    gap: 8px;
  }

  img.pa_league_logo_inner {
    width: 16px;
  }

  .pa_stat_item.pa_item_padng_left {
    margin: 0;
    padding: 0;
  }

  a.pa_news_card:nth-child(2) {
    display: none;
  }
}

.pa_attributes_headings {
  display: flex;
}

.pa_attributes_headings .new_players_a {
  font-size: 20px;
  font-weight: 600;
  width: 50%;
  color: #00145b;
}

.pa_attributes_headings {
  padding: 24px 44px 0px;
}

/* New Player Attributes story style Ends here */

/* News With Out Image V2.0 starts Here */

.news_with_out_image_new_main_wrap {
  padding: 50px 36px 20px;
  box-sizing: border-box;
  width: 100%;
  /* background: radial-gradient(circle, rgba(255, 255, 255, 1) 40%, rgb(221 221 221 / 74%) 100%); */
  background: #1c1e60;
}

.news_with_out_image_new_main_wrap .nwo_image_header_card {
  background: #1c1e60;
  /* border-radius: 14px; */
  display: flex;
  align-items: center;
  gap: 20px;
  color: #fff;
  /* box-shadow: 0 4px 12px rgb(255 255 255 / 5%); */
  margin-bottom: 36px;
  position: relative;
  overflow: hidden;
  padding: 20px;
  /* box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px; */
  padding: 0px 8px 25px;
  border-bottom: 1px solid #f2f2f245;
}

.news_with_out_image_new_main_wrap .nwo_image_header_info {
  display: flex;
  flex-direction: column;
  color: #fff;
  position: relative;
  z-index: 10;
}

.news_with_out_image_new_main_wrap .nwo_image_first_name {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
  margin-bottom: 2px;
}

.news_with_out_image_new_main_wrap .nwo_image_last_name {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 8px 0;
}

.news_with_out_image_new_main_wrap .nwo_image_meta_row {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
}

.news_with_out_image_new_main_wrap .nwo_image_club_icon {
  width: 24px;
  height: 24px;
  object-fit: contain;
  background: #fff;
  border-radius: 100%;
  padding: 2px;
}

.news_with_out_image_new_main_wrap .nwo_image_separator {
  opacity: 0.6;
  font-size: 10px;
}

.news_with_out_image_new_main_wrap .nwo_image_body_content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  margin: 0px 0px 24px 0px;
}

.news_with_out_image_new_main_wrap .nwo_image_text_column {
  width: 100%;
}

.nwo_image_body_content .news_content_wrapper .cb_news_title_wrap {
  display: flex;
  justify-content: space-between;
  /* color: #000; */
  color: #fff;
  width: 100%;
  padding: 0px 8px;
}

.nwo_image_body_content .news_content_wrapper .cb_news_title_wrap .extra-span {
  width: 75%;
  text-align: left;
  font-size: 25px;
  line-height: 40px;
  opacity: 0;
}

.headline_fade_in .news_content_wrapper .cb_news_title_wrap .extra-span {
  animation: news_title 1.5s ease 0s 1 normal forwards;
}

@keyframes news_title {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.news_with_out_image_new_main_wrap .nwo_image_headline {
  font-size: 20px;
  font-weight: 700;
  color: #111;
  line-height: 1.4;
  margin: 0 0 22px 0;
  padding: 0px 0px 0px 0px;
}

.news_with_out_image_new_main_wrap .nwo_image_link_btn {
  width: 120px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background-color: #fff;
  border-radius: 6px;
  text-decoration: none;
  color: #111;
  font-size: 13px;
  font-weight: 700;
  transition: background 0.2s;
}

.news_with_out_image_new_main_wrap .nwo_image_link_btn:hover {
  background-color: #f0f0f0;
}

.news_with_out_image_new_main_wrap .nwo_image_media_column {
  width: 130px;
  height: auto;
}

.news_with_out_image_new_main_wrap .nwo_image_circle_thumb {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.nwo_image_player_container {
  width: 80px;
  height: 80px;
}

.nwo_image_player_container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 50%;
}

.nwo_image_player_container svg {
  width: 100%;
  height: 100%;
}

.nwo_image_banner_bg {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  z-index: 1;
}

@media (max-width: 500px) {
  .news_with_out_image_new_main_wrap {
    padding: 36px 12px 20px;
  }

  .news_with_out_image_new_main_wrap .nwo_image_header_card {
    margin-bottom: 25px;
    gap: 12px;
    padding: 12px;
  }

  .nwo_image_player_container {
    width: 60px;
    height: 60px;
  }

  .news_with_out_image_new_main_wrap .nwo_image_first_name {
    font-size: 11px;
  }

  .news_with_out_image_new_main_wrap .nwo_image_last_name {
    font-size: 16px;
    margin: 0 0 6px 0;
  }

  .news_with_out_image_new_main_wrap .nwo_image_meta_row {
    font-size: 8px;
    gap: 5px;
  }

  .news_with_out_image_new_main_wrap .nwo_image_club_icon {
    width: 16px;
    height: 16px;
  }

  .nwo_image_body_content {
    margin-bottom: 4px !important;
    padding: 0px 8px;
  }

  .news_with_out_image_new_main_wrap .nwo_image_headline {
    font-size: 14px;
    line-height: 1.3;
    margin: 0 0 14px 0;
  }

  .news_with_out_image_new_main_wrap .nwo_image_link_btn {
    width: 90px;
    height: 22px;
    gap: 6px;
    border-radius: 4px;
    font-size: 10px;
  }

  .pa_attributes_headings {
    padding: 24px 5px 0px;
  }
}

/* News With Out Image V2.0 Ends Here */

.predict_story_question .cbn_player_quest_wrap {
  max-width: 100% !important;
}

.players-suggestion select {
  width: 84%;
}

.nwo_image_text_column .swiper.news_content_swipe .swiper-slide {
  padding: 0px 0px 30px 0px !important;
  min-height: 100%;
  height: auto;
  align-items: start;
  justify-content: space-between;
}

.nwo_image_text_column .swiper.news_content_swipe .swiper-slide .news_content_wrapper {
  width: 100%;
}

.read_more_news_link a {
  color: #000;
  font-weight: 600;
}

.read_more_news_link a:hover,
.cb-news-wrap.post_parent .read_more_news_source:hover {
  color: #001655;
}

.nwo_image_text_column .swiper.news_content_swipe .swiper-slide .desc_content_inner p {
  text-align: left;
  cursor: pointer;
  padding: 0px 12px !important;
}

.nwo_image_text_column .read_more_news_link {
  text-align: left;
}

.read_more_news_link a i {
  margin-left: 4px;
}

.nwo_image_text_column .swiper.news_content_swipe {
  background: rgba(255, 255, 255, 0) !important;
}

/* User Post Img And video Style */

.user_post_link {
  color: #8a8a8a;
  font-size: 18px;
  padding: 8px 25px 19px;
  font-weight: 600;
  display: block;
  transition: all 0.2s linear;
}

a.user_post_link:hover {
  color: #010e5d;
  text-decoration: underline;
  text-decoration-color: #010e5d;
}

video.user_video_post {
  width: 100%;
  max-width: 700px;
  vertical-align: middle;
}

.user_image_content {
  background-color: black;
}

video.user_video_post {
  min-height: 400px;
}

.player_option>.player_image>img {
  background: white !important;
}

.user_post_detail .user_post_content span.text {
  padding: 10px 10px 15px 22px !important;
  font-weight: 600;
}

.user_post_detail .user_post_content span.text {
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
  color: #000;
  padding: 0px;
}

@media only screen and (max-width: 500px) {
  .cb_notif_wrap .cbn_logo_wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 0 20px;
  }

  .cbn_s442_logo {
    height: 22px;
    width: 22px;
    margin: 0;
    padding: 2px;
  }

  .cbn_s442_logo img {
    width: 100%;
    height: 100%;
  }

  .cbn_logo_text {
    letter-spacing: 0px;
    margin: 0 0 0 7px;
    font-size: 12px;
    color: #fff;
    font-weight: 700;
    display: flex !important;
    align-items: center;
  }

  .cbn_logo_text span {
    margin-left: 3px;
    padding: 1px 4px 1px 3px;
    font-size: 11px;
    letter-spacing: 0px;
    background: #fff;
    color: #001d71;
    height: auto;
    border-radius: 2px;
  }

  .cbn_first_notification_popup_mobile .title_section .notif_title,
  .cbn_first_notification_popup_mobile .title_section .notif_desc {
    color: #fff;
    font-size: 18px;
    text-align: center;
    letter-spacing: 0;
    line-height: 24px;
  }

  .club_notif_content .club_notif {
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px 10px;
    border-radius: 6px;
    margin-bottom: 10px;
  }

  .pp_discover_people_tittle_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
  }

  .follow_player_search.player_tab_search_wrap {
    width: calc(100% - 170px);
    margin-left: 0px;
  }

  .follow_player_search>input {
    width: 94%;
    padding: 6px 6px;
    font-size: 13px;
  }
}

/* User Post Img And video Style */

@media screen and (max-width: 500px) {
  .nwo_image_text_column .swiper.news_content_swipe {
    background: rgba(255, 255, 255, 0) !important;
  }

  .nwo_image_body_content .news_content_wrapper .cb_news_title_wrap .extra-span {
    font-size: 16px;
    line-height: 1.6;
  }

  .nwo_image_body_content .news_content_wrapper .cb_news_title_wrap {
    padding: 0 5px;
  }

  .nwo_image_body_content .read_more_news_link a {
    padding: 0px 6px;
  }

  .match_fixtures_new_main_wrap {
    max-height: calc(100vh - 55px);
  }

  .news_with_out_image_new_main_wrap .nwo_image_media_column {
    width: 100px;
    height: auto;
  }

  .nwo_image_text_column .swiper.news_content_swipe .swiper-slide .desc_content_inner p {
    font-size: 12px;
  }
}

/* #new_news_popup .new_story_icon.club_popup_close.news_popup_close_btn,
.sts_footer {
  display: none;
} */

.sts_footer {
  display: none;
}

.news_popup_content_inside_class .cb-_-clubs {
  height: calc(100vh - 62px);
}

.nwo_image_text_column .read_more_news_source {
  color: white !important;
}

.nwo_image_text_column.pill-text,
.nwo_image_text_column .pruton-detail span.pill-text,
.pruton-detail .nwo_image_text_column span.news_highlighted_title,
.nwo_image_text_column .user_predict_heading,
.nwo_image_text_column .cbn_player_stats_passes_underpressure_top_heading span,
.nwo_image_text_column .news_content_wrapper p {
  color: #fff;
}

.news_with_out_image_new_main_wrap .news_content_swipe .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: white;
}

.nwo_image_body_content .read_more_news_link a {
  color: #fff;
  padding: 0px 10px;
}

.news_with_out_image_new_main_wrap .read_more_news_gesture img {
  max-width: 40px;
  max-height: 40px;
  margin-left: 8px;
}

.news_with_out_image_new_main_wrap .cb_green_text {
  color: #ffffff !important;
}

.attibutes_left,
.attibutes_right {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.cbn_pp_user_posts_continer.cbn_pp_third_tab_continer.active,
.cbn_pp_user_posts_continer.cbn_pp_secound_tab_continer.active,
.cbn_pp_user_posts_continer.cbn_pp_first_tab_continer.active {
  animation: fadeIn 1.3s ease forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(250px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.player_profile_stats_view_update .cb_popup_content {
  height: 100vh !important;
  width: 100% !important;
  overflow: hidden !important;
  max-width: 710px;
}

.player_profile_stats_view_update .cbn_player_stats_swiper_icon {
  width: 50px;
  height: 50px;
  display: none;
}


.player_profile_stats_view_update a#stats_popup_close {
  position: absolute;
  top: unset !important;
  bottom: 0 !important;
  left: 50% !important;
  transform: translate(-50%, -15px);
  background: #19229d;
  border-radius: 50%;
}

.player_profile_stats_view_update a#stats_popup_close i {
  color: white;
}

.player_profile_stats_view_update .cb_player_details_wrap.filter_class {
  padding-bottom: 20px;
  padding-top: 30px;
}

.player_profile_stats_view_update .player_ajax_attributes.\37 0872 {
  position: absolute;
  top: 50px;
}

@media only screen and (max-width: 475px) {
  .news-title_parent a:before {
    left: 0px;
  }

  .news-title_parent a {
    font-size: 9px;
    padding-left: 17px;
  }

  .news-title_parent .highlight {
    padding: 10px 0px 10px;
  }

  .pruton-post-data {
    width: 100%;
    padding: 8px 8px;
  }

  a#notif_close {
    position: fixed !important;
    top: unset !important;
    bottom: 0 !important;
    right: unset !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    background: #03034d !important;
    height: 32px !important;
    width: 32px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50% !important;
  }

  .player_video_news iframe#notif_news_gnjdpF9LWoE_200 {
    height: 290px;
}
}


.youtube_news_playable {
  /* display: none; */
  color: #ffffff;
  background: #00145b;
  height: 32px;
  font-size: 10px;
  flex-direction: row-reverse;
  gap: 5px;
  font-weight: 700;
  align-items: center;
  width: fit-content;
  padding: 0px 10px;
  line-height: 1;
  border-radius: 4px;
  position: fixed;
  top: 59.4%;
  right: 2%;
  transform: translate(0%, -41.6%);
  z-index: 999999999;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.youtube_news_playable svg {
  width: 18px;
  height: auto;
}

.youtube_news_playable svg path {
  fill: white;
}

.player_video_news iframe#notif_news_gnjdpF9LWoE_200 {
  width: 100% !important;
}

.player_video_news iframe#notif_news_gnjdpF9LWoE_200 {
    height: 315px;
}

.cb_popup.user-message.send_file_msgs {
    z-index: 99999999 !important;
}