@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0;
    }
    100% {
        background-position: 468px 0;
    }
}

.img-icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.img-icon.xsm {
    width: 15px;
    height: 15px;
}

#summary-line:before {
    content: '';
    left: -20px;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    height: 1px;
    position: absolute;
    background: #a6bbcd;
}

#summary-line #summary-highlights {
    height: 22px;
    border-radius: 0px;
    top: 50%;
    transform: translateY(-50%);
}

#summary-line #summary-highlights .highlight.us {
    bottom: 0;
}

#summary-line #summary-highlights .highlight .time {
    line-height: 20px;
    height: 20px;
    border-radius: 100%;
}

.team-shots:first-child div {
    background: rgba(52, 152, 219, 0.5);
}

.team-shots:last-child div {
    background: rgba(255, 93, 85, 0.5);
}

.team-shots > div {
    right: 0;
    bottom: 0;
}

.section.collapsed .section-body {
    display: none;
}

.donut-text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-weight: 500;
    font-size: inherit;
    color: inherit;
}

#actions .action {
    cursor: pointer;
}

#actions .action.active {
    background: #3498db;
    height: 20px !important;
    width: 20px !important;
    z-index: 200;
}

#highlights {
    padding: 10px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), transparent, rgba(0, 0, 0, 0.1));
    border: solid 1px rgba(0, 0, 0, 0.4);
    position: relative;
    overflow: hidden;
}

#highlights #show-more {
    position: absolute;
    background: #3498db;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
    z-index: 1000;
    text-align: center;
    line-height: 50px;
    font-weight: 500;
    cursor: pointer;
}

#highlights h5 {
    font-size: 32px;
    text-align: left;
}

#highlights #highlights-wrapper {
    display: flex;
    flex-direction: column;
}

#highlights #highlights-wrapper .team-images {
    align-items: center;
    justify-content: center;
    display: flex;
}

#highlights #highlights-wrapper .team-images .team-img {
    border-radius: 100%;
    min-width: 80px;
    width: 80px;
    height: 80px;
    background: white;
    overflow: hidden;
    margin: 20px;
}

#highlights #highlights-wrapper .team-images .team-img img {
    margin: 10%;
    height: 80%;
    width: 80%;
    object-fit: contain;
}

#highlights #highlights-wrapper #highlights-container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#highlights #highlights-wrapper #highlights-container .time-line {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    width: 10px;
    right: 0;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    direction: rtl;
    border: solid 1px rgba(255, 255, 255, 0.1);
    z-index: 0;
}

#highlights #highlights-wrapper #highlights-container .action {
    position: relative;
    z-index: 100;
    flex: none;
    text-align: right;
    margin: 20px 0;
}

#highlights #highlights-wrapper #highlights-container .action > :not(.action-time) {
    position: absolute;
}

#highlights #highlights-wrapper #highlights-container .action .action-time {
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    direction: ltr;
    display: inline-block;
    background: #091b34;
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 100%;
}

#highlights #highlights-wrapper #highlights-container .action.them .action-info {
    left: 150%;
    right: auto;
}

#highlights #highlights-wrapper #highlights-container .action .action-info {
    white-space: nowrap;
    position: absolute;
    right: 150%;
    top: 50%;
    transform: translateY(-50%);
}

#highlights #highlights-wrapper #highlights-container .action .action-info .action-player {
    font-size: 12px;
    font-weight: 400;
}

#highlights #highlights-wrapper #highlights-container .action .action-info .action-player small {
    font-weight: 600;
    text-transform: uppercase;
}

#highlights #highlights-wrapper #highlights-container .action .action-text {
    display: none;
}

.tabs {
    background: #091b34;
    border-radius: 20px;
    padding: 5px;
    overflow: scroll;
    white-space: nowrap;
}

.tabs .tab {
    background: transparent;
    border: none;
    position: relative;
    outline: none;
    flex: 1;
    z-index: 10;
    padding: 10px 10px;
    text-transform: capitalize;
    letter-spacing: 0.1px;
    color: #a6bbcd;
}

.tabs .tab.active {
    color: white;
    font-weight: 500;
}

.tabs .overlay {
    border: solid 1px rgba(0, 0, 0, 0.1);
    background: #3498db;
    height: 100%;
    top: 0;
    transition: 0.5s;
    border-radius: 15px;
    padding: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
}

.table tr > td,
.table tr > th {
    vertical-align: middle;
}

/*# sourceMappingURL=game_2.css.map */
