/*
File Name: 		custom.css
Description:  You can add your custom CSS here and it will overwrite template styles
*/

 /* Google Fonts - Poppins */
 @import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap");

.team-info__team-logo {
    position: absolute;
    left: -45%;
    top: 0%;

    opacity: 0.05;
    z-index: -1;
  }
  @media (min-width: 700px) {
    .team-info__team-logo {
      left: -8%;
      opacity: 1;
    }
  }

  .team-info {
    color: #fff;
    position: relative;
    width: 100%;
  }
  @media (min-width: 992px) {
    .team-info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
  }

  @media (max-width: 991px) {
    .team-info__item--logo img {
      margin: 0 auto;
    }
  }
  @media (min-width: 992px) {
    .team-info__item--logo {
      -ms-flex-preferred-size: 33%;
          flex-basis: 33%;
      width: 800px;
      margin: 0;
    }
  }

  @media (min-width: 1200px) {
    .team-info__item--logo {
      width: 400px;
    }
  }

  .team-info__item--details {
    width: 400px;
  }
  @media (min-width: 992px) {
    .team-info__item--details {
      -ms-flex-preferred-size: 38%;
          flex-basis: 38%;
      padding: 48px 0;
      width: 352px;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .team-info__item--details {
      -ms-flex-preferred-size: 45%;
          flex-basis: 45%;
      padding: 25px 0;
    }
  }
  @media (min-width: 1200px) {
    .team-info__item--details {
      width: 460px;
    }
  }

  .team-info__title {
    margin-bottom: 17px;
  }

  .team-info__title--mobile {
    padding: 35px 0 0 0;
    text-align: center;
    display: none;
  }
  @media (max-width: 991px) {
    .team-info__title--mobile {
      display: block;
    }
  }
  .team-info__title--mobile .team-info__first-name {
    text-align: left;
  }

  .team-info__title--desktop {
    display: none;
  }
  @media (min-width: 992px) {
    .team-info__title--desktop {
      display: block;
    }
  }

  .team-info__number {
    font-size: 54px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #fff;
    line-height: 1em;
    display: inline-block;
    vertical-align: middle;
  }
  @media (min-width: 992px) {
    .team-info__number {
      font-size: 64px;
      margin-left: -80px;
      text-align: right;
    }
  }
  @media (min-width: 1200px) {
    .team-info__number {
      font-size: 92px;
      margin-left: -123px;
      margin-right: 5px;
    }
  }

  .team-info__rank-lg {
    display: inline-block;
    vertical-align: middle;
    font-size: 32px;
    line-height: 1em;
    color: #f6852b;
    margin: 0;
  }
  @media (min-width: 992px) {
    .team-info__rank-lg {
      font-size: 32px;
    }
  }
  @media (min-width: 1200px) {
    .team-info__rank-lg {
      font-size: 54px;
      line-height: 46px;
    }
  }

  .team-info__first-rank-lg {
    display: block;
    font-size: 16px;
    line-height: 1em;
  }
  @media (min-width: 992px) {
    .team-info__first-rank-lg {
      font-size: 18px;
    }
  }
  @media (min-width: 1200px) {
    .team-info__first-rank-lg {
      font-size: 26px;
    }
  }



  .team-info__name {
    display: inline-block;
    vertical-align: middle;
    font-size: 32px;
    line-height: 1em;
    color: #fff;
    margin: 0;
  }
  @media (min-width: 992px) {
    .team-info__name {
      font-size: 32px;
    }
  }
  @media (min-width: 1200px) {
    .team-info__name {
      font-size: 54px;
      line-height: 46px;

    }
  }

  .team-info__first-name {
    display: block;
    font-size: 16px;
    line-height: 1em;
  }
  @media (min-width: 992px) {
    .team-info__first-name {
      font-size: 18px;
    }
  }
  @media (min-width: 1200px) {
    .team-info__first-name {
      font-size: 26px;
    }
  }

  .team-info__last-name {
    color: #f6852b;
  }

  .team-info-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  @media (max-width: 991px) {
    .team-info-details {
      padding: 0 17px;
    }
  }

  .team-info-details__item {
    padding: 10px 0;
  }

  .team-info-details__item--height {
    -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
  }
  @media (min-width: 992px) {
    .team-info-details__item--height {
      -ms-flex-preferred-size: 19%;
          flex-basis: 19%;
    }
  }

  .team-info-details__item--weight {
    -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
  }
  @media (min-width: 992px) {
    .team-info-details__item--weight {
      -ms-flex-preferred-size: 24%;
          flex-basis: 24%;
    }
  }

  .team-info-details__item--age {
    -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
  }
  @media (min-width: 992px) {
    .team-info-details__item--age {
      -ms-flex-preferred-size: 15%;
          flex-basis: 15%;
    }
  }

  .team-info-details__item--college {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  @media (min-width: 992px) {
    .team-info-details__item--college {
      -ms-flex-preferred-size: 42%;
          flex-basis: 42%;
    }
  }

  .team-info-details__item--born {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  @media (min-width: 992px) {
    .team-info-details__item--born {
      -ms-flex-preferred-size: 58%;
          flex-basis: 58%;
    }
  }

  .team-info-details__item--position {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  @media (min-width: 992px) {
    .team-info-details__item--position {
      -ms-flex-preferred-size: 42%;
          flex-basis: 42%;
    }
  }

  .team-info-details__title {
    font-size: 10px;
    color: #000000;
    line-height: 1.2em;
    margin-bottom: 0.1em;
    font-weight: 400;
  }

  .team-info-details__value {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    line-height: 1.2em;
    font-weight: 700;
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .team-info-details__value {
      font-size: 12px;
    }
  }

  .team-info-stats {
    overflow: hidden;
  }
  @media (min-width: 992px) {
    .team-info-stats {
      padding: 25px 0 0 0;
    }
  }

  .team-info-stats__item {
    float: left;
    width: 25%;
  }
  .team-info-stats__item .circular .circular__bar {
    width: 62px;
    height: 62px;
  }
  @media (min-width: 992px) {
    .team-info-stats__item .circular .circular__bar {
      display: inline-block;
      vertical-align: middle;
      margin: 0 6px 0 0;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .team-info-stats__item .circular .circular__bar {
      width: 44px;
      height: 44px;
    }
  }
  .team-info-stats__item .circular .circular__bar .circular__percents {
    color: #fff;
    font-size: 20px;
  }
  .team-info-stats__item .circular .circular__bar .circular__percents small {
    display: block;
    font-size: 8px;
    line-height: 1.2em;
    color: #000000;
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .team-info-stats__item .circular .circular__bar .circular__percents {
      font-size: 20px;
    }
  }
  .team-info-stats__item .circular .circular__label {
    color: #000000;
  }
  @media (min-width: 992px) {
    .team-info-stats__item .circular .circular__label {
      display: inline-block;
      vertical-align: middle;
      text-align: left;
      margin: 0;
    }
  }
  .team-info-stats__item .circular .circular__label strong {
    color: #fff;
    display: block;
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .team-info-stats__item .circular .circular__label {
      font-size: 12px;
    }
  }

  @media (min-width: 992px) {
    .team-info-stats__item--top-padding {
      padding: 25px 0 0 0;
    }
  }

  @media (min-width: 992px) {
    .team-info__item--stats {
      -ms-flex-preferred-size: 29%;
          flex-basis: 29%;
      width: 297px;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .team-info__item--stats {
      -ms-flex-preferred-size: 36%;
          flex-basis: 36%;
    }
  }
  @media (min-width: 1200px) {
    .team-info__item--stats {
      width: 310px;
    }
  }
  @media (max-width: 991px) {
    .team-info__item--stats {
      height: 200px !important;
    }
    .team-info__item--stats .team-info-chart {
      width: 100%;
      height: auto;
    }
  }
  .team-info__item--stats .progress-stats {
    margin-bottom: 20px;
  }
  .team-info__item--stats .progress__label {
    color: #fff;
  }
  .team-info__item--stats .progress:not(.progress--battery) {
    background-color: rgba(255, 255, 255, 0.2);
  }

  .team-info__item--stats-inner {
    padding-top: 30px;
  }
  @media (min-width: 992px) {
    .team-info__item--stats-inner {
      padding-top: 40px;
      max-width: 90%;
    }
  }
  @media (min-width: 1200px) {
    .team-info__item--stats-inner {
      padding-top: 70px;
      max-width: 100%;
    }
  }

  .team-info-chart {
    margin: 35px 0 0 0;
  }
  @media (min-width: 992px) {
    .team-info-chart {
      margin: 30px 0 0 0;
    }
  }
  @media (min-width: 1200px) {
    .team-info-chart {
      margin: 60px 0 0 0;
    }
  }



  /*
// #Page Heading
// --------------------------------------------------
*/
.page-heading {
  background-color: #e5e4f0;
  background-image: none;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  text-align: center;
  padding: 20px 0;
  position: relative;
}
@media (min-width: 992px) {
  .page-heading {
    padding: 13px 0;
  }
}
.page-heading .breadcrumb {
  font-size: 11px;
  text-transform: uppercase;
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-transform: none;
  font-weight: normal;
  padding: 0;
}
@media (min-width: 992px) {
  .page-heading .breadcrumb {
    font-size: 11px;
    padding: 3px 0;
  }
}
.page-heading .breadcrumb > li {
  padding-left: 10px;
}
.page-heading .breadcrumb > li + li::before {
  padding-right: 10px;
  color: #83808c;
  font-weight: normal;
  content: "·";
}
.page-heading .breadcrumb > li > a {
  color: #37353c;
}
.page-heading .breadcrumb > li > a:hover {
  color: #f6852b;
}
.page-heading::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: none;
  background-size: auto;
  background-position: 100% 0;
  background-repeat: no-repeat;
  opacity: 1;
}

.page-heading.effect-duotone .container {
  position: relative;
  z-index: 3;
}

.page-heading--horizontal {
  text-align: inherit;
}
@media (max-width: 767px) {
  .page-heading--horizontal:not(.page-heading--title-highlight) .row {
    display: block;
    text-align: center;
  }
}

.page-heading__title {
  color: #0f0f0f;
  letter-spacing: -0.02em;
  font-size: 1em;
  margin-bottom: 0;
  font-style: normal;
  text-transform: none;
}
@media (min-width: 992px) {
  .page-heading__title {
    font-size: 1em;
  }
}
.page-heading__title .highlight {
  color: #00e6e3;
}

.page-heading--post-bg {
    background-image:  var(--post-image-bg);

}

.page-heading--overlay {
  position: relative;
  overflow: hidden;
}
.page-heading--overlay::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-image: none;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 1;
}

.page-heading--duotone {
  position: relative;
  overflow: hidden;
}
.page-heading--duotone::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-image: none;
  background-color: transparent;
}

.page-heading--simple {
  height: 350px;
  overflow: hidden;
}
.page-heading--simple::before {
  display: none;
}
@media (min-width: 768px) {
  .page-heading--simple {
    height: 480px;
  }
}
@media (min-width: 992px) {
  .page-heading--simple {
    height: 570px;
  }
}
@media (min-width: 1200px) {
  .page-heading--simple {
    height: 825px;
  }
}
.page-heading--simple .page-heading__img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.page-heading--title-highlight {
  padding: 0;
}
@media (min-width: 992px) {
  .page-heading--title-highlight {
    padding: 0;
  }
}
.page-heading--title-highlight::before {
  background-color: #f6852b;
  right: auto;
  width: 35px;
}
@media (min-width: 576px) {
  .page-heading--title-highlight::before {
    width: calc(50% - 262px + 35px);
  }
}
@media (min-width: 768px) {
  .page-heading--title-highlight::before {
    width: calc(50% - 352px + 35px);
  }
}
@media (min-width: 992px) {
  .page-heading--title-highlight::before {
    width: calc(50% - 472px + 35px);
  }
}
@media (min-width: 1200px) {
  .page-heading--title-highlight::before {
    width: calc(50% - 585px + 35px);
  }
}
.page-heading--title-highlight [class*=col] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-heading--title-highlight .page-heading__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-heading--title-highlight .page-heading__inner--highlight {
  background-color: #f6852b;
  padding-right: 40px;
  position: relative;
  -webkit-transform: skew(-20deg);
          transform: skew(-20deg);
}
@media (min-width: 992px) {
  .page-heading--title-highlight .page-heading__inner--highlight {
    padding-right: 80px;
  }
}
.page-heading--title-highlight .page-heading__inner--highlight .page-heading__title {
  -webkit-transform: skew(20deg);
          transform: skew(20deg);
}
.page-heading--title-highlight .page-heading__title,
.page-heading--title-highlight .page-heading__breadcrumb {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .page-heading--title-highlight .page-heading__title,
.page-heading--title-highlight .page-heading__breadcrumb {
    padding: 13px 0;
  }
}

 /*
// #Schedule Game Alignment
// --------------------------------------------------
*/

.schedule-game{
display: grid;
align-items: center;
}


/*Schedule Container */
.schedule-container {
  display: inline-flex;
  justify-content: space-around;
  width: 100%;
  align-items: stretch;
  gap: 20px;
  max-width: 100%; /* Ancho máximo del 100% */
  margin: 0 auto; /* Centrar el contenido */
  padding: 0 10px; /* Agregar espacio en los lados si es necesario */
}




/* Media queries para ajustar tamaños de letra en diferentes dispositivos */
@media (min-width: 1200px) {
  /* Estilos para dispositivos con un ancho mínimo de 1200px (Mac Pro) */
  h4 {
    font-size: 22px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  /* Estilos para dispositivos con un ancho entre 768px y 1199px (iPad) */
  h4 {
    font-size: 22px;
  }
}

@media (min-width: 290px) and (max-width: 767px) {
  /* Estilos para dispositivos con un ancho máximo de 767px (iPhone 12 Pro u otros teléfonos) */
  h4 {
    font-size: 20px;
  }
}


/* League Icon */
.header-mobile__league-icon {
  display: block;
  position: absolute;
  left: 34px;
  top: 39px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 22px;
  color: #fff;
  text-align: center;
}
.header-mobile__league-icon::before {
  content: "\f45a"; /* Replace this with the actual content value for your desired icon */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.header-mobile__league-icon::after {
  content: "";
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1;
  width: 24px;
  height: 24px;
  background-image: url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200");
  background-position: center center;
  background-size: cover; /* You can adjust this based on your design */
  background-repeat: no-repeat;
}
.header-mobile__league-icon:hover {
  cursor: pointer;
}

.header-mobile__league-icon.header-mobile__league-icon--close::before {
  -webkit-transform: translate(-50%, -50%), scale(0);
          transform: translate(-50%, -50%), scale(0);
  opacity: 0;
}
.header-mobile__league-icon.header-mobile__league-icon--close::after {
  -webkit-transform: translate(-50%, -50%), scale(1);
          transform: translate(-50%, -50%), scale(1);
  opacity: 1;
}

/* league Form */
.header-league-form {
  padding: 0 25px;
  height: 0;
  top: -62px;
}


.header-mobile--expanded .header-league-form {
  top: 0;
  height: 63px;
}



.alc-events-scoreboard__filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-inline: 40px;
}
.alc-events-scoreboard__filter .form-group {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}


/* Widget: Basketball Lineup */
.widget-lineup .widget__content {
  text-align: center;
}

.basketball-lineup {
  background: url("../images/RMZ_Sports_Basketball_field-lineup.png") 0 0 no-repeat;
  background-size: cover;
  max-width: 100%;
}

/* Widget: Soccer Lineup */
.widget-lineup .widget__content {
  text-align: center;
}

.soccer-lineup {
  background: url("../images/soccer/lineup-bg.png") 0 0 no-repeat;
  background-size: cover;
  max-width: 100%;
}

.alc-formation {
  overflow-x: auto;
}

.alc-formation__field {
  background-image: url("../images/soccer/lineup-bg.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  position: relative;
  width: 316px;
  height: 460px;
  margin: 0 auto;
  list-style-type: none;
  padding: 0;
}

.alc-formation__field--bg-2 {
  background-image: url("../images/soccer/lineup-bg-2.png");
}

.alc-formation__player {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: 32px;
}

.alc-formation__player-tshirt {
  width: 32px;
  height: 32px;
  background-image: url("../images/soccer/lineup-shirt.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 32px 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.alc-formation__player-tshirt--clean {
  background-image: url("../images/soccer/lineup-shirt-goalkeeper.png");
}

.alc-formation__player-tshirt--alt {
  background-image: url("../images/soccer/lineup-shirt-alt.png");
}
.alc-formation__player-tshirt--alt.alc-formation__player-tshirt--clean {
  background-image: url("../images/soccer/lineup-shirt-alt-goalkeeper.png");
}

.alc-formation__player-number {
  font-size: 8px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #fff;
  padding-bottom: 0.5em;
}

.alc-formation__player-name {
  display: inline-block;
  position: relative;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-size: 10px;
  line-height: 1.1em;
  font-weight: 700;
  padding: 0.2em 0.5em;
  border-radius: 2px;
  background-color: rgba(35, 43, 49, 0.6);
  white-space: nowrap;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.alc-formation__field--lineup-1 .alc-formation__player:nth-child(1) {
  -webkit-transform: translate(142px, 26px);
          transform: translate(142px, 26px);
}
.alc-formation__field--lineup-1 .alc-formation__player:nth-child(2) {
  -webkit-transform: translate(79px, 72px);
          transform: translate(79px, 72px);
}
.alc-formation__field--lineup-1 .alc-formation__player:nth-child(3) {
  -webkit-transform: translate(207px, 72px);
          transform: translate(207px, 72px);
}
.alc-formation__field--lineup-1 .alc-formation__player:nth-child(4) {
  -webkit-transform: translate(37px, 136px);
          transform: translate(37px, 136px);
}
.alc-formation__field--lineup-1 .alc-formation__player:nth-child(5) {
  -webkit-transform: translate(247px, 136px);
          transform: translate(247px, 136px);
}
.alc-formation__field--lineup-1 .alc-formation__player:nth-child(6) {
  -webkit-transform: translate(142px, 198px);
          transform: translate(142px, 198px);
}
.alc-formation__field--lineup-1 .alc-formation__player:nth-child(7) {
  -webkit-transform: translate(63px, 230px);
          transform: translate(63px, 230px);
}
.alc-formation__field--lineup-1 .alc-formation__player:nth-child(8) {
  -webkit-transform: translate(221px, 230px);
          transform: translate(221px, 230px);
}
.alc-formation__field--lineup-1 .alc-formation__player:nth-child(9) {
  -webkit-transform: translate(62px, 314px);
          transform: translate(62px, 314px);
}
.alc-formation__field--lineup-1 .alc-formation__player:nth-child(10) {
  -webkit-transform: translate(221px, 314px);
          transform: translate(221px, 314px);
}
.alc-formation__field--lineup-1 .alc-formation__player:nth-child(11) {
  -webkit-transform: translate(142px, 358px);
          transform: translate(142px, 358px);
}

.alc-formation__field--lineup-2 .alc-formation__player:nth-child(1) {
  -webkit-transform: translate(142px, 26px);
          transform: translate(142px, 26px);
}
.alc-formation__field--lineup-2 .alc-formation__player:nth-child(2) {
  -webkit-transform: translate(37px, 134px);
          transform: translate(37px, 134px);
}
.alc-formation__field--lineup-2 .alc-formation__player:nth-child(3) {
  -webkit-transform: translate(142px, 108px);
          transform: translate(142px, 108px);
}
.alc-formation__field--lineup-2 .alc-formation__player:nth-child(4) {
  -webkit-transform: translate(247px, 134px);
          transform: translate(247px, 134px);
}
.alc-formation__field--lineup-2 .alc-formation__player:nth-child(5) {
  -webkit-transform: translate(63px, 210px);
          transform: translate(63px, 210px);
}
.alc-formation__field--lineup-2 .alc-formation__player:nth-child(6) {
  -webkit-transform: translate(142px, 198px);
          transform: translate(142px, 198px);
}
.alc-formation__field--lineup-2 .alc-formation__player:nth-child(7) {
  -webkit-transform: translate(221px, 210px);
          transform: translate(221px, 210px);
}
.alc-formation__field--lineup-2 .alc-formation__player:nth-child(8) {
  -webkit-transform: translate(37px, 297px);
          transform: translate(37px, 297px);
}
.alc-formation__field--lineup-2 .alc-formation__player:nth-child(9) {
  -webkit-transform: translate(247px, 297px);
          transform: translate(247px, 297px);
}
.alc-formation__field--lineup-2 .alc-formation__player:nth-child(10) {
  -webkit-transform: translate(97px, 362px);
          transform: translate(97px, 362px);
}
.alc-formation__field--lineup-2 .alc-formation__player:nth-child(11) {
  -webkit-transform: translate(188px, 362px);
          transform: translate(188px, 362px);
}

 /* Ancho fijo del contenedor de Datos Weight y Height */
.data-container_w-h {
  width: 200px; /* Ancho fijo del contenedor */
  height: 500px; /* Altura fija del contenedor */
  overflow: auto; /* Agrega un scroll interno si el contenido es más grande */
  border: 1px solid #ccc; /* Borde opcional para el contenedor */
  padding: 10px; /* Espaciado interno opcional */
}


.schedule-game-1{
  display: none;
}

@media (min-width: 1200px) {
.offset-md-3-1 {
  margin-left: 200px;

 }
}
/* En dispositivos medianos (md) y posteriores */
@media (min-width: 768px) and (max-width: 1024px) {
  /* Offset de 3 columnas */
  .offset-md-3-1 {
    margin-left: 25%; /* (12 columnas / 3) = 25% */
  }
}
/* @media (min-width: 992px){
.col-lg-8-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
}
} */
@media (max-width: 991px){
.about-us__margin {
    margin-top: 50px;
  }
}
@media (min-width: 992px){
.content.col-lg-8.col-md-offset-3-1 {
    /* margin-left: 245px; */
    margin: 0 auto;
 }
 .about-us__margin {
    margin-top: 0px;
  }

}
@media (min-width: 992px){
.content.col-lg-8.col-md-offset-3-1 {
    /* margin-left: 245px; */
    margin: 0 auto;

 }
}

/* .centered-container {
  display: flex;
  justify-content: center;
  align-items: center;

} */

/* Player Background Comparison */
/* #playerHeading h1,h2 ,p{
  color:#fff !important ;
  font-family:'Lato', sans-serif!important;;   font-weight: bold;}
  /*Player Name*/
  /* #playerName p{font-size : 1rem;
  } */



.player-bg-comparison::after {
  content: "";
  display: block;
position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background-image: url("../images/page-heading-pattern.png");
  background-size: auto;
  background-position: 100% 0;
  background-repeat: no-repeat;
  opacity: 0.4;
}


.player-bg-comparison {
  /* background-color: #1e2024; */
  background-image: url("../images/Page-Heading-bg_RMZ-Sports.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: relative;
  margin-top: 0px;
}

.player-comparison__team-logo {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.5;
  z-index: 1; /* Coloca el elemento detrás de .team-roster__img-1 */
  width: 55%; /* Ajusta el ancho según tus necesidades */
  height: auto; /* Ajusta la altura según tus necesidades *//
}
@media (min-width: 992px) {
  .player-comparison__team-logo {
    left: 0%;
    position: absolute;
    z-index: 1;
    opacity: 0.5;
    width: 50%; /* Ajusta el ancho según tus necesidades */
    height: auto; /* Ajusta la altura según tus necesidades */
  }
}

.team-roster__item {
  position: relative;
}

 .team-roster__img-1 {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #e4e7ed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%; /* Ajusta el ancho según tus necesidades */
  height: auto; /* Ajusta la altura según tus necesidades */
  z-index: 2; /* Coloca el elemento encima de .player-comparison__team-logo*/
}


@media (min-width: 992px) {
  .team-roster__img-1 {
    position: relative;

    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #e4e7ed;
    width: 100%; /* Ajusta el ancho según tus necesidades */
    height: auto; /* Ajusta la altura según tus necesidades */
  }
}



/* .team-roster--grid .team-roster__img-1::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.9)));
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.9));
} */

 .team-roster__img-1::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 24px;
  background-image: linear-gradient(to right, rgba(236, 240, 246, 0.15) 4px, transparent 4px), linear-gradient(to right, rgba(236, 240, 246, 0.15) 4px, transparent 4px), linear-gradient(to right, rgba(236, 240, 246, 0.15) 4px, transparent 4px), linear-gradient(to right, rgba(236, 240, 246, 0.15) 4px, transparent 4px), linear-gradient(to right, rgba(236, 240, 246, 0.15) 4px, transparent 4px), linear-gradient(to right, rgba(236, 240, 246, 0.15) 4px, transparent 4px), linear-gradient(to right, rgba(0, 0, 0, 0.1) 4px, transparent 4px), linear-gradient(to right, rgba(0, 0, 0, 0.11) 4px, transparent 4px);
  background-repeat: repeat-x;
  background-size: 36px 12px, 36px 15px, 36px 17px, 36px 20px, 36px 18px, 36px 15px, 72px 15px, 108px 18px;
  background-position: 0 100%, 6px 100%, 12px 100%, 18px 100%, 24px 100%, 30px 100%, 6px 100%, 24px 100%;
}

.team-roster--grid .team-roster__content1 {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 24px 24px;
  z-index: 3; /* Coloca el elemento encima de .player-comparison__team-logo*/
}
@media (min-width: 375px) and (max-width: 479px) {
  .team-roster--grid .team-roster__content1 {
    padding: 12px 12px;
    bottom: 10px;
  }
}

.team-roster--grid .btn-fab {
  display: block;
  position: absolute;
  right: 13px;
  top: 20px;
  z-index: 3; /* Coloca el elemento encima de .player-comparison__team-logo*/
}

.team-meta__name-odds {
  font-size: 12px;
  line-height: 0.8em;
  margin-bottom: -5px;
  text-transform: none;
  font-weight: 200;
}

@media (min-width: 992px) {
  .team-meta--lg .team-meta__name-odds {
    font-size: 22px;
  }
}


.form-control1 {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 12px 8px;
  line-height: 1.733333;
  font-weight: 600;
  font-style: normal;
  font-family: "Montserrat", sans-serif;
  /* text-transform: uppercase; */
  font-size: 3;
  color: #31404b;
  background-color: #fff;
  border: 1px solid #e4e7ed;
  border-radius: 2px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: border-color ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s;
  height: 28px;
  width: 140px;

}

@media (max-width: 400px) {
.form-control1 {

  height: 25px;
  width: 125px;

}
}
.form-control1:focus {
  color: #31404b;
  background-color: #fff;
  border-color: #f6852b;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.form-control1::-moz-placeholder {
  color: rgba(154, 157, 162, 0.6);
  opacity: 1;
}
.form-control1:-ms-input-placeholder {
  color: rgba(154, 157, 162, 0.6);
}
.form-control1::-webkit-input-placeholder {
  color: rgba(154, 157, 162, 0.6);
}
.form-control1[disabled], .form-control1[readonly], fieldset[disabled] .form-control1 {
  background-color: #e4e7ed;
  border-color: #e4e7ed;
}
.form-control1[disabled]::-moz-placeholder, .form-control1[readonly]::-moz-placeholder, fieldset[disabled] .form-control1::-moz-placeholder {
  color: rgba(154, 157, 162, 0.4);
  opacity: 1;
}
.form-control1[disabled]:-ms-input-placeholder, .form-control1[readonly]:-ms-input-placeholder, fieldset[disabled] .form-control1:-ms-input-placeholder {
  color: rgba(154, 157, 162, 0.4);
}
.form-control1[disabled]::-webkit-input-placeholder, .form-control1[readonly]::-webkit-input-placeholder, fieldset[disabled] .form-control1::-webkit-input-placeholder {
  color: rgba(154, 157, 162, 0.4);
}


/* Definir la animación hacia abajo para la primera vez
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}*/

/* Definir la animación tipo slide para las siguientes veces
@keyframes slideIn {
  from {
    transform: translateY(-20px);
  }
  to {
    transform: translateY(0);
  }
}*/

/* Aplicar la animación a los detalles del evento
#event-details-container {
  animation-duration: 3.0s;
  animation-fill-mode: forwards;
}*/

/* Agregar una clase para aplicar la animación tipo slide
#event-details-container.slide {
  animation-name: slideIn;
}*/


@media (min-width: 768px) {
  .form-group__avatar1 {
    /* float: left; */
    width: 240px;
    height: auto;
    background-color: #efefef;
    border: 1px solid #e4e7ed;
    border-radius: 2px;

  }
}
.form-group__avatar1 img {
  display: flex;
  vertical-align: middle;
  /* margin-right: 13px; */
  /* border-radius: 50%; */
  justify-content: center;
  align-items: center;
}

.form-group__avatar1-wrapper {
  font-style: normal;
}
.form-group__avatar1-wrapper:hover {
  cursor: pointer;
}
.form-group__avatar1-wrapper .form-group__avatar1-img {
  position: relative;
  display: inline-block;
}
.form-group__avatar1-wrapper .form-group__avatar-img1::before {
  content: "\f067";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  background-color: #31404b;
  color: #31404b;
  font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
}

.form-group__avatar1--center {
  text-align: center;
}
@media (min-width: 768px) {
  .form-group__avatar1--center {
    float: none;
    width: 50%;
    margin: 0 auto;
  }
}
.form-group__avatar1--center img {
  margin: 0 0 13px 0;
  border: 1px solid #e4e7ed;
}
.form-group__avatar1--center .form-group__label1 {
  display: block;
  text-align: center;
}
.form-group__avatar1--center .form-group__label1 h6 {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.2em;
  margin-bottom: 0.35em;

}
.form-group__avatar1--center .form-group__label span {
  display: block;
  font-size: 10px;
  line-height: 1.2em;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  color: #9a9da2;
}
.form-group__label1 {
  display: inline-block;
  vertical-align: middle;
}
.form-group__label1 h6 {
  font-size: 11px;
  line-height: 1.2em;
  margin-bottom: 0.2em;
  margin-top: 0.5em;
  justify-content: center;
}
.form-group__label1 span {
  display: block;
  font-size: 11px;
  line-height: 1.2em;
  color: #c2c4c7;
}


@media (min-width: 768px) {
  .form-group__avatar2 {
    /* float: left; */
    width: 773px;
    height: auto;
    background-color: #efefef;
    border: 1px solid #e4e7ed;
    border-radius: 2px;

  }
}
.form-group__avatar2 img {
  display: flex;
  vertical-align: middle;
  /* margin-right: 13px; */
  /* border-radius: 50%; */
  justify-content: center;
  align-items: center;
}
.color-picker {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  margin-right: 25px;
  }


.color-box {
  width: 30px;
  height: 30px;
  border: 3px solid #000;
  margin-bottom: 10px;
  border-radius: 50%;
}
input[type="color"] {


  border-radius: 50%;
  margin-right: 5px
}
.color-hex {
  font-weight: bold;
}
/* #colorPicker{
  width : auto !important ;
  } */

/* .color-picker input[type="radio"] + label::before, */
/* input[name=color]:checked ~ div > p ,p>span,#colorPicker{
  background:#fff!important;
} */



/* Estilo para la clase .player-comparison */
@media (min-width: 768px) {
    .player-comparison {
    max-width: 53%; /* Hace que el gráfico sea responsive */
    height: auto; /* Ajusta automáticamente la altura */
    width: 75%; /* Cambia el ancho del gráfico según tus necesidades */
    margin: 0 auto; /* Centra horizontalmente el gráfico */
    }
}
@media (max-width: 767px) {
  .player-comparison {
    max-width: 100%; /* Hace que el gráfico sea responsive */
    height: auto; /* Ajusta automáticamente la altura */
    width: 80%; /* Cambia el ancho del gráfico según tus necesidades */
    margin: 0 auto; /* Centra horizontalmente el gráfico */
  }
}
/* Estilo para la clase .player-stats */
@media (min-width: 768px) {
  .player-stats {
    max-width: 100%; /* Hace que el gráfico sea responsive */
    height: auto; /* Ajusta automáticamente la altura */
    width: 75%; /* Cambia el ancho del gráfico según tus necesidades */
    margin: 0 auto; /* Centra horizontalmente el gráfico */
    }
}
@media (max-width: 767px) {
  .player-stats {
    max-width: 100%; /* Hace que el gráfico sea responsive */
    height: auto; /* Ajusta automáticamente la altura */
    width: 80%; /* Cambia el ancho del gráfico según tus necesidades */
    margin: 0 auto; /* Centra horizontalmente el gráfico */
  }
}

.player-definitions-horizontal {
    display: flex;
    flex-wrap: wrap; /* Envolver elementos en una nueva línea cuando no quepan en el ancho del contenedor */
    justify-content: center;
}

.definition {
    margin-right: 20px; /* Espacio entre las definiciones */
    white-space: nowrap; /* Evitar el salto de línea de las definiciones largas */
}

.miLi {
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.miLi.hover {
  background-color: #f5f7f9; /* Cambia el color de fondo cuando se pasa el mouse */
}

/* Estilos para el modal */
.modal1 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  align-items: center;
  justify-content: center;
}

.modal-content1 {
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

/* Estilos para el botón de ayuda */
#help-button {
  margin-bottom: 10px;
  cursor: pointer;
  color:#f6852b;
  text-decoration: underline;
}

/* Estilo para la clase Botones de Editar y Borrar de News Log en Perfil de Jugador */
@media (min-width: 768px) {
  .btn_edit_rem--newslog_pl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  }
  }



@media (min-width: 768px) {
.btn_edit_rem--newslog_pl--left {
  display: flex;
margin-left: 10px;
padding: 5px 15px;
justify-content: space-around;
}
}
@media (max-width: 767px) {
.btn_edit_rem--newslog_pl--left  {
margin-bottom: 10px;
margin-left: 10px;
/* font-size: 8px; Tamaño de fuente más pequeño, ajusta según tus necesidades */
 padding: 5px 10px;/* Ajusta el espaciado interno según tus necesidades */
}
}

.team-standing_select {
  /* background-color: #f6852b; Color de fondo para la sombra */
  background-color: rgba(246, 133, 43, 0.3); /* Color de fondo con opacidad */

}
.team-standing_select td {
  font-weight: bold; /* Texto en negrita de cada Celda */
}
.team-champ_select {
  /* background-color: #f6852b; Color de fondo para la sombra */
  background-color: rgba(246, 133, 43, 0.1); /* Color de fondo con opacidad */

}
.team-cmap_select td {
  font-weight: bold; /* Texto en negrita de cada Celda */
}

.scrollable-row {
  max-height: 210px; /* Altura máxima deseada */
  overflow-x: auto; /* Habilitar el desplazamiento horizontal */
  white-space: nowrap; /* Evitar que el contenido se divida en varias líneas */

}
@media (min-width: 768px) and (max-width: 1200px)  {
  .scrollable-row {
    max-height: 173px; /* Altura máxima deseada */

  }
  }
@media (max-width: 767px) {
.scrollable-row {
  max-height: 173px; /* Altura máxima deseada */

}
}


.scrollable-row .col-md-6 {
  display: inline-block; /* Mostrar columnas en línea */
  white-space: normal; /* Permitir que el contenido de las columnas fluya verticalmente si es necesario */
}

/* Estilos para la celda con el tooltip */
.info-cell {
  position: relative;
}

/* Estilos para el tooltip */
.info-cell:hover::before {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 1px;
  border-radius: 5px;
  left: 0;
  bottom: 100%; /* Cambia 'bottom' a '100%' para que aparezca arriba */
  z-index: 1;
  white-space: nowrap;
}


.widget-player__content-inner1 {
  width: 100%;
  padding-left: 110px;
  padding-right: 24px;
}
@media (min-width: 375px) {
  .widget-player__content-inner1 {
    padding-left: 143px;
  }
}
@media (min-width: 992px) {
  .widget-player__content-inner1 {
    padding-left: 50%;
  }
}

.widget-player__content-inner2 {
  width: 100%;
  padding-left: 90px;
  padding-right: 24px;
}
/* @media (min-width: 375px) {
  .widget-player__content-inner2 {
    padding-left: 143px;
  }
} */
@media (min-width: 768px) and (max-width: 1200px){
  .widget-player__content-inner2 {
    width: 120%;
    padding-left: 95px;
  }
}
@media (min-width: 992px) {
  .widget-player__content-inner2 {
    padding-left: 50%;
  }
}
@media (max-width: 767px) {
  .widget-player__content-inner2  {
    margin-left: 80px;
  }
}

.widget-player__header1 {
  padding-top: 20px;
  margin-bottom: 8px;
  position: relative;
  z-index: 4;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .widget-player__header1 {
    padding-top: 14px;
    margin-bottom: 0;
    margin-left: -60px;
  }
}
@media (max-width: 767px) {
  .widget-player__header1 {
    margin-left: 40px;
  }
}

@media (min-width: 1200px) {
  .widget-player__header1 {
    padding-top: 16px;
    margin-bottom: 10px;
  }
}

.widget-player__photo1 {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 50%;
  z-index: 4;
  margin-bottom: 5px;

}
@media (min-width: 768px) and (max-width: 1200px){
.widget-player__photo1 {
  margin-bottom: 5px;
  margin-top: 25px;
}
}


.widget-player__header1 {
  padding-top: 20px;

  position: relative;
  z-index: 4;
}

/* Para pantallas con un ancho mínimo de 768px y un ancho máximo de 1200px */
@media (min-width: 768px) and (max-width: 1200px) {
    #sidebar_acl-schedule {
        width: 100%; /* Aproximadamente un tercio del ancho */
    }
    /* #content {
        width: 66.7%; Aproximadamente dos tercios del ancho
    }*/
}

/* Para pantallas con un ancho máximo de 767px (pantallas pequeñas) */
@media (max-width: 767px) {
    #sidebar_acl-schedule {
        width: 100%; /* Ocupará todo el ancho disponible */
    }
   /*  #content {
        width: 100%; Ocupará todo el ancho disponible
    }*/
}

/* Para pantallas con un ancho mínimo de 1200px (pantallas grandes) */
@media (min-width: 1200px) {
    #sidebar_acl-schedule {
        width: 358px; /* Aproximadamente un cuarto del ancho */
    }
   /* #content {
        width: 75%;  Aproximadamente tres cuartos del ancho
    }*/
}

.chart-advanced-stats-player {
  width: 100%; /* El contenedor ocupa el 100% del ancho disponible */
  max-width: auto; /* Puedes ajustar el ancho máximo según tus necesidades */
  height: 450px; /* El alto se ajustará automáticamente para mantener el aspectRatio del gráfico */
  margin: 0 auto; /* Centra el contenedor horizontalmente */
}

@media (min-width: 768px) and (max-width: 1200px) {
  .chart-advanced-stats-player {
      width: 100%; /* Aproximadamente un tercio del ancho */
      height: 350px;
      margin-top: -10px;
      margin-bottom: -20px;
  }

}
@media (max-width: 767px) {
  .chart-advanced-stats-player{
    width: 110%; /* Aproximadamente un tercio del ancho */
    height: 300px;
    margin-top: -20px;
    margin-left: -20px;
    margin-bottom: -30px;
  }
}

@media (min-width: 992px){
.chart-combo-stats-player {
  width: 100%; /* El contenedor ocupa el 100% del ancho disponible */
  max-width: auto; /* Puedes ajustar el ancho máximo según tus necesidades */
  height: 500px; /* El alto se ajustará automáticamente para mantener el aspectRatio del gráfico */
  margin: 0 auto; /* Centra el contenedor horizontalmente */
  margin-bottom: 0px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
  .chart-combo-stats-player {
      width: 100%; /* Aproximadamente un tercio del ancho */
      height: 380px;
      margin-top: -10px;
      margin-bottom: 0px;

  }

}
@media (max-width: 767px) {
  .chart-combo-stats-player  {
    width: 110%; /* Aproximadamente un tercio del ancho */
    max-width: auto; /* Puedes ajustar el ancho máximo según tus necesidades */
    height: 400px; /* El alto se ajustará automáticamente para mantener el aspectRatio del gráfico */
    margin-top: -10px;
    margin-left: -20px;
    margin-bottom: -30px;
  }
}

@media (min-width: 992px){
    .chart-skills-player {
      width: 145%; /* El contenedor ocupa el 100% del ancho disponible */
      max-width: auto; /* Puedes ajustar el ancho máximo según tus necesidades */
      height: 475px; /* El alto se ajustará automáticamente para mantener el aspectRatio del gráfico */
      margin: 0 auto 0px -160px; /* Centra el contenedor horizontalmente */
      margin-bottom: 0px;
    }
    }
    @media (min-width: 768px) and (max-width: 991px) {
      .chart-skills-player {
          width: 130%; /* Aproximadamente un tercio del ancho */
          height: 380px;
          margin-top: -10px;
          margin-bottom: 0px;
           margin: 0 auto 0px -90px;

      }

    }
    @media (max-width: 767px) {
      .chart-skills-player  {
        width: 150%; /* Aproximadamente un tercio del ancho */
        max-width: auto; /* Puedes ajustar el ancho máximo según tus necesidades */
        height: 400px; /* El alto se ajustará automáticamente para mantener el aspectRatio del gráfico */
        margin-top: -10px;
         margin: 0 auto 0px -100px;
        margin-bottom: -30px;
      }
    }

@media (min-width: 992px){
  .municipality-facility-chart {
    width: 100%; /* El contenedor ocupa el 100% del ancho disponible */
    max-width: auto; /* Puedes ajustar el ancho máximo según tus necesidades */
    height: 500px; /* El alto se ajustará automáticamente para mantener el aspectRatio del gráfico */
    margin: 0 auto; /* Centra el contenedor horizontalmente */
    margin-bottom: 100px;
  }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .municipality-facility-chart {
        width: 100%; /* Aproximadamente un tercio del ancho */
        height: 380px;
        margin-top: -10px;
        margin-bottom: 0px;

    }

  }
  @media (max-width: 767px) {
    .municipality-facility-chart  {
      width: 110%; /* Aproximadamente un tercio del ancho */
      max-width: auto; /* Puedes ajustar el ancho máximo según tus necesidades */
      height: 400px; /* El alto se ajustará automáticamente para mantener el aspectRatio del gráfico */
      margin-top: -10px;
      margin-left: -20px;
      margin-bottom: -30px;
    }
  }


@media (min-width: 992px){
  .chart-ranking-player {
    width: 90%; /* El contenedor ocupa el 100% del ancho disponible */
    max-width: auto; /* Puedes ajustar el ancho máximo según tus necesidades */
    height: 500px; /* El alto se ajustará automáticamente para mantener el aspectRatio del gráfico */
    margin: 0 auto; /* Centra el contenedor horizontalmente */
    margin-bottom: 0px;
  }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .chart-ranking-player {
        width: 100%; /* Aproximadamente un tercio del ancho */
        height: 420px;
        margin-top: -10px;
        margin-bottom: -20px;

    }

  }
  @media (max-width: 767px) {
    .chart-ranking-player  {
      width: 110%; /* Aproximadamente un tercio del ancho */
      max-width: auto; /* Puedes ajustar el ancho máximo según tus necesidades */
      height: 400px; /* El alto se ajustará automáticamente para mantener el aspectRatio del gráfico */
      margin-top: -10px;
      margin-left: -20px;
      margin-bottom: -30px;
    }
  }

.stats-avg {
 width: max-content;
 font-weight: bold;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .stats-avg {
    width: max-content;
    font-size: 10px;
    font-weight: bold;
  }

}
@media (max-width: 767px) {
  .stats-avg{
    width: max-content;
    font-size: 8px;
    font-weight: bold;
  }
}
.stats_left {
 align-content: space-around;
 font-size: 16px;
 font-weight: bold;
 text-align: left;
  padding-right: 0;
 }

 @media (min-width: 768px) and (max-width: 1200px) {
   .stats_left {
    font-size: 16px;
    font-weight: bold;
   }

 }
 @media (max-width: 767px) {
   .stats_left {
     font-size: 14px;
     font-weight: bold;
   }
 }
 .stats_right {
  align-content: space-around;
  font-size: 16px;
  font-weight: bold;
  text-align: right;
  padding-right: 0;
  }

  @media (min-width: 768px) and (max-width: 1200px) {
    .stats_right {
     font-size: 16px;
     font-weight: bold;
    }

  }
  @media (max-width: 767px) {
    .stats_right{
      font-size: 14px;
      font-weight: bold;
    }
  }

 .container-pl-comparison {
  margin-top: 0px;
  margin-bottom: -10px;
  display: flex;
  justify-content: center;
  align-items: center;

  /* padding: 0 24px 0px 24px; 24px en la derecha, izquierda y abajo */
}

@media (max-width: 767px) {
  .container-pl-comparison .content-pl-comparison {
    margin-top: 0px;
     max-width: 400px; /* Máximo ancho del contenido */
  text-align: justify; /* Justifica el texto */
  padding: 10px;
  }
}

.content-pl-comparison {
   max-width: 800px; /* Máximo ancho del contenido */
   text-align: justify; /* Justifica el texto */
   padding: 10px;
}

/* Cambio de Posicion de Div de Comentario y div de Dejar Comentario*/
.contenedor-comentario  {
  display: flex;
  flex-direction: row;
}

.comentarios {
  order: 2;
}

.contenido {
  order: 1;
}

/* Cambiar el orden en pantallas más pequeñas */
@media (max-width: 400px) {
  .contenedor-comentario {
      flex-direction: column;
  }

  /* Cambiar el orden de la columna de comentarios y la columna del formulario */
  .comentarios {
      order: 1;
  }

  .contenido {
      order: 2;
  }
}

.btn-descargar_pdf {
  text-align: right;
  padding-right: 10px;
  }

 @media (max-width:400px){
.modal-footer1 {
  padding: 15px;
  text-align: center;

  margin-left: 20%;
}
}

@media (min-width: 768px) and (max-width: 991px) {
  .modal-footer1 {
    padding: 15px;
    text-align: center;

    margin-left: 30%;
  }
  }
  @media (min-width:992px){
    .modal-footer1 {
      padding: 15px;
      text-align: center;
      margin-top: -20px;
      margin-left: 35%;
    }
    }

.modal-footer1 .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer1 .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer1 .btn-block + .btn-block {
  margin-left: 0;
}

.modal-footer1--alt {
  -webkit-padding-before: 0;
          padding-block-start: 0;
  border-top: none;
}

.playerlist {
  width: 166px;
  height: 208px;
  overflow: hidden;
}

.playerlist img {
  margin-top: 20px;
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .playerlist {
    width: 100%; /* El div ocupará el 100% del ancho de su contenedor */
    height: auto; /* La altura se ajustará automáticamente según la relación de aspecto de la imagen */
  }

  .playerlist img {
    width: 100%;
    height: auto;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .playerlist {
    width: 140px; /* Restaurar el tamaño original para este rango de ancho de pantalla */
    height: 208px;
  }

  .playerlist img {
    width: 100%;
    height: auto;
    margin-top: 50px;
  }
}

.playerlist::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background-image: url("../images/page-heading-pattern.png");
  background-size: auto;
  background-position: 100% 0;
  background-repeat: no-repeat;
  opacity: 0.4;
}


.playerlist {
  /* background-color: #1e2024; */
  background-image: url("../images/Page-Heading-bg_RMZ-Sports.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: relative;

}

.teamlist {
  width: 166px;
  height: 208px;
  overflow: hidden;
}

.teamlist img {
  margin-top: 25px;
  width: 85%;
  height: auto;
  margin-left: 15px;


}

/* @media (max-width: 767px) {
  .teamlist {
    width: 100%;
    height: 197px;
  }

  .teamlist img {
    width: 65%;
    height: auto;
    margin-top: 20px;
    margin-left: 40px;

  }
} */

@media (min-width: 768px) and (max-width: 991px) {
  .teamlist {
    width: 140px; /* Restaurar el tamaño original para este rango de ancho de pantalla */
    height: 208px;
  }

  .teamlist img {
    width: 85%;
    height: auto;
    margin-top: 30px;
    margin-left: 10px;
    margin-right: -45px;
  }
}
@media (min-width: 280px) and (max-width: 767px) {
    .teamlist {
      width: 140px; /* Restaurar el tamaño original para este rango de ancho de pantalla */
      height: 159px;
    }

    .teamlist img {
      width: 85%;
      height: auto;
      margin-top: 10px;
      margin-left: 15px;
      margin-right: -45px;
    }
  }

.teamlist::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background-image: url("../images/page-heading-pattern.png");
  background-size: auto;
  background-position: 100% 0;
  background-repeat: no-repeat;
  opacity: 0.4;

}


.teamlist {

  background-image: url("../images/Page-Heading-bg_RMZ-Sports.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: relative;

}

.leaguelist {
  width: 166px;
  height: 235px;
  overflow: hidden;
}

.leaguelist img {
  margin-top: 40px;
  width: 85%;
  height: auto;
 margin-left: 12px;
}

@media (max-width: 767px) {
  .leaguelist {
   /* width: 100%;  El div ocupará el 100% del ancho de su contenedor */
   /* height: auto;  La altura se ajustará automáticamente según la relación de aspecto de la imagen */
    height: 214px;
  }

  .leaguelist img {
    width: 80%;
    height: auto;
    margin-top: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .leaguelist {
    width: 140px; /* Restaurar el tamaño original para este rango de ancho de pantalla */
    height: 244px;
  }

  .leaguelist img {
    width: 85%;
    height: auto;
    margin-top: 60px;
    margin-left: 10px;
  }
}

.leaguelist::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background-image: url("../images/page-heading-pattern.png");
  background-size: auto;
  background-position: 100% 0;
  background-repeat: no-repeat;
  opacity: 0.4;

}


.leaguelist {

  background-image: url("../images/League-bg_RMZ-Sports.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: relative;

}
.leaguelist::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 24px;
  background-image: linear-gradient(to right, rgba(236, 240, 246, 0.15) 4px, transparent 4px), linear-gradient(to right, rgba(236, 240, 246, 0.15) 4px, transparent 4px), linear-gradient(to right, rgba(236, 240, 246, 0.15) 4px, transparent 4px), linear-gradient(to right, rgba(236, 240, 246, 0.15) 4px, transparent 4px), linear-gradient(to right, rgba(236, 240, 246, 0.15) 4px, transparent 4px), linear-gradient(to right, rgba(236, 240, 246, 0.15) 4px, transparent 4px), linear-gradient(to right, rgba(0, 0, 0, 0.1) 4px, transparent 4px), linear-gradient(to right, rgba(0, 0, 0, 0.11) 4px, transparent 4px);
  background-repeat: repeat-x;
  background-size: 36px 12px, 36px 15px, 36px 17px, 36px 20px, 36px 18px, 36px 15px, 72px 15px, 108px 18px;
  background-position: 0 100%, 6px 100%, 12px 100%, 18px 100%, 24px 100%, 30px 100%, 6px 100%, 24px 100%;
}



.team-roster--grid-sm .team-roster__img-2 {
  position: relative;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 479px) {
  .team-roster--grid-sm .team-roster__img-2 {
    width: 45%;
    /* padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 12px; */
  }
}
.team-roster--grid-sm .team-roster__img-2 > a {
  display: block;
  position: relative;
}
.team-roster--grid-sm .team-roster__img-2 > a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  background-color: #171d21;
}
.team-roster--grid-sm .team-roster__img-2 > a:hover::before {
  opacity: 0.8;
}
.team-roster--grid-sm .team-roster__img-2 > a:hover .btn-fab {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.team-roster--grid-sm .btn-fab {
  left: 50%;
  top: 50%;
  margin: -25px 0 0 -25px;
  z-index: 2;
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.team-roster--grid .team-roster__img-2 {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #e4e7ed;
}

.team-roster--grid .team-roster__img-2::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.9)));
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.9));
}


