﻿/* SCA */

.gameResultGreenDiv {
    color: white;
    border-radius: 6px;
    background: #A7C40A;
}

.gameResultRedDiv {
    color: white;
    border-radius: 6px;
    background: #DA270B;
}

.gameResultYellowDiv {
    color: black;
    border-radius: 6px;
    background: #F3E416;
}

.setsResultDiv {
}

.gameResultDivLive {
    color: black;
    border-radius: 6px;
    background: white;
}

.gameResultYellowDivLive {
    color: black;
    border-radius: 6px;
    background: #F3E416;
}

.gameResultGreenDivLive {
    color: white;
    border-radius: 6px;
    background: #A7C40A;
}

.gameResultRedDivLive {
    color: white;
    border-radius: 6px;
    background: #DA270B;
}

.matchDiv {
    font-size: 16px;
    border-radius: 6px;
    background: #ffffff;
    color: #000000;
    min-height: 47px;
    margin-left: 2px;
    margin-right: 2px;
    border: 4px solid #A7C40A;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
}

.team_colors {
    background: #A7C40A !important;
    color: #00ABD9 !important;
}