@font-face {
    font-family: 'bb-icons';
    src: url('bb-icons.eot?80309866');
    src: url('bb-icons.eot?80309866#iefix') format('embedded-opentype'),
    url('bb-icons.woff2?80309866') format('woff2'),
    url('bb-icons.woff?80309866') format('woff'),
    url('bb-icons.ttf?80309866') format('truetype'),
    url('bb-icons.svg?80309866#bb-icons') format('svg');

    font-weight: normal;
    font-style: normal;
}
[class^="bb-icon-"],
[class*=" bb-icon-"] {
    font: normal normal normal 14px/1 "bb-icons";
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.bb-icon-close:before { content: '\e828'; }
.bb-icon-close-circle:before { content: '\e80a'; }
.bb-icon-plus-square:before { content: '\e920'; }
.bb-icon-plus-circle:before { content: '\e921'; }
.bb-icon-plus:before { content: '\e922'; }

/* Send Invites Table */
#member-invites-table .field-actions,
#member-invites-table .field-actions-last {
    text-align: center;
}
#member-invites-table .field-actions .field-actions-remove,
#member-invites-table .field-actions-last .field-actions-remove {
    cursor: pointer;
}

#member-invites-table .field-actions-remove,
#member-invites-table .field-actions-add {
    cursor: pointer;
    display: flex;
    justify-content: center;
}

#member-invites-table .field-actions-remove i,
#member-invites-table .field-actions-add i {
    background-color: #000;
    color: #fff;
    width: 25px;
    height: 25px;
    display: flex;
    line-height: normal;
    align-items: center;
    border-radius: 100%;
    justify-content: center;
}

#member-invites-table .field-actions-remove i {
    color: #000;
    background: none;
    border: 2px solid #000;
}

#member-invites-table .field-actions-remove.disabled,
#member-invites-table .field-actions-add.disabled {
    cursor: not-allowed;
    opacity: 0.5
}
