.scoremain {
    justify-content: space-around;
    padding: 0;
    text-align: center;
}

.team-name {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    color: #ff911f;
}

.team-score {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    color: #e9d126;
}

.team-over {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 100%;
    color: #9fa3a7;
}

.team-crr {
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 100%;
    color: #9fa3a7;
}

.team-message-block {
    background: #000;
    padding: 8px;
    height: 55px;
    border-radius: 15px;
    margin: auto;
    display: flex;
    display: flex;
    justify-content: center;
    align-items: center;
}

.team-message {
    font-style: normal;
    font-weight: 700;
    font-size: 19px;
    line-height: 100%;
    color: #e8ff26;
}

.last-overs {
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
    color: #9fa3a7;
}

.last-over {
    display: flex;
    justify-content: center;
}

.ball {
    width: 14px;
    height: 14px;
    background: #131e29;
    border-radius: 50%;
    margin-left: 0.75em;
    display: flex;
    padding: 1.25em;
    justify-content: center;
    align-items: center;
    font-style: normal;
    font-weight: 700;
    font-size: 11px;
    line-height: 12px;
    color: #cfd1d3;
    border: 1px solid #1e2833;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%);
}

.four {
    background: #6c9ce6 !important;
    border: 1px solid #6c9ce6 !important;
}

.six {
    background: #418019 !important;
    border: 1px solid #418019 !important;
}

.wicket {
    background: red !important;
    border: 1px solid #aa0707 !important;
}

.bg-main {
    height: 100%;
    width: 100%;
    min-height: 215px !important;
}

.last-wicket-block {
    background: #1a242e;
    padding: 10px 0;
}