.team-roster--grid-sm .league-roster__img-3 {
  position: relative;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 479px) {
  .team-roster--grid-sm .league-roster__img-3 {
    width: 45%;
    /* padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 12px; */
  }
}
.team-roster--grid-sm .league-roster__img-3 > a {
  display: block;
  position: relative;
}
.team-roster--grid-sm .league-roster__img-3 > a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  background-color: #171d21;
}
.team-roster--grid-sm .league-roster__img-3 > a:hover::before {
  opacity: 0.8;
}
.team-roster--grid-sm .league-roster__img-3 > a:hover .btn-fab {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.team-roster--grid-sm .btn-fab {
  left: 50%;
  top: 50%;
  margin: -25px 0 0 -25px;
  z-index: 2;
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.team-roster--grid .league-roster__img-3 {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #e4e7ed;
}

.team-roster--grid .league-roster__img-3::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.9)));
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.9));
}


/* Products */
.alc-products {
  display: grid;
  padding: 0;
  margin: 0;
  list-style: none;
}

.alc-product {
  --product-padding: calc(24px / 2);
  background-color: #fff;
  border: 1px solid #e7e6ee;
  padding: var(--product-padding);
  display: grid;
  position: relative;
}

.alc-product__title {
  font-size: 14px;
  line-height: 1.2em;
  margin-bottom: 0.75em;
}
.alc-product__title > a {
  color: #37353c;
}
.alc-product__title > a:hover {
  color: #f6852b;
}

