

.lbBG h4 {
    font-weight: normal;
    font-size: 24px;
    color: #fff;
    padding: 14px;
    text-shadow: 2px 2px 3px #000;
}


#loginErrorMessage {
    color: #ff5858;
}

#cube {
    margin: auto;
    position: relative;
    width: 100px;
    height: 100px;
    transform-style: preserve-3d;
    perspective-origin: center center;
}

.grab {
    cursor: grab;
}

.grabbing {
    cursor: grabbing;
}

.facet {
    width: 100%;
    height: 100%;
    position: absolute;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    background: #1e52a3;
    border: 1px solid #0d6efd;
}

.dot {
    width: 20px;
    height: 20px;
    background: white;
    border-radius: 50%;
    user-select: none;
}

.front {
    transform: translateZ(50px);
}

    .front .dot:nth-child(1) {
        grid-column: 1;
        grid-row: 1;
        margin: auto 0 0 auto;
    }

    .front .dot:nth-child(2) {
        grid-column: 3;
        grid-row: 3;
    }

.back {
    transform: rotateY(180deg) translateZ(50px);
}

    .back .dot:nth-child(1) {
        grid-column: 1;
        grid-row: 1;
        margin: auto 0 0 auto;
    }

    .back .dot:nth-child(2) {
        grid-column: 3;
        grid-row: 1;
        margin: auto auto 0 0;
    }

    .back .dot:nth-child(3) {
        grid-column: 1;
        grid-row: 3;
        margin: 0 0 auto auto;
    }

    .back .dot:nth-child(4) {
        grid-column: 3;
        grid-row: 3;
        margin: 0 auto auto 0;
    }

    .back .dot:nth-child(5) {
        grid-column: 2;
        grid-row: 2;
        margin: auto;
    }

.right {
    transform: rotateY(90deg) translateZ(50px);
}

    .right .dot:nth-child(1) {
        grid-column: 1;
        grid-row: 1;
        margin: auto 0 0 auto;
    }

    .right .dot:nth-child(2) {
        grid-column: 3;
        grid-row: 1;
        margin: auto auto 0 0;
    }

    .right .dot:nth-child(3) {
        grid-column: 1;
        grid-row: 3;
        margin: 0 0 auto auto;
    }

    .right .dot:nth-child(4) {
        grid-column: 3;
        grid-row: 3;
        margin: 0 auto auto 0;
    }

.left {
    transform: rotateY(-90deg) translateZ(50px);
}

    .left .dot:nth-child(1) {
        grid-column: 3;
        grid-row: 1;
        margin: auto auto 0 0;
    }

    .left .dot:nth-child(2) {
        grid-column: 2;
        grid-row: 2;
        margin: auto;
    }

    .left .dot:nth-child(3) {
        grid-column: 1;
        grid-row: 3;
        margin: 0 0 auto auto;
    }

.top {
    transform: rotateX(90deg) translateZ(50px);
    margin: 0px 0;
}

    .top .dot {
        grid-column: 2/3;
        grid-row: 2/3;
        margin: auto;
    }

.bottom {
    transform: rotateX(-90deg) translateZ(50px);
}

    .bottom .dot:nth-child(1) {
        grid-column: 1;
        grid-row: 1;
        margin: auto 0 0 auto;
    }

    .bottom .dot:nth-child(2) {
        grid-column: 3;
        grid-row: 1;
        margin: auto auto 0 0;
    }

    .bottom .dot:nth-child(3) {
        grid-column: 1;
        grid-row: 3;
        margin: 0 0 auto auto;
    }

    .bottom .dot:nth-child(4) {
        grid-column: 3;
        grid-row: 3;
        margin: 0 auto auto 0;
    }

    .bottom .dot:nth-child(5) {
        grid-column: 1;
        grid-row: 2;
        margin: auto 0 auto auto;
    }

    .bottom .dot:nth-child(6) {
        grid-column: 3;
        grid-row: 2;
        margin: auto 0;
    }

