/*profile-page style start*/

* {
  margin: 0px;
  padding: 0px;
}

.cbn_profile_page_section>input#club_id {
  display: none;
}

.user-profile_container {
  width: 100%;

  height: 100%;

  overflow-y: scroll;

  overflow-x: hidden;

  background: #ddd;
}

.user-profile_container:before {
  content: "";

  background: url(/public/images/desk-bg_top.png);

  position: fixed;

  top: 0;

  left: 0;

  background-size: 100% 100%;

  background-repeat: no-repeat;

  width: 100%;

  height: 480px;

  z-index: 0;
}

.user_prof-wrap {
  width: 100%;

  max-width: 700px;

  margin: 0px auto;

  background: #fff;

  position: relative;
}

.perdict_right {
  color: green;
}

.perdict_wrong {
  color: redhj;
}

.user_profile-imgs {
  position: relative;
}

.profile-bg_img {
  position: relative;

  background-color: #00145b;

  min-height: 300px;

  /*border: solid #fff;

border-width: 0px 1px 0px;*/
}

.cb_popup_wrap .cb_popup_football_loading_img {
  display: flex;

  justify-content: center;

  align-items: center;

  width: 100%;
}

.profile-bg_img:before {
  content: "";

  background: url(/public/images/top_story-bg-new.png);

  position: absolute;

  width: 100%;

  height: 100%;

  top: 0;

  left: 0;

  background-size: 100% 100%;

  background-repeat: no-repeat;
}

.profile-bg_img .user_cover {
  width: 100%;

  object-fit: cover;

  max-height: 550px;

  border: solid #fff;

  border-width: 0px 1px;

  display: none;
}

.profile-bg_img .cam_icon {
  position: absolute;

  right: 15px;

  bottom: 15px;

  background: #d9d9d9;

  padding: 5px 10px;

  border-radius: 5px;

  width: 50px;

  z-index: 999;

  cursor: pointer;
}

.profile-bg_img>.new_page-close {
  top: 5px !important;

  left: 15px !important;

  position: absolute !important;

  width: 20%;

  padding: 10px;

  color: #fff;
}

.profile-bg_img>.new_page-close>.fa-arrow-left-long:before {
  font-size: 25px;
}

.profile_main-img {
  position: relative;

  text-align: center;

  margin-bottom: 30px;

  margin-top: -100px;
}

