.user-profile-wrapper h1 {
  margin: 0 0 40px;
}

.user-profile-wrapper .profile-details-holder .pro-img-social-icons-holder {
	width: 300px;
}

.user-profile-wrapper .profile-details-holder .pro-img-social-icons-holder img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  margin-bottom: 25px;
}

.user-profile-wrapper .profile-details-holder .pro-img-social-icons-holder ul#profileSocialIcons {
  margin: 0;
  padding: 0;
  list-style: none;
}

.user-profile-wrapper .profile-details-holder .pro-img-social-icons-holder ul#profileSocialIcons li {
  margin-right: 5px;
}

.user-profile-wrapper
  .pro-img-social-icons-holder
  ul#profileSocialIcons
  li:last-child {
  margin: 0;
}

.user-profile-wrapper .pro-img-social-icons-holder ul#profileSocialIcons li a {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 100%;
}

.user-profile-wrapper
  .pro-img-social-icons-holder
  ul#profileSocialIcons
  li
  a:focus {
  background: #fff !important;
}

.user-profile-wrapper
  .pro-img-social-icons-holder
  ul#profileSocialIcons
  li
  a
  i {
  color: #000;
  font-size: 20px;
}

.user-profile-wrapper
  .pro-img-social-icons-holder
  ul#profileSocialIcons
  li
  a
  svg {
  width: 15px;
  fill: #000;
}

.user-profile-wrapper
  .pro-img-social-icons-holder
  ul#profileSocialIcons
  li
  a:hover
  svg {
  fill: #f26339;
  transition: all 0.3s ease-in;
}

.user-profile-wrapper
  .pro-img-social-icons-holder
  ul#profileSocialIcons
  li
  a:hover
  i {
  color: #f26339;
  transition: all 0.3s ease-in;
}

.user-profile-wrapper .profile-details-holder .content-area {
  width: calc(100% - 300px);
  padding-left: 30px;
}

.user-profile-wrapper .content-area h2 {
  margin: 0 0 20px 0;
  font-size: 14px !important;
  font-weight: 700;
}

.user-profile-wrapper .content-area h2.title {
  font-size: 16px !important;
}

.user-profile-wrapper .content-area h2 span {
  font-weight: 400;
}

.user-profile-wrapper .profile-details-holder .content-area .badges {
    padding-left: 15px;
}

.user-profile-wrapper .profile-details-holder .content-area .badges .badge-holder {
    width: 70px;
    margin-right: 10px;
}

.user-profile-wrapper .profile-details-holder .content-area .badges .badge-holder:last-child {
    margin: 0;
}

.user-profile-wrapper .profile-details-holder .content-area .badges .badge-holder img {
    width: 70px;
}

.user-profile-wrapper .profile-details-holder .content-area .badges .badge-holder p {
    color: rgb(254,200,3);
    font-size: 12px;
    line-height: 16px;
    margin: 10px 0 0 0;
}

.challenges-leagues-wrapper .nav-tabs {
  border: 0;
  margin: 0;
}

.challenges-leagues-wrapper .nav-tabs .nav-item .nav-link.active {
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgb(254, 200, 3);
  color: rgb(254, 200, 3);
  font-weight: 700;
  text-transform: uppercase;
  padding: 7px 30px;
}

.challenges-leagues-wrapper .nav-tabs .nav-item .nav-link {
  background: transparent;
  border: 0;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  padding: 7px 30px;
}

.challenges-leagues-wrapper .tab-content {
  padding: 20px 0;
}

.challenges-leagues-wrapper .tab-content table.dataTable tbody tr {
  background: transparent;
}

.challenges-leagues-wrapper .tab-content table.dataTable thead tr th {
  padding: 8px 18px;
}

.challenges-leagues-wrapper .tab-content table.dataTable tbody tr td.sorting_1 {
  background: none !important;
}

.challenges-leagues-wrapper .tab-content table.dataTable tbody tr td {
  padding: 8px 18px;
  border-top: 1px solid #1f1f1f;
}

.challenges-leagues-wrapper .tab-content table.dataTable tbody tr td button {
  background: transparent;
  border: 1px solid rgb(254, 200, 3);
  box-shadow: none;
  color: rgb(254, 200, 3);
  padding: 5px 20px;
  border-radius: 30px;
}

