.main-header .navbar .navbar-brand {
	padding-top: 0;
	padding-bottom: 0;
}

.popup-menu {
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
	margin-bottom: 1rem;
	background: #ffffff;
	width: 300px;
	/*height: 300px;*/
	border-radius: 10px;
	display: none;
	position: fixed;
    right: 20px;
    top: 102px;
}
.popup-menu-header {
	background-color: transparent;
	border-bottom: 1px solid rgba(0,0,0,.125);
	padding: .75rem 1.25rem;
	position: relative;
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem;
}
.popup-title {
	font-size: 16px;
	margin-top: 5px;
	margin-bottom: 0px;
	display: flex;
}
.popup-menu-header a {
	text-decoration: none;
}
.popup-menu-body {
	padding: 2px;
	/*text-align: center;*/
	height: 50vh;
    overflow-y: auto;
}
.popup-menu-body .question {
	border-color: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 9px;
	font-weight: bold;
	font-size: 10px;
	color: #55565b;
	text-align: left;
}
.custom-control-input {
 position:absolute;
 left:0;
 z-index:-1;
 width:1rem;
 height:1.25rem;
 opacity:0
}
