/*
File Name: 		custom.css
Description:  You can add your custom CSS here and it will overwrite template styles
*/
/*# sourceMappingURL=maps/custom.css.map */
/*.mobile-menu {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    background: rgba(38, 38, 61, 1);
    z-index: 999999;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.mobile-menu.open {
    display: block;
    z-index: 999999;
}
body.mobile-menu-open {
    overflow: hidden;
}
@media (max-width: 991px) {
    .header-mobile { display: block; }
    .header--layout-3 { display: none; }
}
@media (min-width: 992px) {
    .header-mobile { display: none; }
    .header--layout-3 { display: block; }
}*/


.page-heading {
  z-index: 0;
}

/* --------------------------------------------------------
   Wiki Page Renderer — games/esports namespace
   Body bg is #362b45 (dark purple), so panels need a
   slightly lighter surface with theme-appropriate text.
-------------------------------------------------------- */
[data-template="template-esports"] .wiki-content-body {
    background-color: #2e2441;
    border-radius: .375rem;
    padding: 1.25rem 1.5rem;
    color: #d4ccdb;
}

[data-template="template-esports"] .wiki-content-body h1,
[data-template="template-esports"] .wiki-content-body h2,
[data-template="template-esports"] .wiki-content-body h3,
[data-template="template-esports"] .wiki-content-body h4,
[data-template="template-esports"] .wiki-content-body h5,
[data-template="template-esports"] .wiki-content-body h6 {
    color: #fff;
}

[data-template="template-esports"] .wiki-content-body a {
    color: #a98fdc;
}

[data-template="template-esports"] .wiki-content-body a:hover {
    color: #c8b8ed;
}

[data-template="template-esports"] .wiki-content-body code,
[data-template="template-esports"] .wiki-content-body pre {
    background-color: #1e1530;
    color: #e0d8f0;
    border-radius: .25rem;
}

[data-template="template-esports"] .wiki-toc.card {
    background-color: #403351 !important;
    border: 1px solid #4b3b60 !important;
}

[data-template="template-esports"] .wiki-toc-heading {
    color: #a59cae;
}

[data-template="template-esports"] .wiki-toc-link {
    color: #c3b8e0;
}

[data-template="template-esports"] .wiki-toc-link:hover {
    color: #fff;
}
.info-block__dateLabel {
    font-size: 15px;
    line-height: 1.2em;
    margin-bottom: 5px;
    color: #fff;
    text-transform: uppercase;
}
.info-block__date {
    font-size: 18px;
    line-height: 1.5em;
    color: #00ff5b;
}

.page-header {
    /* background-image: url('../images/splash.jpg');*/
    position: relative;
    width:100%;
}

.page-header > h2 {
    position: absolute;
    top: 50px;
    left: 50px;
    padding: 0px;
    margin: 0 0 8px 0;
    font: bold 21px/24px Tahoma, Geneva, sans-serif;
    color: #ddd;
    padding: 18px;
    background: rgba(6, 6, 68, 0.7);
    z-index: 1;
  }

 @media (min-width: 992px) {
    .page-header img.splash {
        width: 100%;
        height: auto;
        max-height: 250px;
        position: relative;
        z-index: -1;
    }
    .nav-account .nav-account__item {
        font-size:16px !important;
    }
    .post--single .post__content--inner {
        padding: 15px 0 0 15px;
    }
}

@media screen and (max-width: 768px) {
    .page-header img.splash {
        max-height: 150px;
    }
}

@media screen and (max-width: 480px) {
    .page-header img.splash {
        max-height: 120px;
    }
}

.posts__inner {
    font-size:14px !important;
}

.widget--sidebar .widget__content {
    font-size:16px !important;
}
.posts__title {
    font-size: 28px !important;
}
.posts__inner time {
    font-size: 18px !important;
}
.post__article_author {
    font-size: 16px;
    
}
@media (min-width: 992px) {
    
}
.card__content .highlighted_text {
    font-size:16px;
    color:#eee;
    padding: 12px 12px;

}
.league_listing a.leagueLink  {
    display: inline;
    color: #151617 !important;
    font-weight: 600;
    line-height: 28px;
    font-size: 24px !important;
}
.league_listing .league_logo {
    width: 50px;
    height: 50px;
}
.league_listing .logo_placeholder {
    font-size: 50px;
}
.form-control {
    
    line-height: 1.825;
    font-size: 14px !important;
    color: #dfdee0 !important;
}
label {
    font-size: 15px;
}

.card__content {
    font-size:16px !important;
}