.alc-product__price {
  font-size: 12px;
  line-height: 1.2em;
  color: #ff670c;
  font-weight: bold;
}

.alc-product__category {
  font-size: 9px;
  line-height: 1.2em;
  text-transform: uppercase;
  font-weight: normal;
  color: #bbb9bf;
  margin-bottom: 0.2em;
}

.alc-product__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.alc-product__ratings {
  font-size: 7px;
  line-height: 1em;
  text-align: end;
  -webkit-padding-end: 10px;
          padding-inline-end: 10px;
  -webkit-padding-before: 12px;
          padding-block-start: 12px;
  white-space: nowrap;
}
.alc-product__ratings .fa,
.alc-product__ratings .fab,
.alc-product__ratings .fas {
  margin-inline: 1px;
}

.alc-products--grid {
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 16px;
}
.alc-products--grid .alc-product {
  grid-template-rows: 40px 1fr auto auto auto;
  grid-template-columns: 50px 1fr 70px;
}
.alc-products--grid .alc-product--hover-shadow:hover {
  -webkit-box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.alc-products--grid .alc-product--hover-options .alc-product__options {
  grid-area: -1/1/-1/-1;
  position: absolute;
  overflow: hidden;
  margin: 0;
  inset: auto var(--inline-margin) 0 var(--inline-margin);
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
  background-color: #e7e6ee;
  border: 1px solid #e7e6ee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  height: 54px;
  pointer-events: none;
}
.alc-products--grid .alc-product--hover-options:hover .alc-product__options {
  opacity: 1;
  pointer-events: auto;
  -webkit-box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: opacity 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: opacity 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: opacity 0.3s ease, box-shadow 0.3s ease;
  transition: opacity 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.alc-products--grid .alc-product__img {
  grid-area: 1/1/3/-1;
  -webkit-margin-after: 17px;
          margin-block-end: 17px;
}
.alc-products--grid .alc-product__img img {
  aspect-ratio: 242/290;
}
.alc-products--grid .alc-product__category {
  grid-area: 3/1/4/-1;
}
.alc-products--grid .alc-product__title {
  grid-area: 4/1/5/-1;
}
.alc-products--grid .alc-product__price {
  grid-area: -1/1/-2/-1;
  -webkit-padding-after: 8px;
          padding-block-end: 8px;
}
.alc-products--grid .alc-product__add-to-cart {
  grid-area: 1/1/2/2;
  -webkit-clip-path: polygon(0 0, 100% 0%, calc(100% - 15px) 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, calc(100% - 15px) 100%, 0% 100%);
  text-align: start;
  padding-inline: 10px 0;
}
.alc-products--grid .alc-product__ratings {
  grid-area: 1/-1/2/-2;
}
.alc-products--grid .alc-product__options {
  --inline-margin: calc(var(--product-padding) * -1 - 1px);
  grid-area: -1/1/-1/-1;
  margin: var(--product-padding) var(--inline-margin) var(--inline-margin) var(--inline-margin);
  overflow: hidden;
  background-color: #e7e6ee;
  border: 1px solid #e7e6ee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  height: 54px;
}
.alc-products--grid .alc-product__btn-option {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #f7f7fb;
  color: #bbb9bf;
  -webkit-transform: skew(-20deg);
          transform: skew(-20deg);
}
.alc-products--grid .alc-product__btn-option:first-child {
  -webkit-margin-start: -10px;
          margin-inline-start: -10px;
}
.alc-products--grid .alc-product__btn-option:last-child {
  -webkit-margin-end: -10px;
          margin-inline-end: -10px;
}
.alc-products--grid .alc-product__btn-option .far,
.alc-products--grid .alc-product__btn-option .fas,
.alc-products--grid .alc-product__btn-option .fab {
  -webkit-transform: skew(20deg);
          transform: skew(20deg);
  font-size: 15px;
}
.alc-products--grid .alc-product__btn-option:hover {
  background-color: #fff;
  color: #37353c;
}
.alc-products--grid .alc-product__btn-option + .alc-product__btn-option {
  -webkit-border-start: 1px solid #e7e6ee;
          border-inline-start: 1px solid #e7e6ee;
}
.alc-products--grid .alc-product__btn-option--active, .alc-products--grid .alc-product__btn-option--active:hover {
  color: #f6852b;
}

.modal--product .modal-dialog {
  width: 80%;
}
@media (min-width: 576px) {
  .modal--product .modal-dialog {
    width: 970px;
    max-width: 80%;
  }
}
@media (min-width: 992px) {
  .modal--product .modal-dialog {
    width: 970px;
    max-width: 970px;
  }
}

.alc-product-single {
  display: grid;
  grid-template-columns: 1.04fr 50px 1fr 50px;
  grid-template-rows: auto;
}
@media (max-width: 575px) {
  .alc-product-single {
    grid-template-columns: 1fr 50px;
  }
}

.alc-product-single__img,
.alc-product-single__slider-wrapper {
  grid-area: 1/1/-1/2;
}
@media (max-width: 575px) {
  .alc-product-single__img,
.alc-product-single__slider-wrapper {
    grid-area: 1/1/2/-1;
  }
}

.alc-product-single__body {
  grid-area: 1/3/-1/-2;
  padding-block: 35px;
}
@media (max-width: 575px) {
  .alc-product-single__body {
    grid-area: 2/1/-1/-1;
    padding-inline: 20px;
  }
}

.alc-product-single__category {
  font-size: 10px;
  line-height: 1.2em;
  text-transform: uppercase;
  font-weight: normal;
  color: #bbb9bf;
}

.alc-product-single__title {
  font-size: 28px;
  line-height: 1em;
  margin-bottom: 0.6em;
}
.alc-product-single__title > a {
  color: #37353c;
}
.alc-product-single__title > a:hover {
  color: #f6852b;
}

.alc-product-single__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.alc-product-single__ratings {
  font-size: 7px;
  line-height: 1em;
  -webkit-margin-after: 20px;
          margin-block-end: 20px;
}
.alc-product-single__ratings .fa,
.alc-product-single__ratings .fab,
.alc-product-single__ratings .fas {
  margin-inline: 1px;
}

.alc-product-single__price {
  font-size: 22px;
  line-height: 1em;
  color: #ff670c;
  font-weight: bold;
}

.alc-product-single__excerpt {
  padding-block: 24px;
  line-height: 26px;
}

.alc-product-single__meta {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px 66px;
}

.alc-product-single__meta-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}

.alc-product-single__meta-item-label {
  font-size: 11.998px;
  line-height: 1.2em;
  color: #000000;
  font-weight: 500;
}

.alc-product-single__meta-item-value {
  color: #37353c;
  font-weight: bold;
  line-height: 1.2em;
}

.alc-product-single__color-title {
  font-size: 12px;
  line-height: 1.2em;
  font-weight: normal;
  margin-bottom: 0.5em;
  color: #bbb9bf;
  text-transform: none;
}

.alc-product-single__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  -webkit-padding-before: 40px;
          padding-block-start: 40px;
}

