.multycheck{
    position: relative;
}
.multycheck ul.dropdown-menu{
    width: 100%;
    max-height: 250px;
    overflow-y: auto;
}
.multycheck a{
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 0.7rem;
}
.multycheck a:hover{
    color: inherit;
}
.multycheck .dropdown-toggle{
    text-align: right;
}
.multycheck .form-check{
    padding: 10px 0 10px 40px;
}
.multycheck label{
	width: 100%;
	cursor: pointer;
	padding-right: 10px;
}
.multycheck a.form-select i.fas{
	padding-right: 5px;
    float: left;
    font-size: 16px;
    margin-top: 4px;
    color: #00b900;
    text-shadow: 0 0 2px #33dc00;
}
.multycheck .dropdown-menu.show {
    box-shadow: 0 0 10px -3px #888;
	z-index: 1022;
}	