body .GlobalRole__Icon {
  margin-left: 4px;
  color: #FCD34D;
  float: none;
  display: inline;
  font-size: 20px; }

body .Table__Cell__Title .GlobalRole__Icon {
  position: relative;
  top: 3px; }

.PermissionGroup {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .PermissionGroup .Form__Checkbox {
    -ms-flex: 0 1 auto;
        flex: 0 1 auto; }
  .PermissionGroup .Select {
    min-width: 220px;
    width: 220px; }
  .PermissionGroup--unselectable h6 {
    display: -ms-flexbox;
    display: flex; }
  .PermissionGroup--unselectable .Form__Checkbox .Form__Checkbox__label .Icon {
    float: none; }
  .PermissionGroup--unselectable i:not(.Icon) {
    margin-top: 8px;
    display: block; }

