/* HLTV Styles for stats.html, player.html and matches.html - Need to cleanup more */

/* Base HTML Styles */
html {
    font-family: Open Sans, sans-serif;
    overflow-y: auto;
    height: 100%;
    font-size: 12px;
    line-height: 1.66667;
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 1em
}

body,
html {
    min-height: 100%;
    background-color: #000;
    color: #929a9e
}

.a-default,
a {
    text-decoration: none;
    color: #ffffff;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

.a-default:hover,
a:hover {
    color: #ffffff !important;
    cursor: pointer;
    outline-width: 0
}

a:active {
    outline-width: 0
}

.a-reset {
    color: inherit;
    font-weight: inherit
}

span {
    font-size: inherit
}

.selected {
    background-color: #435971;
    color: #fff;
    font-weight: 700
}

.bgPadding {
    /* Make the content container visually fill the remaining viewport
       (under the header) and include the pagination area. Use border-box so
       padding is considered part of the element size and won't add a scrollbar. */
    box-sizing: border-box;
    height: 475px;
    max-width: 1000px;
    margin: 0 auto;
    background-color: #1b1f23;
    /* increase bottom padding so pagination / page numbers are covered */
    padding: 10px 0 48px;
    position: relative;
    --ad-vertical-margin: 8px
}

.bgPadding2 {
    box-sizing: border-box;
    min-height: calc(100vh - var(--navbar-height-gt-smartphone));
    max-width: 1000px;
    margin: 0 auto;
    background-color: #1b1f23;
    padding: 10px 0 48px;
    position: relative;
    --ad-vertical-margin: 8px
}

.widthControl {
    max-width: 800px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
    padding: 0;
}

.columns {
    display: flex
}

.columns .col {
    flex: 1 0 0;
    margin-left: 10px;
    min-width: 0
}

.columns .col:first-child {
    margin-left: 0
}

.centered-placement {
    margin: 0 auto
}

.center-container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.standard-headline {
    font-size: 12px;
    font-weight: 700;
    color: #929a9e;
    opacity: .65;
    margin: 0 0 5px
}

.standard-box {
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .5);
    background-color: #2d3844
}

.text-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.flag {
    height: 12px;
    width: 18px;
    box-sizing: border-box;
    border: 1px solid #000;
    background-color: rgba(0, 0, 0, .05)
}



/* Stats Styles */
#statsBox {
    width: 820px;
    margin: 0;
    padding: 0;
    text-align: left;
    background-color: #16202d;
    background-image: url('../images/elements/topContentsBG.gif');
    background-repeat: repeat-y;
}

#statsBoxHeader {
    width: 820px;
    height: 7px;
    margin: 0;
    padding: 0;
    background-image: url('../images/elements/mainBodyHeader.gif');
}

#statsBoxFooter {
    width: 820px;
    height: 7px;
    margin: 0;
    padding: 0;
    background-image: url('../images/elements/mainBodyHeader.gif');
}

.stats-section {
    font-size: 12px
}

.stats-section .vspace {
    height: 10px
}

.stats-section .section-spacer {
    height: 18px
}

.stats-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .5);
    background-color: #2d3844
}

.stats-table .stats-table thead:first-child {
    background-color: #364250
}

.stats-table thead {
    font-weight: 700;
    background-color: #364250
}

.stats-table thead tr:hover:first-child {
    background-color: inherit
}

.stats-table th {
    text-align: center;
    padding: 5px;
    white-space: nowrap;
    border-left: 1px solid #495867
}

.stats-table th:first-child {
    border-left: 0
}

.stats-table td {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-left: 1px solid #495867;
    border-right: 1px solid #495867;
    padding: 5px
}

.stats-table td:first-child {
    border-left: 0
}

.stats-table td:last-child {
    border-right: 0
}

.stats-table tr {
    border-top: 1px solid #495867
}

.stats-table tr:hover,
.stats-table tr:hover:nth-child(2n) {
    background-color: #45515f
}

.stats-table tr:last-child {
    border-bottom: 0
}

.stats-table tr.group-1 {
    background-color: #364250 !important
}

.stats-table tr.group-1:hover {
    background-color: #45515f !important
}

.stats-table tr.group-1:not(.first) {
    border-top: 0
}

.stats-table tr.group-2 {
    background-color: #2d3844 !important
}