.alc-product-single__quantity-control {
  width: 100px;
}

.alc-product-single__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1em;
  list-style: none;
  padding: 0;
  -webkit-padding-before: 55px;
          padding-block-start: 55px;
  margin: 0;
  font-size: 11.998px;
  line-height: 1.2em;
}

.alc-product-single__detail-label {
  font-family: "Ubuntu", sans-serif;
  color: #37353c;
  font-weight: bold;
  text-transform: uppercase;
}

.alc-product-single__detail-value a {
  color: #83808c;
}
.alc-product-single__detail-value a:hover {
  color: #f6852b;
}

.alc-product-single__sharing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 11.998px;
  line-height: 1.2em;
  -webkit-padding-before: 28px;
          padding-block-start: 28px;
}

.alc-product-single__sharing-title {
  font-family: "Ubuntu", sans-serif;
  color: #37353c;
  font-weight: bold;
  text-transform: uppercase;
}

.alc-product-single__sharing-list .social-links__link i {
  -webkit-margin-end: 0;
          margin-inline-end: 0;
}

.alc-product-single--main {
  display: block;
}
.alc-product-single--main .alc-product-single__category {
  -webkit-padding-after: 5px;
          padding-block-end: 5px;
}
.alc-product-single--main .alc-product-single__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-padding-after: 20px;
          padding-block-end: 20px;
}
.alc-product-single--main .alc-product-single__header .alc-product-single__title {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .alc-product-single--main .alc-product-single__header .alc-product-single__price {
    font-size: 28px;
  }
}
.alc-product-single--main .alc-product-single__excerpt {
  padding-block: 7px 30px;
}

.alc-product-single__slider-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: calc(100% - 30px);
  gap: 16px;
}
@media (max-width: 991px) {
  .alc-product-single__slider-wrapper {
    width: 100%;
  }
}

.alc-product-single__slider-nav {
  -ms-flex-preferred-size: 64px;
      flex-basis: 0px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 0px;
}
@media (max-width: 575px) {
  .alc-product-single__slider-nav {
    display: none;
  }
}

.alc-product-single-slides-nav {
  height: 100%;
}
.alc-product-single-slides-nav .swiper-slide > img {
  cursor: pointer;
}

