/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Aug 17, 2023, 8:44:38 AM
    Author     : KBrewster
*/
 .select2-container--default {
    width: auto;
    flex: 1 1 auto;
}

 .select2-container--default .select2-selection--single {
    height: 100%;
    line-height: inherit;
    padding: 0.275rem 0.5rem;
}