﻿.hide {
    display: none !important;
}

.matchStatus {
    align-items: center;
    border: 1px solid #F00;
    box-sizing: border-box;
    color: #f00;
    display: flex;
    font-size: 14px;
    height: 22px;
    justify-content: center;
    margin: auto;
    padding: 4px;
    text-align: center;
    vertical-align: middle;
    width: 49px;
}

    .matchStatus.var:after {
        content: 'VAR';
    }

    .matchStatus.inj:after {
        content: 'Inj.';
    }

    .matchStatus.prc:after {
        content: 'PRC';
    }

    .matchStatus.pen, .matchStatus.ppen {
        display: inline-flex;
        margin: 0 8px;
        margin-top: 10px;
    }

        .matchStatus.pen:after {
            content: 'Pen.';
        }

        .matchStatus.ppen:after {
            content: 'PPen.';
        }

#betmask {
    width: 100%;
    height: calc(100% - 60px);
    position: fixed;
    top: 60px;
    left: 0;
    background-color: rgba(255, 255, 255, 1);
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
}

    #betmask .betloader {
        width: 35px;
        height: 35px;
        border: 5px solid #000;
        border-top-color: rgba(0, 0, 0, 0.7);
        border-right-color: rgba(0, 0, 0, 0.3);
        border-bottom-color: rgba(0, 0, 0, 0.1);
        border-radius: 50%;
        display: inline-block;
        box-sizing: border-box;
    }