.alc-product-single-slides {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.alc-product-single-slider {
  width: 100%;
  min-width: 0;
}
.alc-product-single-slider .swiper-slide img {
  width: 100%;
  height: auto;
  margin-left: 10px;
  margin-top: 60px;
}
@media (max-width: 1199px) and (min-width: 992px) {
.alc-product-single-slider .swiper-slide img {

  margin-left: 15px;
  margin-top: 120px;
}
}
@media (max-width: 991px) and (min-width: 768px) {
.alc-product-single-slider .swiper-slide img {

  margin-left: 0px;
  margin-top: 210px;
}
.header-length{
    max-width: 400px;
}
.tab-content__margin{
    padding-left: 40px;
    padding-right: 40px;
}
}

@media (max-width: 767px) and (min-width: 550px) {
.alc-product-single-slider .swiper-slide img {
    width: 80%;
    height: auto;
    margin-left: 44px;
    margin-top: 0px !important;

}
.header-length{
    max-width: 320px;
}
}

@media (max-width: 549px) {

    .header-length{
        max-width: 200px;
        font-size: 14px;
    }
    }
@media (max-width: 991px) {

    .tab-content__margin{
        padding-left: 40px;
        padding-right: 40px;
    }
    }


* {
  box-sizing: border-box;
}

.quiz-container--bg{
  font-family: 'Poppins', sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70vh;
  overflow: hidden;
  margin: 0;
}

.quiz-container {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px 2px rgba(100, 100, 100, 0.1);
  width: 600px;
  overflow: hidden;
}

.quiz-header {
  padding: 3rem;
}

.quiz-header h2 {
  padding: 1rem;
  text-align: center;
  margin: 0;
}
.quiz-header h6 {
  padding: 1rem;
  text-align: center;

}

.quiz-container ul {
  list-style-type: none;
  padding: 0;
}

.quiz-container ul li {
  font-size: 1.2rem;
  margin: 1rem 0;
}

.quiz-container ul li label {
  cursor: pointer;
}

.quiz-container button {
  background-color: #e88b3e;
  color: #fff;
  border: none;
  display: block;
  width: 100%;
  cursor: pointer;
  font-size: 1.1rem;
  font-family: inherit;
  padding: 1.3rem;
}

.quiz-container button:hover {
  background-color: #f6852b;
}

.quiz-container button:focus {
  outline: none;
  background-color: #de9b65;
}

@media (min-width: 1200px)  {
  .team__img {
    width: 54%;
    height: auto;
  }
  }

@media (min-width: 768px) and (max-width: 1199px) {
.team__img {
  width: 84%;
  height: auto;
}
}

@media (max-width: 767px)  {
  .team__img {
    width: 54%;
    height: auto;

  }
  }
  .pagination .page-link {
    white-space: nowrap; /* Evita que el texto se desborde */
    overflow: hidden; /* Recorta el texto que desborde */
    text-overflow: ellipsis; /* Agrega puntos suspensivos si el texto se desborda */
    font-size: 24px; /* Ajusta el tamaño de fuente a tu preferencia */

}

  .pagination--lg .page-link {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .pagination {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 20px 0;
  }

  .header-banner {
    position: relative;
    overflow: hidden;
    /* width: 420px; Ancho fijo del slider */
    max-width: 100%; /* Asegura que no se desborde el contenedor si es más pequeño */
    margin: 0 auto; /* Centra el slider en su contenedor */
    margin-top: 20px;
    margin-right: 20px;
    max-width: 420px;
}


.slider-banner {
    display: flex;
    transition: transform 0.5s ease;
}

.slide-banner {
    flex: 0 0 420px; /* Ancho fijo de 280px para las diapositivas */
}


img {
  width: 100%;
  height: auto;
}

.team-roster__img-3 .product__item--color-1 {
  background-image: -webkit-gradient(linear, right bottom, left top, from(#fe2b00), to(#f7d500));
  background-image: linear-gradient(to left top, #fe2b00, #f7d500);
}
.team-roster__img-3 .product__item--color-2 {
  background-image: -webkit-gradient(linear, right bottom, left top, from(#003e78), to(#33fff3));
  background-image: linear-gradient(to left top, #003e78, #33fff3);
}
.team-roster__img-3 .product__item--color-3 {
  background-image: -webkit-gradient(linear, right bottom, left top, from(#00adbd), to(#7cffd0));
  background-image: linear-gradient(to left top, #00adbd, #7cffd0);
}
.team-roster--grid .team-roster__holder:hover .team-roster__member-number1 {
    background-color: #f6852b;
  }

  .team-roster--grid .team-roster__member-number1 {
    display: table-cell;
    width: 1%;
    vertical-align: middle;
    background-color: #bfc2c4;
    border-radius: 4px;
    font-size: 24px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #fff;
    text-align: center;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 32px;
  }
  @media (min-width: 768px) {
    .team-roster--grid .team-roster__member-number1 {
      width: 40px;
      height: 40px;
      line-height: 40px;
      font-size: 24px;
    }
    .player-province__position {
        font-size: 14px;

    }
  }
  @media (min-width: 992px) {
    .team-roster--grid .team-roster__member-number1 {
      width: 60px;
      height: 60px;
      line-height: 45px;
      font-size: 32px;
    }
    .player-province__position {
        font-size: 18px;

    }
  }
  @media (min-width: 1200px) {
    .team-roster--grid .team-roster__member-number1 {
      width: 90px;
      height: 90px;
      line-height: 45px;
      font-size: 48px;
    }
  }
  @media (min-width: 375px) and (max-width: 479px) {
    .team-roster--grid .team-roster__member-number1 {
      width: 40px;
      height: 40px;
      line-height: 40px;
      font-size: 24px;
    }
  }
  .team-roster--grid-sm .team-roster__member-number1 {
    font-size: 40px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #f6852b;
    line-height: 1em;
    padding-right: 0.12em;
  }

.team-roster--grid .team-roster__member-name1 {
  color: #fff;
  margin-bottom: 0.15em;
  line-height: 1em;
  font-size: 14px;
}
@media (min-width: 768px) {
  .team-roster--grid .team-roster__member-name1 {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .team-roster--grid .team-roster__member-name1 {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .team-roster--grid .team-roster__member-name1 {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (min-width: 375px) and (max-width: 479px) {
  .team-roster--grid .team-roster__member-name1 {
    font-size: 10px;
  }
}
.team-roster--grid .team-roster__member-first-name1 {
  display: block;
}
.team-roster--grid .team-roster__member-last-name1 {
  display: block;
  color: #f6852b;
}


.icon_threads {
  width: 24px; /* Ajusta el tamaño según tus necesidades */
  height: 24px; /* Ajusta el tamaño según tus necesidades */
}

.icon_threads {
  width: 24px; /* Ajusta el tamaño según tus necesidades */
  height: 24px; /* Ajusta el tamaño según tus necesidades */
  fill: #9a9da2; /* Color gris tenue */
  transition: fill 0.3s ease; /* Transición de color con duración de 0.3 segundos */
}

/* Cambiar el color al pasar el mouse */
.icon_threads:hover {
  fill: #f6852b; /* Nuevo color al pasar el mouse */
}

.sponsor_logo-container {
  width: 60%;
  margin-bottom: 20px;
  overflow: hidden; /* Esto evita que partes de la imagen se desborden del contenedor */
}

.logo-sponsor {
  width: 100%;
  height: auto;
  object-fit: contain; /* Ajusta la imagen dentro del contenedor sin distorsionarla y muestra toda la imagen */
  object-position: top; /* Ajusta la posición de la imagen para que siempre se vea la parte superior */
}

/* Media query para hacer que el diseño sea responsivo en pantallas más pequeñas */
@media (max-width: 768px) {
  .sponsor_logo-container {
      width: 100%;
  }
}



/* Event: Block  Para Caja de Resultados del Calendario*/
.alc-event-block {
  background-color: #fff;
  border: 1px solid #e7e6ee;
  border-radius: #e7e6ee;
  -webkit-margin-after: 15px;
          margin-block-end: 15px;
}

.alc-event-block__header {
  background-color: #f7f7fb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding: 14px 24px;
  -webkit-border-after: 1px solid #e7e6ee;
          border-block-end: 1px solid #e7e6ee;
}

.alc-event-block__header-venue {
  font-size: 10px;
  line-height: 1em;
  margin: 0;
}

.alc-event-block__header-time {
  font-size: 10px;
  line-height: 1em;
  text-transform: uppercase;
  font-weight: bold;
}

.alc-event-block__teams {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.alc-event-block__team--divider {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-block: -5px;
}

.alc-event-block__team--divider::before,
.alc-event-block__team--divider::after {
  content: "";
  height: 1px;
  background-color: #e7e6ee;
}

.alc-event-block__team--divider::before {
  -ms-flex-preferred-size: 53px;
      flex-basis: 53px;
}

.alc-event-block__team--divider::after {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.alc-event-block__team--divider-inner {
  font-size: 10px;
  line-height: 1em;
  font-weight: bold;
  color: #37353c;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  padding-left: 1em;
  position: relative;
}

/* Línea después del "vs" */
.alc-event-block__team--divider-inner::after {
  content: "";
  height: 1px;
  background-color: #e7e6ee;
  width: 95px;
  margin-left: 1em;
}

.alc-event-block__stage {
  font-size: 10px;
  line-height: 1em;
  font-weight: bold;
  color: #37353c;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  padding-right: 1em;
  position: relative;
}

/* Línea final después de la etapa */
.alc-event-block__stage::after {
  content: "";
  height: 1px;
  background-color: #e7e6ee;
  /* width: 20px; */
  margin-left: 1em;
}

.alc-event-block__team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  padding: 15px 24px;
  font-size: 11px;
  line-height: 1.2em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.alc-event-block__team + .alc-event-block__team {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.alc-event-block__team-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  max-width: 100%;
}

.alc-event-block__team-logo {
  -ms-flex-preferred-size: 30px;
      flex-basis: 30px;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
  text-align: center;
}
.alc-event-block__team-logo img {
  max-width: 100%;
  height: auto;
}

.alc-event-block__team-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.alc-event-block__team-info {
  font-size: 9px;
  line-height: 1.2em;
  -webkit-margin-after: 0.2em;
          margin-block-end: 0.2em;
}

.alc-event-block__team-primary {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0.5em;
}

.alc-event-block__team-title {
  font-size: 12px;
  line-height: 1em;
  margin: 0;
}

.alc-event-block__team-subtitle {
  font-size: 9px;
}

.alc-event-block__team-scoreboard {
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0.7;
      -ms-flex-positive: 0.7;
          flex-grow: 0.7;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  max-width: 100%;
}

.alc-event-block__team-scoreboard-item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  max-width: 100%;
  text-align: center;
}
.alc-event-block__team-scoreboard-item:last-child {
  font-weight: bold;
}

.alc-event-block__team-scoreboard-item--highlighted {
  color: #37353c;
}

.alc-event-block__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f7f7fb;
  -webkit-border-before: 1px solid #e7e6ee;
          border-block-start: 1px solid #e7e6ee;
}

.alc-event-block__footer--skewed {
  overflow: hidden;
}
.alc-event-block__footer--skewed .alc-event-block__footer-item {
  -webkit-transform: skew(-20deg);
          transform: skew(-20deg);
}
.alc-event-block__footer--skewed .alc-event-block__footer-item-inner {
  -webkit-transform: skew(20deg);
          transform: skew(20deg);
}
.alc-event-block__footer--skewed .alc-event-block__status-item {
  -webkit-transform: skew(20deg);
          transform: skew(20deg);
}
.alc-event-block__footer--skewed .alc-event-block__status {
  -webkit-padding-start: 34px;
          padding-inline-start: 34px;
  -webkit-margin-start: -10px;
          margin-inline-start: -10px;
}

.alc-event-block__footer-item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  max-width: 100%;
  font-size: 10px;
  line-height: 1.2em;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #bbb9bf;
  padding-block: 14px;
}
.alc-event-block__footer-item + .alc-event-block__footer-item {
  -webkit-border-start: 1px solid #e7e6ee;
          border-inline-start: 1px solid #e7e6ee;
}
.alc-event-block__footer-item i {
  -webkit-margin-end: 6px;
          margin-inline-end: 6px;
  --icon-color: #bbb9bf;
}
.alc-event-block__status {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 1em;
  -webkit-box-flex: 1.2;
      -ms-flex-positive: 1.2;
          flex-grow: 1.2;
  background-color: #fff;
  -webkit-padding-start: 24px;
          padding-inline-start: 24px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.alc-event-block__status-item--final {
  color: #37353c;
}

.alc-event-block__status-item--live {
  color: #37353c;
  -webkit-padding-start: 1em;
          padding-inline-start: 1em;
  -webkit-margin-end: 0.5em;
          margin-inline-end: 0.5em;
  position: relative;
}
.alc-event-block__status-item--live::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  background-color: #ff0048;
}

.alc-event-block__status-item--period {
  color: #83808c;
}

.alc-event-block__status-item--time {
  color: #37353c;
}

.alc-event-block__stats:hover,
.alc-event-block__recap:hover {
  color: #37353c;
}
.alc-event-block__stats:hover .alc-icon--chart,
.alc-event-block__recap:hover .alc-icon--chart {
  --icon-color: #37353c;
}

.section-player{
  display: flex;
  width: 600px;
  height: 450px;
}

.section-player img{
  width: 0px;
  flex-grow: 1;
  object-fit: cover;
  opacity: .8;
  transition: 0.5s ease;
}

.section-player img:hover{
  cursor: crosshair;
  width: 300px;
  opacity: 1;
  filter: contrast(120%);
}



/* Widget: Featured Event */
.alc-widget-featured-event {
    --height: 90px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    background-color: #fff;
    border: 1px solid #e7e6ee;
    -webkit-margin-after: 15px;
            margin-block-end: 15px;
    min-height: var(--height);
  }

  .alc-widget-featured-event__player {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: var(--height);
  }

  .alc-widget-featured-event__player-img {
    height: var(--height);
    position: relative;
    isolation: isolate;
    width: 140px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  @media (max-width: 991px) {
    .alc-widget-featured-event__player-img {
      width: 80px;
    }
  }
  .alc-widget-featured-event__player-img::before {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    background-color: #f6852b;
    -webkit-clip-path: polygon(0 0, 100% 0%, calc(100% - 30px) 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0%, calc(100% - 30px) 100%, 0% 100%);
    z-index: -1;
  }
  .alc-widget-featured-event__player-img img {
    position: absolute;
    inset-block-end: 0;
    inset-inline-start: 12px;
    max-width: 100%;
  }
  @media (max-width: 991px) {
    .alc-widget-featured-event__player-img img {
      inset-inline-start: 0;
    }
  }

  .alc-widget-featured-event__event {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: var(--height);
  }

  .alc-widget-featured-event__team-img {
    height: var(--height);
    position: relative;
    isolation: isolate;
    width: 140px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-clip-path: polygon(0 -20px, 100% -20px, 100% 100%, 0% 100%);
            clip-path: polygon(0 -20px, 100% -20px, 100% 100%, 0% 100%);
  }
  @media (max-width: 991px) {
    .alc-widget-featured-event__team-img {
      width: 80px;
      overflow: hidden;
    }
  }
  .alc-widget-featured-event__team-img::before {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    background-color: #474451;
    -webkit-clip-path: polygon(30px 0, 100% 0%, calc(100% - 30px) 100%, 0% 100%);
            clip-path: polygon(30px 0, 100% 0%, calc(100% - 30px) 100%, 0% 100%);
    z-index: -1;
  }
  @media (max-width: 767px) {
    .alc-widget-featured-event__team-img::before {
      -webkit-clip-path: polygon(0 0, 100% 0%, calc(100% - 30px) 100%, 0% 100%);
              clip-path: polygon(0 0, 100% 0%, calc(100% - 30px) 100%, 0% 100%);
    }
  }
  .alc-widget-featured-event__team-img img {
    position: absolute;
    inset-block-start: 50%;
    inset-inline-end: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    max-width: 100%;
  }

  .alc-widget-featured-event__info-list {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
    margin: 0;
    -ms-flex-item-align: center;
        align-self: center;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .alc-widget-featured-event__info-item {
    text-align: center;
  }

  .alc-widget-featured-event__info-item--primary {
    text-align: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-self: flex-start;
  }

  .alc-widget-featured-event__info-icon {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-margin-end: 12px;
            margin-inline-end: 12px;
  }
  @media (max-width: 991px) {
    .alc-widget-featured-event__info-icon {
      display: none;
    }
  }
  .alc-widget-featured-event__info-icon .alc-icon--medal {
    --icon-size: 26px;
  }

  .alc-widget-featured-event__info-wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .alc-widget-featured-event__info-title {
    font-size: 14px;
    line-height: 1.2em;
    text-transform: none;
    -webkit-margin-after: 0.2em;
            margin-block-end: 0.2em;
  }
  @media (max-width: 991px) {
    .alc-widget-featured-event__info-title {
      font-size: 11.998px;
    }
  }

  .alc-widget-featured-event__info-desc {
    display: block;
    font-size: 10px;
    line-height: 1.2em;
  }


  /* Widget: Player Featured */
.alc-player-featured__primary-body {
    min-height: 160px;
    overflow: hidden;
    position: relative;
    isolation: isolate;
    -webkit-border-after: 1px solid #e7e6ee;
            border-block-end: 1px solid #e7e6ee;
  }


  .alc-player-featured__primary-player-img {
    display: block;
    position: absolute;
    height: 160px;
    width: auto;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-58%);
            transform: translateX(-58%);
  }

  @media (min-width: 768px)  and (max-width: 991px) {
    .alc-player-featured__primary-body {
        min-height: 250px;
        overflow: hidden;
        position: relative;
        isolation: isolate;
        -webkit-border-after: 1px solid #e7e6ee;
                border-block-end: 1px solid #e7e6ee;
    }

  }


  @media (min-width: 768px) and (max-width: 991px) {

    .alc-player-featured__primary-player-img {
        display: block;
        position: absolute;
        height: 160px;
        width: auto;
        left: 50%;
        bottom: 100px;
        -webkit-transform: translateX(-58%);
                transform: translateX(-58%);
    }
  }


  .alc-player-featured__primary-player-bg {
    display: block;
    position: absolute;
    z-index: -1;
    inset-inline-start: 0;
    inset-block-start: 0;
    inset-block-end: 0;
    width: 70%;
    background-image: url("../images/single-player-bg_RMZ-Sports.png");

    background-position: -10% 90%;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 56px) 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, calc(100% - 56px) 100%, 0% 100%);
  }

  .alc-player-featured__primary-player-aside {
    position: absolute;
    inset-inline-end: 24px;
    inset-block-start: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .alc-player-featured__primary-player-aside .alc-circle-progress {
    -webkit-margin-after: 12px;
            margin-block-end: 12px;
  }

  .alc-player-awards-slider-container {
    position: relative;
  }
  .alc-player-awards-slider-container .swiper-button-prev {
    margin: 0;
    inset-inline-start: 40px;
    inset-block-start: -2px;
    width: 10px;
    height: 10px;
    line-height: 10px;
  }
  .alc-player-awards-slider-container .swiper-button-prev.swiper-button--fa::before {
    content: "\f077";
    font-size: 10px;
  }
  .alc-player-awards-slider-container .swiper-button-next {
    margin: 0;
    inset-inline-start: 40px;
    inset-inline-end: auto;
    inset-block-start: 10px;
    width: 10px;
    height: 10px;
    line-height: 10px;
  }
  .alc-player-awards-slider-container .swiper-button-next.swiper-button--fa::before {
    content: "\f078";
    font-size: 10px;
  }

  .alc-player-awards-slider {
    width: 80px;
    height: 70px;
    text-align: end;
  }

  .alc-player-awards-slider__award-icon {
    margin-bottom: 7px;
  }

  .alc-player-awards-slider__label {
    font-size: 8px;
    line-height: 1.2em;
    text-transform: uppercase;
    margin-bottom: 0.4em;
  }

  .alc-player-awards-slider__title {
    font-size: 10px;
    line-height: 1em;
    color: #37353c;
    font-weight: bold;
    -webkit-padding-start: 5px;
            padding-inline-start: 5px;
  }

  .alc-player-featured__primary-meta {
    text-align: center;
    position: relative;
    padding-block: 20px 24px;
    padding-inline: 24px;
  }

  .alc-player-featured__primary-meta-header {
    margin-bottom: 0.5em;
  }

  .alc-player-featured__primary-meta__number {
    color: #bbb9bf;
  }

  .alc-player-featured__primary-meta__lname {
    color: #6c4dee;
  }

  .alc-player-featured__primary-meta-list {
    --font-size: 11px;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: var(--font-size);
    line-height: 1.2em;
  }

  .alc-player-featured__primary-meta-label {
    font-weight: normal;
    text-transform: none;
    font-size: var(--font-size);
    line-height: 1.2em;
    -webkit-margin-end: 0.3em;
            margin-inline-end: 0.3em;
    -webkit-margin-after: 0;
            margin-block-end: 0;
  }

  .alc-player-featured__primary-meta-value {
    font-weight: bold;
    font-size: var(--font-size);
    line-height: 1.2em;
    color: #37353c;
    -webkit-margin-end: 0.7em;
            margin-inline-end: 0.7em;
    -webkit-margin-after: 0;
            margin-block-end: 0;
  }

  .alc-player-featured__primary-meta-icon {
    --icon-size: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    width: var(--icon-size);
    height: var(--icon-size);
    background-color: #fff;
    border-radius: 50%;
    inset-block-start: calc(var(--icon-size) / 2 * -1);
    inset-inline-start: calc(50% - var(--icon-size) / 2);
  }

  .alc-player-featured__secondary {
    -webkit-border-before: 1px solid #e7e6ee;
            border-block-start: 1px solid #e7e6ee;
  }

  .alc-player-featured__stats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #f7f7fb;
  }

  .alc-player-featured__stats-list {
    list-style: none;
    margin: 0;
    padding: 0;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .alc-player-featured__stats-list + .alc-player-featured__stats-list {
    -webkit-border-start: 1px solid #e7e6ee;
            border-inline-start: 1px solid #e7e6ee;
  }

  .alc-player-featured__stats-item {
    padding-block: 16px;
    padding-inline: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .alc-player-featured__stats-item + .alc-player-featured__stats-item {
    -webkit-border-before: 1px solid #e7e6ee;
            border-block-start: 1px solid #e7e6ee;
  }

  .alc-player-featured__stats-item-title {
    font-size: 11.998px;
    line-height: 1.2em;
    color: #37353c;
    margin: 0;
    text-transform: none;
  }

  .alc-player-featured__stats-item-desc {
    font-size: 9px;
    line-height: 1.2em;
    font-weight: normal;
  }

  .alc-player-featured__stats-item-value {
    font-size: 11.03816px;
    line-height: 1.2em;
    color: #37353c;
    font-weight: bold;
    text-transform: none;
  }

  .alc-player-featured--compact .alc-player-featured__primary-player-img {
    left: 0;
    -webkit-transform: translateX(-7%);
            transform: translateX(-7%);
  }
  .alc-player-featured--compact .alc-player-featured__primary-player-bg {
    width: 45%;
  }
  .alc-player-featured--compact .alc-player-featured__primary-body-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 0 54%;
    padding-block: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .alc-player-featured--compact .alc-player-featured__primary-body-meta-header {
    position: relative;
    margin-bottom: 0.12em;
  }
  .alc-player-featured--compact .alc-player-featured__primary-body-meta-number {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 24px;
    line-height: 1em;
    -webkit-transform: translateX(calc(-100% - 8px));
            transform: translateX(calc(-100% - 8px));
    color: #e7e6ee;
  }
  .alc-player-featured--compact .alc-player-featured__primary-body-meta-fname {
    font-size: 16px;
    line-height: 1.2em;
    display: block;
  }
  .alc-player-featured--compact .alc-player-featured__primary-body-meta-lname {
    display: block;
    font-size: 28px;
    line-height: 1em;
    color: #f6852b;
  }
  .alc-player-featured--compact .alc-player-featured__primary-body-meta-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 11px;
    line-height: 1.2em;
    text-transform: none;
    gap: 0.5em;
  }
  .alc-player-featured--compact .alc-player-featured__primary-body-meta-label {
    font-weight: normal;
    text-transform: none;
    font-size: 11px;
    line-height: 1.2em;
    margin-bottom: 0;
  }
  .alc-player-featured--compact .alc-player-featured__primary-body-meta-value {
    font-weight: bold;
    color: #37353c;
    font-size: 11px;
    line-height: 1.2em;
    margin-bottom: 0;
  }
  .alc-player-featured--compact .alc-player-featured__primary-body-meta-stats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 22px;
    margin-bottom: 0;
  }
  .alc-player-featured--compact .alc-player-featured__primary-body-meta-stat-item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .alc-player-featured--compact .alc-player-featured__primary-body-meta-stat-value {
    font-size: 14px;
    line-height: 1.2em;
    color: #37353c;
    font-weight: bold;
    font-family: "Ubuntu", sans-serif;
  }
  .alc-player-featured--compact .alc-player-featured__primary-body-meta-stat-label {
    font-size: 10px;
    line-height: 1.2em;
    margin-bottom: 0;
  }
  .alc-player-featured--compact .alc-player-featured__primary-body-meta-icon {
    display: block;
    position: absolute;
    inset-inline-end: 34px;
    inset-block-start: 0;
  }
  .alc-player-featured--compact .alc-player-featured__primary-body-meta-icon::before, .alc-player-featured--compact .alc-player-featured__primary-body-meta-icon::after {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 32px;
    background-color: #d0fffe;
    border-inline: 4px solid #6c4dee;
  }
  .alc-player-featured--compact .alc-player-featured__primary-body-meta-icon::before {
    -webkit-transform: translateX(-100%) skew(20deg);
            transform: translateX(-100%) skew(20deg);
    left: 50%;
  }
  .alc-player-featured--compact .alc-player-featured__primary-body-meta-icon::after {
    -webkit-transform: translateX(100%) skew(-20deg);
            transform: translateX(100%) skew(-20deg);
    right: 50%;
  }
  .alc-player-featured--compact .alc-player-featured__primary-body-meta-icon .alc-icon--medal {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 1;
    top: 14px;
  }
  .alc-player-featured--compact .alc-player-featured__primary-body-team-icon {
    display: block;
    position: absolute;
    inset-inline-end: 24px;
    inset-block-start: 12px;
  }






  html, body {
    height: 100%;
    margin: 0;
 }

 .image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    left: 17%;
    position: relative;
 }

 @media (max-width: 767px) {
    .image-container {
        display: flex;
        justify-content: center;
        align-items: center;
        left: 5%;
        position: relative;
    }
}

.centered-image {
        max-width: 100%;
        height: auto; /* Asegura que la imagen se escale proporcionalmente */
        max-width: 600px; /* Limita el ancho máximo a 600px */
        margin: 0 auto; /* Centra la imagen horizontalmente */
}


.notifications-container {
    max-height: 340px; /* Ajusta según el tamaño de tus notificaciones */
    overflow-y: auto;
}

.notifications-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* .header-cart__item {
    padding: 10px;
    border-bottom: 1px solid #ddd;
} */

.no-notifications-img {
    max-width: 100px;
    display: block;
    margin: 0 auto;
    filter: drop-shadow(1px 3px 10px rgba(255, 126, 31, 0.6));
}

.no-notifications-text {
    color: #f6852b;
}


/* Icono de Notificacion para el Header */
.notification-avatar {
    display: inline-block;
    width: 40px; /* Tamaño del avatar */
    height: 40px; /* Tamaño del avatar */
    background-color: #f6852b; /* Color de fondo del avatar */
    border-radius: 50%; /* Hacer que sea circular */
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.notification-avatar::before {
    content: '';
    display: inline-block;
    width: 24px; /* Ajusta según sea necesario */
    height: 24px; /* Ajusta según sea necesario */
    background-size: contain;
    background-repeat: no-repeat;
}

.notification-avatar-stats::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-clipboard-data" viewBox="0 0 16 16"><path d="M4 11a1 1 0 1 1 2 0v1a1 1 0 1 1-2 0zm6-4a1 1 0 1 1 2 0v5a1 1 0 1 1-2 0zM7 9a1 1 0 0 1 2 0v3a1 1 0 1 1-2 0z"/><path d="M4 1.5H3a2 2 0 0 0-2 2V14a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V3.5a2 2 0 0 0-2-2h-1v1h1a1 1 0 0 1 1 1V14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V3.5a1 1 0 0 1 1-1h1z"/><path d="M9.5 1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5zm-3-1A1.5 1.5 0 0 0 5 1.5v1A1.5 1.5 0 0 0 6.5 4h3A1.5 1.5 0 0 0 11 2.5v-1A1.5 1.5 0 0 0 9.5 0z"/></svg>');
}

.notification-avatar-analysis::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-graph-up-arrow" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M0 0h1v15h15v1H0zm10 3.5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-1 0V4.9l-3.613 4.417a.5.5 0 0 1-.74.037L7.06 6.767l-3.656 5.027a.5.5 0 0 1-.808-.588l4-5.5a.5.5 0 0 1 .758-.06l2.609 2.61L13.445 4H10.5a.5.5 0 0 1-.5-.5"/></svg>');
}

.notification-avatar-podcast::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-mic" viewBox="0 0 16 16"><path d="M3.5 6.5A.5.5 0 0 1 4 7v1a4 4 0 0 0 8 0V7a.5.5 0 0 1 1 0v1a5 5 0 0 1-4.5 4.975V15h3a.5.5 0 0 1 0 1h-7a.5.5 0 0 1 0-1h3v-2.025A5 5 0 0 1 3 8V7a.5.5 0 0 1 .5-.5"/><path d="M10 8a2 2 0 1 1-4 0V3a2 2 0 1 1 4 0zM8 0a3 3 0 0 0-3 3v5a3 3 0 0 0 6 0V3a3 3 0 0 0-3-3"/></svg>');
}

.notification-avatar-comparison::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-people-fill" viewBox="0 0 16 16"> <path d="M7 14s-1 0-1-1 1-4 5-4 5 3 5 4-1 1-1 1zm4-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6m-5.784 6A2.24 2.24 0 0 1 5 13c0-1.355.68-2.75 1.936-3.72A6.3 6.3 0 0 0 5 9c-4 0-5 3-5 4s1 1 1 1zM4.5 8a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5"/> </svg>');
}

.notification-avatar-fixture::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-calendar3" viewBox="0 0 16 16"><path d="M14 0H2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2M1 3.857C1 3.384 1.448 3 2 3h12c.552 0 1 .384 1 .857v10.286c0 .473-.448.857-1 .857H2c-.552 0-1-.384-1-.857z"/><path d="M6.5 7a1 1 0 1 0 0-2 1 1 0 0 0 0 2m3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2m3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2m-9 3a1 1 0 1 0 0-2 1 1 0 0 0 0 2m3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2m3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2m3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2m-9 3a1 1 0 1 0 0-2 1 1 0 0 0 0 2m3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2m3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2"/></svg>');
}

.notification-avatar-odds::before {
    background-image: url('/assets/images/icon/bar-chart.svg');
}

.notification-avatar-ticket::before {
    background-image: url('/assets/images/icon/ticket-perforated.svg');
}

.notification-avatar-season::before {
    background-image: url('/assets/images/icon/basketball-line.svg');
}

.notification-avatar-survey::before {
    background-image: url('/assets/images/icon/list-check.svg');
}

.notification-avatar-player::before {
    background-image: url('/assets/images/icon/person-square.svg');
}

.notification-avatar-rol::before {
    background-image: url('/assets/images/icon/person-fill-check.svg');
}

.notification-avatar-champ::before {
    background-image: url('/assets/images/icon/trophy.svg');
}

.notification-job-completed::before {
    background-image: url('/assets/images/icon/job-completed.svg');
}

.notification-avatar-message::before {
    background-image: url('/assets/images/icon/envelope.svg');
}
.notification-avatar-task::before {
    background-image: url('/assets/images/icon/list-task.svg');
}

/* Icono de Notificaciones  */
.df-icon--notification {
    width: 35px;
    height: 35px;
    top: 20px;
    fill: #f6852b; /* Cambia el color del relleno del icono */
    stroke: #f6852b; /* Cambia el color del borde del icono */
    color: #f6852b;
    stroke-width: 1.6px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23f6852b" class="bi bi-bell" viewBox="0 0 16 16"><path d="M8 16a2 2 0 0 0 2-2H6a2 2 0 0 0 2 2M8 1.918l-.797.161A4 4 0 0 0 4 6c0 .628-.134 2.197-.459 3.742-.16.767-.376 1.566-.663 2.258h10.244c-.287-.692-.502-1.49-.663-2.258C12.134 8.197 12 6.628 12 6a4 4 0 0 0-3.203-3.92zM14.22 12c.223.447.481.801.78 1H1c.299-.199.557-.553.78-1C2.68 10.2 3 6.88 3 6c0-2.42 1.72-4.44 4.005-4.901a1 1 0 1 1 1.99 0A5 5 0 0 1 13 6c0 .88.32 4.2 1.22 6"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
}

@media (max-width: 766px) {
.df-icon--notification {
        width: 25px;
        height: 25px;
        /* top: 20px; */
        fill: #f6852b; /* Cambia el color del relleno del icono */
        stroke: #f6852b; /* Cambia el color del borde del icono */
        color: #f6852b;
        stroke-width: 1.6px;
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23f6852b" class="bi bi-bell" viewBox="0 0 16 16"><path d="M8 16a2 2 0 0 0 2-2H6a2 2 0 0 0 2 2M8 1.918l-.797.161A4 4 0 0 0 4 6c0 .628-.134 2.197-.459 3.742-.16.767-.376 1.566-.663 2.258h10.244c-.287-.692-.502-1.49-.663-2.258C12.134 8.197 12 6.628 12 6a4 4 0 0 0-3.203-3.92zM14.22 12c.223.447.481.801.78 1H1c.299-.199.557-.553.78-1C2.68 10.2 3 6.88 3 6c0-2.42 1.72-4.44 4.005-4.901a1 1 0 1 1 1.99 0A5 5 0 0 1 13 6c0 .88.32 4.2 1.22 6"/></svg>');
        background-size: contain;
        background-repeat: no-repeat;
    }
}


/* Mapa de Republica Dominina */

#map-container {
    position: relative;
    width: 650px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 700px;
    overflow: hidden; /* Asegura que el contenido extra no se desborde fuera del contenedor */
}

@media (max-width: 766px) {
    #map-container {
        width: 350px;
        margin: auto;
        margin-left: -10px;
        height: 400px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #map-container {
        width: 450px;
        margin: auto;
        margin-left: -10px;
        height: 500px;
    }
}

.widget__content.card__content {
    overflow: auto; /* Permite el desplazamiento si el contenido es más grande que el contenedor */
}



.province {
    fill: #c0c0c0;
    stroke: #333;
    cursor: pointer;
    transition: fill 0.3s;
}
.province {
    fill: #c0c0c0;
    stroke: #333;
    cursor: pointer;

}
.province:hover,
.province:active {
    fill: #f6852b;
    stroke: #f6852b;
}

.province.selected {
    fill: #f6852b;
    stroke: #c0c0c0;

}


/* Estilo para la caja del tooltip */
.tippy-box {
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    background-color: #fff; /* Cambia el fondo si es necesario */
    border: 1px solid #f6852b;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    pointer-events: none;
    width: 250px;
  }

  /* Asegurar que los elementos se coloquen uno encima del otro */
  .tippy-box .item > * {
    display: block;
    margin-bottom: 5px; /* Espaciado entre los elementos */
  }

  .tippy-box .item > *:last-child {
    margin-bottom: 0; /* Eliminar margen inferior del último elemento */
  }

  /* Estilo para el contenido fuerte (strong) dentro del tooltip */
  .tippy-box .item strong {
    font-size: 16px;
    color: #f6852b;
  }

  .tippy-box.animated.wobble {
    animation: wobble .6s;
  }

  @keyframes wobble {
    0%, 30% { transform: translateX(0); }
    15%, 45%, 75% { transform: translateX(-5px); }
    30%, 60%, 90% { transform: translateX(5px); }
  }



  /* Fondo Logo de Escudo Provincia */
  .background-gradient {
    position: relative;
    width: 100%;
    height: 150px; /* Ajusta la altura según tus necesidades */
    background: linear-gradient(to bottom, #ff7e5f, #feb47b); /* Degradado de ejemplo */
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px) {
    .background-gradient {
        position: relative;
        width: 100%;
        height: 100px; /* Ajusta la altura según tus necesidades */

    }
}

.alc-event-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%; /* Asegúrate de que el contenedor de la imagen ocupe todo el ancho disponible */
    height: 100%; /* Asegúrate de que el contenedor de la imagen ocupe toda la altura disponible */
}

.alc-event-img img {
    max-width: 30%; /* Ajusta el tamaño máximo de la imagen */
    height: auto;
    display: block;
}


.post-autho-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%; /* Asegúrate de que el contenedor de la imagen ocupe todo el ancho disponible */
    height: 100%; /* Asegúrate de que el contenedor de la imagen ocupe toda la altura disponible */
}

.post-autho-img img {
    max-width: 41%; /* Ajusta el tamaño máximo de la imagen */
    height: auto;
    display: block;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .background-gradient  .post-autho-img img {
        max-width: 54%; /* Ajusta el tamaño máximo de la imagen */
        height: auto;
        display: block;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .background-gradient .post-autho-img img {
        max-width: 14%; /* Ajusta el tamaño máximo de la imagen */
        height: auto;
        display: block;
    }
}

@media (max-width: 767px) {
    .background-gradient   .post-autho-img img {
        max-width: 29%; /* Ajusta el tamaño máximo de la imagen */
        height: auto;
        display: block;
    }
}

@media (max-width: 991px) {
    .btnRegiones {
        display: none;
    }
}


@media (min-width: 992px) {
    .tournament-logo {
        position: absolute; /* Position it absolutely */
        top: 170px; /* 200px from the top */
        right: 90px; /* 100px from the right */
        z-index: 10; /* Ensure it's above other elements */
        display: flex; /* Use flexbox to align items */
        align-items: center; /* Vertically center the items */
    }

    .tournament-logo__img.reduced-size {
        width: 210px; /* Adjust width as needed */
        height: auto; /* Maintain aspect ratio */
        display: block; /* Ensure it is displayed as a block element */
        margin: 0 auto; /* Center the image */
    }

    .tournament-logo__text {
        margin-top: 10px; /* Add some space above the text */
        font-size: 14px; /* Adjust font size as needed */
    }

    .tournament-logo__text {
        margin-left: 10px; /* Adjust spacing between image and text as needed */
        font-size: 14px; /* Adjust font size as needed */
        align-items: center; /* Vertically center the items */
    }

    .tournament-bracket {
        position: relative; /* Ensure it has a position context if needed */
        z-index: 1; /* Lower z-index to ensure it's behind the logo */
    }

    .tournament-advice {
        position: absolute; /* Position it absolutely */
        top: -400px; /* 200px from the top */
        right: -720px; /* 100px from the right */
        z-index: 10; /* Ensure it's above other elements */
    }
}

@media (max-width: 991px) {
    .tournament-logo__img.reduced-size {
        width: 200px; /* Adjust width as needed */
        height: auto; /* Maintain aspect ratio */
        display: block; /* Ensure it is displayed as a block element */
        margin: 0 auto; /* Center the image */
    }

    .tournament-advice {
/* top: -150px; */
    margin-right: -200px;
    z-index: 1;
    margin-bottom: 30px;
    margin-top: -30px;
    padding: 30px;


    }

    .slide-banner-predition-champ img {

        width: 120%;
        height: auto;
        display: block;
    }
}
/* Oculta las imágenes excepto la activa */
.slide-banner-verify:not(.active) {
    display: none;
}

.slider-banner-predition-champ {
    display: flex;
    transition: transform 0.5s ease;
}

.slide-banner-predition-champ {
    flex: 0 0 100%;
}

.slide-banner-predition-champ img {

    width: 70%;
    height: auto;
    display: block;
}

/* Oculta las imágenes excepto la activa */
.slide-banner-predition-champ:not(.active) {
    display: none;
}



.slider-banner-predition-champ_ {
    display: flex;
    transition: transform 0.5s ease;
}

.slide-banner-predition-champ_ {
    flex: 0 0 100%;
}

.slide-banner-predition-champ_ img {

    width: 100%;
    height: auto;
    display: block;
}

/* Oculta las imágenes excepto la activa */
.slide-banner-predition-champ_:not(.active) {
    display: none;
}

.slider-banner-predition-champ1 {
    display: flex;
    transition: transform 0.5s ease;
}

.slide-banner-predition-champ1 {
    flex: 0 0 100%;
}

.slide-banner-predition-champ1 img {

    width: 100%;
    height: auto;
    display: block;
}

/* Oculta las imágenes excepto la activa */
.slide-banner-predition-champ1:not(.active) {
    display: none;
}




.slider-container-verify {
    width: 100%;
    overflow: hidden;
    position: relative;

}

.slider-banner-verify {
    display: flex;
    transition: transform 0.5s ease;
}

.slide-banner-verify {
    flex: 0 0 100%;
}

.slide-banner-verify img {

    width: 100%;
    height: auto;
    display: block;
}


.alc-cta__img .rmz_emoji {
    position: absolute; /* Posiciona la imagen absolutamente dentro del contenedor */
    left: -70px; /* Ajusta la posición horizontal (izquierda) */
    bottom: -80px; /* Ajusta la posición vertical (abajo) */
    width: 600%; /* Asegura que la imagen ocupe el ancho del contenedor */
    height: auto; /* Mantiene la proporción de la imagen */
    display: block;
    height: auto; /* Ajusta el tamaño según necesites */
    background-size: cover; /* Ajusta la imagen al tamaño del div */
    filter: drop-shadow(-10px 10px 20px rgba(255, 255, 255, 0.4));
}


@media (max-width: 991px) {
.alc-cta__img .rmz_emoji {

    display: none;

}
}




.password-toggle-icon {
    position: absolute;

    transform: translateY(-60%);
    cursor: pointer;
    background-color: #f1f1f1; /* Fondo gris */
    padding: 17px; /* Espacio alrededor del icono */
    border-radius: 1px; /* Bordes redondeados */
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ccc; /* Borde gris claro */
}
.password-toggle-btn1, .password-toggle-btn2 {
    width: 50px;
    margin-top: 12px;
    margin-left: -17px;
}

/* Optional: Adjust margins and widths for smaller screens */
@media (min-width: 562px) and (max-width: 783px) {
    .password-toggle-btn1, .password-toggle-btn2 {
        width: 50px;
        margin-left: -15px;
    }
}
@media (max-width: 561px) {
    .password-toggle-btn1, .password-toggle-btn2 {
        width: 60px;
        margin-left: -15px;
    }
}
.password-toggle-icon i {
    font-size: 18px;
    line-height: 1;
    color: #333;
    transition: color 0.3s ease-in-out;
}

.password-toggle-icon i:hover {
    color: #000;
}


.email-check-icon, .banned-icon {
    position: absolute;
    top: 45%;
    right: 8px;
    transform: translateY(-50%);
    cursor: pointer;
    background: #f1f1f1; /* Fondo gris */
    padding: 26px; /* Espaciado alrededor del icono */
    border-radius: 1px; /* Bordes redondeados */
    display: none; /* Ocultar inicialmente */
    background-position: center;
    width: 24px;
    height: 24px;
    border: 1px solid #ccc; /* Borde gris claro */


}

.email-check-icon.show, .banned-icon.show {
    display: inline-block; /* Mostrar el icono cuando se aplica la clase 'show' */
}

.email-check-icon i {
    display: flex;
    align-items: center;
    justify-content: center;
    top: 56%;
    right: 9px;
    transform: translateY(-50%);
    font-size: 22px;
    line-height: 1;
    color: green;
    transition: color 0.3s ease-in-out;
}

.banned-icon i {
    display: flex;
    align-items: center;
    justify-content: center;
    top: 45%;
    right: 10px;
    transform: translateY(-50%);
    font-size: 22px;
    line-height: 1;
    color: red;
    transition: color 0.3s ease-in-out;
}

/* .email-check-icon {
    background-image: url('../images/icon/check.svg');
    background-repeat: no-repeat;
    background-size: contain;

}

.banned-icon {
    background-image: url('../images/icon/banned.svg');
    background-repeat: no-repeat;
    background-size: contain;

} */






 /* Si prefieres incluir el estilo directamente en la vista */
  .swal-error-button {

    padding: 14px 24px ;
    font-size: 14px;

    border-radius: .25em;
    border: none;
    background: initial;
    background-color: red;
    color: #fff;

}

.swal-error-button:hover {
    background-color: #ee5050;
}






.match-header-img-size {
    width: 30px;
    height: 30px;
}



.agency_logo img {
    height: auto;
    width:90px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .agency_logo img{
        margin-top: 45px;
        margin-right: 45px;
        height: auto;
        width:75px;
    }
 }

@media (min-width: 768px) and (max-width: 991px) {
    .agency_logo img{
        margin-top: 45px;
        margin-right: 45px;
        height: auto;
        width: 115px;
    }
 }

 @media (max-width: 767px)  {
    .agency_logo img{
        margin-top: 20px;
        margin-right: 10px;
        height: auto;
        width: 80px;
    }
 }

 .season-select {
   text-align: center;  /* Centra el contenido horizontalmente */
    padding: 10px;  /* Ajusta el padding según sea necesario */
}

.season-title {
    text-align: center;
    margin-bottom: 30px;
    margin-top: -50px;
    font-size: 1.0em;
    padding: 20px;
}

.radio-inputs {
    position: relative;
    /*display: flex;
    flex-wrap: nowrap;  Mantén los elementos en una sola línea */
    display: flex;
    flex-wrap: nowrap; /* Permite que los elementos se ajusten automáticamente */
    justify-content: center; /* Centra los elementos horizontalmente */
    border-radius: 0.5rem;
    background-color: #EEE;
    box-sizing: border-box;

    width: -moz-fit-content; /* Firefox 3+ */
    width: -webkit-fit-content; /* Safari */
    /*width: fit-content;  Especificación estándar */
    box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.06);
    padding: 0.25rem;
    width: fit-content; /* Asegura que el contenedor ocupe todo el ancho disponible */
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: -35px;
    left: 50%;
    transform: translate(-50%, 0%);
    overflow-x: scroll; /* Habilita el desplazamiento horizontal */
    white-space: nowrap; /* Evita el salto de línea dentro del contenedor */
    scrollbar-width: none; /* Oculta la barra de desplazamiento en Firefox */
}

.radio-inputs::-webkit-scrollbar {
    display: none; /* Oculta la barra de desplazamiento en Chrome, Safari y Edge */
}

@media (max-width: 1006px) {
    .radio-inputs {
        transform: translate(-50%, 25%);
    }
    .season-title {
        text-align: center;
        margin-bottom: 20px;
        margin-top: -25px;
        font-size: 0.8em;
        padding: 10px;
    }
}

.radio-inputs .radio {
    flex: 0 0 auto; /* Asegura que los elementos mantengan su tamaño y no se compriman */
    text-align: center;


}

.radio-inputs .radio input {
    display: none;
}

.radio-inputs .radio .name {
    display: block; /* Asegura que cada nombre esté en una línea */
    /* padding: 0.5rem 1rem; Ajusta el padding según sea necesario */
    /* display: flex; */
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    border: none;
    padding: .5rem 1rem; /* Ajusta el padding según sea necesario */
    color: rgba(51, 65, 85, 1);
    transition: all .15s ease-in-out;
}

.radio-inputs .radio input:checked + .name {
    background-color: #fff;
    font-weight: 600;
    color: #f6852b;
}

.season-select .radio a {


    cursor: pointer;
}

.season-select .radio input[type="radio"] {
    margin-right: 5px;
}

/* Para el logo de Fondo en el Slider de Roster de los equipos */

/*
.team-logo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-size: 50%;
    z-index: 0;
  } */


/* Widget: Soccer Lineup */
.widget-lineup .widget__content {
    text-align: center;
  }

  .soccer-lineup {
    background: url("../images/soccer/lineup-bg.png") 0 0 no-repeat;
    background-size: cover;
    max-width: 100%;
  }

  .alc-formation {
    overflow-x: auto;
  }

  .alc-formation__field {
    background-image: url("../images/RMZ_Sports_Basketball_field-lineup-1.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    position: relative;
    width: 316px;
    height: 460px;
    margin: 0 auto;
    list-style-type: none;
    padding: 0;
  }
  .alc-formation__field::before {
    content: "";
    background: var(--league-logo-url) 50% 50% no-repeat; /* Imporpante para Enviar Variables desde el HTML atraves del JS hsta el CSS */
    /* background: url("../images/team-single-logo.png") 50% 50% no-repeat; */
    background-size: contain;
    position: absolute; /* Posición absoluta para que se posicione respecto a .team-roster--slider */
    top: 40%;
    left: 50%;
    width: 20%;
    height: 80%;
    transform: translate(-50%,-38%);
    z-index: 0; /* Coloca el pseudo-elemento delante del contenido principal */
    opacity: 1; /* Opcional: Ajusta la opacidad si deseas que el fondo sea semi-transparente */
  }

  .alc-formation__field--bg-2 {
    background-image: url("../images/soccer/lineup-bg-2.png");
  }

  .alc-formation__player {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    width: 32px;
  }

  .alc-formation__player-tshirt {
    width: 32px;
    height: 32px;
    background-image: url("../images/basketball/jersey/jersey_baketball-home.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 32px 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .alc-formation__player-tshirt--clean {
    background-image: url("../images/soccer/lineup-shirt-goalkeeper.png");
  }

  .alc-formation__player-tshirt--alt {
    background-image: url("../images/basketball/jersey/jersey_baketball-home.png");
  }
  .alc-formation__player-tshirt--alt.alc-formation__player-tshirt--clean {
    background-image: url("../images/soccer/lineup-shirt-alt-goalkeeper.png");
  }

  .alc-formation__player-number {
    font-size: 8px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    color: #fff;
    padding-bottom: 0.5em;
  }

  .alc-formation__player-name {
    display: inline-block;
    position: relative;
    font-family: "Montserrat", sans-serif;
    color: #fff;
    font-size: 10px;
    line-height: 1.1em;
    font-weight: 700;
    padding: 0.2em 0.5em;
    border-radius: 2px;
    background-color: rgba(35, 43, 49, 0.6);
    white-space: nowrap;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  .alc-formation__field--lineup-1 .alc-formation__player:nth-child(1) {
    -webkit-transform: translate(142px, 26px);
            transform: translate(142px, 26px);
  }
  .alc-formation__field--lineup-1 .alc-formation__player:nth-child(2) {
    -webkit-transform: translate(79px, 72px);
            transform: translate(79px, 72px);
  }
  .alc-formation__field--lineup-1 .alc-formation__player:nth-child(3) {
    -webkit-transform: translate(207px, 72px);
            transform: translate(207px, 72px);
  }
  .alc-formation__field--lineup-1 .alc-formation__player:nth-child(4) {
    -webkit-transform: translate(37px, 136px);
            transform: translate(37px, 136px);
  }
  .alc-formation__field--lineup-1 .alc-formation__player:nth-child(5) {
    -webkit-transform: translate(247px, 136px);
            transform: translate(247px, 136px);
  }
  .alc-formation__field--lineup-1 .alc-formation__player:nth-child(6) {
    -webkit-transform: translate(142px, 198px);
            transform: translate(142px, 198px);
  }
  .alc-formation__field--lineup-1 .alc-formation__player:nth-child(7) {
    -webkit-transform: translate(63px, 230px);
            transform: translate(63px, 230px);
  }
  .alc-formation__field--lineup-1 .alc-formation__player:nth-child(8) {
    -webkit-transform: translate(221px, 230px);
            transform: translate(221px, 230px);
  }
  .alc-formation__field--lineup-1 .alc-formation__player:nth-child(9) {
    -webkit-transform: translate(62px, 314px);
            transform: translate(62px, 314px);
  }
  .alc-formation__field--lineup-1 .alc-formation__player:nth-child(10) {
    -webkit-transform: translate(221px, 314px);
            transform: translate(221px, 314px);
  }
  .alc-formation__field--lineup-1 .alc-formation__player:nth-child(11) {
    -webkit-transform: translate(142px, 358px);
            transform: translate(142px, 358px);
  }

  .alc-formation__field--lineup-2 .alc-formation__player:nth-child(1) {
    -webkit-transform: translate(137px, 55px);
            transform: translate(137px, 55px);
  }
  .alc-formation__field--lineup-2 .alc-formation__player:nth-child(2) {
    -webkit-transform: translate(50px, 18px);
            transform: translate(50px, 18px);
  }
  .alc-formation__field--lineup-2 .alc-formation__player:nth-child(3) {
    -webkit-transform: translate(220px, 18px);
            transform: translate(220px, 18px);
  }
  .alc-formation__field--lineup-2 .alc-formation__player:nth-child(4) {
    -webkit-transform: translate(70px, 120px);
            transform: translate(70px, 120px);
  }
  .alc-formation__field--lineup-2 .alc-formation__player:nth-child(5) {
    -webkit-transform: translate(209px, 120px);
            transform: translate(209px, 120px);
  }
  .alc-formation__field--lineup-2 .alc-formation__player:nth-child(6) {
    -webkit-transform: translate(137px, 324px);
            transform: translate(137px, 324px);
  }
  .alc-formation__field--lineup-2 .alc-formation__player:nth-child(7) {
    -webkit-transform: translate(225px, 370px);
            transform: translate(225px, 370px);
  }
  .alc-formation__field--lineup-2 .alc-formation__player:nth-child(8) {
    -webkit-transform: translate(54px, 370px);
            transform: translate(54px, 370px);
  }
  .alc-formation__field--lineup-2 .alc-formation__player:nth-child(9) {
    -webkit-transform: translate(217px, 268px);
            transform: translate(217px, 268px);
  }
  .alc-formation__field--lineup-2 .alc-formation__player:nth-child(10) {
    -webkit-transform: translate(63px, 268px);
            transform: translate(63px, 268px);
  }
  .alc-formation__field--lineup-2 .alc-formation__player:nth-child(11) {
    -webkit-transform: translate(188px, 362px);
            transform: translate(188px, 362px);
  }








.update-stats{

    margin-top: -80px;
}
@media (max-width: 991px)  {
    .update-stats{

        margin-top: 40px;
    }
}


.player_find_class{
   max-height: 432px;
    width: auto;
}

@media (min-width: 768px)  and (max-width: 1199px)  {
    .player_find_class{
        max-height: 256px;
         width: auto;
     }
}
@media (min-width: 200px)  and (max-width: 767px)  {
    .player_find_class{
        /* max-height: 190px; */
         width: auto;
     }
}

/* Estilo base */
.responsive-input-group {
    display: flex;
    gap: 0.5rem; /* Espaciado entre elementos */
    align-items: center;
    justify-content: flex-start;

}

.responsive-input-group .form-control {
    flex: 1; /* El input ocupará el espacio disponible */
    padding: 0.5rem 1rem; /* Espaciado interno */
    font-size: 1rem; /* Tamaño del texto */
}

.responsive-input-group .btn {
    padding: 0.5rem 1.5rem; /* Espaciado interno del botón */
    font-size: 1rem; /* Tamaño del texto */
    white-space: nowrap; /* Evita que el texto del botón se divida en varias líneas */
    min-width: 100px; /* Ancho mínimo del botón */
}

/* Responsivo: ajustes en pantallas medianas */
@media (max-width: 991px) and (min-width: 767px) {
    .responsive-input-group {
        flex-direction: column; /* Apila el input y el botón en una columna */
        gap: 1rem; /* Mayor separación vertical */
        align-items: stretch; /* Elementos ocupan todo el ancho */
        width: 100%;
        padding: 0 0.5rem; /* Ajusta el espaciado interno */
    }

    .responsive-input-group .btn {
        width: 100%; /* El botón ocupa todo el ancho disponible */
    }
}

/* Responsivo: ajustes en pantallas medianas */
@media (max-width: 767px) {
    .responsive-input-group {
        flex-direction: column; /* Apila el input y el botón en una columna */
        gap: 1rem; /* Mayor separación vertical */
        align-items: stretch; /* Elementos ocupan todo el ancho */
        width: 100%;
        padding: 0 0.5rem; /* Ajusta el espaciado interno */
    }

    .responsive-input-group .btn {
        width: 100%; /* El botón ocupa todo el ancho disponible */
    }
}

/* Responsivo: ajustes en pantallas pequeñas */
@media (max-width: 480px) {
    .responsive-input-group {
        gap: 0.75rem; /* Espaciado más pequeño en pantallas pequeñas */
        width: 100%;
        padding: 0 0.5rem; /* Ajusta el espaciado interno */
    }

    .responsive-input-group .form-control {
        font-size: 0.9rem; /* Reduce el tamaño del texto del input */
        padding: 0.4rem 0.8rem; /* Ajusta el espaciado interno */
    }

    .responsive-input-group .btn {
        font-size: 0.9rem; /* Reduce el tamaño del texto del botón */
        padding: 0.4rem 1rem; /* Ajusta el espaciado interno */
    }
}





.player-province__position {
    width: max-content;

    flex-direction: column;
    align-items: center;
    gap: 2px; /* Espacio entre los elementos */
}

.player-province__position span {
    margin: 0;
}

.divider {
    width: 100%; /* Hace que la línea divisoria ocupe todo el ancho disponible */
    border-top: 1px solid #000; /* Línea divisoria de 1px */
    margin: 4px 0; /* Espacio por encima y por debajo de la línea divisoria */
}





/* .roster--grid_width {
    width: 1100px;

} */
/* @media (min-width: 992px) {
    .roster--grid_width {
        width: 1045px;
        }

}
@media (min-width: 768px) and (max-width: 991px) {
    .roster--grid_width {
        width: 700px;
        }

}

@media (min-width: 480px) and (max-width: 591px) {
    .roster--grid_width {
        width: 470px;
        padding-left: 50px;
        padding-right: 50px;
        }

} */


/* Pantallas muy pequeñas (ej. móviles) */
@media (max-width: 479px) {
    .roster--grid_width {
        width: 100%;
        padding: 0 20px;
    }
}

/* Pantallas pequeñas (ej. móviles grandes) */
@media (min-width: 480px) and (max-width: 767px) {
    .roster--grid_width {
        width: 470px;
        padding: 0 50px;
    }
}

/* Pantallas medianas (ej. tablets) */
@media (min-width: 768px) and (max-width: 991px) {
    .roster--grid_width {
        width: 700px;
    }
}




/* Pantallas grandes (ej. escritorio) */
@media (min-width: 992px) {
    .roster--grid_width {
        width: var(--grid-width, 1045px); /* Fallback a 1045px */
    }
}


@media (min-width: 280px) and (max-width: 767px) {
    .team-roster_logo  {
      width: 120px;
      height: auto;
      margin-left: 20px;
    }
}



.d-flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; /* Coloca los elementos en columna */
    height: 100%; /* Altura completa del contenedor */
    width: 100%; /* Ancho completo del contenedor */
    text-align: center; /* Centra el texto */
}

.facility-image {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0; /* Elimina márgenes predeterminados del <figure> */
    max-width: 100%; /* Asegura que el contenedor no exceda el ancho disponible */
}

.facility-img {
    max-width: 450px;
    max-height: 90vh; /* Ajusta la altura máxima a la ventana */
    object-fit: contain; /* Asegura que la imagen mantenga su proporción */
    filter: drop-shadow(6px 5px 10px rgba(0, 0, 0, 0.6)); /* Aplica sombra */
    display: block; /* Evita que se comporte como un elemento inline */
    margin: 0 auto; /* Centra la imagen */
}




/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
  }

  /* Hide default HTML checkbox */
  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }

  /* The slider */
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }

  .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }

  input:checked + .slider {
    background-color: #f6852b;
  }

  input:focus + .slider {
    box-shadow: 0 0 1px #f6852b;
  }

  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }

  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }

  .slider.round:before {
    border-radius: 50%;
  }

/* Optional Label Text */
/* Label Text */
.label-text {
    font-size: 14px;
    font-weight: 500;
    color: #555;
}

/* Flex container for the switch and label */
.switch-container {
    display: flex;
    align-items: center;
    gap: 10px; /* Space between the slider and text */
}

.notification-options {
    padding: 0 25px
}
@media (max-width: 767px) {
    .notification-via {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 0 25px;
        margin-top: 20px;
    }
    .notification-options {
        margin-top: 20px;
        padding-left: 25;
    }
}
@media (min-width: 767px) {
    .category-footer {
        margin-top: -20px;
    }

}





/* Contenedor principal */
.container-no-data {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    gap: 20px; /* Espacio consistente entre elementos */
    width: 100%;
    box-sizing: border-box;
}

/* Contenedor de no-data */
.no-data {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 600px; /* Máximo ancho para desktop */
    padding: 15px;
}

.image-container {
    width: 100%;
    text-align: center;
}

.no-data-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    object-fit: contain;
}

