@font-face {
	font-family: OpenSans-Regular;
	src: url('../fonts/OpenSans-Regular.ttf');
}

@font-face {
	font-family: OpenSans-Bold;
	src: url('../fonts/OpenSans-Bold.ttf');
}

body {
	font-family: 'OpenSans-Regular';
	background-color: rgba(94, 16, 151, 1);
	font-size: 14px;
}

p {
	font-size: 14px;
}

.h1, h1 {
	font-family: 'OpenSans-Bold';
	color: #fea036;
	font-size: 42px;
}

.bold {
	font-family: 'OpenSans-Bold';
}

.h2, h2 {
	font-family: 'OpenSans-Bold';
	color: #fb009f;
	font-size: 30px;
}

.page {
	background-image: url(/images/leaderboard-sprint/bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
    background-attachment: fixed;
	padding: 50px 0 5px;    
}

.load {
    height: 100vh;
    margin-top: 120px;
}

.main {
    height: fit-content;
}

.adjust-width {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.extra {
    background-color: #200645;
    border-radius: 15px;
    padding: 20px;
    margin-top: 122px;
    margin-bottom: 30px;
}

.modal-title {
	font-size: 26px;
	font-weight: 700;
	text-transform: uppercase;
	color: #FFFFFF;
	text-shadow: 0px -3px 2px rgb(7 178 243 / 0%), 0 -1px 4px #07b2f3, 0 -2px 10px #07b2f3, 0 -10px 20px #07b2f3, 0 -18px 40px #07b2f3;
    margin-bottom: 0;
}

.modal-content {
	background-color: #2f084c;
}

.modal-header, .modal-footer {
	border-bottom: 0;
}

.modal-header {
	display: block;
	text-align: center;
}

input[type="number"], input[type="text"], input[type="email"] {
	border: 0;
	background-color: #2f084c;
	height: 68px;
	font-family: 'OpenSans-Bold';
	font-size: 20px;
	color: white;
	padding: 12px 35px;
	border-radius: 50px;
	background-color: #5e1097;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	display: inline-block;
	text-align: center;
	max-width: 450px;
}

button.btn-view-points {
	width: 100%;
	height: 68px;
	font-family: 'OpenSans-Bold';
	font-size: 20px;
	color: white;
	padding: 12px 35px;
	border-radius: 50px;
	/*box-shadow: inset 0px 0px 10px 7px #07b2f3;*/
	background-color: #07b2f3;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	display: inline-block;
	max-width: 450px;
	margin: 0 auto;
}

	button.btn-view-points:hover, button.btn-view-points:focus, button.btn-view-points:visited {
		color: #ffffff;
		box-shadow: inset 0px 0px 10px 7px #75da00;
	}

button.close-btn {
	font-family: 'OpenSans-Bold';
	font-size: 20px;
	color: white;
	padding: 12px 35px;
	border-radius: 50px;
	box-shadow: inset 0px 0px 10px 7px #fea036;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	display: block;
	margin: 0 auto;
}

	button.close-btn:hover, button.close-btn:focus, button.close-btn:visited {
		color: #ffffff;
		box-shadow: inset 0px 0px 10px 7px #fb009f;
	}

    .about-btn {
        font-family: 'OpenSans-Bold';
        border-radius: 10px;
        background-color: rgba(94, 16, 151, 1);
        width: 226px !important;
        height: 46px !important;
        color: #ffffff !important;
        text-align: center;
        text-decoration: none;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .about-btn:hover {
        background-color: #fb009f;
        color: #ffffff !important;;
        border-color: transparent;
    }

    th, td {
        text-align: center !important;
    }
    
    .game-info {
        font-family: 'OpenSans-Bold';
        background-color: #fea036;
        font-size: 10px;
        border-radius: 15px;
        margin: 10px auto;
        line-height: 52px;
        max-width: 560px;
        margin-bottom: 30px;
        text-align: center;
    }

    .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;
        }

    .scrollit {
        /* overflow: scroll;
        height: 100%;
        margin-top: 40px; */
        max-width: 560px;
    }

    #divPoints {
        background-color: #fb009f;
        padding: 5px;
        border-radius: 15px;
        color: #ffffff;
        font-family: 'OpenSans-Bold';
    }

    #page-loader img {
        max-width: 150px;;
    }
    
    @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;
        }
    
        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: 420px) and (orientation: portrait) {
        .main {
            padding: 1px 0 5px;
        }
    }