.chosen-container{
   
    /* top: 10px; */
    width:100%!important;
}




.chosen-container.chosen-with-drop .chosen-drop{ 
    top: 30px!important;
    box-shadow: 0px 2px 7px!important;
}

.chosen-container .chosen-single,
.chosen-container.chosen-container-single,
.chosen-container .chosen-drop,
.chosen-container .chosen-choices,
.chosen-container-multi .chosen-choices li.search-choice{
    /* background:black!important; */
    color:gray!important;
    border:none!important;
    box-shadow: none!important;
}

.chosen-container .chosen-results li.highlighted{
    background:gray;
    
}

.chosen-container .chosen-results{
    color: #8b8b8b;
}

.chosen-container .chosen-choices{
    min-height: 39px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border: 1px solid #231f20!important;
    border-radius: 4px
}