/* Definiciones */
.definitions-horizontal {
    width: 100%;
    max-width: 800px; /* Máximo ancho para desktop */
    text-align: center;
    padding: 0 15px;
}

.definition {
    font-size: clamp(14px, 2vw, 18px); /* Tamaño responsivo con límites */
    line-height: 1.4;
    padding: 10px;
}

.definition-text {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
}

/* Media Queries mejorados */
@media (max-width: 768px) {
    .container-no-data {
        padding: 15px;
        gap: 15px;
    }

    .no-data {
        padding: 10px;
    }
}

@media (max-width: 480px) {
    .container-no-data {
        padding: 10px;
        gap: 10px;
    }

    .definition {
        padding: 8px 5px;
    }

    .no-data-image {
        max-width: 95%; /* Un poco más pequeño en móviles */
    }
}


.stats-loader {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    display: block;
    margin:15px auto;
    position: absolute; /* Posición absoluta para superponer */
    top: 87%;
    left: 50%;
    transform: translate(-50%, -50%); /* Centrado absoluto */
    color: #FFF;
    box-sizing: border-box;
    animation: animloader 2s linear infinite;
    }

    @keyframes animloader {
    0% {
        box-shadow: 14px 0 0 -2px,  38px 0 0 -2px,  -14px 0 0 -2px,  -38px 0 0 -2px;
    }
    25% {
        box-shadow: 14px 0 0 -2px,  38px 0 0 -2px,  -14px 0 0 -2px,  -38px 0 0 2px;
    }
    50% {
        box-shadow: 14px 0 0 -2px,  38px 0 0 -2px,  -14px 0 0 2px,  -38px 0 0 -2px;
    }
    75% {
        box-shadow: 14px 0 0 2px,  38px 0 0 -2px,  -14px 0 0 -2px,  -38px 0 0 -2px;
    }
    100% {
        box-shadow: 14px 0 0 -2px,  38px 0 0 2px,  -14px 0 0 -2px,  -38px 0 0 -2px;
    }
    }


    /* Ajustes para pantallas medianas */
