@charset "ISO-8859-1";

:root {
	--bs-success:#4aba45;
}

.bg-success {
    background: #4aba45 !important;
    color: #FFFFFF;
}

.appHeader.scrolled.bg-success .headerButton {
	color: var(--bs-gray-600);
}

.appBottomMenu a {
	color:var(--bs-gray-600);
}

 .report-box {
   border: solid 1px #9f9f9f;
   box-shadow: 0px 0px 4px 0px #b7b2b2;
   border-radius: 5px;
   background-color: white;
   text-align:center;
   margin:1em 0;
   padding:2em 1em
}

.report-box-header {
   background-color: #ffffff;
   border-radius: 0;
   color: black;
   font-size: 17px;
   font-weight: 600;
   margin-top: 0px;
   margin-bottom: 0px;
}

.report-box-body {
   padding: 10px;
}
.no-bullets {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

a {	
	color:#4aba45;
}

a:hover, a:active, a:focus {
	color:#4aba45;
}

.profileBox {
	background:var(--bs-gray-600);
}

.leaderboard-background {
	width:100%;
	background-color:var(--bs-gray-200);
	border-radius: 50rem !important;
	border: 1px solid #b8b9b9 !important;
}

.leaderboard-score {
	border-radius: 50rem !important;
	text-align:left;
	padding-left:2px;
	color:white;
	font-size:0.9em;	
}

.leaderboard-name {
	font-size:0.9em;
}

.blockquote-footer {
    margin-top: 1rem;
}
