.select2-container {
    width: 100% !important;
    min-height: 34px !important;
}

.select2-container--default .select2-selection--single 
/*.select2-container--default .select2-selection--multiple*/ {
    border-radius: 0;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    border-color: #d2d6de;
    line-height: 1.4;
    color: #555;
}

.select2-selection--multiple { padding: 0px 12px !important; }

#form-atribuir-treinamentos label { font-weight: 600; }

#lista-cargos {
    margin-top: 0.5rem;
    margin-bottom: 3rem;
    background-color: #fff;
    max-height: 15vh; 
    overflow: auto;
    display: flex;
    flex-direction: column;
    border: 1px solid #d2d6de;
}

#lista-cargos label {
    border-bottom: 1px solid #eee;
    padding: 5px 10px;
    margin: 0;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

#lista-usuarios-treinamento { max-height: 25vh !important; }
#lista-usuarios-treinamento tfoot {
    position: sticky;
    bottom: 0;
    width: 100%;
    background-color: #fff;
}