@keyframes cubeRotate {
    from {
        transform: rotateY(0) rotateX(720deg) rotateZ(0);
    }

    to {
        transform: rotateY(360deg) rotateX(0) rotateZ(360deg);
    }
}





/*--------------------
Leaderboard
--------------------*/


h2 {
    font-size: 27px;
}


.content h5 {
    font-size: 25px;
    color: #ffffff;
    font-weight: normal;
    margin-top: 30px;
}

.content ul li, ol li {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 12px;
    color: #000000;
    /* margin-left: 0px; */
    text-align: center;
}

.game-info {
background-color: #1a003a;
    color: #1a2b45;
    font-size: 10px;
    border-radius: 10px;
    margin: 10px auto;
    line-height: 52px;
    max-width: 445px;
    margin-bottom: 30px;
}



    .game-info li {
        display: inline-block;
        font-size: 1.5em;
        list-style-type: none;
        padding: 1em;
        text-transform: uppercase;
        padding-bottom: 0;
    }

        .game-info li span {
            display: block;
            font-size: 4.5rem;
        }

.logWrap {
    background: #000000a1;
    max-width: 488px;
    margin: 0 auto;
    padding: 5px 0px 237px 0px;
}

.lbWrap {
    background: #000000a1;
    max-width: 700px;
    margin: 0 auto;
}





.glow {
    color: #fff;
    text-align: center;
    -webkit-animation: glow 1s ease-in-out infinite alternate;
    -moz-animation: glow 1s ease-in-out infinite alternate;
    animation: glow 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
    from {
        text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #e60073, 0 0 40px #e60073, 0 0 50px #e60073, 0 0 60px #e60073, 0 0 70px #e60073;
    }

    to {
        text-shadow: 0 0 20px #fff, 0 0 30px #ff4da6, 0 0 40px #ff4da6, 0 0 50px #ff4da6, 0 0 60px #ff4da6, 0 0 70px #ff4da6, 0 0 80px #ff4da6;
    }
}