.profile_main-img .user_img-main {
  max-width: 100%;

  width: 200px;

  height: 200px;

  object-fit: cover;

  border-radius: 100%;

  border: 5px solid transparent;

  background: linear-gradient(#fff, #fff) padding-box,
    linear-gradient(180deg, #2366fb, #023096) border-box;
}

label.pic_edit-icon {
  position: absolute;

  right: 37%;

  bottom: 0px;

  background: #d9d9d9;

  padding: 10px;

  border-radius: 50px;

  width: 50px;

  height: 50px;

  cursor: pointer;
}

img.camera_icon {
  width: 30px;
}

.user_name {
  text-align: center;
}

.user_name>h2 {
  font-size: 24px;

  color: #000;

  text-transform: capitalize;
}

.user-profile-options {
  max-width: 300px;

  display: flex;

  justify-content: center;

  margin: 40px auto 15px;
}

.user-profile-options .user_options {
  display: flex;

  justify-content: center;

  flex-direction: column;

  align-items: center;

  cursor: pointer;

  padding: 0px 15px;
}

img.freinds_icon {
  background-color: #0d1169;

  padding: 10px;

  border-radius: 50px;

  max-width: 50px;

  height: 50px;
}

.freinds_text {
  margin: 15px auto;

  color: #000;

  font-size: 14px;

  font-weight: 700;
}

.user_profile-details {
  margin: 0px auto;

  border-top: 1px solid #bfbfbf;

  padding: 15px 0px 10px;

  width: calc(100% - 50px);
}

h2.user_title {
  margin: 5px auto 20px;

  color: #000;

  font-size: 20px;
}

.cb-user_details {
  display: flex;

  align-items: center;

  margin: 15px auto;
}

img.user_dtl-img {
  width: 25px;

  height: auto;
}

.user_dtl-text {
  margin-left: 15px;

  font-size: 16px;

  color: #000;

  font-weight: 500;
}

.user_dtl-text .cb_bold {
  font-weight: 700;
}

.freinds_details>.cb_freinds-list {
  background: #f1f1f1;

  display: flex;

  padding: 20px;

  border-radius: 5px;

  height: auto;

  align-items: center;
}

.cb_freinds-list>.cb_freinds {
  background: #fff;

  width: calc(25% - 20px);

  padding: 25px 0px 15px !important;

  height: auto;

  min-height: 200px;

  display: flex;

  flex-direction: column;

  align-items: center;

  cursor: pointer;

  margin: 0px 10px;

  border-radius: 10px;

  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.cb_freinds>.freind_img {
  width: 100px !important;

  height: 100px;

  border-radius: 50px;

  border: 4px solid #0d1169;

  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.freind_img>img {
  width: 100%;

  height: 100%;

  border-radius: 50px;

  object-fit: cover;
}

.cb_freinds>.freind_name {
  margin-top: 20px;

  font-weight: 700;

  font-size: 14px;

  color: #000;

  max-width: 80px;

  text-align: center;

  line-height: 20px;

  text-transform: capitalize;
}

.all-freinds_list {
  margin: 20px auto;

  text-align: center;

  padding: 10px 0px;
}

a.see_all-freinds {
  background: #0d1169;

  padding: 10px 20px;

  border-radius: 8px;

  font-size: 14px;

  font-weight: 600;
}

.activity_list {
  width: 100%;
}

.activity_details {
  display: flex;

  padding: 15px 0px;

  margin: 20px auto;

  align-items: center;
}

.user_activity {
  width: 10%;

  position: relative;
}

.user_activity-info {
  width: 75%;

  padding-left: 25px;
}

.user-post {
  width: 15%;

  text-align: center;
}

.user_activity .user_img {
  width: 70px;

  height: 70px;

  border-radius: 50px;

  object-fit: cover;
}

.user-post>.user-post-img {
  width: 70px;

  height: 70px;

  object-fit: cover;

  border-radius: 10px;
}

span.user-info {
  line-height: 26px;
}

span.user-info>h4 {
  font-size: 16px;

  color: #000;
}

span.user-info>p {
  font-size: 14px;
}

span.user-info>p>span {
  color: #000;

  font-weight: 500;
}

span.cb-comment_time {
  margin-left: 4px;

  font-size: 12px;
}

img.activity_img {
  position: absolute;
  width: 26px;
  background-color: #012064;
  padding: 4px;
  border-radius: 50%;
  right: -12px;
  bottom: 2px;
}

.all_activity-list {
  text-align: center;
  margin: 10px auto;
}

.all_activity-list>a {
  color: #555 !important;
  font-size: 14px;
  font-weight: 500;
  margin-right: 5px;
}

.user_prof-wrap>.user_post-details {
  width: 100%;
  border-top: 0;
}

.user_prof-wrap>.user_activities {
  border-bottom: 1px solid #bfbfbf;
  display: none;
}

.user_post-details>h2 {
  width: calc(100% - 50px);
}

.user_post-details>.posts_list,
.user_post-details>.posts_list>.cb-news-wrap {
  width: 100%;
}

.posts_list>.cb-news-wrap .cb_image_wrap>img {
  width: 100%;
  margin: 0;
}

.first_post-comments {
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 0px;
  padding-bottom: 20px;
}

.posts_list>.cb-news-wrap>.cb-next_match {
  padding-top: 0px;
  height: 80px;
}

.cb_popup.cb_user-msg.msg_modal {
  z-index: 100001;
}

.search_option>.fa-user-plus {
  cursor: pointer;
}

.search_option>.fa-user-plus:before {
  font-size: 18px;
  color: #030049;
}

.cb_user-friend-list {
  margin: 20px auto;
  width: calc(100% - 10px);
  height: 80vh;
  overflow-y: auto;
  padding: 10px 20px 0px;
}

.cb_user-friend-list.add_freinds {
  padding-top: 0;
}

.cb_user-friend-list .freinds_title {
  color: #00145b;
  font-size: 18px;
  margin: 0px auto 25px;
}

a.view_all-friends {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  border: 1px solid #030049;
  width: fit-content;
  margin: 10px auto;
  padding: 8px 15px;
  border-radius: 6px;
  color: #030049;
}

a.view_all-friends>i.fa-solid.fa-angle-down {
  color: #030049;
}

a.view_all-friends:hover {
  background: #030049;
  color: #fff;
}

a.view_all-friends:hover>i.fa-solid.fa-angle-down {
  color: #fff;
}

.user_friends-detail.last_row {
  border: 0;
}

.cb-freinds_data {
  display: flex;
  align-items: center;
}

.user_friends-detail>a.friends_name,
.cb-freinds_data>.friends_name {
  margin-left: 20px;
  width: 100%;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}

.cb-freinds_data>.friends_name {
  margin-left: 15px;
}

.cb_msg_icon>i {
  color: #fff;
  font-size: 14px;
}

.no_more_thoughts_load {
  display: none;
}

.cbn-_comment-wrapper {
  border: 1px solid #fff;
}

/* cbn_new_profile_style_start */

.cbn_profile_page_section {
  width: 100%;

  height: 100%;

  overflow-y: scroll;

  overflow-x: hidden;

  background: #ddd;

  min-height: 100vh;
}

.cbn_profile_page_section:before {
  content: "";

  background: url(/public/images/club_top_bg_new.png);

  position: fixed;

  top: 0;

  left: 0;

  background-size: 100% 100%;

  background-repeat: no-repeat;

  width: 100%;

  height: 480px;

  z-index: 0;
}

.cbn_profile_page_container {
  width: 100%;

  max-width: 700px;

  height: max-content;

  min-height: 100%;

  margin: 0px auto;

  background: #fff;

  position: relative;
}

#user_not_login .cbn_profile_page_container:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: #fff;
  opacity: 0.5;
  z-index: 9999;
}

.cb_profile_header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50.5%, 0px);
  z-index: 99999;
  max-width: 700px;
  width: 100%;
}

.cbn_PPH_top {
  background: linear-gradient(180deg, #030049 0%, #001d72 100%);

  padding: 25px 15px 20px;

  position: relative;

  top: 0px;

  left: 0px;

  height: 54px;

  z-index: 999;
}

#user_profile_page .new-footer-wrap {
  right: 6px;
}

.cbn_PPHT_logo>img {
  height: 28px;

  width: auto;

  background-color: #fff;

  padding: 2px;

  border-radius: 100%;

  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.cbn_PPHT_tittle {
  font-size: 15px;

  font-weight: 600;

  color: #fff;
}

a.new_page-close {
  top: 50%;
  left: 20px;
  position: absolute;
  color: #fff;
  transform: translate(0px, -50%);
}

.cbn_PPH_top>.new_page-close>i {
  font-size: 20px;
}

.cbn_PPH_details_wrapper {
  background: linear-gradient(0deg, #00145b 0%, #001d72 100%);
  position: relative;
  width: 700px;
  margin: 54px auto 0px;
  z-index: 999;
}

.cbn_PPH_details_club_img {
  position: absolute;

  z-index: 0;

  right: 0px;

  top: 0px;

  width: 100%;

  height: 100%;

  display: flex;

  align-items: center;

  justify-content: flex-end;
}

.cbn_PPH_details_club_img>img {
  height: calc(100% - 50px);

  width: auto;

  opacity: 0.2;

  margin-right: 15px;
}

.cbn_PPH_details {
  position: relative;

  z-index: 9;

  padding: 20px;

  margin-left: 30px;
}

.cbn_PPH_details_profile_image_others {
  display: flex;

  justify-content: flex-start;

  align-items: center;
}

.cbn_PPH_details_prfile_img_name {
  display: flex;

  flex-direction: column;

  align-items: center;
}

.cbn_PPH_details_prfile_img {
  position: relative;

  border-radius: 100%;
  background-color: white;
}

.cbn_PPH_details_prfile_img>.user_img-main {
  width: 130px;

  height: 130px;

  border: 2px solid #fff;

  border-radius: 100%;

  object-fit: cover;
}

.cbn_PPH_details_prfile_img>.pic_edit-icon {
  right: 6px;

  bottom: 6px;

  width: auto;

  height: auto;

  border: 2px solid #fff;

  background-color: #00175c;

  padding: 5px;
}

.cbn_PPH_details_prfile_img>.pic_edit-icon>i {
  color: #fff;

  font-size: 20px;
}

.cbn_PPH_details_user_name>h2 {
  font-size: 20px;

  font-weight: 600;

  margin-top: 10px;

  color: #fff;
  text-transform: capitalize;
}

.cbn_PPH_details_prfile_others {
  display: flex;

  justify-content: flex-start;

  align-items: center;

  margin-left: 30px;

  gap: 0px 30px;

  margin-top: -10px;
}

.cbn_PPH_text_others_bold {
  font-size: 16px;

  font-weight: 600;

  color: #fff;

  text-align: center;

  margin-bottom: 5px;

  letter-spacing: 0.5px !important;
}

.cbn_PPH_text_others {
  font-size: 15px;

  color: #fff;

  text-align: center;

  letter-spacing: 0.5px !important;
}

.cbn_PPH_details_btns_wrapper {
  display: flex;

  align-items: center;

  justify-content: flex-start;

  gap: 0px 10px;

  margin-top: 20px;
  position: relative;
}

.cbn_PPH_details_btns_wrapper .notif-_-count {
  position: absolute;
  background-color: #ef0107;
  padding: 3px 3px 5px 4px;
  border-radius: 100%;
  top: -10px;
  font-size: 12px;
  left: 180px;
  margin: 0;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}

.cbn_PPH_details_prfile_btns>i {
  display: none;
}

.cbn_PPH_details_prfile_btns {
  min-width: 190px;
  text-align: center;
  background-color: #fff;
  padding: 10px;
  border-radius: 4px;
  color: #101574 !important;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pp_discover_people_wrapper {
  padding: 30px 25px;
}

.pp_discover_people_tittle_wrapper {
  display: flex;

  justify-content: space-between;

  align-items: center;

  margin-bottom: 15px;
}

.pp_discover_peoples {
  display: grid;

  grid-template-columns: repeat(4, 1fr);

  gap: 10px;
}

.pp_discover_people_tittle {
  font-size: 17px;
  color: #383838;
  font-weight: 600;
  letter-spacing: 0.5px !important;
}

.pp_discover_people_see_all {
  color: #2b72de !important;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.5px !important;
}

.pp_discover_people_card {
  background: #ffffff;
  border: 1px solid #e6e6e6;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.07);
  border-radius: 5px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: space-between;
}

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

.pp_discover_people_card_img {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  object-fit: cover;
}

.pp_discover_people_card_name {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  margin: 10px 0px 12px;
  overflow: hidden;
  text-align: center;
  text-transform: capitalize;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.cbn_pp_user_posts_li_post_liked_video {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.cbn_pp_user_posts_li_post_liked_video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

span.liked_video_play_icon {
  position: absolute;
  font-size: 48px;
}

.pp_discover_people_card_club_logo {
  width: 40px;
  height: 40px;
}

.pp_discover_people_card_btn {
  width: 100%;
  background-color: #023096;
  font-size: 14px;
  color: #fff !important;
  display: block;
  text-align: center;
  padding: 10px;
  border-radius: 4px;
  margin-top: 15px;
  letter-spacing: 0.5px;
  font-weight: 600;
  text-transform: uppercase;
}

.pp_discover_people_card:hover {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.cbn_pp_user_posts_tabs_wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.cbn_pp_user_posts_tab.active>svg>circle,
.cbn_pp_user_posts_tab.active>svg>rect,
.cbn_pp_user_posts_tab.active>svg>path,
.cbn_pp_user_posts_tab>svg:hover>circle,
.cbn_pp_user_posts_tab>svg:hover>rect,
.cbn_pp_user_posts_tab>svg:hover>path {
  fill: #383838;
}

.cbn_pp_user_posts_tab {
  text-align: center;
}

.cbn_pp_user_posts_tab>svg {
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.fan_post_loading {
  width: 90px;
  height: auto;
  margin: auto;
}

.cbn_pp_user_posts_wrapper {
  padding: 10px 25px 50px;
  margin-bottom: 70px;
}

.cbn_pp_user_posts_continer {
  display: none;
}

.cbn_pp_user_posts_continer.active {
  display: block;
  margin-top: 30px;
}

.cbn_pp_user_posts_continer>ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.cbn_pp_user_posts_rating_li {
  background-color: #00145b;
}

.cbn_pp_user_posts_li {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border-radius: 4px;
  overflow: hidden;
  max-height: 250px;
  min-height: 250px;
}

.cbn_pp_user_posts_li_post_body_user_img {
  width: 100px;
  height: 100px;
  background-color: #fff;
  border-radius: 100%;
  padding: 5px;
}

.cbn_pp_user_posts_prediction_li {
  background: linear-gradient(90deg, #7f0d43 0%, #ef0107 100%);
}

.cbn_pp_user_posts_li_post_header {
  padding: 10px 10px 0px;
  position: relative;
}

.cb_user_post_wrap img.cbn_user_post_img {
  width: 100%;
  height: 100%;
}

.cbn_pp_user_posts_li_post_body {
  padding: 10px 10px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 140px;
}

.cbn_pp_user_posts_li_post_header_tittle {
  color: #00145b;
  background-color: #fff;
  padding: 10px 5px;
  font-size: 11px;
  font-weight: bold;
  border-radius: 4px;
  text-align: center;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cbn_pp_user_posts_li_post_player_name {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 5px;
}

.follower_list_wrap {
  text-align: center;
  font-size: 20px;
}

.cbn_pp_user_posts_li_post_footer {
  position: relative;

  margin-top: -10px;
}

.cbn_pp_user_posts_li_post_footer:before {
  content: "";

  position: absolute;

  bottom: 0px;

  left: 50%;

  width: calc(100% + 20px);

  transform: translate(-50%, 0px);

  height: 65px;

  background-color: #fff;

  border-radius: 100% 100% 0px 0px;
}

.cbn_pp_user_posts_prediction_li .cbn_pp_user_posts_li_post_body {
  flex-direction: row;

  justify-content: center;

  align-items: center;
}

.cbn_pp_user_posts_li_post_body.cbn_user_post_img_wrap {
  height: 300px;
}

a.cbn_pp_user_post_url {
  color: black !important;
  display: flex;
  width: 100%;
  justify-content: center;
  position: relative;
  bottom: 12px;
  font-size: 14px;
  text-decoration: none;
  z-index: 100;
}

a.cbn_pp_user_post_url:hover {
  color: #00158c !important;
}

.cbn_pp_user_posts_li_post_body_club {
  width: 50px;

  height: 50px;
}

.cbn_pp_user_posts_li_post_vs {
  color: #fff;

  font-size: 15px;

  font-weight: 600;

  margin: 0px 15px;

  font-family: cursive;
}

.cbn_pp_user_posts_li_post_footer_tittle {
  font-size: 18px;

  color: #00145b;

  font-weight: bold;

  letter-spacing: 1px !important;

  text-align: center;

  padding: 20px 10px 20px;

  z-index: 9;

  position: relative;
}

.cbn_pp_user_posts_li_post_footer_club {
  position: absolute;

  right: 12px;

  top: -8px;

  width: 36px;

  height: 36px;
}

.cbn_pp_user_posts_rank_li .cbn_pp_user_posts_li_post_footer_tittle {
  color: #fff;

  font-weight: 600;
}

.cbn_pp_user_posts_rank_li .cbn_pp_user_posts_li_post_footer:before {
  background: linear-gradient(109.48deg, #012064 13.06%, #2560f2 86.94%);
}

.cbn_pp_user_posts_prediction_li .cbn_pp_user_posts_li_post_footer_tittle {
  color: #e7030c;
}

.cbn_pp_user_posts_rank_li .cbn_pp_user_posts_li_post_header_tittle {
  background: linear-gradient(109.48deg, #012064 13.06%, #2560f2 86.94%);

  color: #fff;
}

.cbn_pp_user_posts_rank_li .cbn_pp_user_posts_li_post_player_name {
  color: #00145b;
}

.cbn_pp_user_posts_rank_li>a {
  background-image: url("/public/images/post_backgrond_dots.png");

  background-size: 260px;

  background-position: top;

  background-repeat: no-repeat;

  width: 100%;

  height: 100%;

  display: block;
}

.cbn_pp_user_posts_li_post_vs_img {
  margin: 0px 15px;

  width: 24px;
}

.cbn_pp_user_posts_li:hover {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.cbn_pp_user_posts_no_data {
  margin-top: 50px;

  text-align: center;

  font-size: 15px;

  font-weight: 600;
}

/* cbn_new_profile_style_end */

/* cbn_new_profile__news_style_start */

.cbn_pp_user_news_li_post_wrapper {
  position: relative;

  width: 100%;

  height: 100%;
}

.cbn_pp_user_news_li_post_tittle {
  position: absolute;

  bottom: 10px;

  left: 0px;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-line-clamp: 2;

  -webkit-box-orient: vertical;

  overflow: hidden;

  z-index: 9;

  color: #fff;

  padding: 0px 10px;

  font-size: 11px;
}

.cbn_pp_user_news_li_post_img {
  width: auto;

  height: 100%;

  object-fit: cover;

  min-height: 236px;

  max-height: 237px;
}

.cbn_pp_user_news_li_post_wrapper:before {
  content: "";

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background: linear-gradient(180deg, rgba(3, 48, 150, 0) 0%, #023096 100%);

  z-index: 1;

  border-radius: 8px;
}

.cbn_pp_player_stats_post_li>.cbn_pp_user_posts_rank {
  background-image: url("/public/images/post_backgrond_dots.png");

  background-size: 260px;

  background-position: top;

  background-repeat: no-repeat;

  width: 100%;

  height: 100%;

  display: block;
}

.cbn_pp_player_stats_post_li .cbn_pp_user_posts_li_post_body {
  height: 145px;

  justify-content: center;
}

.cbn_pp_player_stats_post_li .cbn_pp_user_posts_li_post_footer:before {
  box-shadow: 0px -3px 4px rgba(0, 0, 0, 0.12);

  height: 65px;

  background: linear-gradient(109.48deg, #012064 13.06%, #2560f2 86.94%);
}

.cbn_pp_player_stats_post_li .cbn_pp_user_posts_li_post_footer>.cbn_pp_user_posts_li_post_footer_tittle {
  color: #fff;

  font-size: 15px;

  overflow: hidden;

  text-overflow: ellipsis;

  -webkit-line-clamp: 1;

  -webkit-box-orient: vertical;
}

.cbn_pp_player_stats_post_li>.cbn_pp_user_posts_rank .cbn_pp_user_posts_li_post_body_user_img {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.cbn_pp_player_stats_post_li>.cbn_pp_user_posts_rank .cbn_pp_user_posts_li_post_header_tittle {
  background: linear-gradient(109.48deg, #012064 13.06%, #2560f2 86.94%);

  color: #fff;
}

.cbn_pp_player_stats_post_li.cbn_pp_player_stats_blue_bg .cbn_pp_user_posts_rank {
  background: url("/public/images/post_backgrond_dots.png"),
    linear-gradient(109.48deg, #012064 13.06%, #2560f2 86.94%);

  background-size: 260px;

  background-position: top;

  background-repeat: no-repeat;
}

.cbn_pp_player_stats_post_li.cbn_pp_player_stats_blue_bg .cbn_pp_user_posts_li_post_header_tittle {
  background: #fff;

  color: #00145b;
}

.cbn_pp_player_stats_post_li.cbn_pp_player_stats_blue_bg .cbn_pp_user_posts_li_post_footer:before {
  background: #fff;
}

.cbn_pp_player_stats_post_li.cbn_pp_player_stats_blue_bg .cbn_pp_user_posts_li_post_footer .cbn_pp_user_posts_li_post_footer_tittle {
  color: #00145b;
}

.cbn_pp_player_stats_post_li .cbn_pp_user_posts_li_post_footer_club {
  top: -12px;
}

.player_stats_popup .cb_player_watch_dtl .cb-next_match,
.player_stats_popup .cb_player_watch_dtl .cb_post-data,
.player_stats_popup .cb_player_watch_dtl .cb_player-approach {
  display: none;
}

.player_stats_popup .cb_popup_wrap>.cb_popup_content {
  display: flex;

  align-items: center;

  /* background: none; */

  height: auto;

  overflow: visible;
}

.player_stats_popup .cb_popup_wrap>.cb_popup_content .cb_player_watch_dtl {
  width: 100%;

  padding: 25px 20px;

  border-radius: 10px;

  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.cb_popup_content>#stats_popup_close {
  top: 2px;

  padding: 4px;

  background-color: #fff;

  overflow: hidden;

  position: absolute;

  right: -33px;

  text-decoration: none;

  box-sizing: border-box;

  z-index: 1000;

  border-radius: 2px;

  width: 28px;

  height: 28px;

  display: flex;

  align-items: center;

  justify-content: center;
}

.cb_popup_content>#stats_popup_close>i {
  font-size: 20px;

  color: #000;
}

.player_stats_popup .player_ajax_stats {
  width: 100%;
}

.cb_popup_content .player_ajax_stats .cb_club_player {
  border-radius: 6px;
}

/* cbn_new_profile__news_style_end */

@media (max-width: 500px) {
  .cbn_pp_user_posts_prediction_li {
    min-height: 150px;
  }

  span.liked_video_play_icon {
    font-size: 28px;
  }

  .profile-bg_img {
    min-height: 150px;
  }

  .cb_popup_content>#stats_popup_close {
    background-color: #00145b;
  }

  .user-profile_container {
    background: #fff;
  }

  .profile_main-img .user_img-main {
    width: 100px;

    border: 3px solid transparent;

    max-height: 100px;
  }

  .profile-bg_img>.back_clicked>i {
    animation: myAnim 5s ease 0s 1 normal forwards;

    color: #0086e3;
  }

  .cbn_PPH_details_btns_wrapper .notif-_-count {
    top: -8px;
    font-size: 8px;
    left: 90px;
    width: 16px;
    height: 16px;
  }

  @keyframes myAnim {

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

    10%,
    30%,
    50%,
    70% {
      transform: translateX(-8px);
    }

    20%,
    40%,
    60% {
      transform: translateX(8px);
    }

    80% {
      transform: translateX(8px);
    }

    90% {
      transform: translateX(-8px);
    }
  }

  label.pic_edit-icon {
    right: 37%;

    padding: 5px 8px;

    width: 35px;

    height: 30px;
  }

  img.camera_icon {
    width: 20px;
  }

  .profile-bg_img .cam_icon {
    width: 35px;

    padding: 4px 8px;
  }

  .user_name>h2 {
    font-size: 18px;
  }

  .profile_main-img {
    margin-bottom: 15px;

    margin-top: -50px;
  }

  .user-profile-options {
    max-width: 220px;

    margin: 20px auto 10px;
  }

  img.freinds_icon {
    padding: 7px;

    max-width: 35px;

    height: 35px;
  }

  .freinds_text {
    font-size: 11px;
  }

  .user_profile-details {
    padding: 10px 0px 1px;

    width: calc(100% - 30px);
  }

  h2.user_title {
    margin: 5px auto 10px;

    font-size: 12px;
  }

  img.user_dtl-img {
    width: 18px;
  }

  .user_dtl-text {
    margin-left: 10px;

    font-size: 11px;
  }

  .cb_popup_wrap .cb_popup_football_loading_img {
    width: 80px;

    margin: auto;
  }

  .activity_details {
    padding: 10px 0px;

    margin: 10px auto;
  }

  span.user-info>h4 {
    font-size: 11px;
  }

  span.user-info>p {
    font-size: 10px;
  }

  span.cb-comment_time {
    font-size: 9px;
  }

  span.user-info {
    line-height: 20px;
  }

  .cbn_pp_user_posts_li {
    max-height: 150px;
    min-height: 150px;
  }

  .user_activity .user_img {
    width: 45px;

    height: 45px;
  }

  .user-post>.user-post-img {
    width: 45px;

    height: 45px;

    border-radius: 6px;
  }

  img.activity_img {
    width: 20px;

    right: -16px;

    bottom: 0px;
  }

  .all_activity-list>a {
    font-size: 10px;
  }

  .posts_list>.cb-news-wrap>.cb-next_match {
    padding: 0px;

    height: 55px;
  }

  .user_post-details>h2 {
    width: calc(100% - 30px);
  }

  .cb_freinds.mob_hidden {
    display: none;
  }

  .all-freinds_list {
    margin: 10px auto;
  }

  a.see_all-freinds {
    padding: 10px;
    border-radius: 6px;
    font-size: 10px;
  }

  .freinds_details>.cb_freinds-list {
    padding: 10px 5px;
    border-radius: 5px;
  }

  .cb_freinds-list>.cb_freinds {
    padding: 15px 0px 12px !important;
    margin: 0px 5px;
    width: calc(25% - 10px);
    min-height: 100px;
  }

  .cb_freinds>.freind_img {
    width: 45px !important;
    height: 45px;
    border: 2px solid #0d1169;
  }

  .cb_freinds>.freind_name {
    font-size: 9px;
    line-height: 14px;
    margin-top: 10px;
  }

  .popup_title {
    padding: 20px 0px;
  }

  .popup_title>h4 {
    font-size: 16px;
  }

  .cb_close-icon>.fa-solid:before {
    font-size: 20px;
  }

  .search_option {
    padding: 10px;
    margin: 10px auto;
  }

  .search_option>.fa-user-plus:before {
    font-size: 12px;
  }

  .cb_user-friend-list {
    margin: 10px auto;
    padding: 5px 10px 0px;
    width: calc(100% - 20px);
  }

  .cb_user-friend-list .empty_user_list {
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    display: block;
  }

  .cb_user-friend-list .freinds_title {
    font-size: 14px;

    font-weight: 600;

    margin: 0px auto 20px;
  }

  a.view_all-friends {
    font-size: 12px;

    font-weight: 500;
  }

  .user_friends-detail {
    margin: 10px auto;

    padding-bottom: 10px;
  }

  .user_friends-detail>a.friends_name,
  .cb-freinds_data>.friends_name {
    max-width: 210px;

    font-size: 12px;

    font-weight: 600;
  }

  .cb-freinds_data>.friends_name {
    margin-left: 10px;
  }

  .cb_msg_icon {
    max-width: 30px;

    padding: 6px;
  }

  .cb_msg_icon>i {
    font-size: 10px;
  }

  .s442_menu_bars .s442_menu_icon img {
    height: 16px;
    margin: -0.5px 0px 0px;
  }

  .s442_menu_bars .s442_menu_icon .cb_logo-text {
    font-size: 16px !important;
    letter-spacing: 0;
    margin: 10px 0px !important;
  }

  .s442_menu_icon .cb_logo-text .cb_s442_text {
    letter-spacing: 0px;
    max-height: 23px;
  }

  .cbn_PPH_top {
    padding: 10px 0;

    background: linear-gradient(180deg, #00145b 60%, #001d72 100%);

    height: 43px;
  }

  .cbn_PPH_details_wrapper {
    background: linear-gradient(180deg, #001d72 60%, #00145b 80%);

    margin-top: 43px;
    width: 100%;
  }

  .cbn_pp_header .cb_profile_header {
    transform: translate(-50%, 0px);
  }

  .cbn_PPH_top>.new_page-close>i {
    font-size: 15px;
  }

  .cbn_PPHT_tittle {
    font-size: 12px;

    letter-spacing: 1px !important;
  }

  .cbn_PPHT_logo>img {
    height: 24px;
  }

  .cbn_PPH_details_club_img>img {
    margin-right: 5px;

    opacity: 0.15;
  }

  .cbn_PPH_details {
    margin-left: 0px;
  }

  .cbn_PPH_text_others_bold {
    font-size: 12px;
  }

  .cbn_PPH_text_others {
    font-size: 10px;
  }

  .cbn_PPH_details_prfile_others {
    margin-left: 25px;

    gap: 0px 20px;
  }

  .cbn_PPH_details_prfile_img>.user_img-main {
    width: 85px;

    height: 85px;
  }

  .cbn_PPH_details_prfile_img>.pic_edit-icon {
    right: 0px;

    bottom: 5px;
  }

  .cbn_PPH_details_prfile_img>.pic_edit-icon>i {
    font-size: 14px;
  }

  .cbn_PPH_details_user_name>h2 {
    font-size: 14px;

    margin-top: 5px;
  }

  .cbn_PPH_details_prfile_btns {
    min-width: 100px;

    font-size: 11px;

    padding: 8px 10px;
  }

  .pp_discover_people_wrapper,
  .cbn_pp_user_posts_wrapper {
    padding: 20px 15px;
  }

  .pp_discover_people_tittle {
    font-size: 11px;
  }

  .pp_discover_people_see_all {
    font-size: 10px;
  }

  .pp_discover_people_tittle_wrapper {
    margin-bottom: 10px;
  }

  .pp_discover_peoples {
    grid-template-columns: repeat(3, 1fr);

    gap: 8px;
  }

  .pp_discover_people_card_img {
    width: 50px;

    height: 50px;
  }

  .pp_discover_people_card_name {
    font-size: 10px;

    margin: 8px 0px 8px;
  }

  .pp_discover_people_card_club_logo {
    width: 26px;

    height: 26px;
  }

  .pp_discover_people_card_btn {
    font-size: 10px;

    padding: 8px 8px;

    margin-top: 10px;
  }

  .cbn_pp_user_posts_wrapper {
    padding: 25px 15px 60px;
    margin-bottom: 35px;
  }

  .cbn_pp_user_posts_tab>svg {
    width: 20px;

    height: 20px;
  }

  .cbn_pp_user_posts_li:hover {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }

  .cbn_pp_user_posts_li_post_header {
    padding: 6px 5px 0px;
  }

  .cbn_pp_user_posts_li_post_header_tittle {
    font-size: 7px;

    padding: 5px 9px;

    font-weight: 500;
  }

  .cbn_pp_user_posts_li_post_player_name {
    font-size: 8px;

    margin-bottom: 5px;

    margin-top: 2px;
  }

  .cbn_pp_user_posts_li_post_body_user_img {
    width: 50px;

    height: 50px;

    padding: 3px;
  }

  .cbn_pp_user_posts_li_post_body {
    height: 75px;

    padding: 5px 5px 15px;
  }

  .cbn_pp_user_posts_li_post_footer_tittle {
    font-size: 9px;

    padding: 10px 5px 10px;

    letter-spacing: 0.5px !important;
  }

  .fan_post_loading {
    width: 50px;
  }

  .cbn_pp_user_posts_li_post_footer:before {
    height: 34px;
  }

  .cbn_pp_user_posts_li_post_footer_club {
    right: 5px;

    top: -8px;

    width: 20px;

    height: 19px;
  }

  .cbn_pp_user_posts_li_post_body_club {
    width: 24px;

    height: 24px;
  }

  .cbn_pp_user_posts_li_post_vs_img {
    margin: 0px 8px;

    width: 14px;
  }

  .cbn_pp_user_posts_continer.active {
    margin-top: 25px;
  }

  .cbn_pp_user_posts_no_data {
    margin-top: 30px;

    font-size: 10px;
  }

  .cbn_pp_player_stats_post_li .cbn_pp_user_posts_li_post_body {
    height: 75px;
  }

  .cbn_pp_player_stats_post_li .cbn_pp_user_posts_li_post_footer:before {
    height: 34px;
  }

  .cbn_pp_player_stats_post_li .cbn_pp_user_posts_li_post_footer>.cbn_pp_user_posts_li_post_footer_tittle {
    font-size: 9px;
  }

  .cbn_pp_player_stats_post_li .cbn_pp_user_posts_li_post_footer_club {
    top: -8px;
  }

  .cbn_pp_user_news_li_post_img {
    min-height: 120px;

    max-height: 120px;
  }

  .cbn_pp_user_news_li_post_tittle {
    padding: 0px 5px;

    font-size: 7px;

    line-height: 10px;

    bottom: 5px;
  }

  .player_stats_popup .cb_popup_wrap>.cb_popup_content .cb_player_watch_dtl {
    padding: 15px 10px;

    border-radius: 0;

    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  }

  .cb_popup_content>#stats_popup_close {
    top: auto;

    right: auto;

    left: 50%;

    bottom: -50px;

    transform: translateX(-50%);

    border-radius: 100%;

    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  }

  .cb_popup_content>#stats_popup_close>i {
    font-size: 16px;
    color: white;
  }

  .cb_popup_content .player_ajax_stats .cb_club_player .cb-club_stats_dtl {
    height: auto;
  }

  button#openUserSettings {
    min-width: 100px;
    font-size: 11px;
    padding: 8px 10px;
}
}

button#openUserSettings {
    border: none !important;
}

.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 0.8s ease forwards;
}

@keyframes fadeIn {

  0% {
    opacity: 0;
    transform: translateY(10px);
  }

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



/*profile-page style end*/