.stats-table tr.group-2:hover {
    background-color: #45515f !important
}

.stats-table tr.group-2:not(.first) {
    border-top: 0
}

.stats-table tbody tr:nth-child(2n) {
    background-color: #364250
}

.stats-table .flag {
    margin-right: 5px
}

.stats-table .statsCenterText {
    text-align: center;
    opacity: .5
}

.stats-table .statsMapPlayed {
    opacity: .5;
    text-align: center;
    font-size: 12px
}

.stats-table .statsDetail {
    opacity: .5;
    text-align: center
}

.stats-table tr:hover .statsCenterText {
    opacity: 1 !important
}

.stats-table tr:hover .statsDetail {
    opacity: 1;
    text-align: center
}

.stats-matches-table tr.match-won td:first-child {
    box-shadow: inset 3px 0 0 0 #09c100;
    opacity: 1 !important;
}

.stats-matches-table tr.match-lost td:first-child {
    box-shadow: inset 3px 0 0 0 #fc1d1d;
    opacity: 1 !important;
}

.stats-matches-table tr.match-tied td:first-child {
    box-shadow: inset 3px 0 0 0 #5a96dc;
    opacity: 1 !important;
}

.table-row-height-small td {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    height: 21px !important;
    line-height: 21px !important;
    min-height: 21px !important;
}

.table-row-height-normal td {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    height: 31px !important;
    line-height: 31px !important;
    min-height: 31px !important;
}

.table-row-height-large td {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    height: 37px !important;
    line-height: 37px !important;
    min-height: 37px !important;
}

.table-row-height-small td.statsMapPlayed,
.table-row-height-normal td.statsMapPlayed,
.table-row-height-large td.statsMapPlayed {
    padding-left: 10px !important;
}

.ratingPositive {
    color: #5cb85c !important;
    text-align: center
}

.ratingNegative {
    color: #d9534f !important;
    text-align: center
}

.ratingNeutral {
    color: #929a9e !important;
    text-align: center
}

.stats-section.stats-player.stats-player-overview {
    margin-top: 0;
    padding-top: 0;
}

.stats-section .summary {
    justify-content: space-between;
    display: flex;
    margin-left: -10px;
    margin-bottom: -10px;
    flex-wrap: wrap
}

.stats-section .summary .col {
    flex: 1 0 21%;
    padding-left: 10px;
    box-sizing: border-box;
    padding-bottom: 10px;
    min-width: 150px
}

.stats-section .summary .col.no-height {
    height: 0;
    padding: 0;
    margin: 0
}

.stats-section .summary .summary-box {
    padding: 10px;
    white-space: nowrap;
    display: flex;
    flex-direction: column
}

.stats-section .summary .summary-box .value {
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    color: #b9bdbf
}

.stats-section.stats-event.stats-player-multi-kills .summary-box .description,
.stats-section.stats-player.stats-player-multi-kills .summary-box .description,
.stats-section.stats-team.stats-player-multi-kills .summary-box .description {
    display: flex;
    gap: 4px
}

.stats-rows {
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .5);
    background-color: #2d3844
}

.stats-section .stats-rows .stats-row {
    display: flex;
    justify-content: space-between;
    border: solid #495867;
    border-width: 1px 0 0;
    padding: 7px;
    font-size: 12px
}

.stats-section .stats-rows .stats-row>span:first-child {
    font-weight: 700
}

.stats-section .stats-rows .stats-row>span:first-child.status-indicator {
    margin: -7px;
    padding: 7px 0 7px 7px
}

.stats-section .stats-rows .stats-row>span:first-child.status-indicator.best {
    box-shadow: inset 3px 0 0 0 #09c100
}

.stats-section .stats-rows .stats-row>span:first-child.status-indicator.worst {
    box-shadow: inset 3px 0 0 0 #fc1d1d
}

.stats-section .stats-rows .stats-row>span:first-child.status-indicator.tie {
    box-shadow: inset 3px 0 0 0 #5a96dc
}

.stats-section .stats-rows .stats-row>span:nth-child(2) {
    text-align: right
}

.stats-section .stats-rows .stats-row>span:nth-child(2).status-indicator {
    margin: -7px;
    padding: 7px 7px 7px 0
}

