.roles {
    width: 100%;
    /*height: 40rem;*/
}

.roles__selectPicker {
    width: 100%;
    height: 4.2rem;
    padding: .6rem;
    color: white;
    outline: hidden;
    border: 0;
    padding-right: 20px;
    max-width: 300px;
    position: relative;
    display: inline-block;
    margin: 0 auto;
}

.role-delete-icon {
    display: flex;
    font-weight: bold;
}

.role-delete-icon div {
    margin-right: 10px;
    color: red;
    font-size: 1rem;
}

.role-delete-icon i {
    font-size: 1.5rem;
    width: 25%;
    color: red;
    cursor: pointer;
}

.roles__permissions {
    width: 100%;
    /*height: 40rem;*/
    display: inline-block;
    padding-left: .3rem;
}

.roles__permissionsTitle {
    height: 40px;
    font-size: 1.3rem;
    border-bottom: 1px solid lightgrey;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 40px;
}

.roles__selectorWrapper {
    width: auto;
    height: auto;
    margin: 0 auto;
    display: block;
    text-align: center;
}

.role-field-containers {
    display: grid;
    grid-template-columns: 2fr 4fr 3fr;
    grid-template-rows: 1fr;
    margin-bottom: 8px;
    font-weight: bold;
}

@media screen and (max-width: 991px) {
    .roles__permissions {
        width: 100%;
    }
}