.lbBG {
    background-image: url('../images/header-bg2.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
    background-size: cover;
    background-color: #fff;
    padding: 95px 0px 0px 0px;
}

    .lbBG h3 {
        font-family: 'Marcellus SC', serif;
        font-weight: bold;
        font-size: 50px;
        color: #fff;
        text-shadow: 2px 2px 3px #000;
    }

/*.form-control {
    width: 100%;
    display: inline-block;
    margin-bottom: 25px;
    height: 40px;
    background: #373d4a;
    border: none;
    color: #000000;
}*/
.content a {
    /*    color: #000000;*/
    /*    text-shadow: 2px 2px 3px #000;*/
    cursor: pointer;
}

.content {
    padding: 0px 0px;
}

ol, ul {
    padding-left: 0rem;
}

.table > :not(caption) > * > * {
text-transform: uppercase;
    font-family: "Oxygen", sans-serif;
    font-weight: lighter;
    font-size: 14px;
    background-color: #1a003a;
    color: #ffffff;
}

h1 {
    font-size: 4em;
    color: #ffffff;
    line-height: 70px;
    text-shadow: 2px 2px 3px #000;
}

.content ul li, ol li {
    color: #ffffff;
}

.leaderboard {
    background: -webkit-linear-gradient(top, #3a404d, #181c26);
    background: linear-gradient(to bottom, #3a404d, #181c26);
    border-radius: 10px;
    box-shadow: 0 7px 30px rgba(62, 9, 11, 0.3);
    width: 100%;
    max-width: 880px;
    margin: 0 auto;
}

    .leaderboard h1 {
        font-weight: 100;
        font-size: 2em;
        color: #e1e1e1;
        padding: 5px 0px 5px;
    }

        .leaderboard h1 svg {
            width: 60px;
            height: 60px;
            position: relative;
            top: 3px;
            margin-right: 6px;
            vertical-align: baseline;
        }

    .leaderboard ol {
        counter-reset: leaderboard;
    }

        .leaderboard ol li {
            position: relative;
            z-index: 1;
            font-size: 14px;
            counter-increment: leaderboard;
            padding: 18px 10px 18px 50px;
            cursor: pointer;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            -webkit-transform: translateZ(0) scale(1, 1);
            transform: translateZ(0) scale(1, 1);
        }

            .leaderboard ol li::before {
                content: counter(leaderboard);
                position: absolute;
                z-index: 2;
                top: 15px;
                left: 15px;
                width: 20px;
                height: 20px;
                line-height: 20px;
                color: #c24448;
                background: #fff;
                border-radius: 20px;
                text-align: center;
            }

            .leaderboard ol li mark {
                position: absolute;
                z-index: 2;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                padding: 18px 10px 18px 50px;
                margin: 0;
                background: none;
                color: #fff;
            }

                .leaderboard ol li mark::before, .leaderboard ol li mark::after {
                    content: '';
                    position: absolute;
                    z-index: 1;
                    bottom: -11px;
                    left: -9px;
                    border-top: 10px solid #c24448;
                    border-left: 10px solid transparent;
                    -webkit-transition: all .1s ease-in-out;
                    transition: all .1s ease-in-out;
                    opacity: 0;
                }

                .leaderboard ol li mark::after {
                    left: auto;
                    right: -9px;
                    border-left: none;
                    border-right: 10px solid transparent;
                }

            .leaderboard ol li small {
                position: relative;
                z-index: 2;
                display: block;
                text-align: right;
            }

            .leaderboard ol li::after {
                content: '';
                position: absolute;
                z-index: 1;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: #fa6855;
                box-shadow: 0 3px 0 rgba(0, 0, 0, 0.08);
                -webkit-transition: all .3s ease-in-out;
                transition: all .3s ease-in-out;
                opacity: 0;
            }

            .leaderboard ol li:nth-child(1) {
                background: #fa6855;
            }

                .leaderboard ol li:nth-child(1)::after {
                    background: #fa6855;
                }

            .leaderboard ol li:nth-child(2) {
                background: #e0574f;
            }

                .leaderboard ol li:nth-child(2)::after {
                    background: #e0574f;
                    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.08);
                }

                .leaderboard ol li:nth-child(2) mark::before, .leaderboard ol li:nth-child(2) mark::after {
                    border-top: 6px solid #ba4741;
                    bottom: -7px;
                }

            .leaderboard ol li:nth-child(3) {
                background: #d7514d;
            }

                .leaderboard ol li:nth-child(3)::after {
                    background: #d7514d;
                    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.11);
                }

                .leaderboard ol li:nth-child(3) mark::before, .leaderboard ol li:nth-child(3) mark::after {
                    border-top: 2px solid #b0433f;
                    bottom: -3px;
                }

            .leaderboard ol li:nth-child(4) {
                background: #cd4b4b;
            }

                .leaderboard ol li:nth-child(4)::after {
                    background: #cd4b4b;
                    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
                }

                .leaderboard ol li:nth-child(4) mark::before, .leaderboard ol li:nth-child(4) mark::after {
                    top: -7px;
                    bottom: auto;
                    border-top: none;
                    border-bottom: 6px solid #a63d3d;
                }

            .leaderboard ol li:nth-child(5) {
                background: #c24448;
                border-radius: 0 0 10px 10px;
            }

                .leaderboard ol li:nth-child(5)::after {
                    background: #c24448;
                    box-shadow: 0 -2.5px 0 rgba(0, 0, 0, 0.12);
                    border-radius: 0 0 10px 10px;
                }

                .leaderboard ol li:nth-child(5) mark::before, .leaderboard ol li:nth-child(5) mark::after {
                    top: -9px;
                    bottom: auto;
                    border-top: none;
                    border-bottom: 8px solid #993639;
                }

            .leaderboard ol li:hover {
                z-index: 2;
                overflow: visible;
            }

                .leaderboard ol li:hover::after {
                    opacity: 1;
                    -webkit-transform: scaleX(1.06) scaleY(1.03);
                    transform: scaleX(1.06) scaleY(1.03);
                }

                .leaderboard ol li:hover mark::before, .leaderboard ol li:hover mark::after {
                    opacity: 1;
                    -webkit-transition: all .35s ease-in-out;
                    transition: all .35s ease-in-out;
                }


.leaves {
    z-index: 1058;
}

.mt {
    z-index: 1059;
    position: relative;
}




section .set {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    overflow: hidden;
}

    section .set.set2 {
        filter: blur(2px);
        transform: rotateY(180deg);
    }

    section .set.set3 {
        filter: blur(4px);
        transform: rotateY(180deg);
    }

    section .set div {
        animation-name: animate;
        animation-timing-function: linear;
        animation-iteration-count: infinite;
        display: block;
        opacity: 0;
        position: absolute;
        top: -10%;
        transform: rotateZ(0) translateX(20px);
    }

        section .set div:nth-child(1) {
            animation-delay: -7s;
            animation-duration: 15s;
            left: 20%;
        }

        section .set div:nth-child(2) {
            animation-delay: -5s;
            animation-duration: 20s;
            left: 50%;
        }

        section .set div:nth-child(3) {
            animation-duration: 20s;
            left: 70%;
        }

        section .set div:nth-child(4) {
            animation-delay: -5s;
            animation-duration: 15s;
            left: 0;
        }

        section .set div:nth-child(5) {
            animation-delay: -10s;
            animation-duration: 18s;
            left: 85%;
        }

        section .set div:nth-child(6) {
            animation-duration: 12s;
            left: 0;
        }

        section .set div:nth-child(7) {
            animation-duration: 14s;
            left: 15%;
        }

        section .set div:nth-child(8) {
            animation-duration: 15s;
            left: 60%;
        }

@keyframes animate {
    10% {
        opacity: 1;
    }

    20% {
        transform: rotateZ(45deg) translateX(-20px);
    }

    40% {
        transform: rotateZ(90deg) translateX(-20px);
    }

    60% {
        transform: rotateZ(180deg) translateX(20px);
    }

    80% {
        transform: rotateZ(180deg) translateX(-20px);
    }

    100% {
        top: 110%;
        transform: rotateZ(225deg) translateX(-20px);
    }
}

@media screen and (max-width: 990px) {
    section h2 {
        font-size: 9rem;
    }
}

@media screen and (max-width: 768px) {
    section h2 {
        font-size: 6rem;
    }

    section .set div img {
        width: 100px;
        height: 100px;
    }
}

@media screen and (max-width: 550px) {
    section h2 {
        font-size: 4rem;
    }

    section .set div img {
        width: 75px;
        height: 50px;
    }
}

@media screen and (min-width: 240px) and (max-width: 480px) and (orientation: portrait) {

    h2 {
        font-size: 38px;
    }

    h3 {
        font-size: 40px;
        margin: 0;
    }

    table th, table td {
        font-size: 13px;
    }


}




.chip {
  font-size: 200px;
  width: 0.1em;
  height: 1em;
  background: linear-gradient(#8d0213, black);
  margin: auto;
  /* position: absolute; */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-animation: rotate 3s infinite linear;
          animation: rotate 3s infinite linear;
  transform-style: preserve-3d;
}

.chip .side,
.chip:before,
.chip:after {
  content: "";
  position: absolute;
  width: 1em;
  height: 1em;
  overflow: hidden;
  background: #bf031a;
  border-radius: 50%;
  right: -0.396em;
  text-align: center;
  line-height: 1;
  color: #bf031a;
  text-shadow: 1px 2px 0 #7a0413, -1px -2px 0 #460416;
  transform: rotateY(-90deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.chip .tails,
.chip:after {
  left: -0.396em;
  transform: rotateY(90deg);
}

.chip:before,
.chip:after {
  background: linear-gradient(#8d0213, black);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform: rotateY(90deg);
}

.chip:after {
  transform: rotateY(-90deg);
}

.imagechip {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  min-height: 1em;
  background-color: #bf031a;
}

@-webkit-keyframes rotate {
  100% {
    transform: rotateY(360deg);
  }
}

@keyframes rotate {
  100% {
    transform: rotateY(360deg);
  }
}