.stats-section .stats-rows .stats-row>span:nth-child(2).status-indicator.best {
    box-shadow: inset -3px 0 0 0 #09c100
}

.stats-section .stats-rows .stats-row>span:nth-child(2).status-indicator.worst {
    box-shadow: inset -3px 0 0 0 #fc1d1d
}

.stats-section .stats-rows .stats-row>span:nth-child(2).status-indicator.tie {
    box-shadow: inset -3px 0 0 0 #5a96dc
}

.stats-section .stats-rows .stats-row:last-child {
    border-bottom-width: 0
}

.stats-section .stats-rows .stats-row:nth-child(2n) {
    background-color: #364250
}

.tabs {
    display: flex;
}

.stats-section .stats-top-menu {
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .5);
    background-color: #2d3844
}

.stats-section .stats-top-menu .tabs {
    display: flex;
    flex-direction: row
}

.stats-section .stats-top-menu .tabs:not(:first-child) {
    margin-top: 5px
}

.stats-section .stats-top-menu .tabs .tabs-left {
    position: relative;
    display: flex;
    flex: 1 1 100%
}

.stats-section .stats-top-menu .tabs .map-filter select {
    border-bottom: 0;
    color: #929a9e;
    margin-left: 0
}

.stats-section .stats-top-menu .tabs .tab-title {
    font-size: 8px;
    text-transform: uppercase;
    opacity: .75;
    font-weight: 700;
    position: absolute;
    top: 1px;
    left: 4px
}

.stats-section .stats-top-menu .tabs select {
    margin: 12px 4px 8px;
    font-weight: 700;
    color: #87a3bf;
    border: 0 solid #495867;
    border-bottom: 2px solid #435971;
    border-radius: 0;
    background-position: right 50%;
    background-repeat: no-repeat;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAMAAABlXnzoAAAABlBMVEVMaXGHo7+g0u0vAAAAAnRSTlMA/1uRIrUAAAAhSURBVAjXY2AgHzAyQuj/UC4DIxKPgZGBgRHBgwlRAwAAKFQDBUwqZZcAAAAASUVORK5CYII=");
    padding: .3em 2em .3em .3em;
    background-color: #2d3844;
    cursor: pointer;
    transition: .2s ease
}

.stats-section .stats-top-menu .tabs select:hover {
    background-color: #45515f
}

.stats-section .stats-top-menu .tabs select[disabled] {
    background-image: none
}

.stats-section .stats-top-menu .tabs .stats-sub-navigation-title {
    position: relative;
    margin-right: 16px
}

.stats-section .stats-top-menu .tabs .stats-sub-navigation-simple-filter-map-hover {
    position: absolute;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .5);
    background-color: #2d3844;
    background-color: #364250;
    padding: 8px;
    z-index: 101;
    top: 100%;
    right: 0;
    display: flex;
    width: 266px;
    border-top: 1px solid #495867;
    -moz-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.stats-section .stats-top-menu .tabs .stats-sub-navigation-simple-filter-map-hover .g-grid {
    flex-wrap: wrap
}

.stats-section .stats-top-menu .tabs .stats-sub-map-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%
}

.stats-section .stats-top-menu .tabs .stats-sub-map a {
    padding: 4px
}

.stats-section .stats-top-menu .tabs .stats-sub-map a:hover {
    background-color: #45515f;
    padding: 4px;
    border-radius: 4px
}

.stats-section .stats-top-menu .tabs .stats-sub-map .active {
    font-weight: 700;
    color: #87a3bf
}

.stats-section .stats-top-menu .tabs .stats-sub-navigation-simple-filter-map {
    margin: 12px 4px 8px;
    font-weight: 700;
    color: #87a3bf;
    border: 0 solid #495867;
    border-bottom: 2px solid #435971;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: right 50%;
    background-repeat: no-repeat;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAMAAABlXnzoAAAABlBMVEVMaXGHo7+g0u0vAAAAAnRSTlMA/1uRIrUAAAAhSURBVAjXY2AgHzAyQuj/UC4DIxKPgZGBgRHBgwlRAwAAKFQDBUwqZZcAAAAASUVORK5CYII=");
    padding: .3em 2em .3em .3em;
    background-color: #2d3844;
    -moz-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    cursor: pointer;
    transition: background-color .2s ease
}

