
body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.4;
  color: rgba(255,255,255,0.7);
  background-color: #0B0D13;
  counter-reset: section;
  box-sizing: border-box;
}
body *, body *:before, body *:after {
  box-sizing: inherit;
}


a, path {
  text-decoration: none !important;
  transition: all 0.6s ease-in-out;
}

button:focus, :focus {
  outline: none !important;
  box-shadow: none !important;
}

img {
  max-width: 100%;
}



p:empty {
  display: none;
}

.blue-gradiant {
  background: linear-gradient(180deg, #4FA6FF 0%, #007EFF 100%);
}

.blue-gradiant-1 {
  background: linear-gradient(270deg, #007EFF 0%, #4FA6FF 100%);
}

.yellow-gradiant {
  background: linear-gradient(90deg, #ECCC68 0%, #FFA502 100%);
}

.gray-gradiant {
  background: linear-gradient(270deg, #39415C 0%, #555F83 100%);
}

.green-gradiant {
  background: linear-gradient(270deg, #2FCE6E 0%, #7DDBA2 100%);
}

.red-gradiant {
  background: linear-gradient(270deg, #FF4757 0%, #FF6B81 100%);
}

.orange-gradiant {
  background: linear-gradient(270deg, #FF6348 0%, #FF7F50 100%);
}

.blue-gradiant-text {
  background: linear-gradient(180deg, #4FA6FF 0%, #007EFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.btn {
  height: auto;
  font-size: 14px;
  font-weight: 700;
  border-radius: 8px;
  padding: 12px 15px;
  margin: 0;
  color: #ffffff;
  border: none;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  position: relative;
  transition-property: color;
  transition-duration: 0.5s;
}
.btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.2);
  transform: scaleY(0);
  transform-origin: 50% 100%;
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.btn:hover:before {
  transform: scaleY(1);
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.btn:hover {
  color: #ffffff;
}

.modal-backdrop {
  background: rgba(11, 13, 19, 0.8);
  opacity: 1 !important;
}

.container-fluid {
  padding-left: 50px;
  padding-right: 50px;
}

.content__wrapper {
  margin-left: 100px;
  margin-top: 100px;
}

@media (min-width: 1800px) {
  .container-fluid {
    max-width: 1630px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1315px;
  }
}
.main__title {
  border-bottom: 1px solid #1A1F2D;
  margin-bottom: 30px;
}
.main__title h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

@media (min-width: 5000px) {
  body {
    zoom: 1.2;
  }
}
@media (max-width: 1600px) {
  .content__wrapper {
    margin-left: 80px;
    margin-top: 88px;
  }
}
@media (max-width: 1199px) {
  .content__wrapper {
    margin-top: 85px;
  }
}
@media (max-width: 991px) {
  .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: 100%;
  }
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  .content__wrapper {
    margin-left: 0;
    margin-top: 80px;
  }
  .main__title {
    margin-bottom: 20px;
  }
  .main__title h2 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
/* Game Box CSS */
.game__bg-banner {
  padding-top: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.1;
  overflow: hidden;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.game__box {
  background-color: #161b26;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
  height: calc(100% - 20px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.game__box .game__banner {
  overflow: hidden;
  position: relative;
  padding-top: 50%;
  margin: 20px 20px 0;
}
.game__box .game__banner img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.game__box .game__header {
  padding: 20px;
  position: relative;
  z-index: 9;
}
.game__box .game__header .game__logo img {
  width: 98px;
  height: 110px;
  -o-object-fit: contain;
     object-fit: contain;
}
.game__box .game__header .game__des {
  margin-left: 22px;
}
.game__box .game__header .game__des .time {
  color: rgba(255,255,255,0.7);
}
.game__box .game__header .game__des h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0 0;
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.game__box .game__body {
  padding: 20px 0;
  margin: 0 20px;
  position: relative;
  z-index: 9;
  border-top: 1px solid #1A1F2D;
}
.game__box .game__body .info__item span {
  font-weight: 500;
}
.game__box .game__body .info__item h5 {
  margin: 5px 0 0;
  font-size: 16px;
  color: #ffffff;
  font-weight: 700;
}
.game__box .game__body .info__item h5 .lazy {
  width: 20px;
  height: auto;
}
.game__box .game__body .info__item:not(:last-child) {
  padding-right: 30px;
}
.game__box .game__footer {
  padding: 18px;
  position: relative;
  z-index: 99;
  background: linear-gradient(270deg, #181D29 9.67%, #212738 21.67%, #181D29 62.3%);
  border-radius: 0 0 10px 10px;
  border-top: 1px solid #242B3E;
}
.game__box .game__footer .user__profile img {
  width: 42px;
  min-width: 42px;
  height: 42px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.game__box .game__footer .user__des span {
  font-weight: 500;
}
.game__box .game__footer .user__des h5 {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  margin-top: 5px;
  width: 100px;
  margin-top: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.game__box .game__footer .game__action .btn {
  padding: 12px;
  max-width: 180px;
  box-sizing: border-box;
  width: 100%;
}
.game__box .game__footer .action__hint {
  position: absolute;
  top: -28px;
  bottom: auto;
  left: auto;
  right: 0;
  background-color: rgba(25, 29, 42, 0.8);
  border: 1px solid #242B3E;
  box-shadow: 0px 9px 19px rgba(0, 0, 0, 0.4);
  border-radius: 6px;
  font-size: 12px;
  font-weight: 500;
  padding: 8px 12px;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease-in-out;
}
.game__box .game__footer .game__action .btn:hover + .action__hint {
  opacity: 1;
  visibility: visible;
  transition: all 0.6s ease-in-out;
}

.game__tags {
  margin-top: 18px;
}
.game__tags .badge {
    font-size: 12px;
    padding: 8px 12px;
    background-color: rgb(255 255 255 / 10%);
    border: 1px solid rgb(255 255 255 / 10%);
    border-radius: 6px;
}
.game__tags .badge:not(:last-child) {
  margin-right: 6px;
  margin-bottom: 6px;
}

/* Game Box CSS */
/* Message Modal */
.message--modal .modal-dialog {
  margin: 120px auto;
}
.message--modal .modal-content {
  background-color: rgba(17, 20, 29, 0.96);
  box-shadow: 0 38px 45px rgba(0, 0, 0, 0.6);
}
.message--modal .close {
  top: 5px;
  right: 0;
  opacity: 1;
  padding: 0;
  margin: 0;
  width: 25px;
  height: 25px;
}
.message--modal .close svg {
  width: 12px;
  height: 12px;
}
.message--modal .close svg path {
  fill: #ffffff;
}
.message--modal .message__body p {
  color: #ffffff;
  font-size: 16px;
}

/* Message Modal */
/* Loader CSS */
.loader__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(11, 13, 19, 0.9);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loader__wrapper .loader li {
  background: linear-gradient(270deg, #007EFF 0%, #4FA6FF 100%);
  margin-left: 1px;
  width: 20px;
  height: 30px;
  display: inline-block;
  opacity: 0;
  border-radius: 2px;
  transform: skew(-25deg, 0deg) scale(0.1);
  -webkit-animation: loader 0.5s ease-in-out infinite alternate;
          animation: loader 0.5s ease-in-out infinite alternate;
}
.loader__wrapper .loader li:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.loader__wrapper .loader li:nth-child(3) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.loader__wrapper .loader li:nth-child(4) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.loader__wrapper .loader li:nth-child(5) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.loader__wrapper .loader li:nth-child(6) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.loader__wrapper .loader li:nth-child(7) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

@-webkit-keyframes loader {
  to {
    transform: skew(-25deg, 0deg) scale(1);
    opacity: 1;
  }
}

@keyframes loader {
  to {
    transform: skew(-25deg, 0deg) scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Loader CSS */
@media (max-width: 1600px) {
  /* Game Box CSS */
  .game__tags {
    margin-top: 10px;
  }
  .game__tags .badge {
    font-size: 10px;
    padding: 5px;
    border-radius: 4px;
  }
  .game__tags .badge:not(:last-child) {
    margin-right: 0;
  }
  .game__box .game__banner {
    margin: 15px 15px 0;
  }
  .game__box .game__header {
    padding: 15px;
  }
  .game__box .game__header .game__logo img {
    width: 65px;
    height: 75px;
  }
  .game__box .game__header .game__des {
    margin-left: 15px;
  }
  .game__box .game__header .game__des .time {
    font-size: 12px;
  }
  .game__box .game__header .game__des h4 {
    font-size: 15px;
  }
  .game__box .game__body {
    padding: 15px 0;
    margin: 0 15px;
  }
  .game__box .game__body .info__item span {
    font-size: 12px;
  }
  .game__box .game__body .info__item h5 {
    font-size: 14px;
  }
  .game__box .game__body .info__item:not(:last-child) {
    padding-right: 10px;
  }
  .game__box .game__footer {
    padding: 15px;
  }
  .game__box .game__footer .user__profile img {
    min-width: 35px;
    width: 35px;
    height: 35px;
  }
  .game__box .game__footer .user__des span {
    font-size: 12px;
  }
  .game__box .game__footer .user__des h5 {
    font-size: 14px;
    margin-top: 2px;
  }
  .game__box .game__footer .game__action .btn {
    font-size: 12px;
    padding: 7px 12px;
    width: 100px;
  }
  /* Game Box CSS */
}
@media (max-width: 1280px) {
  /* Game Box CSS */
  .game__box .game__body .info__item:not(:last-child) {
    padding-right: 15px;
  }
  .game__box .game__header .game__des h4 {
    font-size: 14px;
    height: 36px;
    overflow: hidden;
  }
  .game__tags .badge {
    font-size: 9px;
  }
  /* Game Box CSS */
}
@media (max-width: 1199px) {
  /* Game Box CSS */
  .game__box .game__header .game__des h4 {
    height: auto;
  }
  /* Game Box CSS */
}
@media (max-width: 767px) {
  /* Game Box CSS */
  .game__box .game__header .game__des h4 {
    font-size: 16px;
  }
  .game__box .game__footer .game__action .btn {
    width: 126px;
  }
  .game__tags .badge {
    font-size: 10px;
    padding: 8px 10px;
  }
  /* Game Box CSS */
  /* Loader CSS */
  .loader__wrapper .loader li {
    width: 10px;
    height: 20px;
  }
  /* Loader CSS */
}
/* Trophies counter CSS */
.trophies__icon a {
  display: inline-block;
  position: relative;
}
.trophies__icon a .trophies__count {
  position: absolute;
  top: 5px;
  right: 5px;
  height: 22px;
  min-width: 22px;
  text-align: center;
  background: linear-gradient(180deg, #4FA6FF 0%, #007EFF 100%);
  line-height: 22px;
  border-radius: 30px;
  color: #fff;
  font-weight: 700;
  padding: 0 5px;
  font-size: 10px;
}

/*09-06-2022*/
.swiper-button-next, .swiper-button-prev {
  top: 15px;
  border: 2px solid;
  border-radius: 40px;
  height: 40px;
  width: 40px;
  color: #00f7a9;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 60px;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: auto;
  right: 120px;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 20px;
}

.swiper-button-next:after {
  width: 10px;
}

@media (max-width: 767px) {
  .swiper-button-next, .swiper-button-prev {
    width: 30px;
    height: 30px;
    top: 20px;
  }
  .swiper-button-next:after, .swiper-button-prev:after {
    font-size: 16px;
  }
  .swiper-button-next:after {
    width: 5px;
  }
  .swiper-button-prev, .swiper-rtl .swiper-button-next {
    right: 55px;
  }
  .swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 15px;
  }
}
/* 06072022*/
.explore__more.text-right {
  padding-right: 180px;
  margin-top: 5px;
}

@media (max-width: 767px) {
  .explore__more.text-right {
    padding-right: 100px;
  }
}
/* Team Profile Banner Section CSS */
.team__profile-block.profile__banner-block {
  padding-top: 50px;
}
.team__profile-block.profile__banner-block .team__player .team__logo {
  background-color: #0B0D13;
  margin: -80px auto 0;
  overflow: hidden;
}
.team__profile-block.profile__banner-block .team__player .team__logo img {
  -o-object-fit: cover;
     object-fit: cover;
}
.team__profile-block.profile__banner-block .team__player img {
  border-radius: 0;
}
.team__profile-block.profile__banner-block .player__details {
  padding: 15px 30px;
}

/* Team Profile Banner Section CSS */
/* Members Section CSS */
.members-block .team__player .team__logo {
  margin: -25px 15px 0;
}
.members-block .team__player .team_details-action {
  margin: -45px 10px 0 0;
  width: 65%;
  float: right;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease-in-out;
}
.members-block .team__player .team_details-action .btn {
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 4px;
}
.members-block .team__player .player__details {
  padding: 0 15px;
}
.members-block .team__player .player__details .team__head {
  width: 100%;
}
.members-block .team__player .player__details .game__tags {
  padding: 10px 0;
}
.members-block .team__player .player__details .team__rank {
  border-left: none;
}
.members-block .team__player:hover .team_details-action {
  opacity: 1;
  visibility: visible;
  transition: all 0.6s ease-in-out;
}
.members-block .filters {
  margin-bottom: 40px;
}
.members-block .filters li {
  color: #ffffff;
  font-weight: 700;
  padding: 13px 15px;
  border: 2px solid transparent;
  font-size: 12px;
  cursor: pointer;
  transition: all 0.6s ease-in-out;
  min-width: 120px;
  flex: 0 0 120px;
  margin-bottom: 10px;
  margin-right: 5px;
}
.members-block .filters li img {
  width: auto;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  height: 16.8px;
}
.members-block .filters li.active, .members-block .filters li:hover {
  border-color: #00f5a3;
  transition: all 0.6s ease-in-out;
}
.team__details-block .filters.filter-button-group ul {
  flex-wrap: wrap;
}

/* Members Section CSS */
/* Team Popup CSS */
.team__modal .close {
  position: absolute;
  top: 0;
  bottom: auto;
  left: auto;
  right: -45px;
  opacity: 0.4;
  text-shadow: none;
  float: none;
}
.team__modal .modal-dialog {
  max-width: 850px;
}
.team__modal .modal-content {
  /* background-color: #001e14; */
  background-color: #0f1119;
  border-radius: 10px;
  border: none;
}
.team__modal .modal-footer {
  padding: 30px;
  border-color: #001e14;
  background: linear-gradient(270deg, #161b26 9.67%, #161b26 21.67%, #161b26 62.3%);
}
.team__modal .modal-footer .btn {
  width: calc(50% - 12px);
  margin: 0 6px;
  /* border: 2px solid transparent; */
}
.team__modal .modal-footer .btn-outline-primary {
  border-color: #242B3E;
}
.team__modal .modal-footer .btn-outline-primary:hover {
  background-color: transparent;
}
.team__modal .team__player .team__logo {
  width: 92px;
  height: 92px;
  text-align: center;
  border-width: 8px;
}
.team__modal .team__player .team__logo .upload__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background-color: #0B0D13;
  opacity: 0;
  transition: all 0.6s ease-in-out;
}
.team__modal .team__player .team__logo .upload__icon:hover {
  opacity: 0.9;
  transition: all 0.6s ease-in-out;
}
.team__modal .team__player .player__banner .upload__icon {
  position: absolute;
  top: 16px;
  left: 16px;
  width: 46px;
  height: 46px;
  background-color: #0B0D13;
  opacity: 0.5;
  border-radius: 8px;
}
.team__modal .team__player .player__banner .upload__icon img {
  width: 15px;
  height: 15px;
  position: static;
  -o-object-fit: none;
     object-fit: none;
}
.team__modal .edit__team-block {
  padding: 30px;
}
.team__modal .edit__team-block .profile__tab {
  margin-bottom: 30px;
}
.team__modal .edit__team-block .country-select {
  width: 100%;
  border-radius: 8px;
}
.team__modal .edit__team-block .country-select .country-list {
  width: 300px !important;
}
.team__modal .edit__team-block .country-select .flag-dropdown {
  left: 10px;
}
.team__modal .edit__team-block .country-select input[type=text] {
  padding-left: 70px;
  background-color: #181D29;
}
.team__modal .edit__team-block .form-group {
  margin-bottom: 30px;
}
.team__modal .edit__team-block .form-group label {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 20px;
}
.team__modal .edit__team-block .form-group .input-group .form-control {
  border-radius: 0 8px 8px 0;
}
.team__modal .edit__team-block .form-group .form-control {
  border-radius: 8px;
  border: none;
  height: auto;
  color: #ffffff;
  padding: 16px 18px;
  line-height: 1.2;
  font-size: 14px;
  font-weight: 700;
  font-family: inherit;
}
.team__modal .edit__team-block .form-group .form-control::-moz-placeholder {
  color: rgba(255,255,255,0.7);
}
.team__modal .edit__team-block .form-group .form-control:-ms-input-placeholder {
  color: rgba(255,255,255,0.7);
}
.team__modal .edit__team-block .form-group .form-control::placeholder {
  color: rgba(255,255,255,0.7);
}
.team__modal .edit__team-block .input-group-prepend .input-group-text {
  background-color: rgb(0 245 163 / 10%);
  border: none;
  color: rgba(255,255,255,0.7);
  font-weight: 700;
  border-radius: 8px 0 0 8px;
  padding: 6px 14px;
  position: relative;
  height: 100%;
}
.team__modal .edit__team-block .input-group-prepend .input-group-text:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 40%;
  background-color: #242B3E;
  border-radius: 10px;
  z-index: 1;
}
.team__modal .edit__team-block .input-group-prepend .input-group-text svg {
  width: 15px;
  height: 15px;
}

.upload__icon .upload__file {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: none;
}
.upload__icon .upload__file--label {
  cursor: pointer;
}

.add__member-modal .modal-dialog {
  max-width: 500px;
}
.add__member-modal .modal-body {
  padding: 30px;
}
.add__member-modal .modal-body .form-control {
  background-color: rgb(0 245 163 / 10%);
  border-radius: 8px;
  border: none;
  height: auto;
  color: #ffffff;
  padding: 16px 18px;
  line-height: 1.2;
  font-size: 14px;
  font-weight: 700;
  font-family: inherit;
}
.add__member-modal .modal-body .form-control::-moz-placeholder {
  color: rgba(255,255,255,0.7);
}
.add__member-modal .modal-body .form-control:-ms-input-placeholder {
  color: rgba(255,255,255,0.7);
}
.add__member-modal .modal-body .form-control::placeholder {
  color: rgba(255,255,255,0.7);
}
.add__member-modal .modal-footer {
  padding: 15px 30px;
}
.add__member-modal .modal-footer .btn {
  width: auto;
  margin: 0;
}

.n__team_card--item {
  background-color: #181D29;
  border: 1px solid #242B3E;
  border-radius: 8px;
  padding: 20px;
  position: relative;
  margin-bottom: 30px;
}
.n__team_card--item .n__team_details {
  max-width: 60%;
  flex: 0 0 60%;
}
.n__team_card--item .user__profile img {
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.n__team_card--item .n__team_details-action {
  margin-left: 10px;
  max-width: 40%;
  flex: 0 0 40%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease-in-out;
}
.n__team_card--item .n__team_details-action .btn {
  padding: 5px 15px;
  font-size: 13px;
  display: block;
}
.n__team_card--item .n__team_details-action .btn:not(:last-child) {
  margin-bottom: 5px;
}
.n__team_card--item:hover .n__team_details-action {
  opacity: 1;
  visibility: visible;
  transition: all 0.6s ease-in-out;
}

/* Team Popup CSS */
/* Add Team Member Popup CSS */
.add_member__modal.team__modal .modal-dialog {
  max-width: 650px;
}

.add__member--list {
  min-height: 200px;
  max-height: 450px;
  overflow: auto;
}

.add__member--item {
  position: relative;
}
.add__member--item .add--items {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  bottom: auto;
}
.add__member--item .add--items a {
  color: #ffffff;
}
.add__member--item:not(:last-child) {
  border-bottom: 1px solid rgb(0 245 163 / 10%);
  margin-bottom: 30px;
}

.custom__game--list .custom__game--item {
  margin: 0 10px 10px 0;
}
.custom__game--list .custom__game--item input[type=checkbox] {
  display: none;
}
.custom__game--list .custom__game--item input[type=checkbox]:checked + label {
  border-color: #00f5a3;
}
.custom__game--list .custom__game--item label {
  background-color: #161b26;
  border: 1px solid #161b26;
  border-radius: 6px;
  padding: 10px;
  margin: 0 !important;
  display: inline-block;
  cursor: pointer;
}
.custom__game--list .custom__game--item label img {
  height: 15px;
}

/* Add Team Member Popup CSS */
@media (max-width: 1600px) {
  .team__profile-block {
    padding-top: 40px;
  }
  .members-block .team__player .team_details-action .btn {
    font-size: 10px;
  }
}
@media (max-width: 1199px) {
  .members-block .team__player .team_details-action {
    width: 70%;
    margin: -40px 10px 0 0;
  }
  .members-block .team__player .team_details-action .btn {
    padding: 5px;
  }
}
@media (max-width: 991px) {
  /* Team Popup CSS */
  .team__modal .modal-dialog {
    margin: 15px auto;
    max-width: 90%;
  }
  .add__member-modal .modal-dialog {
    max-width: 90%;
  }
  .add__member-modal .close {
    right: 20px;
    top: 20px;
  }
  .n__team_card--item {
    flex-direction: column;
  }
  .n__team_card--item .n__team_details, .n__team_card--item .n__team_details-action {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .n__team_card--item .n__team_details-action {
    margin: 15px 0 0;
    opacity: 1;
    visibility: visible;
  }
  /* Team Popup CSS */
}
@media (max-width: 767px) {
  /* Members Section CSS */
  .members-block .grid.row {
    height: auto !important;
  }
  .members-block .grid.row .grid-item {
    position: static !important;
  }
  .members-block .filters li {
    padding: 11px;
    font-size: 12px;
    align-items: center;
    justify-content: center;
  }
  .members-block .filters li img {
    height: 14px;
  }
  .members-block .filters li:not(:last-child) {
    margin-right: 4px;
  }
  /* Members Section CSS */
  /* Team Popup CSS */
  .team__modal .close {
    top: 15px;
    right: 15px;
    z-index: 9;
  }
  .team__modal .edit__team-block {
    padding: 10px;
  }
  .team__modal .edit__team-block .form-group label {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .team__modal .modal-footer {
    padding: 10px;
  }
  .add__member-modal .close svg {
    width: 15px;
    height: 15px;
  }
  .add__member-modal .modal-body {
    padding: 20px;
  }
  .add__member-modal .modal-footer {
    padding: 15px 20px;
  }
  .n__team_card--item {
    display: block !important;
  }
  .n__team_card--item .user__profile img {
    width: 40px;
    min-width: 40px;
    height: 40px;
  }
  .n__team_card--item .n__team_details-action {
    text-align: left !important;
  }
  .n__team_card--item .n__team_details-action .btn {
    display: block;
  }
  .n__team_card--item .n__team_details-action .btn:not(:last-child) {
    margin: 0 0 5px 0;
  }
  /* Team Popup CSS */
  /* Add Team Member Popup CSS */
  .add_member__modal.team__modal .modal-dialog {
    max-width: 90%;
  }
  .add_member__modal.team__modal .edit__team-block {
    padding: 20px;
  }
  .add__member--list {
    max-height: 250px;
  }
  .custom__game--list .custom__game--item label {
    padding: 5px 10px;
  }
  .custom__game--list .custom__game--item label img {
    height: 10px;
  }
  /* Add Team Member Popup CSS */
}
@media (max-width: 575px) {
  /* Team Popup CSS */
  .n__team_card--item {
    padding: 15px;
    margin-bottom: 15px;
  }
  .n__team_card--item .n__team_details-action .btn {
    font-size: 12px;
  }
  /* Team Popup CSS */
}

/* team popup display card */
.player_img_container img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.player__intro {
  display: flex;
  align-items: center;
  gap: 15px;
  background: #303548;
  border: 3.5px solid #3B3F51;
  border-radius: 12px;
  padding: 0 15px 0 0px;
  position: relative;
  margin-bottom: 2%;
  height: 80px;
}

.player__info * {
  display: block;
}

.player__info span {
  color: #687593;
  font-size: 12px;
  font-weight: 600;
}

.player__info b {
  font-size: 25px;
}

.play_col > div > h3 {
  font-size: 20px;
  margin-bottom: 10px !important;
}
.champ_match--player {
  padding-bottom: 40px;
}

.play_col {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.player_img_container {
  max-width: 102px;
  width: 100%;
  height: 92px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 1px;
  transform: translateX(-17.5px) scale(0.85);
}

.player_img_container::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  background-image: url('../../../img/border.svg');
  z-index: 2;
  background-repeat: no-repeat;
  background-size: cover;
}

.plyer_two .player_img_container::after {
  background-image: url('../../img/border_red.svg');
}

.plyer_two .player__info{
  text-align: right;
}
.player_img_container img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  clip-path: path('M0.0767969 17.4756C-0.835205 8.11224 6.49204 0 15.8613 0H84.1382C93.5186 0 100.85 8.13064 99.9204 17.5035L94.1532 75.6526C93.3456 83.7965 86.5219 90 78.3714 90H21.5252C13.364 90 6.53504 83.7808 5.74063 75.6247L0.0767969 17.4756Z');
}

.player__intro > div {
  flex: 1;
}
/* team popup display card */

/* 25/07/2024 */
/* filter grid team profile start  */
.grid-item .champ_match--player {
  padding: 0;
}

.memeber_details h3{
  margin-bottom: 30px !important;
}
/* filter grid team profile start  */

/* More Button / Dropdown Menu team profile */

.showLeft {
  text-shadow: white !important;
  color: black !important;
  padding: 10px;
}
.icons li {
  background: none repeat scroll 0 0 black;
  height: 4px;
  width: 4px;
  line-height: 0;
  list-style: none outside none;
  margin-right: 15px;
  margin-top: 3px;
  vertical-align: top;
  border-radius: 50%;
  pointer-events: none;
}
.potion-btn {
  background-color: #4caf50;
  position: fixed;
  color: white;
  font-size: 16px;
  border: none;
  cursor: pointer;
}
.option-btn:hover,
.option-btn:focus {
  background-color: #3e8e41;
}
.option-menu {
  position: absolute;
  display: inline-block;
  right: 0.4em;
}
.dropdown-content {
  display: none;
  position: relative;
  margin-top: 60px;
  background-color: #f9f9f9;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown a:hover {
  background-color: #f1f1f1;
}
.show {
  display: block;
}
.champ_match--player {
  position: relative;
}

.champ_match--player div#myDropdown {
  position: absolute;
  right: 0;
  margin: 0;
  top: 30px;
  background: #6b7897;
  border-radius: 6px;
  z-index: 10000;
}

.champ_match--player ul.option-btn {
  background: transparent;
  display: flex;
  margin-bottom: 40px;
}

.champ_match--player ul.option-btn li {
  margin-right: 4px;
  background: #fff;
  width: 4px;
  height: 4px;
}

.champ_match--player ul.option-btn.icons:hover,.champ_match--player ul.option-btn.icons:focus {
  background: transparent;
}

.champ_match--player div#myDropdown li::marker {
  display: none;
}

.champ_match--player div#myDropdown li {
  display: block;
}

.champ_match--player div#myDropdown a {
  background: transparent !important;
  color: #fff !important;
}

.memeber_details .grid.row {
  overflow: visible;
  display: flex;
  flex-direction: column;
}
/* More Button / Dropdown Menu team profile end */
/* 26-7-2024 */
/* team profile page rtl css start */
/* if needed un comment it */
/* html[dir="rtl"] .player__intro {
  flex-direction: row-reverse;
}

html[dir="rtl"] .player__info {
  text-align: end;
}

html[dir="rtl"] .memeber_details h3 {
  text-align: end;
} */
/* team profile page rtl css end */
