.report {
	vertical-align: bottom;
	padding: 0 16px 60px;
}

.report__container {
	height: 40px;
	line-height: 40px;
}

.report__checkbox {
	display: none;
}

.report__checkbox:checked ~ .report-box {
	display: inline-block;
}

.link.report__btn {
	height: 50px;
	display: block;
	vertical-align: 0;
	overflow: hidden;
}

.report__btn .icon {
	line-height: 40px;
	font-size: 3rem;
}

/* report box block */
.report__box.report-box {
	padding-top: 16px;
	position: absolute;
	top: 68px;
	right: -60px;
	display: none;
	font-size: 1.4rem;
	z-index: 20;
}

.report__box .report-box__container {
	padding: 24px;
	position: relative;
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
	color: #333;
	text-align: center;
	line-height: 16px;
}

.report__box .report-box__container::after {
	content: "";
	width: 0; 
	height: 0; 
	position: absolute;
	top: -8px;
	right: 82.5px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #fff;
}

.report__box .report-box__title {
	margin-bottom: 16px;
	font-weight: bold;
}

.report__box .report-box__selection {
	display: inline-block;
	color: #298538;
}

.report__box .report-box__selection:nth-of-type(n + 2) {
	margin-left: 20px;
}

/* for fixed header */
.user-header__container--fixed .report {
	display: none;
}