.stats-section .stats-top-menu .tabs .stats-sub-navigation-simple-filter-map:hover {
    background-color: #45515f
}

.stats-section .stats-top-menu .tabs .stats-sub-navigation-simple-filter-map:active {
    outline: 5px auto -webkit-focus-ring-color
}

.stats-section .stats-top-menu .tabs .stats-sub-navigation-simple-filter-map.active {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAMAAABlXnzoAAAABlBMVEVMaXGHo7+g0u0vAAAAAnRSTlMA/1uRIrUAAAAgSURBVAjXY2CgDDCiMBkZGP4juIwMDAg+I1TlfwaKAQD7RQMF+JxOQAAAAABJRU5ErkJggg==")
}

.stats-section .stats-top-menu .stats-top-menu-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    width: 100%;
    color: #929a9e;
    position: relative;
    text-decoration: none
}

.stats-section .stats-top-menu .stats-top-menu-item:hover {
    background-color: #45515f;
    text-decoration: none
}

.stats-section .stats-top-menu .stats-top-menu-item.selected {
    font-weight: 700;
    box-shadow: inset 0 -3px 0 0 #87a3bf;
    color: #87a3bf;
    text-decoration: none;
    background-color: transparent
}

.stats-section .stats-top-menu .stats-top-menu-item.selected:hover {
    background-color: #45515f
}

.stats-section .stats-top-menu .stats-top-menu-item .stats-top-menu-item-link {
    color: inherit;
    font-weight: inherit;
    text-decoration: none
}

.stats-section .player-stats-header {
    width: 100%;
    display: block;
    text-align: left;
    margin-left: 4px;
    margin-bottom: 8px;
}

