.selectifySelect{
    box-shadow:0px 5px 5px rgba(0,0,0,0.5); 
    z-index:9999; 
    display:none; 
    left:15px; 
    right:15px;
    top:50px; 
    position:absolute;
    max-height: 250px; 
    overflow-y: auto;
}
.selectifySelect.selectify-active-list{
    display:block; 
}
.selectifySelect  .list-group-item{
    padding : 7px;
}
.selectifySelect  .list-group-item.active{
    border : 1px solid #255e8c;
}
.selectifyInputWrapper{
    position : relative;
    float : left;
    width : 100%;
}
.selectifyInputWrapper:after{
    font-weight : 100;
    content : "\f078";
    font-family : "Font Awesome 5 Free" !important;
    top : 4px;
    bottom : 1px;
    right : 2px;
    width : 20px;
    padding-top: 2px;
    background : #ffffff;
    position : absolute;
    font-weight:  900;
    
}
.selectifySelect .selectifyLabel{
    display : inline-block;
    height : 25px;
    width : 24px;
    margin-right : 10px;
    cursor : pointer;
    position : relative;
    float : left;
}
.selectifySelect .selectifyLabel .selectifyMark{
    background : #FAFAFA;
    display : inline-block;
    height : 22px;
    width : 22px;
    border : 1px solid #333333;
    margin-right : 10px;
    cursor : pointer;
    z-index : 1;
    position : relative;
    box-sizing : border-box;
}
.selectifySelect .selectifyLabel .selectifyMark:after{
    font-family: "Font Awesome 5 Free" !important;
    content: "\f00c";
    font-weight:  900;
    position: absolute;
    top: -3px;
    left: 0px;
    font-size: 18px;
    color: #666;
    display : none;
}
.selectifySelect .selectifyLabel input{
    z-index : 0;
    opacity : 0;
    position : absolute;
}
.selectifySelect .selectifyLabel input:checked ~ .selectifyMark {
  background-color: #337AB7 !important;
}
.selectifySelect .selectifyLabel input:checked ~ .selectifyMark:after{
    color: #ffffff;
    display : inline-block;
}