﻿/***
 * START stantings.css
 */

.standings-no-results {
    margin: 35px;
}

.standings-season-dropdown {
    height: 66px;
    position: relative;
    display: inline-flex;
    align-items: center;
    flex-grow: 1;
    padding: 0px 20px;
    border-right: 1px solid rgba(255,255,255,0.4);
    width: 100%;
    cursor: pointer;
    transition: background-color 250ms 750ms ease-in-out, color 250ms 750ms ease-in-out !important;
}

    .standings-season-dropdown.active {
        background-color: white;
        color: #C30000;
        transition: background-color 250ms ease-in-out, color 250ms ease-in-out !important;
    }

    .standings-season-dropdown .arrow {
        stroke: white;
        height: 10px;
        transition: stroke 250ms 750ms ease-in-out, transform 250ms 750ms ease-in-out;
    }

    .standings-season-dropdown.active .arrow {
        stroke: #C30000;
        transform: rotate(-90deg);
        transition: stroke 250ms ease-in-out, transform 250ms ease-in-out;
    }

    .standings-season-dropdown .standings-season-dropdown-container {
        position: absolute;
        top: 100%;
        overflow: hidden;
        width: calc(100% + 1px);
        background: white;
        color: #242424;
        left: 0;
        border-bottom: 1px solid rgb(219,219,219);
        padding: 0px 20px;
        transition: all 750ms ease-in-out;
        max-height: 350px;
    }

    .standings-season-dropdown:not(.active) .standings-season-dropdown-container {
        border-bottom: none;
        max-height: 0px;
    }

    .standings-season-dropdown .standings-season-dropdown-container .standings-season {
        display: block;
        padding: 20px 0px;
        text-align: center;
        border-top: 1px solid rgb(219,219,219);
    }

        .standings-season-dropdown .standings-season-dropdown-container .standings-season:hover {
            color: #C30000;
        }

.standings-filter-header {
    margin-bottom: 30px;
}

.rankings-table {
    margin-bottom: 60px;
}

.info.competitions-list-toggle {
    height: 66px;
}

#standings .standings-season-dropdown:not(.active):before, #standings .info.competitions-list-toggle:not(.active):before {
    content: '';
    border-bottom: 1px solid #333;
    width: 94%;
    position: absolute;
    top: 100%;
    left: 3%;
}

.highlight-event-match .wrapper {
    display: block;
}

    .highlight-event-match .wrapper .wrapper-name {
        font-size: 34px;
        padding: 60px 0px;
        color: white;
        text-transform: uppercase;
        font-weight: 500;
    }

.current-competition {
    display: flex;
    justify-content: center;
    align-items: center;
}

.gamehub-header .cover-img {
    -webkit-transition: background-image 0.5s ease-in-out;
    transition: background-image 0.5s ease-in-out;
}

#standings .gamehub-header .day-game-info {
    display: block;
}

.standings-filter-header {
    border-bottom: 1px solid #f4f4f4;
    white-space: nowrap;
    overflow: auto;
}

    .standings-filter-header .standings-filter-item {
        font-family: "Roboto Condensed", Arial, sans-serif;
        font-size: 16px;
        font-weight: 400;
        padding: 30px 25px;
        display: inline-block;
        cursor: pointer;
    }

        .standings-filter-header .standings-filter-item.selected,
        .standings-filter-header .standings-filter-item:hover {
            color: #C30000;
        }

@media (max-width:767px) {
    .gamehub-header .my-dropdown {
        transform: translateY(-66px);
    }

    .standings-season-dropdown {
        justify-content: center;
    }
}

@media (min-width:768px) {
    .standings-season-dropdown {
        width: 20%;
        font-size: 12px;
    }

        .standings-season-dropdown .arrow {
            margin-left: auto;
        }

        .standings-season-dropdown .standings-season-dropdown-container .standings-season {
            text-align: left;
            border-top: none;
            padding: 10px 0px;
        }

    #standings .gamehub-header .my-dropdown .competition {
        width: 25%;
    }

    #standings .standings-season-dropdown:before, #standings .info.competitions-list-toggle:before {
        display: none;
    }
}

@media (min-width:992px) {
    .standings-season-dropdown {
        font-size: 16px;
    }
}

/*
 * END stantings.css
 ***/