@media (max-width: 991px) and (min-width: 768px) {
    .stats-loader {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        display: block;
        margin:15px auto;
        position: absolute; /* Posición absoluta para superponer */
        top: 84%;
        left: 50%;
        transform: translate(-50%, -50%); /* Centrado absoluto */

        }

}

/* Ajustes para pantallas pequeñas (móviles) */
@media (max-width: 767px) and (min-width: 481px) {
    .stats-loader {
        width: 11px;
        height: 11px;
        border-radius: 50%;
        display: block;
        margin:15px auto;
        position: absolute; /* Posición absoluta para superponer */
        top: 83%;
        left: 50%;
        transform: translate(-50%, -50%); /* Centrado absoluto */

        }
}

@media (max-width: 480px)  {
    .stats-loader {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        display: block;
        margin:8px auto;
        position: absolute; /* Posición absoluta para superponer */
        top: 84%;
        left: 50%;
        transform: translate(-50%, -50%); /* Centrado absoluto */

        }
}







.custom-pagination {
    font-size: 14px;
    display: flex;
    justify-content: center;

}

.custom-pagination .page-link {
    font-size: 14px;

}

.custom-pagination .page-item {
    margin: 0 2px;
}

/* Ajustes para pantallas medianas */
@media screen and (max-width: 768px) {
    .custom-pagination {
        font-size: 12px;
    }

    .custom-pagination .page-link {
        font-size: 11px;

    }

    .custom-pagination .page-item {
        margin: 0 2px;
    }
}

/* Ajustes para pantallas pequeñas */
@media screen and (max-width: 480px) {
    .custom-pagination {
        font-size: 11px;
    }

    .custom-pagination .page-link {
        font-size: 10px;

    }

    .custom-pagination .page-item {
        margin: 0 2px;
    }
}




.shadow-good {
    /* Sombra verde desplazada a la izquierda */
    filter: drop-shadow(-2px 2px 4px  rgba(0, 0, 0, 0.3));
}

.shadow-average {
    /* Sombra neutra desplazada a la izquierda */
    filter: drop-shadow(-2px 2px 4px rgba(0, 0, 0, 0.3));
}

.shadow-bad {
    /* Sombra roja desplazada a la izquierda */
    filter: drop-shadow(-2px 2px 4px rgba(0, 0, 0, 0.3));
}


/* Clase para truncar texto */


/* Aplicar truncado solo en pantallas entre 992px y 1200px */
@media (min-width: 992px) and (max-width: 1200px) {
    .truncate-name {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}



/* Start:: Aboutus */
.about-rmz_container {
    background-color: #ffffff; /* Reemplaza $custom-white con el valor real */
    border-radius: 0.3rem; /* Reemplaza $default-radius con el valor real */
    overflow: hidden;
    padding: 1.25rem;
  }

  .aboutus_rmz-banner {
    width: 100%;
    background-image: url(http://127.0.0.1:8000/build/assets/images/media/media-79.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-radius: 0.3rem 0.3rem 0 0; /* Reemplaza $default-radius con el valor real */
    z-index: 9;
    margin-block-end: 3rem;
    border-radius: 0.3rem; /* Reemplaza $default-radius con el valor real */
  }

  .aboutus_rmz-banner::before {
    content: "";
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    left: 0; /* Reemplaza inset-inline-start con left */
    right: 0; /* Reemplaza inset-inline-end con right */
    top: 0; /* Reemplaza inset-block-start con top */
    bottom: 0;
    border-radius: 0.3rem;
  }

  .aboutus_rmz-banner .aboutus_rmz-banner-content {
    z-index: 0;
    text-align: center;
    color: #ffffff; /* Reemplaza $white con el valor real */
  }

  @media (max-width: 575.98px) {
    .about-rmz_company-stats .about-rmz_company-stats-border {
      /* border-bottom: 2.5px dashed #f6852b; */
      border-bottom: 2.5px dashed #31404b;
      width: 80%; /* Ajusta el ancho del borde */
      margin: 0 auto; /* Centra el borde */
    }
  }
  .about-rmz_company-stats {
    position: relative;

    align-items: center;
    justify-content: center;
    bottom: 8rem;
    /* z-index: 0; */
    left: 0; /* Reemplaza inset-inline-start con left */
    right: 0; /* Reemplaza inset-inline-end con right */
  }
  @media (max-width: 1200px) and (min-width: 992px)  {
    .about-rmz_company-stats {
        position: relative;
        /* display: flex; */
        align-items: center;
        justify-content: center;
        bottom: 8rem;
        /* z-index: 0; */
        left: 0; /* Reemplaza inset-inline-start con left */
        right: 0; /* Reemplaza inset-inline-end con right */
      }
  }
  @media (max-width: 991px) and (min-width: 577px) {
    .about-rmz_company-stats {
        position: relative;
        /* display: flex; */
        align-items: center;
        justify-content: center;
        bottom: 5rem;
        /* z-index: 0; */
        left: 0; /* Reemplaza inset-inline-start con left */
        right: 0; /* Reemplaza inset-inline-end con right */
      }
  }

  @media (max-width: 576px) and (min-width: 480px) {
    .about-rmz_company-stats {
        position: relative;
        /* display: flex; */
        align-items: center;
        justify-content: center;
        bottom: 5rem;
        /* z-index: 0; */
        left: 0; /* Reemplaza inset-inline-start con left */
        right: 0; /* Reemplaza inset-inline-end con right */
      }

  }

  @media (max-width: 479px) {
    .about-rmz_company-stats {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      bottom: 4rem;
      /* z-index: 0; */
      left: 0; /* Reemplaza inset-inline-start con left */
      right: 0; /* Reemplaza inset-inline-end con right */
    }


    .aboutus_rmz-banner {
      padding: 4rem;
      margin-block-end: 8rem;
    }
  }

  .about-rmz_heading-white {
    position: relative;
  }

  .about-rmz_heading-white::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 0.25rem;
    border-radius: 3.125rem;
    background-image: linear-gradient(
      to right,
      #ffffff,
      rgba(255, 255, 255, 0.2)
    );
    bottom: -0.625rem;
    left: 0.375rem; /* Reemplaza inset-inline-start con left */
  }

  @media (max-width: 1199.98px) {
    .aboutus_rmz-banner-img {
      display: none;
    }
  }

  @media (min-width: 1200px) {
    .aboutus_rmz-banner-img {
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
    }

    .aboutus_rmz-banner-img::before {
      position: absolute;
      content: "";
      width: 12.5rem;
      height: 12.5rem;
      top: 6rem; /* Reemplaza inset-block-start con top */
      left: 11.875rem; /* Reemplaza inset-inline-start con left */
      background-color: rgba(255, 255, 255, 0.06);
    }

    .aboutus_rmz-banner-img::after {
      position: absolute;
      content: "";
      width: 12.5rem;
      top: -2.625rem;
      right: 17.5rem; /* Reemplaza inset-inline-end con right */
      height: 12.5rem;
      background-color: rgba(255, 255, 255, 0.06);
    }

    .aboutus_rmz-banner-img img {
      width: 100%;
      height: 17.5rem;
      z-index: 1;
    }
  }

  .about-rmz_main,
  .about-rmz_motto {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .motto-icon {
    width: 1.875rem;
    height: 1.875rem;
  }

  .about-rmz_heading {
    position: relative;
    margin-block-end: 1rem;
  }

  .about-rmz_heading::before {
    content: "";
    position: absolute;
    width: 60%;
    height: 0.25rem;
    border-radius: 3.125rem;
    background-image: linear-gradient(
      to right,
      #28a745, /* Reemplaza $success con el valor real */
      rgba(40, 167, 69, 0.2) /* Reemplaza rgba(var(--success-rgb), 0.2) con el valor real */
    );
    bottom: -0.625rem; /* Reemplaza inset-block-end con bottom */
    left: 0.375rem; /* Reemplaza inset-inline-start con left */
  }
  /* End:: Aboutus */




  /* Estilos para .landing-missions y .landing-missions-dark dentro de .landing-body */
.landing-missions{
    border-width: .3px;
    border-color: #333;
    position: relative; /* Posicionamiento relativo */
    overflow: hidden; /* Oculta el contenido que se desborda */
    z-index: 1; /* Define el orden de apilamiento */
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.05) !important; /* Sombra con importancia */
}

/* Estilos para la clase .card.custom-card */
.card.custom-card {
    color: #333 !important; /* Color de texto predeterminado (reemplaza #333 con el valor de --default-text-color) */
    border-radius: 0.5rem;
    border-color: #333;
    /* background-color: #dfdfdf; */
    box-shadow: 8px 1rem 0 rgba(10, 10, 10, 0.04);
    position: relative;
    margin-bottom: 1.5rem;
    width: 100%; /* Ancho completo */

}

/* Estilos para el pseudo-elemento :before en .landing-missions y .landing-missions-dark */
.landing-body .landing-missions:before {
    content: ""; /* Contenido vacío */
    position: absolute; /* Posicionamiento absoluto */
    width: 100%; /* Ancho completo */
    height: 0.15rem; /* Altura */
    top: 0; /* Posición desde la parte superior (reemplaza inset-block-start) */
    left: 0; /* Posición desde la izquierda (reemplaza inset-inline-start) */
    border-radius: 3.125rem; /* Bordes redondeados */
}

/* Estilos para .card-body dentro de .card.custom-card */
.card.custom-card .card-body {
    padding: 1.25rem; /* Relleno interno */
    color: #000; /* Color de texto predeterminado (reemplaza #333 con el valor de --default-text-color) */
}



.avatar.avatar-lg {
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    font-size: 1rem;
    }
    .avatar.avatar-rounded {
    border-radius: 50%;
    }
    .bg-primary-transparent {
    background-color: rgba(255, 172, 50, 0.1) !important;
    color: #f6852b  !important;
    }
    .avatar {
    position: relative;
    height: 2.625rem;
    width: 2.625rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    color: #fff;
    font-weight: 500;
    }



    /* Estilos base para la figura */
.figure {
    display: inline-block;
    margin: 1rem 0;
    padding: 0.5rem;
    background-color: #f8f9fa; /* Fondo claro para la figura */
    border: 1px solid #dee2e6; /* Borde sutil */
    border-radius: 0.25rem; /* Bordes redondeados */
    max-width: 100%; /* Asegura que no se desborde del contenedor */
}

/* Estilos para la imagen dentro de la figura */
.figure-img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 0.25rem; /* Bordes redondeados para la imagen */
}

