.correctResults td.head{
    padding-top: 2em;
}
.correctResults .cardContainer .card {
    display: inline-block;
    position: relative;
    margin-right: 1em;
    width: 3.6em;
    height: 5em;
    border: dashed 1px #545454;
    border-radius: 0.5em;
    cursor: cell;
    background-repeat: no-repeat;
    background-size: 100%;
}

.correctResults .cardContainer .card::after {
    position: absolute;
    left: 0em;
    top: 0.5em;
    padding: 0.5em;
    text-align: center;
    content: "+ Card";
    z-index: 1;
    width: 100%;
    box-sizing: border-box;
}

.correctResults .cardContainer .card[style*=".png"] {
    border-style: solid;
    margin-top: 1em;
    cursor: pointer;
}

.correctResults .cardContainer .card[style*=".png"]::after {
    content: '';
}
.correctResults .cardContainer .card[delete]{
    border: solid 2px red;
    cursor: pointer;
    margin-top: 1em;
}
.correctResults .cardContainer .card[delete]::after {
    top: 1.6em;
    padding: 0;
    content: 'EMPTY';
    font-weight: bold;
    color: red;
}

.correctResults {
    .multiplier-container {
        display: flex;
        .visible-border {
            border: 3px solid red !important;
        }
    }

    .cardContainer .button-multiplier {
        margin-right: 5px;
        border: dashed 1px #545454;
        border-radius: 0.5em;
        background: #ffffff;
        color: black;
        font-size: 1.5em;
        font-weight: bold;
        text-align: center;
        width: 40px;
        padding: 5px;
        cursor: pointer;
    }
    .cardContainer .color_2 {
        background: #85b649;
    }
    .cardContainer .color_3 {
        background: rgb(221, 107, 85);
    }

    .cardContainer .color_5 {
        background: grey;
    }

    .cardContainer .color_1 {
        background: #ffffff !important;
    }

    .cardContainer .button-multiplier[delete]{
        border: solid 2px red;
        cursor: pointer;
        margin-top: 1em;
    }
    .cardContainer .button-multiplier[delete]::after {
        font-size:0.5em;
        top: 1.6em;
        padding: 0;
        content: 'EMPTY';
        font-weight: bold;
        color: red;
    }
}
.correctResults .multipliersSelectPopup{
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -19em;
    margin-top: -7em;
    width: 37em;
    height: 15em;
    background-color: white;
    border: solid 1px #545454;
    border-radius: 0.5em;
    z-index: 200;
    text-align: center;
    padding-left: 1em;
    .multipliersContainer {
        display: inline-flex;
        margin-top:20px;
        .button-multiplier{
            margin:15px;
        }
    }
}

.correctResults .cardContainer .dice {
    display: inline-block;
    position: relative;
    margin-right: 1em;
    width: 3.6em;
    height: 3.6em;
    border: dashed 1px #545454;
    border-radius: 0.5em;
    cursor: cell;
    background-repeat: no-repeat;
    background-size: 100%;
}
.correctResults .cardContainer .dice::after {
    position: absolute;
    left: 0em;
    top: 0.5em;
    padding: 0.5em;
    font-size: 0.9em;
    text-align: center;
    content: "+ Dice";
    z-index: 1;
    width: 100%;
    box-sizing: border-box;
}

.correctResults .cardContainer .ball {
    display: inline-block;
    position: relative;
    margin-right: 1em;
    width: 3.6em;
    height: 3.6em;
    border: dashed 1px #545454;
    border-radius: 2.5em;
    cursor: cell;
    background-repeat: no-repeat;
    background-size: 100%;
}
.correctResults .cardContainer .ball::after {
    position: absolute;
    left: 0;
    top: 0.5em;
    padding: 0.5em;
    font-size: 0.9em;
    text-align: center;
    line-height: 2;
    content: "+ Ball";
    z-index: 1;
    width: 100%;
    box-sizing: border-box;
}

.correctResults .cardContainer .dice[style*=".png"] {
    border-style: solid;
    margin-top: 1em;
    cursor: pointer;
}
.correctResults .cardContainer .dice[style*=".png"]::after {
    content: '';
}
.correctResults .cardContainer .dice[delete]{
    border: solid 2px red;
    cursor: pointer;
    margin-top: 1em;
}
.correctResults .cardContainer .dice[delete]::after {
    top: 1.6em;
    padding: 0;
    content: 'No DICE!?';
    font-weight: bold;
    color: red;
}

.correctResults .cardContainer .ball[style*=".png"] {
    border-style: solid;
    cursor: pointer;
}
.correctResults .cardContainer .ball[style*=".png"]::after {
    content: '';
}
.correctResults .cardContainer .ball[delete]{
    border: solid 2px red;
    cursor: pointer;
    margin-top: 1em;
}
.correctResults .cardContainer .ball[delete]::after {
    top: 1.6em;
    padding: 0;
    content: 'No Ball!?';
    font-weight: bold;
    color: red;
}

.correctResults .score {
    width: 3.5em;
    height: 2.5em;
    font-size: 2em;
    text-align: center;
    font-weight: bold;
    line-height: 2.5em;
    border-radius: 0.5em;
    border: solid 1px #545454;
    cursor: default;
    margin-top: 0.5em;
}

.correctResults .cardsSelectPopup {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -31em;
    margin-top: -16em;
    width: 62em;
    height: 32em;
    background-color: white;
    border: solid 1px #545454;
    border-radius: 0.5em;
    z-index: 200;
    text-align: center;
    padding-left: 1em;
}

.correctResults .dicesSelectPopup {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -19em;
    margin-top: -7em;
    width: 37em;
    height: 15em;
    background-color: white;
    border: solid 1px #545454;
    border-radius: 0.5em;
    z-index: 200;
    text-align: center;
    padding-left: 1em;
}

.correctResults .ballsSelectPopup {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -19em;
    margin-top: -7em;
    width: 37em;
    height: 15em;
    background-color: white;
    border: solid 1px #545454;
    border-radius: 0.5em;
    z-index: 200;
    text-align: center;
    padding-left: 1em;
}

.correctResults .cardCount{
    width: 3em;
    text-align: center;
}
.correctResults .cardContainer #ball_3 {
    content: '';
    margin-left: 2em;
    cursor: default;
    pointer-events: none;
    position: relative;
}

.correctResults .cardContainer #ball_3 .secondChanceLabel {
    position: absolute;
    width: 100%;
    top: 1.2em;
    left: 0;
    text-align: center;
    font-size: 0.85em;
    line-height: 1.0;
}

.correctResults .cardContainer #ball_3::after {
    content: none !important;
}

.correctResults .cardContainer {
    display: flex;
    justify-content: center;
    align-items: center;
}

.correctResults .cardContainer #ball_3[style*=".png"] .secondChanceLabel {
    display: none;
}

.dicePairOption {
    display: inline-block;
    border: 1px solid #555;
    margin: 0.5em;
    padding: 0.5em;
    cursor: pointer;
    border-radius: 0.25em;
    background-color: #f9f9f9;
}

.dicePairOption:hover {
    background-color: #ffe;
}
