/* @font-face {
    font-family: Raleway-Regular;
    src: url('../fonts/Raleway-Regular.ttf');
}

@font-face {
    font-family: Raleway-Bold;
    src: url('../fonts/Raleway-Bold.ttf');
} */

.page {
    /* font-family: Raleway-Regular; */
    background-image: url('../images/leaderboard-sprint/bg.jpg');
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding-bottom: 40px;
    /* margin-top: 120px; */
}

.game-info ul {
    color: #FFFFFF;

}

.load {
    /* height: 100vh; */
}

.screen1 {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

h1,
.h1 {
    /* font-family: Raleway-Bold; */
    font-size: 58px;
    color: #D5B160;
    font-weight: bold;
}

h2,
.h2 {
    font-size: 16px;
    color: #ffffff;
}

h3,
.h3 {
    font-size: 30px;
    color: #1a2b45;
    font-weight: bold;
}

p {
    color: #ffffff;
    font-size: 14px;
}

/* .nav {
    background-color: rgb(26, 43, 69);
    position: relative;
    z-index: 1;
}

.nav .btn {
    margin-top: 20px;
} */

.btn {
    /* font-family: Raleway-Bold; */
    background-color: #d5b160;
    color: #1a2b45;
    font-size: 26px;
    border-radius: 10px;
    font-weight: bold;
}

.btn:hover {
    background-color: #A58E6E;
}

.dr-logo {
    background-color: rgba(26, 43, 69, 0.7);
    padding: 10px;
    border-radius: 10px;
}

.adjust-width {
    max-width: 800px;
    margin: 0 auto;
}

.about-btn {
    /* font-family: Raleway-Bold; */
    border-radius: 10px;
    background-color: #A58E6E;
    width: 226px;
    height: 46px;
    color: #ffffff;
    text-align: center;
    line-height: 50px;
    text-decoration: none;
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: bold;
}

.about-btn:hover {
    background-color: #D5B160;
    color: #1A2B45;
    border-color: transparent;
}

.mainBlk {
    background-color: #00000075;
    padding: 15px 0;
    border-radius: 10px;
    /* margin-top: 120px; */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1A2B45), to(#060B13));
    background-image: -o-linear-gradient(#1A2B45, #060B13);
    background-image: linear-gradient(#1A2B45, #060B13);
}

.points {
    background-color: #00000075;
    border-radius: 10px;
    margin: 0 auto;
    max-width: 560px;
}


table {
    width: 100%;
}

th {
    background: #ffffff;
    border-bottom: 1px solid #fff;
    color: #1a2b45;
    padding: 8px;
    text-align: left;
    font-size: 14px;
}

td {
    background: #1a2b45;
    border-bottom: 1px solid #fff;
    color: #ffffff;
    padding: 8px;
    vertical-align: middle;
    text-align: left;
    font-size: 14px;
}

/* Cells in even rows (2,4,6...) are one color */
tr:nth-child(even) td {
    background: #1a2b45;
    color: #FFFFFF;
}

/* Cells in odd rows (1,3,5...) are another (excludes header cells)  */
tr:nth-child(odd) td {
    background: #d5b36a;
    color: #FFFFFF;
}

/*tr td:hover {
	background: #ee7e00;
}*/

tr:nth-child(odd) td.first {
    background-color: #D5B160 !important;
}

.scrollit {
    /* overflow: scroll; */
    /* height: 100%; */
    /* margin-top: 40px; */
    max-width: 560px;
}

.btn-close {
    opacity: 1;
}

h3.modal-title,
.h3.modal-title {
    color: #ffffff;
}
/* 
.modal-header {
    padding: 1rem 1rem 0;
    border-bottom: none;
}

.modal-content {
    background-color: #1a2b45;
    border: 3px solid #ffffff;
    border-radius: 15px;
}

.modal-content ul li,
.modal-content ol li {
    color: #ffffff;
    font-size: 14px;
    text-align: left;
} */

.game-info {
    background-color: #d5b160;
    color: #1a2b45;
    font-size: 10px;
    border-radius: 10px;
    margin: 10px auto;
    line-height: 52px;
    max-width: 560px;
    margin-bottom: -12px;
    font-weight: bold;
}

.login-box {
    margin-top: 30px;
}

.login-box .btn {
    width: 100%;
    max-width: 268px;
    height: 40px;
    border-radius: 5px;
    border-color: transparent;
    background-color: #A58E6E;
    border-color: transparent;
    font-size: 18px;
    color: #ffffff;
    margin: 0 auto;
}

.login-box .btn:hover,
.login-box .btn.active {
    background-color: #D5B160;
    color: #1A2B45;
    border-color: transparent;
}

.login-box input[type="number"],
.login-box input[type="text"],
.login-box input[type="email"] {
    max-width: 268px;
    height: 40px;
    border-radius: 5px;
    background-color: #ffffff;
    border-color: transparent;
    font-size: 18px;
    color: #1A2B45;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    text-align: center;
}

#loginErrorMessage {
    color: red;
    margin-top: 10px;
    font-size: 14px;
}

.diamondCon {
    width: 200px;
    height: 200px;
    top: -100px;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    margin: auto;
}

.diamondCon ul {
    list-style: none;
}

.diamond {
    display: block;
    width: 200px;
    height: 200px;
    position: relative;
}

.diamond li {
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    opacity: 0;
    z-index: 100;
    -webkit-transition: 200ms ease;
    -o-transition: 200ms ease;
    transition: 200ms ease;
}

.diamond li:nth-child(1) {
    border-width: 20px 20px 0 20px;
    border-color: #7AD997 transparent transparent transparent;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-animation: traingle1 200ms 2.2s ease, opacity 2s 2.4s ease infinite;
            animation: traingle1 200ms 2.2s ease, opacity 2s 2.4s ease infinite;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}

.diamond li:nth-child(2) {
    border-width: 0 20px 20px 20px;
    border-color: transparent transparent #64C592;
    left: 59px;
    -webkit-animation: traingle2 200ms 1.8s ease, opacity 2s 2.4s ease infinite;
            animation: traingle2 200ms 1.8s ease, opacity 2s 2.4s ease infinite;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}

.diamond li:nth-child(3) {
    border-width: 0 20px 20px 20px;
    border-color: transparent transparent #54B28D;
    right: 59px;
    -webkit-animation: traingle3 200ms 2s ease, opacity 2s 2.4s ease infinite;
            animation: traingle3 200ms 2s ease, opacity 2s 2.4s ease infinite;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}

.diamond li:nth-child(4) {
    border-width: 0 20px 20px 20px;
    border-width: 20px 20px 0 20px;
    border-color: #7AD997 transparent transparent transparent;
    -webkit-animation: traingle4 200ms 1.6s ease, opacity 2s 2.6s ease infinite;
            animation: traingle4 200ms 1.6s ease, opacity 2s 2.6s ease infinite;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}

.diamond li:nth-child(5) {
    border-width: 0 20px 20px 20px;
    border-width: 20px 20px 0 20px;
    border-color: #B4FEA5 transparent transparent transparent;
    -webkit-animation: traingle5 200ms 1.4s ease, opacity 2s 2.6s ease infinite;
            animation: traingle5 200ms 1.4s ease, opacity 2s 2.6s ease infinite;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}

.diamond li:nth-child(6) {
    border-width: 0 20px 20px 20px;
    border-color: transparent transparent #90EF9D;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-animation: traingle6 200ms 1.2s ease, opacity 2s 2.6s ease infinite;
            animation: traingle6 200ms 1.2s ease, opacity 2s 2.6s ease infinite;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}

.diamond li:nth-child(7) {
    border-width: 20px 20px 0 20px;
    border-color: #C9FEAC transparent transparent transparent;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-animation: traingle7 200ms 1s ease, opacity 2s 2.8s ease infinite;
            animation: traingle7 200ms 1s ease, opacity 2s 2.8s ease infinite;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}

.textCon {
    width: 200px;
    height: 50px;
    position: absolute;
    text-align: center;
    line-height: 50px;
    font-size: 30px;
    font-family: Raleway-Bold;
    color: #fff;
    margin-top: -135px;
}

@-webkit-keyframes traingle1 {
    0% {
        top: -50px;
        opacity: 0;
    }

    100% {
        top: 0;
        opacity: 1;
    }
}

@keyframes traingle1 {
    0% {
        top: -50px;
        opacity: 0;
    }

    100% {
        top: 0;
        opacity: 1;
    }
}

@-webkit-keyframes traingle2 {
    0% {
        top: -50px;
        opacity: 0;
    }

    100% {
        top: 1px;
        opacity: 1;
    }
}

@keyframes traingle2 {
    0% {
        top: -50px;
        opacity: 0;
    }

    100% {
        top: 1px;
        opacity: 1;
    }
}

@-webkit-keyframes traingle3 {
    0% {
        top: -50px;
        opacity: 0;
    }

    100% {
        top: 1px;
        opacity: 1;
    }
}

@keyframes traingle3 {
    0% {
        top: -50px;
        opacity: 0;
    }

    100% {
        top: 1px;
        opacity: 1;
    }
}

@-webkit-keyframes traingle4 {
    0% {
        right: 59px;
        top: -33px;
        opacity: 0;
    }

    100% {
        right: 59px;
        top: 22px;
        opacity: 1;
    }
}

@keyframes traingle4 {
    0% {
        right: 59px;
        top: -33px;
        opacity: 0;
    }

    100% {
        right: 59px;
        top: 22px;
        opacity: 1;
    }
}

@-webkit-keyframes traingle5 {
    0% {
        left: 59px;
        top: -33px;
        opacity: 0;
    }

    100% {
        left: 59px;
        top: 22px;
        opacity: 1;
    }
}

@keyframes traingle5 {
    0% {
        left: 59px;
        top: -33px;
        opacity: 0;
    }

    100% {
        left: 59px;
        top: 22px;
        opacity: 1;
    }
}

@-webkit-keyframes traingle6 {
    0% {
        top: -33px;
        opacity: 0;
    }

    100% {
        top: 23px;
        opacity: 1;
    }
}

@keyframes traingle6 {
    0% {
        top: -33px;
        opacity: 0;
    }

    100% {
        top: 23px;
        opacity: 1;
    }
}

@-webkit-keyframes traingle7 {
    0% {
        top: -10px;
        opacity: 0;
    }

    100% {
        top: 44px;
        opacity: 1;
    }
}

@keyframes traingle7 {
    0% {
        top: -10px;
        opacity: 0;
    }

    100% {
        top: 44px;
        opacity: 1;
    }
}

@-webkit-keyframes opacity {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.3;
    }

    100% {
        opacity: 1;
    }
}

@keyframes opacity {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.3;
    }

    100% {
        opacity: 1;
    }
}

.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;
}

@media (max-width: 767px) {
    .btn {
        font-size: 14px;
        margin: 5px auto;
        line-height: 18px;
    }

    .nav .col-6,
    .nav .col-3 {
        padding: 0;
    }

    .about-btn {
        width: 100px;
        height: 30px;
        line-height: 32px;
        font-size: 10px;
    }

    h1,
    .h1 {
        font-size: 30px;
    }

    h3,
    .h3 {
        font-size: 24px;
    }

    .game-info li span {
        font-size: 28px;
    }

    .game-info li {
        font-size: 10px;
        padding: 10px;
    }

    .game-info {
        line-height: 24px;
    }

    .login-box .float-start,
    .login-box .float-end {
        float: none !important;
    }
}

@media (max-width: 767px) and (orientation: landscape) {
    .about-btn {
        width: 130px;
        height: 30px;
        line-height: 32px;
        font-size: 12px;
    }
}