body {
    margin:0;
    // background-color: red;
    overflow: hidden;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

#status {
    position: absolute;
    left: 45%;
    top: 45%;
    transform: translate(-50%, -50%);
    width: 300px;
    width: 230px;
}

/* Font Face */
@font-face {
    font-family: 'Jengle';
    src: url('../font/JengleJungallery.ttf') format('truetype');
}

@font-face {
    font-family: 'Walkway-UltraBold';
    src: url('../font/Walkway-UltraBold.ttf') format('truetype');
}

.topnav {
    overflow: hidden;
}

.main_nav {
    background-color: #fff;
    padding: 10px;
}

.topnav a {
    float: left;
    display: block;
    color: #545353;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    text-transform: uppercase;
    font-family: 'Jengle';
    letter-spacing: 1.2px;
    margin-left: 25px;
}

.topnav a:hover {
    color: #000000
}

.active {
    border-bottom: 1px solid #000000;
    color: #000000 !important;
}

.hidden {
    display: none;
}

.topnav .icon {
    display: none;
}

.nav_left {
    margin: 0px 30%;
}

.padding-lr-0 {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.main_body {
    background-color: #242424;
}

.footer {
    bottom:0;
    width: 100%;
    background-color: #242424;
    color: white;
    text-align: center;
    padding-top: 40px;
}

.footer .icon {
    color: transparent;
}

.rck-adventure-p {
    font-family: 'Jengle';
    letter-spacing: 1.3px;
    font-size: 20px;
}

.rck-trk-web-p {
    font-family: 'Walkway-UltraBold';
    font-size: 16px;
}

.rck-social-link {
    margin: 10px;
    opacity: 0.6;
}

.ranking-container {
    background-image: url("../image/ranking/bg-rank.png");
    height: 100%;
    background-size: cover;
}

.ranking-board {
    margin: 10%;
}

.ranking-sub-board {
    background-image: url("../image/ranking/bg-board.png");
    height: 70%;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto;
    width: 88%;
}

.ranking-title {
    font-family: 'Jengle';
    position: relative;
    top: 32px;
    left: 61px;
    font-size: 25px;
    letter-spacing: 2px;
    color: #93542f;
}

.rank-list {
    background: #FFF;
    position: relative;
    top: 20px;
    width: 98%;
    border-radius: 4px;
    padding: 8px;
    margin-bottom: 10px;
}

.rank-number {
    font-family: 'Jengle';
    color: #de7018;
    font-size: 30px;
}

.rank-name,
.rank-level,
.rank-time {
    font-family: 'Jengle';
    color: #191919;
    font-size: 30px;
}

.rank-level {
    text-align: center;
}

.rank-time{
    text-align: right;
}

.rank-overflow {
    height: 75%;
    overflow-x: auto;
    width: 91%;
    margin-left: 4.5%;
    position: relative;
    top: 8%;
}

.rank-icon-time {
    position: relative;
    top: 2px;
}

.rank-overflow::-webkit-scrollbar {
    width: 20px;
    height: 10px;
}
// .rank-overflow::-webkit-scrollbar-button {
    //     background-size: 100%;
    //     height: 10px;
    //     width: 10px;
    //     -webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.2);
    //     background-color: red;
    // }

}
.rank-overflow::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.1);
    background-image: url("../image/ranking/scroll.png");
    background-repeat: no-repeat;
}

.rank-overflow::-webkit-scrollbar-thumb {
    background-image: url("../image/ranking/scroll.png");
    -webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.2);
    border-radius: 5px;
    background-repeat: no-repeat;
    background-color: red;
    height: 12px;
}

@media screen and (max-width: 600px) {
    .topnav a:not(:first-child) {display: none;}
    .topnav a.icon {
        float: right;
        display: block;
    }
}

@media screen and (max-width: 600px) {
    .topnav.responsive {position: relative;}
    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }
    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }

}
