h1 {
	font-size: 48px;

	@media (max-width: 600px) {
		font-size: 36px;
	}
}

h2 {
	font-size: 36px;

	@media (max-width: 600px) {
		font-size: 24px;
	}
}

h3 {
	font-size: 24px;

	@media (max-width: 600px) {
		font-size: 18px;
	}
}

h4 {
	font-size: 18px;

	@media (max-width: 600px) {
		font-size: 16px;
	}
}

.brand-logo {
	display: flex !important;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
    padding-left: 12px !important;
}

div[id="Milestone 1"] .btn.right.black {
    display: none;
}

.dropdown-content {
	top: 36px !important;
	width: min-content !important;
}

.title-with-logo {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.filter-row {
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 12px;
	margin: 0 !important;
	flex-wrap: wrap;
}

.achievement{
	height: auto;
	margin-bottom: 10px;
	overflow: hidden;
	background-color: #bdbdbd;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	
	@media (max-width: 600px) {
		flex-wrap: wrap;
	}
}

.achievement.bonus{
	background-color: #e0e0e0;
}

.achievement.achieved{
	background-color: #e8f5e9;
}

.achievement.achieved.bonus{
	background-color: #f1f8e9;
}

.achievement.achieved.malus{
	background-color: #fbe9e7;
}

.achievement.malus{
	background-color: #9e9e9e;
}

.achievement .row {
	margin-bottom: 12px;
}

.achievement-img-container{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 12px;
	min-width: 108px;
	overflow: hidden;
}

.achievement-img-container img{
	border: 2px solid #9e9e9e;
	border-radius: 6px;
	filter: brightness(.75) grayscale(0.5);
}

.achievement.bonus .achievement-img-container img{
	border: 2px solid #bdbdbd ;
	filter: brightness(.85) grayscale(0.75);
}

.achievement.achieved .achievement-img-container img{
	filter: none;
	border: 2px solid #4caf50;
}

.achievement.achieved.bonus .achievement-img-container img{
	filter: none;
	border: 2px solid #8bc34a;
}

.achievement.achieved.malus .achievement-img-container img{
	filter: none;
	border: 2px solid #ff5722;
}

.achievement.malus .achievement-img-container img{
	filter: brightness(0.6) grayscale(0.5);
	border: 2px solid #757575;
}

.achievement-content-container{
	padding: 12px 12px 24px 12px;
	flex-grow: 1;
	overflow: hidden;
}

.achievement-header{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px;
}

.achievement-date{
	font-size: 8pt;
}

.achievement.achieved .achievement-date{
	color: #1b5e20;
	font-weight: bold;
}

.achievement.achieved.malus .achievement-date{
	color: #bf360c;
	font-weight: bold;
}

.achievement-title{
	font-weight: bold;
}

.achievement-points{
	font-weight: bold;
}

.achievement-points::before{
	content: " (";
}

.achievement-points::after{
	content: " points)";
}

.bonus .achievement-points::after{
	content: " bonus points)";
}

.achievement-description{
	font-size: 8pt;
}

.milestone-summary{
	min-height: 100px;
	margin-top: 20px;
	margin-bottom: 40px;
	padding: 7px;
	background-color: #e1f5fe;
}

.milestone-summary-header{
	font-weight: bold;
}

.milestone-summary-text{
	text-align: justify;
	font-size: 10pt;
	padding-right: 10px;
}

.milestone-summary-progress{
	position: relative;
	height: 32px;
	margin-top: 32px;
}

.milestone-summary-bar{
	position: absolute;
	left: 0px;
	width: 100%;
	padding-right: 125px;
	padding-top: 3px;
}

.milestone-summary-bar .progress{
	background-color: #81d4fa;
}

.milestone-summary-bar .progress .determinate{
	background-color: #03a9f4;
}

.milestone-summary-points{
	position: absolute;
	right: 16px;
	bottom: 16px;
	font-weight: bold;
	width: 100px;
}

.achievement.presentation .achievement-title::before{
	content: "Presentation: ";
}

.achievement.process .achievement-title::before{
	content: "Process: ";
}

.achievement.product .achievement-title::before{
	content: "Product: ";
}

.achievement.locked{
	filter: blur(3px);
}

div.locked-overlay{
	position: relative;
	top: 18px;
	z-index: 100;
	height: 0px
}


div.locked-overlay span{
	display:block;
	width:100px;
	height: 100%;
	margin: 0 auto;
}

div.locked-overlay span img{
	width: 64px;
}

.achievement.disabled{
  filter: grayscale(90%) blur(5px);
}

div.disabled-overlay{
	position: relative;
	top: 18px;
	z-index: 100;
	height: 0px
}


div.disabled-overlay span{
	display:block;
	width:100px;
	height: 100%;
	margin: 0 auto;
}

div.disabled-overlay[data-toggle~="hidden"]{
  display:none;
}


/*
.locked-overlay{
	display: none;
}*/
