.trker-chase {
    width: 40px;
    height: 40px;
    position: relative;
    animation: trker-chase 2.5s infinite linear both;
    margin-right: auto;
    margin-left: auto;
}
[v-cloak] { display:none; }
.trker-chase-dot {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    animation: trker-chase-dot 2.0s infinite ease-in-out both;
}

.trker-chase-dot:before {
    content: '';
    display: block;
    width: 25%;
    height: 25%;
    background-color: #fff;
    border-radius: 100%;
    animation: trker-chase-dot-before 2.0s infinite ease-in-out both;
}
.trker-spinner{
 text-align: center;
}
.trker-spinner-text{
    padding-top: 15px;
    display: block;
}
.fade-enter-active, .fade-leave-active {
    transition: opacity .5s;
}
.fade-enter, .fade-leave-to /* .fade-leave-active below version 2.1.8 */ {
    opacity: 0;
}
.trker-tb-title{
    cursor: pointer;
}
.trker-tb-title:hover{
    color: grey;
    cursor: pointer;
}

.trker-chase-dot:nth-child(1) { animation-delay: -1.1s; }
.trker-chase-dot:nth-child(2) { animation-delay: -1.0s; }
.trker-chase-dot:nth-child(3) { animation-delay: -0.9s; }
.trker-chase-dot:nth-child(4) { animation-delay: -0.8s; }
.trker-chase-dot:nth-child(5) { animation-delay: -0.7s; }
.trker-chase-dot:nth-child(6) { animation-delay: -0.6s; }
.trker-chase-dot:nth-child(1):before { animation-delay: -1.1s; }
.trker-chase-dot:nth-child(2):before { animation-delay: -1.0s; }
.trker-chase-dot:nth-child(3):before { animation-delay: -0.9s; }
.trker-chase-dot:nth-child(4):before { animation-delay: -0.8s; }
.trker-chase-dot:nth-child(5):before { animation-delay: -0.7s; }
.trker-chase-dot:nth-child(6):before { animation-delay: -0.6s; }

@keyframes trker-chase {
    100% { transform: rotate(360deg); }
}

@keyframes trker-chase-dot {
    80%, 100% { transform: rotate(360deg); }
}

@keyframes trker-chase-dot-before {
    50% {
        transform: scale(0.4);
    } 100%, 0% {
          transform: scale(1.0);
      }
}
/* Reset */
*{
    margin: 0;
    paddding: 0;
}

.wrapper{
    position: fixed;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.wrapper .wrapper__video{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
#leaderboard tr td {
    text-align: center !important;
}
