
.ts-control {
    border: none !important;
    box-shadow: none !important;
    background-color: transparent !important;
    color:black !important;
    padding:7px 0px!important;
    font-size: 16px;
}
.ts-control:focus {
    border: none !important;
    box-shadow: none !important;
}
.ts-dropdown {
    border: 1px solid black;
}
.ts-dropdown .active {
    background-color:  #1967D2FF !important;
    color: white !important;
}.ts-dropdown [data-selectable].option  {
     font-size: 16px !important;
     color: black !important;
 }
.ts-dropdown [data-selectable].option.active,
.ts-dropdown [data-selectable].option:hover {
    color: white !important;
    background-color:  #1967D2FF; !important;
}