.c49mod-menu-basic .show>.dropdown-menu {
	position: relative;
	margin-bottom: 3px;
	top: 0;
}
.c49mod-menu-basic .c49-title {
	display: block;
	width: 100%;
	padding: .5rem 1rem;
	border-radius: .25rem .25rem 0 0;
	border-bottom: 0;
	cursor: default;
}
.c49mod-menu-tags .c49-title {
	border-radius: .25rem;
	margin-bottom: 1.5rem;
	text-align: center;
	font-size: 1.2rem;
	position: relative;
}
.c49mod-menu-tags .btn-group-vertical.btn-block {
	flex-direction: row;
	display: flex;
	flex-wrap: wrap;
	flex-basis: initial;
	justify-content: center;
}
.c49mod-menu-tags a {
    width: initial !important;
    border-radius: .25rem !important;
    margin: 0 5px 5px 0;
    font-size: .8rem;
    background-color: rgba(0,0,0,.1);
    border: 0;
}
.c49mod-menu-tags a:hover {
    background-color: rgba(0,0,0,.5);
    color: #fff;
}
.cond-opts {
    overflow-y: scroll;
    max-height: 248px;	
    width: 100%;
}
.cond-opts a {
	border-radius: 0px;
    background-color: #fff;
    border: 1px solid #0000001f;
    margin-left: 0!important;
}
.cond-opts::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: transparent;
}
.cond-opts::-webkit-scrollbar {
	width: 12px;
	background-color: rgba(0,0,0,.08);
}
.cond-opts::-webkit-scrollbar-thumb {
	background-color: #666;
}