.freeRoundMask {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    bottom: 0px;
    right: 0px;
    background-color: black;
    opacity: 0.6;
    z-index: 8;

    zoom: 0.9999;
}

.freeRoundBg {
    border: 0px;
    border-radius: 20px;
    background-color: #212121;

    padding: 5%;
    box-shadow: 0px 0px 0px 24px rgba(255, 255, 255, 0.5);

    text-transform: uppercase;

    position: absolute;

    left: 10%;
    top: 10%;
    width: 70%;/*
    height: 50%;*/

    z-index: 8;

    zoom: 0.9999;
}

.freeRoundHead {
    font-family: "MBold";
    font-size: 65px;
    color: white;
    width: 100%;
    text-align: center;

    zoom: 0.9999;
}
.freeRoundHead:after {
    content: '';
    position: absolute;
    width: 90%;
    height: 2px;
    background: #646464;
    top: 220px;
    left: 5%;

    zoom: 0.9999;
}

.freeRoundTxt {
    font-family: "MMedium";
    font-size: 42px;
    color: white;
    width: 100%;
    text-align: center;

    padding-top: 100px;
    zoom: 0.9999;
}

.freeRoundTxt > bigger {
    font-family: "MBlack";
    font-size: 100px;
    text-transform: none;

    zoom: 0.9999;
}

.freeRoundBtns {
    font-family: "MBlack";
    font-size: 42px;
    color: white;
    width: 100%;
    text-align: center;
    padding-top: 40px;

    zoom: 0.9999;
}

.freeRoundBtn1,
.freeRoundBtn2 {
    height: 124px;
    width: 382px;

    font-size: 42px;
    font-family: "MBlack";
    border-radius: 10px;
    border: 4px solid #979797;

    margin: 1%;

    cursor: pointer;
    pointer-events: initial;

    text-transform: uppercase;

    zoom: 0.9999;
}

.freeRoundBtn1 {
    background-color: white;
    color: #212121;

    zoom: 0.9999;
}
.freeRoundBtn2 {
    background-color: #212121;
    color: white;

    zoom: 0.9999;
}

.freeRoundBtn1Long,
.freeRoundBtn2Long {
    width: 490px;
}

.freeRoundTxtBottom {
    text-transform: none;
    font-family: "MMedium";
    font-size: 36px;
    text-align: center;

    padding-top: 15px;
    color: white;

    zoom: 0.9999;
}

.freeRoundBadgeBg {
    position: absolute;
    left: 50px;
    top: 664px;
    width: 160px;
    height: 190px;
    background-color: #ffffff;
    border-radius: 10px;
    pointer-events: initial;
    cursor: pointer;

    zoom: 0.9999;
}
.freeRoundBadgeLine1 {
    font-size: 64px;
    font-family: "MBlack";
    color: black;
    zoom: 0.9999;
    text-align: center;
    padding-top: 6px;

    zoom: 0.9999;
}
.freeRoundBadgeLine2 {
    font-size: 42px;
    font-family: "MBlack";
    color: black;
    text-align: center;

    text-transform: uppercase;

    zoom: 0.9999;
}
.freeRoundBadgeLine3 {
    font-size: 20px;
    font-family: "MBlack";
    color: black;
    text-align: center;

    text-transform: uppercase;

    zoom: 0.9999;
}

.freeRoundHeadMobile {
    padding-top: 80px;

    zoom: 0.9999;
}

.freeRoundHeadMobile:after {
    top: 280px;

    zoom: 0.9999;
}

.freeRoundTxtMobile {
    padding-top: 140px;
    padding-bottom: 40px;

    zoom: 0.9999;
}

.freeRoundBtnsMobile > input {
    margin-top: 25px;
    margin-bottom: 25px;

    zoom: 0.9999;
}

.freeRoundBadgeBgMobile {
    bottom: -250px;
    top: initial;

    zoom: 0.9999;
}

.bbTable,
.bbTable2
{
    color: white;
    font-size: 54px;

    text-align: center;

    zoom: 0.9999;
}
.bbTable {
    width: 100%;
}
.bbTable2 {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.bbBetPlus,
.bbBetMinus
{
    pointer-events: initial;
    cursor: pointer;
}

.bbBetDiv {
    min-width: 200px;
    white-space: nowrap;
}

.bbBetPlus {
    padding-left: 8px;
}
.bbBetMinus {
    padding-right: 8px;
}

.bbTable > tr > td {
    width: 50%;
}

.freeRoundBtnDisabled {
    opacity: 0.5;
    pointer-events: none;
}


.bbBadgeLine1 {
    font-size: 32px;
    font-family: "MBlack";
    color: black;
    zoom: 0.9999;
    text-align: center;
    padding-top: 36px;

    zoom: 0.9999;
}

.bbBadgeLine2 {
    font-size: 54px;
    font-family: "MBlack";
    color: black;
    zoom: 0.9999;
    text-align: center;
    padding-top: 6px;

    zoom: 0.9999;
}