.challenges-leagues-wrapper
  .tab-content
  table.dataTable
  tbody
  tr
  td
  button:hover {
  color: #fff;
  transition: all 0.3s ease-in;
}

.challenges-leagues-wrapper
  .tab-content
  .dataTables_paginate.paging_simple_numbers {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.challenges-leagues-wrapper
  .tab-content
  .dataTables_paginate.paging_simple_numbers
  a.paginate_button.disabled {
  display: none;
}

.challenges-leagues-wrapper
  .tab-content
  .dataTables_paginate.paging_simple_numbers
  a.paginate_button {
  color: rgb(254, 200, 3) !important;
}

.challenges-leagues-wrapper
  .tab-content
  .dataTables_paginate.paging_simple_numbers
  a.paginate_button.current {
  color: #fff !important;
}

.challenges-leagues-wrapper
  .tab-content
  .dataTables_paginate.paging_simple_numbers
  span
  a.paginate_button {
  padding: 0;
  background: none;
  border: 0;
}

.my-challenges-videos-holder {
  margin-top: 25px;
}

.my-challenges-videos-holder .video-card {
  border: 2px solid #000;
  background-color: #0c0c0c;
  padding: 7px;
  margin-bottom: 20px;
  cursor: pointer;
}

.my-challenges-videos-holder .video-card a .img-holder {
  position: relative;
}

.my-challenges-videos-holder .video-card a .img-holder img {
  width: 100%;
  height: 120px;
  object-fit: cover;
}

.my-challenges-videos-holder .video-card a .img-holder .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(254, 200, 3, 0);
  transition: all 0.3s ease-in-out;
}

.my-challenges-videos-holder .video-card a:hover .img-holder .overlay {
  background: rgba(254, 200, 3, 0.7);
  transition: all 0.3s ease-in-out;
}

.my-challenges-videos-holder .video-card a .img-holder .overlay:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  font-size: 32px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  z-index: 2;
  font-family: "FontAwesome" !important;
  font-style: normal !important;
  font-weight: normal !important;
  text-decoration: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate3d(-50%, -50%, 0);
  content: "\f15c";
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.my-challenges-videos-holder .video-card a:hover .img-holder .overlay:before {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.my-challenges-videos-holder .video-card a h3 {
  margin: 10px 0 5px 0;
  font-size: 14px;
}

.my-challenges-videos-holder .video-card a p {
  margin: 0;
  font-size: 12px;
}
/*V3 Changes*/
.followunfollow-btn-holder {
    margin-bottom: 15px;
}
.followunfollow-btn-holder .follow-unfollow-player {
    margin-bottom: 0;
}
.followunfollow-btn-holder span {
    font-size: 11px;
    color: #fff;
	text-align: center;
}
.follow-unfollow-player {
    color: rgb(254, 200, 3);
    border: 1px solid rgb(254, 200, 3);
    border-radius: 6px;
    padding: 15px 30px;
    font-weight: 700;
    text-transform: uppercase;
    background: none;
    box-shadow: none;
    margin-bottom: 15px;
}

@media(max-width: 767px) {
	.user-profile-wrapper .profile-details-holder .pro-img-social-icons-holder,
	.user-profile-wrapper .profile-details-holder .content-area {
		width: 100%
	}
	.user-profile-wrapper .profile-details-holder .pro-img-social-icons-holder {
		margin-bottom: 20px
	}
	.user-profile-wrapper .profile-details-holder .pro-img-social-icons-holder img {
		width: 100%;
		height: auto;
	}
	.user-profile-wrapper .profile-details-holder .content-area {
		padding: 0;
	}
	.challenges-leagues-wrapper .nav-tabs .nav-item .nav-link.active,
	.challenges-leagues-wrapper .nav-tabs .nav-item .nav-link {
		padding: 5px;
		font-size: 14px;
	}
	.follow-unfollow-player {
	    margin-left: 0 !important;
	}
	.user-profile-wrapper .profile-details-holder .content-area .badges {
	    margin-bottom: 15px;
	}
}