.SplitEditor {
    align-items: flex-start;
    display: flex;
    flex-grow: 1;
    padding: 0 16px;

    & > *:not(:last-child) {
        margin-right: 16px;
    }

    &-collaborator-input-container {
        flex-grow: 1;
    }

    &-rate-type-container {
        align-items: center;
        display: flex;
        font-weight: 500;
        height: 36px;

        .btn-group > .btn.active {
            z-index: 0;
        }
    }

    &-percentage-input-container {
        width: 88px;
    }

    &-action-buttons-container {
        align-items: center;
        display: flex;
        height: 36px;
    }

    &-action-button {
        border-radius: 15px;
        height: 30px;
        width: 30px;

        &:not(:last-child) {
            margin-right: 8px;
        }
    }
    
    &-form-group {
        margin-bottom: 0;
    }
}