.tbl-lg td, .tbl-lg th {
    font-size:16px !important;
    color: #dfdee0 !important;
}
.tbl-md td, .tbl-md th {
    font-size:13px !important;
    color: #dfdee0 !important;
}
.tbl-text-light td, .tbl-text-light th {
    color: #dfdee0 !important;
}
.widget__list li p {
    margin: 20px;
    font-size:18px !important;
    color:#eee;
    font-weight: bold;
}
.widget-team-info li span {
    font-size: 14px !important;
}
.product-header {
    font-size: 16px !important;
} 
.comment__inner-wrap .comment__body {
    font-size: 16px !important;
    color:#eee;
}
.card__content {
    color:#eee;
}
.card .posts--simple-list .posts__item {
    margin-left: -5px;
  margin-right: -5x;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

/** CUSTOM MODALS */
.modal-content {
    color: #fff;
    background-color: #403351; 
}

@media (max-width: 991px) {
  .player-info__item--photo img {
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .player-info__item--photo {
    -ms-flex-preferred-size: 33%;
        flex-basis: 20%;
    width: 175px;
    margin: 0;
  }
  .player-info__item--details {
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
    padding: 8px 0;
  }
}
@media (min-width: 1200px) {
  .player-info__item--photo {
    width: 175px;
  }
  .player-info__item--details {
    width: 900px;
  }
}
.player-info__title {
  margin-bottom: 0px;
}
.player-info__item--details {
  width: 800px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .player-info-details__item--height {
    -ms-flex-preferred-size: 19%;
    flex-basis: 15%;
  }
  .player-info__item--details {
    -ms-flex-preferred-size: 45%;
        flex-basis: 20%;
    padding: 25px 0;
  }
}
.player-info__number {
  font-size: 54px;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #fff;
  line-height: 1em;
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 992px) {
  .player-info__number {
    font-size: 64px;
    margin-left: -5px;
  }
}
@media (min-width: 1200px) {
  .player-info__number {
    font-size: 92px;
    margin-left: -10px;
    margin-right: 5px;
  }
}

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

@media (min-width: 992px) {
  .player-info__first-name {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .player-info__first-name {
    font-size: 26px;
  }
}

.player-info__last-name {
  color: #ffb400;
}

@media (max-width: 991px) {
  .player-info-details {
    padding: 0 17px;
  }
}

.player-info-details__item {
  padding: 6px 0;
}

.player-info-details__item--height {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
}
@media (min-width: 992px) {
  .player-info-details__item--height {
    -ms-flex-preferred-size: 15%;
        flex-basis: 15%;
  }
}

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

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

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

.player-info-details__item--born {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
@media (min-width: 992px) {
  .player-info-details__item--born {
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
  }
}

.player-info-details__item--position {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
@media (min-width: 992px) {
  .player-info-details__item--position {
    -ms-flex-preferred-size: 32%;
        flex-basis: 32%;
  }
}

.draft-list-widget {
  max-height: 320px;
  overflow-y: auto;
  overflow-x: hidden;
}

/* Fantasy Points Chart Legend Dot */
.legend-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 6px;
    vertical-align: middle;
}
.points-history-chart {
    width: 100% !important;
    max-width: 100%;
    height: 135px !important;
    max-height: 135px;
    background: #222;
    border-radius: 6px;
    margin-bottom: 10px;
}
.widget-player-points .table {
    background: transparent;
    color: #dfdee0;
}
.widget-player-points .table th,
.widget-player-points .table td {
    color: #dfdee0 !important;
}

.btn-esports {
    background: #00ff5b;
    color: #222;
    border: none;
    border-radius: 4px;
    font-weight: 600;
}
.btn-esports.active, .btn-esports:active, .btn-esports:focus {
    background: #222;
    color: #00ff5b;
    outline: none;
}

/* Add to custom.css */
.uniform-info-text,
.uniform-info-text p,
.uniform-info-text li {
    font-size: 16px !important;
    color: #eee !important;
    font-weight: 400 !important;
}

.list-group-dark .list-group-item {
  background-color: #392d49;
  color: #fff;
}

/* Playoff & Season Banners */
.playoff-banner,
.season-over-banner {
    animation: slideInDown 0.5s ease-out;
}

@keyframes slideInDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Pulse Animation for Warning */
@keyframes pulse {
    0%, 100% { 
        opacity: 1; 
        transform: scale(1);
    }
    50% { 
        opacity: 0.6; 
        transform: scale(1.05);
    }
}

/* Glow effect on hover */
.season-over-banner:hover {
    box-shadow: 0 8px 25px rgba(74, 144, 226, 0.5) !important;
    transition: box-shadow 0.3s ease;
}

.playoff-banner:hover {
    box-shadow: 0 6px 20px rgba(0, 255, 91, 0.5) !important;
    transition: box-shadow 0.3s ease;
}

tr.dark-row td {
  color: #202020 !important;
  font-weight: bold !important;
}