/*****************************************
    HockeyTech Custom Color CSS
    Powered by HockeyTech.com
******************************************/

:root {
    --ht-primary-color: #6f818f;
    --ht-secondary-color: #070707;
    --ht-tertiary-color: #808080;
    --ht-white-text: #ffffff;
    --ht-black-text: #000000;
    --ht-col-highlight: rgb(134 134 134 / 30%) !important;
}

.goaltenders_and_featured_player {
    display: none;
}

.ht-controls,
.ht-row-header {
    background-color: var(--ht-secondary-color);
    color: var(--ht-white-text);
}

th {
    font-weight: 300;
}

.ht-table th.ht-title-row {
    background-color: var(--ht-tertiary-color);
    color: var(--ht-white-text);
}

.ht-table th,
.ht-table-summary th,
.ht-expanded-round,
.htactive,
.ht-btn-submit:hover,
.ht-btn-filter:hover,
.ht-button-current,
.ht-gc-play-by-play,
.ht-sch-box-top .ht-venue,
.ht-mobile-sch-top .ht-venue,
.ht-sch-box .ht-sch-box-bottom {
    background-color: var(--ht-primary-color);
    color: var(--ht-white-text);
}

.ht-col-left ul li {
    border-color: var(--ht-tertiary-color);
}

.ht-btn,
.ht-summary-btn,
.ht-btn-filter,
.ht-btn-100 {
    color: var(--ht-white-text);
}

.ht-sch-box .ht-sch-box-bottom i {
    color: var(--ht-white-text);
}

[data-high=true] {
    background-color: var(--ht-col-highlight) !important;
}

.ht-period-title {
    background-color: var(--ht-secondary-color);
    color: var(--ht-white-text);
}

.ht-gc-marker {
    background-color: var(--ht-primary-color);
    color: var(--ht-white-text);
}

.ht-background {
    background: none;
}

.ht-player-data .ht-stats-header {
    background-color: var(--ht-secondary-color);
    color: var(--ht-white-text);
}

/* Hide top page title on mobile app */
#ht-mobile #ht-statview .ht-title {
    display: none;
}

.table-container {
    margin-bottom: 50px !important;
}