﻿/* used to remove the dotted outline of the selected tab */
.k-tabstrip-content.k-focus, .k-tabstrip-content.k-state-focused, .k-tabstrip-content:focus, .k-tabstrip > .k-content.k-focus, .k-tabstrip > .k-content.k-state-focused, .k-tabstrip > .k-content:focus {
    outline: none !important;
}

/* Adjust the margin of the headers for cards */
#matchContainer-Desktop > div.row.mb-2.pb-2 > div.col-10 > div > section > header > h5 {
    margin: unset !important;
    font-weight: bold;
}

.game-result-list .card-actions {
    top: unset !important;
}

.leagueHeader {
    position: absolute;
    left: 0;
    margin-top: 2rem;
    width: 100%;
}

#national-leagues-dropdown .dropdown-menu {
    min-width: 330px;
}

#league-team-list .dropdown-menu li .dropdown-item {
    font-size: unset !important;
}

#league-team-list .dropdown-menu {
    font-size: unset !important;
}

#conferenceDropdownMenuButton {
    background-color: #a6a7a9;
    border: 1px solid transparent;
}

#divisionDropdownMenuButton {
    background-color: #a6a7a9;
    border: 1px solid transparent;
}