/* Estilos para el pie de foto */
.figure-caption {
    margin-top: 0.5rem;
    font-size: 0.875rem; /* Tamaño de fuente más pequeño */
    color: #6c757d; /* Color de texto gris */
    text-align: left; /* Alineación por defecto */
}

/* Alinear la figura a la derecha */
.figure.float-end {
    float: right;
    margin-left: 1rem; /* Espacio a la izquierda para no pegarse al contenido */
}

/* Alinear el texto del pie de foto a la derecha */
.figure-caption.text-end {
    text-align: right;
}

/* Ajustes para imágenes responsivas */
.img-fluid {
    max-width: 100%;
    height: auto;
}

/* Bordes redondeados para imágenes */
.rounded {
    border-radius: 0.25rem;
}

/* Estilo de tarjeta para la imagen */
.card-img {
    border: 1px solid rgba(0, 0, 0, 0.125); /* Borde sutil */
    padding: 0.25rem; /* Espaciado interno */
    background-color: #fff; /* Fondo blanco */
}


/* Ocultar el botón en la vista final */
.edit-button--editor {
    display: none;
}

/* Mostrar el botón solo en el editor */
.ql-editor .edit-button--editor {
    display: inline-block;
}

.association-region__cibao {
    background-image: linear-gradient(to left top, #fe2b00, #f7d500);
}

.association-region__sur {
    background-image: linear-gradient(to left top, #140078, #4dcbff);
}

.association-region__este {
    background-image: linear-gradient(to left top, #006f3f, #bdff3d);
}


@media (max-width: 767px) {
    .association-region__cibao_1 {
        background-image: linear-gradient(to left top, #fe2b00, #f7d500);
    }

    .association-region__sur_1 {
        background-image: linear-gradient(to left top, #140078, #4dcbff);
    }

    .association-region__este_1 {
        background-image: linear-gradient(to left top, #006f3f, #bdff3d);
    }
}
/* @media (min-width: 1200px) {
    .logo-association{
        margin-top: 50px;

    }
} */





/* Vertical Timeline - Soccer */
.df-timeline-wrapper {
    overflow: hidden;
    margin-bottom: 1px;
  }

  .df-timeline {
    position: relative;
    padding-bottom: 15px;
  }
  .df-timeline::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 3px;
    bottom: 0;
    width: 2px;
    margin-left: -1px;
    background-color: #e4e7ed;
  }

  .df-timeline__event {
    position: relative;
    min-height: 26px;
    overflow: hidden;
    margin-bottom: 16px;
  }

  .df-timeline__event--start {
    position: relative;
    text-align: center;
  }
  .df-timeline__event--start::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
    overflow: hidden;
    background-color: #e4e7ed;
  }
  .df-timeline__event--start .df-timeline__team-1 {
    text-align: center;
  }
  .df-timeline__event--start .df-timeline__time {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }

  .df-timeline__team-shirt {
    position: relative;
    z-index: 1;
  }

  .df-timeline__event--empty {
    height: 8px;
    min-height: auto;
    overflow: hidden;
  }
  .df-timeline__event--empty::before {
    content: "";
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
    width: 8px;
    height: 8px;
    overflow: hidden;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #e4e7ed;
  }

  .df-timeline__team-1,
  .df-timeline__team-2 {
    width: 50%;
  }

  .df-timeline__team-1 {
    float: left;
    text-align: right;
    padding-right: 15px;
  }
  .df-timeline__team-1 .df-timeline__event-icon {
    margin-left: 10px;
  }

  .df-timeline__team-2 {
    float: right;
    padding-left: 20px;
  }
  .df-timeline__team-2 .df-timeline__event-icon {
    margin-right: 10px;
  }

  .df-timeline__time {
    width: 26px;
    height: 26px;
    line-height: 24px;
    border: 1px solid #e4e7ed;
    border-radius: 50%;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 9px;
    color: #31404b;
    background-color: #fff;
    font-weight: 700;
    position: absolute;
    z-index: 1;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  .df-timeline__event-info {
    display: inline-block;
    vertical-align: middle;
  }

  .df-timeline__event-name {
    font-size: 10px;
    color: #31404b;
    font-family: "Montserrat", sans-serif;
    line-height: 1.2em;
  }

  .df-timeline__event-desc {
    font-size: 7px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.2em;
  }

  .df-timeline__event-icon {
    display: inline-block;
    vertical-align: middle;
  }

  .widget-game-result .progress-double-wrapper + .progress-double-wrapper {
    margin-top: 24px;
  }

  .widget-game-result__extra-stats .progress-double-wrapper {
    margin-top: 24px;
  }

  .widget-game-result__stack-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    line-height: 1.2em;
    font-weight: 700;
    padding: 15px 24px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .widget-game-result__stack-item + .widget-game-result__stack-item {
    border-top: 1px solid #e4e7ed;
  }
  .widget-game-result__stack-item .widget-game-result__stack-value {
    color: #31404b;
  }

  .widget-game-result__stack-item--teams {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .widget-game-result__stack-team {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .widget-game-result__stack-team--second {
    text-align: right;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .widget-game-result__stack-team--second .widget-game-result__stack-team-logo {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-right: 0;
    margin-left: 14px;
  }

  .widget-game-result__stack-team-logo {
    margin-right: 14px;
  }

  .widget-game-result__stack-team-name {
    font-size: 12px;
    line-height: 1.2em;
    margin-bottom: 0;
  }

  .widget-game-result__stack-team-place {
    display: block;
    font-size: 9px;
    line-height: 1.2em;
    font-weight: 400;
    font-family: "Source Sans Pro", sans-serif;
  }

  .widget-game-result__stack-result {
    font-size: 11px;
    text-align: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .widget-game-result__stack-result-team {
    display: inline-block;
    position: relative;
  }
  .widget-game-result__stack-result-team + .widget-game-result__stack-result-team::before {
    content: "-";
    display: inline-block;
    margin: 0 0.3em 0 0.05em;
    color: #31404b;
  }
  .widget-game-result__stack-result-team + .widget-game-result__stack-result-team::after {
    display: none;
    left: auto;
    right: -8px;
    border-left: none;
    border-right: 3px solid #38a9ff;
  }
  @media (min-width: 1200px) {
    .widget-game-result__stack-result-team + .widget-game-result__stack-result-team::after {
      right: -14px;
    }
  }
  .widget-game-result__stack-result-team.win {
    color: #31404b;
  }
  .widget-game-result__stack-result-team.win::after {
    display: block;
  }
  .widget-game-result__stack-result-team::after {
    content: "";
    position: absolute;
    left: -8px;
    top: 3px;
    width: 0;
    height: 0;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 3px solid #38a9ff;
  }
  @media (min-width: 1200px) {
    .widget-game-result__stack-result-team::after {
      left: -14px;
    }
  }

  .widget-game-result__stack-result--divider-slash .widget-game-result__stack-result-team {
    color: #31404b;
  }
  .widget-game-result__stack-result--divider-slash .widget-game-result__stack-result-team + .widget-game-result__stack-result-team::before {
    content: "/";
  }

  /* Widget: Poll */
  .poll-form__question {
    margin-bottom: 1.5em;
  }

  .poll-form__question-title {
    color: #31404b;
    font-weight: bold;
    font-size: 15px;
    line-height: 1.43em;
    text-align: center;
    margin-bottom: 1.75em;
  }

  .poll-form__question-subtitle {
    font-size: 10px;
    line-height: 1.2em;
    text-align: center;
    -webkit-margin-after: 0.5em;
            margin-block-end: 0.5em;
  }

  .poll-form__options {
    line-height: 26px;
  }
  .poll-form__options .radio-inline {
    margin-bottom: 9px;
    font-weight: 700;
    font-style: normal;
  }
  .poll-form__options .radio-wrapper {
    overflow: hidden;
  }
  .poll-form__options .radio-progress-value {
    float: right;
    font-size: 11px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #31404b;
  }

  .poll-form__options--rows {
    -webkit-border-before: 1px solid #e4e7ed;
            border-block-start: 1px solid #e4e7ed;
    margin-inline: -24px;
  }
  .poll-form__options--rows > .form-group {
    -webkit-border-after: 1px solid #e4e7ed;
            border-block-end: 1px solid #e4e7ed;
    -webkit-margin-after: 0;
            margin-block-end: 0;
  }
  .poll-form__options--rows .radio-inline {
    display: block;
    position: relative;
    -webkit-margin-after: 0;
            margin-block-end: 0;
    -webkit-padding-start: 74px;
            padding-inline-start: 74px;
    padding-block: 1.4em;
    position: relative;
    font-size: 12.855px;
    line-height: 1.2em;
    cursor: pointer;
  }
  .poll-form__options--rows .radio-inline .radio-indicator {
    width: 70px;
    height: 100%;
    inset-block: 0;
    inset-inline-start: 0;
    border: 0;
    border-radius: 0;
    background-color: #f5f7f9;
    -webkit-clip-path: polygon(0 0, 100% 0%, 72% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0%, 72% 100%, 0% 100%);
  }
  .poll-form__options--rows .radio-inline .radio-indicator::before {
    content: "";
    display: block;
    position: absolute;
    inset-block-start: 50%;
    inset-inline-start: 24px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background-color: #fff;
    border: 1px solid #d8dce5;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 8px 8px;
  }
  .poll-form__options--rows .radio-inline input[type=radio]:checked + .radio-indicator {
    background-image: none;
    background-color: #f6852b;
  }
  .poll-form__options--rows .radio-inline input[type=radio]:checked + .radio-indicator::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23f6852b'/%3E%3C/svg%3E");
  }

  .poll-form__cta-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 12px;
    -webkit-padding-before: 24px;
            padding-block-start: 24px;
  }
  .poll-form__cta-btns .btn {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-inline: 0;
  }






.nav-wrap {
    z-index: 100;
    pointer-events: none;
    justify-content: center;
    align-items: flex-end;
    display: flex;
    position: relative;
    bottom: 30%;
    left: 0;
    right: 0;
}

.nav-list {
    flex-flow: row;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 0;
    padding-left: 0;
    display: flex;
    font-size: 1.4vw;
}

.nav--item {
    justify-content: center;
    align-items: center;
    width: 4.5rem;
    transition: width 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    display: flex;
    position: relative;
}

.nav--item.hover {
    width: 6.5rem;
}

.nav--item.sibling-close {
    width: 5.5rem;
}

.nav--item.sibling-far {
    width: 4.5rem;
}

.nav--item__link {
    z-index: 1;
    pointer-events: auto;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    display: flex;
    position: relative;
}

.image {
    object-fit: contain;
    width: 100%;
}

.nav--item__tooltip {
    z-index: 0;
    opacity: 0;
    white-space: nowrap;
    border-radius: 0.25rem;
    padding: 0.4rem 0.5rem;
    font-size: 1rem;
    margin-bottom: -10px;
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1),
        opacity 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    position: absolute;
    top: 0;
    transform: translate(0, -80%);
    font-weight: 400;
}

.nav--item:hover .nav--item__tooltip {
    opacity: 1;
    transform: translate(0px, -110%);
}

.legend-list {
    list-style: none;
    padding-left: 0;
}

.legend-list li {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
}

.legend-label {
    width: 220px;
    /* Ajusta según sea necesario */
    font-weight: bold;
}

.legend-values {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.legend-values span {
    white-space: nowrap;
}





.player-definitions-icon {
    font-size: 0.75rem;
    color: #666;
    margin-top: 8px;
    text-align: center;
}

.player-definitions-icon details {
    display: inline-block;
    cursor: pointer;
}

.player-definitions-icon summary {
    outline: none;
}

.player-definitions-icon .definitions-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4px 12px;
    text-align: left;
    margin-top: 6px;
    padding: 6px;
    background: #f8f8f8;
    border-radius: 4px;
}



.shot-profile-container {
    position: relative;
    margin: 0 auto;
    max-width: 100%;
}

.court-background {
    display: block;
    width: 100%;
    height: auto;
    /* filter: brightness(0.95); */
}

.shot-stats {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.shot-stats-container {
    /* position: relative; */
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100px;
    /* Ajusta según necesites */
}

.shot-stat {
    position: absolute;
    transform: translate(-50%, -50%);
}

.stat-bubble {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border: 3px solid white;
    transition: all 0.3s ease;
}

.stat-bubble-1 {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border: 3px solid white;
    transition: all 0.3s ease;
    z-index: 0;
}

/* Contenedor de la flecha */
.ft-connection {
    position: absolute;
    top: 46.4%;
    /* Misma posición vertical que free_throw */
    left: 50%;
    /* Misma posición horizontal que free_throw */
    transform: translate(-50%, -50%);
    height: 50px;
    width: 100px;
    z-index: 5;
}

/* Línea vertical (primera parte) */
.ft-connection .vertical-line {
    position: absolute;
    left: 50%;
    top: -25px;
    width: 3px;
    height: 28px;
    background-color: #fff;
    transform: translateX(-50%);
}

/* Línea diagonal (segunda parte) */
.ft-connection .diagonal-line {
    position: absolute;
    left: 50%;
    top: -25px;
    width: 24px;
    height: 3px;
    z-index: 0;
    background-color: #fff;
    transform-origin: left center;
    transform: rotate(-15deg);
}


.shot-stat:hover .stat-bubble {
    transform: scale(1.1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* Posicionamiento de las zonas */
.zone-1 {
    top: 88%;
    left: 28%;
}

/* Base izquierda */
.zone-2 {
    top: 83%;
    left: 10%;
}

/* Lateral izquierdo */
.zone-3 {
    top: 62%;
    left: 31%;
}

/* Base izquierda */
.zone-4 {
    top: 34%;
    left: 14%;
}

/* Lateral izquierdo */
.zone-5 {
    top: 50%;
    left: 50%;
}

/* Centro frontal */
.zone-6 {
    top: 88%;
    left: 50%;
}

/* Tiros libres */
.zone-7 {
    top: 24%;
    left: 50%;
}

/* Centro profundo */
.zone-8 {
    top: 34%;
    left: 86%;
}

/* Lateral derecho */
.zone-9 {
    top: 62%;
    left: 69%;
}

/* Base derecha */
.zone-10 {
    top: 83%;
    left: 90%;
}

/* Lateral derecho */
.zone-11 {
    top: 88%;
    left: 71%;
}

/* Free Throw */

.free_throw {
    top: 46.4%;
    left: 50%;
}

.pts_paint {
    top: 76%;
    left: 50%;
}

/* 2PT */
.two_points {
    top: 63%;
    left: 28%;
}

/* 3PT*/
.three_points {
    top: 22%;
    left: 70%;
}

.stat-bubble-1 {
    top: 22%;
    left: 70%;
}

/* FG_PCT */
.field_goal {
    top: 36%;
    left: 28%;
}

/* Lateral izquierdo */
.efg_pct {
    top: 9%;
    left: 9%;
}

/* TS*/
.ts_pct {
    top: 9%;
    left: 21%;
}

/* Lateral izquierdo */
.three_par {
    top: 11%;
    left: 75%;
}

/* FTR */
.ft_rate {
    z-index: 6;
    top: 34%;
    left: 58%;
}

/* Para mantener el texto centrado correctamente */
.stat-value {
    position: relative;
    z-index: 1;
    font-size: 1.0rem;
    text-align: center;
    padding: 10px;
}

.legend-color {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 2px;
    margin-right: 5px;
}

.shot-legend small {
    font-size: 0.7rem;
    color: #666;
}




.player-name-witdh{
    width: 260px;
}
@media (max-width: 991px ){
    .player-name-witdh{
        width: 200px;
    }
}




@media (max-width: 991px ){
 .top-block__scoreboard {
      height: 100px;
      width: 100%;
      max-width: 991px;
      margin: 0 auto;
    }

    .top-block {
      height: 100px;
      width: 100%;
      max-width: 991px;
      margin: 0 auto;
    }
}