.select2-container--default .select2-selection--multiple {
    background-color: #f9f9f9 !important;
    border: 0;
    box-shadow: 0 1px 0 0 #eceff1;
    border-radius: 0;
    padding-bottom: 1px;
    padding-left: 5px;
    border-radius: 4px !important;
    font-size: 16px !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #dee2e6 !important;
}

.fg-label{
    font-size: 15px;
    color: #000000c4;
}

.select2-results__option {

    font-size: 15px !important;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #f2f4f5;
    text-align: left !important;
}