
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%;
}

h1, h2, h3, h4, h5, h6{
  font-weight: 700;
}

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: #1b8cff;
}

.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;
  }
}
/* Game Tags */
.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;
}

/* Game Tags */
/* Match Details CSS */
.content__wrapper {
  position: relative;
  margin-top: 100px;
}
.content__wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(11, 13, 19, 0) 0%, #0B0D13 60.21%), url(../img/tournaments/tournament_bg.jpg) no-repeat center/cover;
  opacity: 0.11;
  z-index: -9;
}

.match__details--btns {
  border-bottom: 1px solid #1A1F2D;
}
.match__details--btns .btn {
  width: 180px;
}

.match__details-block {
  padding-top: 80px;
}
.match__details-block .details__header span {
  font-weight: 700;
}
.match__details-block .details__header h1 {
  font-size: 36px;
  margin: 15px 0;
}


.team_col.nf__team__wrap--logo {
    max-width: 220px;
    flex: 0 0 220px;
    width: 100%;
}

.nf__team--logo {
    position: relative;
    padding-top: 100%;
}

.nf__team--logo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.match__info {
  width: 850px;
  margin: 0 auto;
  border-bottom: 1px solid #1A1F2D;
  padding-bottom: 40px;
}
.match__info .match__result {
  margin-top: 100px;
}
.match__info .team__info {
  width: 270px;
}
.match__info .team__logo {
  width: 108px;
  height: 108px;
  background-color: #0B0D13;
  border: 1px solid #242B3E;
  border-radius: 50%;
  margin: 0 auto 20px;
  overflow: hidden;
}
.match__info .team__logo img {
  width: 100% !important;
  height: 110px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.match__info .team__name h4 {
  font-size: 26px;
}
.match__info .team__name h4 img {
  width: 26px;
}
.match__info .team__members {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #1A1F2D;
}
.match__info .team__members li {
  font-size: 20px;
  font-weight: 700;
}
.match__info .team__members li img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.match__info .team__members li:not(:last-child) {
  margin-bottom: 12px;
}
.match__info .match__result h2 {
  font-size: 72px;
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 10px;
}
.match__info .match__result h2:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 2px;
  background: linear-gradient(180deg, #00f5a3 -1.32%, #00f5a3 100%);
  border-radius: 8px;
}
.match__info .match__result h5 {
  font-size: 16px;
  font-weight: 700;
}
.match__info .match__result p {
  font-weight: 500;
}

/* Match Details CSS */
@media (max-width: 1600px) {
  /* Game Tags */
  .game__tags .badge {
    padding: 5px;
    border-radius: 4px;
  }
  .game__tags .badge:not(:last-child) {
    margin-right: 0;
  }
  /* Game Tags */
  /* Match Details CSS */
  .content__wrapper {
    margin-top: 88px;
  }
  /* Match Details CSS */
}
@media (max-width: 1280px) {
  /* Game Tags */
  .game__tags .badge {
    font-size: 9px;
  }
  /* Game Tags */
}
@media (max-width: 1199px) {
  /* Match Details CSS */
  .match__info {
    width: 100%;
  }
  .match__info .team__info {
    width: auto;
  }
  /* Match Details CSS */
}
@media (max-width: 767px) {
  /* Game Tags */
  .game__tags .badge {
    font-size: 10px;
    padding: 8px 10px;
  }
  /* Game Tags */
  /* Match Details CSS */
  .match__details-block .details__header h1 {
    font-size: 22px;
  }
  .match__details--btns .btn {
    width: auto;
  }
  .match__info .team__info {
    width: 35%;
  }
  .match__info .team__info .team__logo {
    width: 40px;
    height: 40px;
    margin: 0 auto 5px;
  }
  .match__info .team__info .team__logo img {
    width: 20px;
  }
  .match__info .team__name h4 {
    font-size: 14px;
  }
  .match__info .team__name h4 img {
    width: 20px;
  }
  .match__info .team__members {
    margin-top: 10px;
    padding-top: 10px;
  }
  .match__info .team__members li {
    font-size: 12px;
  }
  .match__info .team__members li img {
    width: 20px;
    min-width: 20px;
    height: 20px;
  }
  .match__info .team__members li .mr-2 {
    margin-right: 5px !important;
  }
  .match__info .team__members li .ml-2 {
    margin-left: 5px !important;
  }
  .match__info .team__members li:not(:last-child) {
    margin-bottom: 5px;
  }
  .match__info .match__result {
    margin: 40px 15px;
    width: 30%;
  }
  .match__info .match__result h2 {
    font-size: 22px;
    margin-bottom: 7px;
    padding-bottom: 5px;
  }
  .match__info .match__result h5, .match__info .match__result p {
    font-size: 10px;
  }
  /* Match Details CSS */
  /* Match Detail CSS 08-07-2022 */
  .nf__sr_number {
    margin: 5px 0 0 0;
  }
  .match__details-block .details__header h1 {
    font-size: 36px;
    margin: 5px 0 15px;
  }
  /* Match Detail CSS 08-07-2022 */

  .team__intro h2 img {
        width: 34px !important;
    }

}
/* === 08/07/2024 css start === */

.match__details-block
 span.champ__intro {
    text-transform: uppercase;
    color: #687593;
    font-weight: 600;
}

/* === 08/07/2024 css start === */

.match__details-block
 span.champ__intro {
    text-transform: uppercase;
    color: #687593;
    font-weight: 600;
}

.match__details-block .details__header span.badge {
    background: #303548;
    border: 0;
    padding: 10px 20px;
    border-radius: 10px;
    color: #fff;
    border-top: 3px solid #3B3F51;
    font-size: 11px;
}

.team__intro {
    display: flex;
    align-items: center;
    width: 100%;
}
.match_team--one h5 {
    color: #685cff;
}

.match_team--two h5{
    color: #ea5454;
}
.match__details-block {
    background-image: url('../img/match_page_background/match_page_bg_img.png');
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
}

.champ__match--intro {
    display: flex;
    justify-content: space-between;
    padding-inline: 5vw;
    padding-block: 50px;
}

.match_team--one .team_col {
    text-align: end;
}

.match_team--two {
    flex-direction: row-reverse;
}

.match_team--one .team_col h3 {
    color: #5A4EFF;
    margin-bottom: 10px !important;
}

.match_team--two .team_col h3 {
    color: #EA5454;
    margin-bottom: 10px !important;
}

.team__score span {
    font-size: 72px;
    font-weight: 600;
}

.team__score {
    display: flex;
    gap: 110px;
    position: relative;
    margin-bottom: 20px;
}

.team__score:before {
    content: 'VS';
    position: absolute;
    top: 56%;
    transform: translate(-50%,-50%);
    left: 50%;
    font-size: 40px;
    font-weight: 800;
    color: var(--primary-green-color);
}

span.team_date {
    display: flex;
    color: #677491;
    font-size: 22px;
    gap: 15px;
}

.team__match--time {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

span.team_date > div:before {
    content: '';
    border-radius: 10px;
    width: 4px;
    height: 4px;
    background: #677491;
    position: absolute;
    left: -10px;
    top: 14px;
}

span.team_date > div {
    position: relative;
}

.team__time {
    font-size: 22px;
    margin-top: 4px;
}

/* .player__intro img {
    border: 4px solid #7064FF;
    border-radius: 70px;
} */
.player_img_container {
    max-width: 102px;
    width: 100%;
    height: 92px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 1px;
    transform: translateX(-3.5px) scale(1.1);
}

.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 {
    display: flex;
    align-items: center;
    gap: 15px;
    background: #303548;
    border: 3.5px solid #3B3F51;
    border-radius: 20px;
    padding: 0 15px 0 0px;
    position: relative;
    /* overflow: hidden;*/
}

.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;
}

.champ_match--player {
    display: flex;
    justify-content: space-between;
}

.all__player,.all_coach,.all__manager {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

a.join_discard {
    background: #02F5A5;
    display: inline-flex;
    color: #111;
    text-transform: uppercase;
    padding: 12px 15px;
    gap: 10px;
    font-weight: 600;
    border-radius: 5px;
    font-family: inherit;
    justify-content: center;
}

a.report_sccore {
    text-align: center;
    border-radius: 10px;
    background: #303548 !important;
    font-family: inherit;
    padding: 25px 10px;
    color: #fff !important;
    text-transform: uppercase;
}

.report_score--btn {
    padding-top: 0;
    display: flex;
    justify-content: center;
    flex-direction: column-reverse;
    align-items: center;
    gap: 16px;
}
a.btn.report_sccore:before {
    display: none;
}

.report_score--btn a:hover {
    opacity: 0.8;
}

body .report_sccore:hover {
    background: #1d212e !important;
}

.champ_match--player > div:first-child,.champ_match--player > div:last-child {
    max-width: calc(100%/2 - 10px);
    flex: 0 0 calc(100%/2 - 10px);
}



@media(max-width:767px){

    .champ_match--player {
        flex-direction: column;
    }

    .champ_match--player > div:first-child, .champ_match--player > div:last-child {
        max-width: 100%;
    }

    .report_score--btn {
        padding-block: 20px;
    }

    .play_col.report_score--btn {
        order: 1;
    }

    .play_col.plyer_one {
        order: 2;
    }

    .play_col.plyer_two {
        order: 3;
    }

    .play_col.plyer_two {
        padding-top: 30px;
    }
}

/* .player__intro:before {
    content: '';
    position: absolute;
    left: 0;
    width: 6px;
    height: 100%;
    background: #766AFF;
} */

/* .play_col.plyer_two .player__intro:before {
    background: #EA5454;
    left: auto;
    right: 0;
} */

.play_col.plyer_two .player__intro img {
    border-color: #EA5454;
}

.play_col.plyer_two .player__intro {
    flex-direction: row-reverse;
    padding: 0 0 0 15px;
}
.play_col.plyer_two .player__intro .player_img_container{
    transform: translateX(3.5px) scale(1.1);
}

.report_score--btn a {
    min-width: 222px;
    width: auto;
}

.play_col.plyer_two > div > h3 {
    text-align: end;
}


@media(max-width:991px){
     a.join_discard {
        padding-inline: 10px;
    }
    .player__intro img {
        /* width: 44px; */
        border-width: 2px;
    }
    .team__intro {
        flex-direction: column;
        align-items: center;
    }

    .match_team--one .team_col,.match_team--two .team_col {
        text-align: center;
        padding-bottom: 29px;
    }

    .team__score {
        gap: 60px;
    }

    .team__score:before {
        font-size: 24px;
    }

    .team__score span {
        font-size: 50px;
    }

    .champ__match--intro {
        padding-inline: 15px;
    }
    .match__details-block {
        padding-top: 0;
    }
}

@media(max-width:767px){
    .team_col > * {
        font-size: 20px;
        margin: 0 !important;
        line-height: 1.3;
    }

    .match_team--one .team_col h3,.match_team--two .team_col h3 {
        margin-bottom: 0 !important;
    }

    .team__intro .team_col img {
        width: 100%;
        margin: 0 auto !important;
    }
}

@media(max-width:575px){
    .champ__match--intro {
        padding-bottom: 0;
    }

    .team__score span {
        font-size: 32px;
    }

    .team__score:before {
        font-size: 18px;
    }

    .team__score {
        gap: 40px;
    }

    span.team_date {
        font-size: 16px;
    }

    .team__time {
        font-size: 16px;
    }

    .team_col > * {
        font-size: 18px;
    }
}

@media(max-width:1280px){
    .champ__match--intro {
        padding-inline: 0;
    }
}

/* --- chat massage block css start --- */

.msger {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  width: 100%;
  padding-top: 100px;
  border-top: 2px solid #222633;
  margin-bottom: 50px;
}

.msger-header {
  display: flex;
  justify-content: space-between;
  padding: 10px 15px;
  border-top: 2px solid #696f8b;
  background: #1D212E;
  color: #fff;
  border-radius: 10px;
}

.msger-chat {
  height: 300px;
  overflow-y: auto;
  padding: 30px;
}
.msger-chat::-webkit-scrollbar {
  width: 6px;
}
.msger-chat::-webkit-scrollbar-track {
  background: #ddd;
}
.msger-chat::-webkit-scrollbar-thumb {
  background: #bdbdbd;
}
.msg {
  display: flex;
  align-items: flex-end;
  margin-bottom: 10px;
}
.msg:last-of-type {
  margin: 0;
}
.msg-img {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  background: #ddd;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 50%;
  border: 2px solid #ea5454;
}
.msg-bubble {
  max-width: 450px;
  padding: 15px;
  border-radius: 15px;
  background: #202432;
}
.msg-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.msg-info-name {
  margin-right: 10px;
  font-weight: bold;
  position: relative;
}
.msg-info-time {
  font-size: 0.85em;
}

.right-msg {
  flex-direction: row-reverse;
}

.right-msg .msg-img {
  margin: 0 0 0 10px;
}

.msger-inputarea {
  display: flex;
  padding: 20px 25px;
  border-top: var(--border);
  background: #161823;
  gap: 10px;
  position: relative;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.msger-inputarea * {
  padding: 10px;
  border: none;
  border-radius: 5px;
  font-size: 1em;
}
.msger-input {
  flex: 1;
  background: transparent;
  border: 1px solid #3B3F51;
}
.msger-send-btn {
  margin-left: 10px;
  background: #02F5A5;
  color: #111;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 4px;
  transition: .3s ease;
  padding-inline: 15px;
}
.msger-send-btn:hover {
  /* background: rgb(0, 180, 50); */
  opacity: 0.7;
  transition: .3s ease;
}

.msger-chat {
  background-color: #161823;
}

.msger-input::placeholder{
  color: #687593;
}
.msger-send-btn svg {
  padding: 0;
  display: inline-block;
}
.msger-header-title svg {
  display: inline-block;
}
.msger-header-title {
  display: flex;
  align-items: center;
  gap: 8px;
}
.chat__msg--con {
  display: flex;
  position: absolute;
  right: 142px;
  z-index: 999;
  padding: 0;
  top: 50%;
  transform: translateY(-50%);
}

.chat__msg--con svg {
  padding: 0;
}
.msg-text p {
  margin: 0;
  color: #7282a5;
  line-height: 1.2;
}
@media(max-width:600px){
  .msg-img img {
      object-fit: cover;
      width: 100%;
  }

  .msg-img {
      position: relative;
      padding-top: 11%;
      overflow: hidden;
  }

  .msg-img img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
  }

  .msg-bubble {
      max-width: fit-content;
      flex: 1;
  }
}

.msg-info-name.active:before {
  content: '';
  background: #02f5a5;
  width: 7px;
  height: 7px;
  position: absolute;
  left: 0;
  top: 5px;
  border-radius: 10px;
}

.msg-info-name.active {
  padding-left: 15px;
}

/* rtl css start */


:dir(rtl) .champ_match--player {
  flex-direction: row-reverse;
}

/* :dir(rtl) .player__intro:before{
  left: auto;
  right: 0;
} */



:dir(rtl) .play_col.plyer_two .player__intro {
  flex-direction: row;
}

:dir(rtl).champ__match--intro {
  flex-direction: row-reverse;
}

:dir(rtl) .chat__msg--con {
  right: auto;
  left: 133px;
}

:dir(rtl) .msg-img {
  margin-right: 0;
  margin-left: 10px;
}
.msg-profile{
    border-radius: 100%;
}

.msg-img {
    overflow: hidden;
}

div#msger {
    padding-top: 0;
    justify-content: flex-start;
}

.msger-chat {
    height: calc(100vh - 133px) !important;
}

/*  */

[dir="rtl"] .team__intro.match_team--one {
    order: 3;
}

[dir="rtl"] .team__intro.match_team--two {
    order: 1;
}

[dir="rtl"] .team__match--time {
    order:2;
}

html[dir="rtl"] .lang_links a.active {
    right: 45px;
}
.match__details-block .details__header span.badge {
    display: inline;
}
@media (max-width: 767px) {
    :dir(rtl) .champ_match--player {
        flex-direction: column;
    }
    :dir(rtl) .player__intro{
        padding: 0;
        gap: 20px;
        border-bottom-right-radius: 100px;
    }
}
