.empty-permissions-icon {
  width: 85px;
  height: 85px;
  font-size: 90px;
  border-radius: 50%;
  background-color: rgba( 239, 239, 239 ,  1 );
  background-color: rgba( var(--palette-neutral-6,239, 239, 239) ,  1 );
  line-height: 85px; }

.inheritance-type-description {
  margin: 0px 0px 0px; }

.inheritance-group-name {
  margin: 2px 2px 0px; }

.permissions-inherited-info {
  display: flex;
  justify-content: center;
  width: 20px;
  margin-left: 6px; }

.permissions-set-status {
  justify-content: left;
  margin-left: 6px; }

.permissions-dropdown {
  width: 300px;
  max-height: 500px;
  justify-content: center;
  border: none; }