.stats-section .player-summary-stat-box {
    background: linear-gradient(270deg, #171c22, #3a4755);
    height: 278px;
    display: flex;
    color: #fff;
    --teamColor: #2d6da3
}

.stats-section .player-summary-stat-box .player-summary-stat-box-left {
    flex: 0 0 176px;
    width: 176px;
    position: relative
}

.stats-section .player-summary-stat-box .player-summary-stat-box-left:after {
    content: "";
    height: 100%;
    width: 33px;
    display: block;
    background: linear-gradient(90deg, #1c252d, rgba(43, 52, 61, 0));
    z-index: 0;
    position: absolute;
    left: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    pointer-events: none
}

.stats-section .player-summary-stat-box .player-summary-stat-box-left svg {
    position: absolute;
    left: 0;
    top: 0
}

.stats-section .player-summary-stat-box .player-summary-stat-box-left-banner-wrapper {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.stats-section .player-summary-stat-box .player-summary-stat-box-left-flag .flag {
    width: 30px;
    height: auto;
    border: 0
}

.stats-section .player-summary-stat-box .player-summary-stat-box-left-team-logo-wrapper {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center
}

.stats-section .player-summary-stat-box .player-summary-stat-box-left-team-logo-wrapper img {
    max-height: 100%;
    max-width: 100%
}

.stats-section .player-summary-stat-box .player-summary-stat-box-left-team-logo {
    max-width: 100%;
    max-height: 100%
}

.stats-section .player-summary-stat-box .player-summary-stat-box-left-bodyshot-wrapper {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    -webkit-mask-image: linear-gradient(0deg, transparent 17%, #000 37%)
}

.stats-section .player-summary-stat-box .player-summary-stat-box-left-bodyshot {
    position: absolute;
    left: -34px;
    height: 330px;
    top: 29px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    pointer-events: none
}

.stats-section .player-summary-stat-box .player-summary-stat-box-left-text-wrapper {
    position: absolute;
    bottom: 32px;
    z-index: 1;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 100%
}

.stats-section .player-summary-stat-box .player-summary-stat-box-left-nickname {
    font-weight: 700;
    font-size: 24px
}

.stats-section .player-summary-stat-box .player-summary-stat-box-left-meta-wrapper {
    display: flex;
    font-size: 10px;
    opacity: .65;
    justify-content: center;
    margin-top: -6px;
    flex-wrap: wrap;
    line-height: 12px
}

.stats-section .player-summary-stat-box .player-summary-stat-box-left-player-name {
    font-size: 10px
}

.stats-section .player-summary-stat-box .player-summary-stat-box-left-player-age {
    font-size: 10px
}

.stats-section .player-summary-stat-box .player-summary-stat-box-left-info-wrapper {
    position: absolute;
    z-index: 1;
    color: #fff;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 6px;
    box-sizing: border-box;
    padding-bottom: 2px;
}

.stats-section .player-summary-stat-box .player-summary-stat-box-left-info-wrapper a {
    text-decoration: none;
    display: inline-block;
    line-height: 0;
}

.stats-section .player-summary-stat-box .player-summary-stat-box-left-btn {
    background: #435971;
    padding: 2px 8px;
    border-radius: 4px 4px 0 0;
    height: 20px;
    font-size: 13px;
    color: #fff !important;
    display: block;
    vertical-align: bottom;
}

.stats-section .player-summary-stat-box .player-summary-stat-box-left-btn:hover {
    background: #59728e;
    color: #fff !important
}

.stats-section .player-summary-stat-box .player-summary-stat-box-right {
    display: flex;
    flex-direction: column;
    flex: 1;
    position: relative
}

.stats-section .player-summary-stat-box .player-summary-stats-box-right-bg-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    pointer-events: none
}

.stats-section .player-summary-stat-box .player-summary-ct-bg-img,
.stats-section .player-summary-stat-box .player-summary-t-bg-img {
    position: absolute;
    top: 0;
    opacity: .3
}

.stats-section .player-summary-stat-box .player-summary-ct-bg-img {
    right: -6px
}

.stats-section .player-summary-stat-box .player-summary-t-bg-img {
    left: -44px;
    top: 22px
}

.stats-section .player-summary-stat-box .player-summary-stat-box-right-top {
    font-size: 10px;
    height: 22px;
    background: #333c47;
    color: hsla(0, 0%, 100%, .65);
    z-index: 1;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    gap: 16px;
    align-items: center;
    position: absolute;
    right: 0;
    padding: 0 8px;
    border-radius: 0 0 0 8px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.stats-section .player-summary-stat-box .player-summary-stat-box-right-map-count {
    font-size: inherit
}

.stats-section .player-summary-stat-box .player-summary-stat-box-right-middle {
    display: flex;
    justify-content: center;
    flex: 1
}

.stats-section .player-summary-stat-box .player-summary-stat-box-side-rating {
    font-size: 20px;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
    margin-top: -24px
}

.stats-section .player-summary-stat-box .player-summary-stat-box-side-rating-background-wrapper {
    position: relative;
    height: 44px;
    line-height: 28px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.stats-section .player-summary-stat-box .player-summary-stat-box-side-rating-text {
    font-size: 11px;
    font-weight: 400;
    opacity: .65;
    margin-top: auto;
    text-transform: uppercase
}

.stats-section .player-summary-stat-box .t-rating {
    color: #e0a42d;
    text-align: right
}

.stats-section .player-summary-stat-box .t-rating .player-summary-stat-box-side-rating-text {
    margin-right: 10px
}

.stats-section .player-summary-stat-box .t-rating-background {
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(270deg, rgba(224, 164, 45, .2) 8.65%, rgba(224, 164, 45, 0));
    right: -28px;
    clip-path: polygon(0 0, 132px 0, 113px 20px, 104px 44px, 0 44px);
    transform: translateX(calc(100% - 132px))
}

.stats-section .player-summary-stat-box .t-rating-background:before {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    top: 0;
    right: 0;
    background: linear-gradient(270deg, rgba(224, 164, 45, .2) 8.65%, rgba(224, 164, 45, 0))
}

.stats-section .player-summary-stat-box .t-rating-background:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    bottom: 0;
    right: 0;
    background: linear-gradient(270deg, rgba(224, 164, 45, .2) 8.65%, rgba(224, 164, 45, 0))
}

.stats-section .player-summary-stat-box .ct-rating {
    color: #2c6ea4
}

.stats-section .player-summary-stat-box .ct-rating .player-summary-stat-box-side-rating-text {
    margin-left: 10px;
    text-align: left
}

.stats-section .player-summary-stat-box .ct-rating-background {
    position: absolute;
    height: 100%;
    width: 200%;
    background: linear-gradient(90deg, rgba(44, 110, 164, .2) 8.65%, rgba(44, 110, 164, 0) 25%);
    background-repeat: no-repeat;
    left: -28px;
    clip-path: polygon(132px 0, 0 0, 19px 20px, 28px 44px, 132px 44px)
}

.stats-section .player-summary-stat-box .ct-rating-background:before {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    top: 0;
    right: 0;
    background: linear-gradient(90deg, rgba(44, 110, 164, .2) 8.65%, rgba(44, 110, 164, 0))
}

.stats-section .player-summary-stat-box .ct-rating-background:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    bottom: 0;
    right: 0;
    background: linear-gradient(90deg, rgba(44, 110, 164, .2) 8.65%, rgba(44, 110, 164, 0))
}

.stats-section .player-summary-stat-box .player-summary-stat-box-rating-wrapper {
    --color: #000;
    flex: 0 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    position: relative
}

.stats-section .player-summary-stat-box .player-summary-stat-box-rating-wrapper.average {
    --color: #e3ae08
}

.stats-section .player-summary-stat-box .player-summary-stat-box-rating-wrapper.belowAverage {
    --color: #f53c3c
}

.stats-section .player-summary-stat-box .player-summary-stat-box-rating-wrapper.aboveAverage {
    --color: #06b319
}

.stats-section .player-summary-stat-box .player-summary-stat-box-rating-wrapper.unavailable {
    --color: #494c4f;
    --primary: #494c4f;
    --secondary: #494c4f;
}

.stats-section .player-summary-stat-box .player-summary-stat-box-rating-text {
    text-transform: uppercase;
    font-size: 9px;
    margin-bottom: -8px;
    color: var(--color)
}

.stats-section .player-summary-stat-box .player-summary-stat-box-rating-data-text {
    font-size: 28px;
    font-weight: 700
}

.stats-section .player-summary-stat-box .player-summary-stat-box-data-description-text {
    position: relative;
    font-size: 10px;
    font-weight: 400;
    margin-top: -8px;
    color: rgba(158, 200, 241, .65);
    text-transform: uppercase;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.stats-section .player-summary-stat-box .player-summary-stat-half-circle {
    --percentage: var(--value);
    --primary: var(--color);
    --secondary: #494c4f;
    color: var(--color);
    width: 100%;
    aspect-ratio: 2/1;
    border-radius: 50%/100% 100% 0 0;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: absolute;
    margin-top: -28px;
    z-index: 1
}

.stats-section .player-summary-stat-box .player-summary-stat-half-circle:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: conic-gradient(from 270deg at 50% 100%, var(--primary) calc(var(--percentage)*1%/2), var(--secondary) calc(var(--percentage)*1%/2 + .1%));
    -webkit-mask: radial-gradient(at 50% 100%, #fff 55%, transparent 55.5%);
    mask: radial-gradient(at 50% 100%, #fff 55%, transparent 55.5%);
    mask-mode: alpha;
    -webkit-mask: radial-gradient(at 50% 100%, transparent 65%, #000 66.5%);
    -webkit-mask-mode: alpha
}

.summaryStatIndicator {
    z-index: 99;
    position: absolute;
    height: 10px;
    width: 1px;
    background-color: #fff;
    top: -4px;
    left: 0;
    transition: 1.5s ease;
    opacity: 1
}

.summaryStatIndicatorAverage {
    background-color: #97cfff !important;
    box-shadow: none !important;
    left: 0;
    width: 2px;
    opacity: .65;
    transition: .1s ease
}

.hiddenIndicator {
    opacity: 0 !important
}

.player-rating-avg-wrapper {
    content: "";
    position: absolute;
    width: 2px;
    height: calc(100% + 5px);
    left: 50%;
    top: auto;
    bottom: -5px;
    transform: translateX(-50%) rotate(calc(var(--value)*1.8deg - 90deg));
    transform-origin: bottom center;
    clip-path: inset(0 0 80% 0);
    transition: 0s !important
}

.stats-section .player-summary-stat-box .player-summary-stat-box-right-bottom {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
    padding: 0 16px 24px;
    margin-top: -32px
}

.stats-section .player-summary-stat-box .player-summary-stat-box-data-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    position: relative
}

.stats-section .player-summary-stat-box .player-summary-stat-box-data {
    font-size: 24px;
    font-weight: 700;
    align-items: baseline;
    gap: 3px;
    display: flex;
    justify-content: center
}

.stats-section .player-summary-stat-box .player-summary-stat-box-data-text {
    font-size: 10px;
    font-weight: 400;
    margin-top: -8px;
    color: rgba(158, 200, 241, .65);
    text-transform: uppercase;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.stats-section .player-summary-stat-box .player-summary-stat-box-breakdown-bar {
    display: flex;
    position: relative
}

.stats-section .player-summary-stat-box .player-summary-data-bar {
    flex: 1;
    width: 100%;
    height: 3px;
    transition: .2s ease;
    background-color: hsla(0, 0%, 100%, .15)
}

.stats-section .player-summary-stat-box .player-summary-data-bar:first-child {
    border-radius: 100px 0 0 100px
}

.stats-section .player-summary-stat-box .player-summary-data-bar:nth-child(3) {
    border-radius: 0 100px 100px 0
}

.stats-section .player-summary-stat-box .player-summary-data-bar:nth-child(2) {
    background-color: hsla(0, 0%, 100%, .25)
}

.stats-section .player-summary-stat-box .player-summary-stat-box-breakdown-description {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    font-size: 8px;
    text-transform: uppercase;
    position: absolute;
    width: 100%;
    bottom: -14px;
    opacity: .85;
    color: hsla(0, 0%, 100%, .4)
}

.stats-section .player-summary-stat-box .player-summary-stat-box-data-wrapper.average .player-summary-data-bar:nth-child(2) {
    background: #e3ae08 !important;
    box-shadow: 0 0 7px 0 #e3ae08
}

.stats-section .player-summary-stat-box .player-summary-stat-box-data-wrapper.average .player-summary-stat-box-breakdown-description {
    color: #e3ae08;
    text-align: center
}

.stats-section .player-summary-stat-box .player-summary-stat-box-data-wrapper.average .summaryStatIndicator {
    background-color: #e3ae08;
    box-shadow: 0 0 7px 0 #e3ae08
}

.stats-section .player-summary-stat-box .player-summary-stat-box-data-wrapper.aboveAverage .player-summary-data-bar:nth-child(3) {
    background: #06b319 !important;
    box-shadow: 0 0 7px 0 #06b319
}

.stats-section .player-summary-stat-box .player-summary-stat-box-data-wrapper.aboveAverage .player-summary-stat-box-breakdown-description {
    color: #06b319;
    text-align: right
}

.stats-section .player-summary-stat-box .player-summary-stat-box-data-wrapper.aboveAverage .summaryStatIndicator {
    background-color: #6ff8a8;
    box-shadow: 0 0 7px 0 #06b319
}

.stats-section .player-summary-stat-box .player-summary-stat-box-data-wrapper.belowAverage .player-summary-data-bar:first-child {
    background: #f53c3c !important;
    box-shadow: 0 0 7px 0 #cf0a0a
}

.stats-section .player-summary-stat-box .player-summary-stat-box-data-wrapper.belowAverage .player-summary-stat-box-breakdown-description {
    color: #ff6565;
    text-align: left
}

.stats-section .player-summary-stat-box .player-summary-stat-box-data-wrapper.belowAverage .summaryStatIndicator {
    background-color: #cf0a0a;
    box-shadow: 0 0 7px 0 #cf0a0a
}

.stats-section .player-summary-stat-box .player-summary-stat-box-data-wrapper.unavailable .player-summary-data-bar {
    background-color: #5b5b5b !important;
    box-shadow: none !important;
    opacity: 0.65;
}

.stats-section .player-summary-stat-box .player-summary-stat-box-data-wrapper.unavailable .player-summary-stat-box-breakdown-description {
    color: #9aa0a5;
    text-align: center;
}

.stats-section .player-summary-stat-box .player-summary-stat-box-data-wrapper.unavailable .summaryStatIndicator {
    left: 50% !important;
    background-color: #9a9a9a !important;
    box-shadow: none !important;
}

.player-ratings-table .teamCol a .team-icon {
    display: inline-flex !important;
    align-items: center;
    gap: 8px;
    margin-right: 8px !important;
    vertical-align: middle;
}

.player-ratings-table .teamCol a .team-icon:last-child {
    margin-right: 0;
}

.player-ratings-table .teamCol a .team-icon img.logo {
    display: block !important;
    width: 16px !important;
    height: 16px !important;
    object-fit: contain;
}

.player-ratings-table .teamCol a .team-icon:hover {
    filter: brightness(1.15);
}

.player-summary-avg-text {
    color: #fff;
    position: absolute;
    bottom: -15px;
    left: -8px;
    font-size: 7px;
    background: #000;
    padding: 0 3px;
    border-radius: 4px
}

.stats-section .player-summary-stat-box .player-summary-tooltip {
    bottom: 64px;
    transition: .2s ease;
    position: absolute;
    background-color: rgba(0, 0, 0, .85);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    text-transform: none;
    font-size: 11px;
    line-height: 1.55;
    width: 100%;
    max-width: 125px;
    padding: 8px;
    color: #fff;
    opacity: 1;
    z-index: 999999;
    pointer-events: none;
    text-align: left
}

.stats-section .player-summary-stat-box .player-summary-tooltip.hiddenTooltip {
    opacity: 0 !important;
    bottom: 54px !important
}

.stats-section .player-summary-stat-box .player-summary-stat-box-data-description-text:hover .hiddenTooltip {
    opacity: 1 !important;
    bottom: 64px
}



/* Pagination Components */
.pagination-component {
    display: flex;
    align-items: center;
    -moz-column-gap: 3px;
    column-gap: 3px
}

.pagination-component .pagination-next,
.pagination-component .pagination-prev {
    height: 25px;
    width: 35px;
    scale: 0.75;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 10px
}

.pagination-component .pagination-next:hover,
.pagination-component .pagination-prev:hover {
    background-color: #45515f;
    color: #fff
}

.pagination-component .pagination-prev.inactive {
    color: #929a9e;
    opacity: .35;
    rotate: 180deg;
}

.pagination-component .pagination-next.inactive {
    color: #929a9e;
    opacity: .35
}

.pagination-component.pagination-top {
    float: right;
    font-weight: 400;
    margin-bottom: 8px;
    margin-top: -2px
}

.pagination-component.pagination-bottom {
    float: right;
    font-weight: 400;
    margin-top: 8px
}

.pagination-component .pagination-left {
    position: relative;
    right: 1px
}

.pagination-component .pagination-right {
    position: relative;
    left: 1px
}

.pagination-component.with-stats-table {
    margin-left: 5px;
    display: inline-block
}

.pagination-component .pagination-data {
    position: relative;
    top: 1px
}

.stats-section .pagination-component.pagination-top {
    margin-bottom: inherit;
    margin-top: -5px;
    margin-right: 8px
}

.stats-table-padding-buttons-pagination .pagination-next,
.stats-table-padding-buttons-pagination .pagination-prev {
    font-size: 10px;
    height: 19px !important;
    width: 20px !important
}

.stats-headline-pagination {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: -1px 0 6px
}

.stats-headline-pagination .standard-headline {
    margin: 0
}

.stats-table-padding-buttons-pagination {
    display: flex;
    align-items: center;
}

.stats-table-padding-buttons-pagination .pagination-component {
    margin-left: 8px !important;
    margin-bottom: 2px
}



/* Padding Buttons */
.stats-table-padding-button {
    cursor: pointer;
    width: 11px;
    height: 11px;
    display: inline-block;
    margin-top: -2px
}

.stats-table-small-padding,
.stats-table-medium-padding,
.stats-table-large-padding {
    display: inline-block;
    width: 11px;
    height: 11px;
    margin-right: 5px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 11px 11px;
    cursor: pointer;
}

.stats-table-small-padding {
    background-image: url('../images/elements/smallTableInactive.svg') !important;
}

.stats-table-small-padding.active {
    background-image: url('../images/elements/smallTableActive.svg') !important;
}

.stats-table-medium-padding {
    background-image: url('../images/elements/normalTableInactive.svg') !important;
}

.stats-table-medium-padding.active {
    background-image: url('../images/elements/normalTableActive.svg') !important;
}

.stats-table-large-padding {
    background-image: url('../images/elements/largeTableInactive.svg') !important;
}

.stats-table-large-padding.active {
    background-image: url('../images/elements/largeTableActive.svg') !important;
}



/* Preload Transition Suppression */
.preload * {
    transition: initial !important
}

.preload .stats-section .stats-top-menu .tabs .stats-sub-navigation-simple-filter-map {
    transition: initial !important
}

.preload .stats-section .stats-top-menu .tabs select {
    transition: initial !important
}