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

.user-profile-wrapper .content-area {
  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;
}

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

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

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

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

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

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

.challenges-leagues-wrapper table.dataTable tbody tr td svg {
  width: 20px;
  fill: #fff;
  cursor: pointer;
}

.challenges-leagues-wrapper 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 table.dataTable tbody tr td button:hover {
  color: #fff;
  transition: all 0.3s ease-in;
}

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

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

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

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

.challenges-leagues-wrapper
  .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;
}

.swal2-icon.swal2-question {
  font-size: 12px !important;
}
